summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
2025-10-29RISC-V: Define pgprot_dmacoherent() for non-coherent devicesAnup Patel1-0/+2
2025-09-19RISC-V: Remove unnecessary include from compat.hPalmer Dabbelt1-1/+0
2025-09-09riscv: use lw when reading int cpu in asm_per_cpuRadim Krčmář1-1/+1
2025-07-06riscv/atomic: Do proper sign extension also for unsigned in arch_cmpxchgSasha Levin1-1/+1
2025-07-06Revert "riscv: Define TASK_SIZE_MAX for __access_ok()"Nam Cao1-1/+0
2025-05-29riscv: Allow NOMMU kernels to access all of RAMSamuel Holland2-9/+5
2025-05-02riscv: Provide all alternative macros all the timeAndrew Jones1-12/+7
2025-05-02riscv: Replace function-like macro by static inline functionBjörn Töpel1-5/+10
2025-04-25riscv: Avoid fortify warning in syscall_get_arguments()Nathan Chancellor1-2/+5
2025-04-25riscv: KGDB: Do not inline arch_kgdb_breakpoint()WangYuli1-8/+1
2025-04-10riscv: ftrace: Add parentheses in macro definitions of make_call_t0 and make_...Juhan Jin1-2/+2
2025-03-13mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear()Ryan Roberts1-1/+2
2025-03-07riscv/futex: sign extend compare value in atomic cmpxchgAndreas Schwab1-1/+1
2025-01-17drivers/perf: riscv: Fix Platform firmware event dataAtish Patra1-0/+1
2025-01-17riscv: mm: Fix the out of bound issue of vmemmap addressXu Lu2-1/+2
2024-12-19riscv: Fix IPIs usage in kfence_protect_page()Alexandre Ghiti1-1/+3
2024-12-05RISC-V: Check scalar unaligned access on all CPUsJesse Taube1-0/+2
2024-10-01riscv: Fix kernel stack size when KASAN is enabledAlexandre Ghiti1-1/+6
2024-09-24Merge tag 'riscv-for-linus-6.12-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds16-54/+130
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-13/+5
2024-09-20perf/riscv-sbi: Add platform specific firmware event handlingMayuresh Chitale1-0/+1
2024-09-20RISC-V: Don't have MAX_PHYSMEM_BITS exceed phys_addr_tPalmer Dabbelt1-1/+1
2024-09-19Merge patch series "riscv: Improve KASAN coverage to fix unit tests"Palmer Dabbelt2-20/+25
2024-09-19riscv: Enable bitops instrumentationSamuel Holland1-20/+23
2024-09-19riscv: Omit optimized string routines when using KASANSamuel Holland1-0/+2
2024-09-17ACPI: RISCV: Make acpi_numa_get_nid() to be staticHanjun Guo1-2/+0
2024-09-17riscv: Randomize lower bits of stack addressYunhui Cui1-0/+8
2024-09-16Merge tag 'acpi-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-0/+55
2024-09-16Merge patch series "Svvptc extension to remove preventive sfence.vma"Palmer Dabbelt4-1/+35
2024-09-16riscv: Remove unused _TIF_WORK_MASKJinjie Ruan1-4/+0
2024-09-15riscv: Stop emitting preventive sfence.vma for new userspace mappings with Sv...Alexandre Ghiti1-1/+15
2024-09-15riscv: Stop emitting preventive sfence.vma for new vmalloc mappingsAlexandre Ghiti2-1/+24
2024-09-15riscv: Add ISA extension parsing for SvvptcAlexandre Ghiti1-0/+1
2024-09-15Merge tag 'kvm-riscv-6.12-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-4/+17
2024-09-12Merge patch series "remove size limit on XIP kernel"Palmer Dabbelt4-26/+53
2024-09-12riscv: remove limit on the size of read-only section for XIP kernelNam Cao2-8/+1
2024-09-12riscv: drop the use of XIP_OFFSET in kernel_mapping_va_to_pa()Nam Cao1-1/+1
2024-09-12riscv: drop the use of XIP_OFFSET in XIP_FIXUP_FLASH_OFFSETNam Cao1-4/+12
2024-09-12riscv: drop the use of XIP_OFFSET in XIP_FIXUP_OFFSETNam Cao1-2/+12
2024-09-12riscv: replace misleading va_kernel_pa_offset on XIP kernelNam Cao1-8/+21
2024-09-12riscv: cleanup XIP_FIXUP macroNam Cao1-4/+7
2024-09-11Merge branch 'acpi-riscv'Rafael J. Wysocki1-0/+55
2024-09-04arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)3-13/+5
2024-09-03riscv: Fix RISCV_ALTERNATIVE_EARLYAlexandre Ghiti1-1/+19
2024-09-03riscv: Add license to vmalloc.hCharlie Jenkins1-0/+1
2024-09-03riscv: Add license to fence.hCharlie Jenkins1-0/+1
2024-08-29Merge patch series "riscv: mm: Do not restrict mmap address based on hint"Palmer Dabbelt1-24/+2
2024-08-29riscv: mm: Do not restrict mmap address based on hintCharlie Jenkins1-24/+2
2024-08-27irqchip/riscv-intc: Add ACPI support for AIASunil V L1-0/+33
2024-08-27ACPI: RISC-V: Initialize GSI mapping structuresSunil V L1-0/+22