summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
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-15Merge patch series "Svvptc extension to remove preventive sfence.vma"Palmer Dabbelt4-1/+35
2024-09-15riscv: 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-03arch, 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
2024-08-19RISC-V: KVM: Fix to allow hpmcounter31 from the guestAtish Patra1-3/+3
2024-08-19RISC-V: KVM: Allow legacy PMU access from guestAtish Patra1-1/+14
2024-08-14RISC-V: hwprobe: Add SCALAR to misaligned perf definesEvan Green1-0/+5
2024-08-14RISC-V: hwprobe: Add MISALIGNED_PERF keyEvan Green2-1/+2
2024-08-07RISC-V: Enable IPI CPU BacktraceRyo Takakura1-0/+5
2024-07-27Merge tag 'riscv-for-linus-6.11-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-51/+221
2024-07-26Merge tag 'bitmap-6.11-rc1' of https://github.com:/norov/linuxLinus Torvalds1-1/+1
2024-07-26RISC-V: Provide the frequency of time CSR via hwprobePalmer Dabbelt2-1/+2
2024-07-26riscv: Extend sv39 linear mapping max size to 128GStuart Menefy1-1/+1
2024-07-26riscv: enable HAVE_ARCH_STACKLEAKJisheng Zhang1-0/+1
2024-07-22Merge patch series "riscv: Separate vendor extensions from standard extensions"Palmer Dabbelt4-47/+204
2024-07-22riscv: cpufeature: Extract common elements from extension checkingCharlie Jenkins2-62/+44
2024-07-22riscv: Introduce vendor variants of extension helpersCharlie Jenkins1-0/+83
2024-07-22riscv: Extend cpufeature.c to detect vendor extensionsCharlie Jenkins4-13/+105
2024-07-22Merge patch series "Add ACPI NUMA support for RISC-V"Palmer Dabbelt1-2/+13
2024-07-22ACPI: RISCV: Add NUMA support based on SRAT and SLITHaibo Xu1-2/+13
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-3/+3