summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
2024-08-15Merge patch series "RISC-V: hwprobe: Misaligned scalar perf fix and rename"Palmer Dabbelt5-15/+22
2024-08-15riscv: Fix out-of-bounds when accessing Andes per hart vendor extension arrayAlexandre Ghiti1-1/+1
2024-08-14RISC-V: hwprobe: Add SCALAR to misaligned perf definesEvan Green4-14/+19
2024-08-14RISC-V: hwprobe: Add MISALIGNED_PERF keyEvan Green3-1/+3
2024-08-14RISC-V: ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODEHaibo Xu1-1/+1
2024-08-14riscv: change XIP's kernel_map.size to be size of the entire kernelNam Cao1-2/+2
2024-08-14riscv: entry: always initialize regs->a0 to -ENOSYSCeleste Liu1-2/+2
2024-08-06riscv: Re-introduce global icache flush in patch_text_XXX()Alexandre Ghiti1-0/+4
2024-08-02Merge tag 'riscv-for-linus-6.11-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-21/+29
2024-08-02syscalls: fix syscall macros for newfstat/newfstatatArnd Bergmann1-1/+1
2024-08-01riscv: Fix linear mapping checks for non-contiguous memory regionsStuart Menefy1-4/+11
2024-08-01RISC-V: Enable the IPI before workqueue_online_cpu()Nick Hu1-1/+1
2024-08-01riscv/mm: Add handling for VM_FAULT_SIGSEGV in mm_fault_error()Zhe Qiao1-8/+9
2024-08-01riscv/purgatory: align riscv_kernel_entryDaniel Maslowski1-0/+2
2024-07-31riscv: cpufeature: Do not drop Linux-internal extensionsSamuel Holland1-8/+6
2024-07-27Merge tag 'riscv-for-linus-6.11-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds33-228/+693
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 Dabbelt3-1/+7
2024-07-26riscv: Extend sv39 linear mapping max size to 128GStuart Menefy1-1/+1
2024-07-26Merge patch series "RISC-V: Select ACPI PPTT drivers"Palmer Dabbelt2-7/+29
2024-07-26Merge patch "Enable SPCR table for console output on RISC-V"Palmer Dabbelt2-1/+12
2024-07-26riscv: enable HAVE_ARCH_STACKLEAKJisheng Zhang3-0/+6
2024-07-26riscv: signal: Remove unlikely() from WARN_ON() conditionZhongqiu Han1-1/+1
2024-07-26riscv: Improve exception and system call latencyAnton Blanchard2-9/+12
2024-07-24RISC-V: Select ACPI PPTT driversYunhui Cui1-0/+1
2024-07-24riscv: cacheinfo: initialize cacheinfo's level and type from ACPI PPTTYunhui Cui1-0/+22
2024-07-24riscv: cacheinfo: remove the useless input parameter (node) of ci_leaf_init()Yunhui Cui1-7/+6
2024-07-24RISC-V: ACPI: Enable SPCR table for console output on RISC-VSia Jee Heng2-1/+12
2024-07-24riscv: boot: remove duplicated targets lineJisheng Zhang1-1/+0
2024-07-24trace: riscv: Remove deprecated kprobe on ftrace supportJinjie Ruan3-67/+0
2024-07-23Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-1/+4
2024-07-22Merge patch series "riscv: Separate vendor extensions from standard extensions"Palmer Dabbelt15-90/+448
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: Add vendor extensions to /proc/cpuinfoCharlie Jenkins1-3/+32
2024-07-22riscv: Extend cpufeature.c to detect vendor extensionsCharlie Jenkins14-53/+317
2024-07-22RISC-V: run savedefconfig for defconfigConor Dooley1-18/+8
2024-07-22RISC-V: hwprobe: sort EXT_KEY()s in hwprobe_isa_ext0() alphabeticallyConor Dooley1-22/+21
2024-07-22Merge patch series "Add ACPI NUMA support for RISC-V"Palmer Dabbelt6-10/+148
2024-07-22ACPI: RISCV: Add NUMA support based on SRAT and SLITHaibo Xu6-10/+148
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-4/+4
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-115/+101
2024-07-20Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds44-249/+1338
2024-07-20kbuild: Abort make on install failuresZhang Bingwu1-0/+2
2024-07-19Merge tag 'tty-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-12/+18
2024-07-18Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-1/+0
2024-07-16Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds5-52/+163
2024-07-16Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-45/+37
2024-07-16Merge tag 'soc-defconfig-6.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+26
2024-07-16Merge tag 'soc-dt-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds16-6/+985