aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-6.11-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-09-121-6/+6
|\
| * riscv: Disable preemption while handling PR_RISCV_CTX_SW_FENCEI_OFFCharlie Jenkins2024-09-101-6/+6
* | Merge tag 'arm-fixes-6.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-09-111-0/+6
|\ \ | |/ |/|
| * Merge tag 'riscv-soc-fixes-for-v6.11-final' of https://git.kernel.org/pub/scm...Arnd Bergmann2024-09-111-0/+6
| |\
| | * riscv: dts: starfive: jh7110-common: Fix lower rate of CPUfreq by setting PLL...Xingyu Wu2024-09-081-0/+6
* | | riscv: Fix RISCV_ALTERNATIVE_EARLYAlexandre Ghiti2024-09-034-65/+72
* | | riscv: Do not restrict memory size because of linear mapping on nommuAlexandre Ghiti2024-09-031-1/+1
* | | riscv: Fix toolchain vector detectionAnton Blanchard2024-09-031-2/+2
* | | riscv: misaligned: Restrict user access to kernel memorySamuel Holland2024-08-311-2/+2
* | | Merge patch series "riscv: mm: Do not restrict mmap address based on hint"Palmer Dabbelt2024-08-291-24/+2
|\ \ \ | |/ / |/| |
| * | riscv: mm: Do not restrict mmap address based on hintCharlie Jenkins2024-08-291-24/+2
| |/
* | Merge patch series "RISC-V: hwprobe: Misaligned scalar perf fix and rename"Palmer Dabbelt2024-08-155-15/+22
|\ \
| * | RISC-V: hwprobe: Add SCALAR to misaligned perf definesEvan Green2024-08-144-14/+19
| * | RISC-V: hwprobe: Add MISALIGNED_PERF keyEvan Green2024-08-143-1/+3
| |/
* | riscv: Fix out-of-bounds when accessing Andes per hart vendor extension arrayAlexandre Ghiti2024-08-151-1/+1
* | RISC-V: ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODEHaibo Xu2024-08-141-1/+1
* | riscv: change XIP's kernel_map.size to be size of the entire kernelNam Cao2024-08-141-2/+2
* | riscv: entry: always initialize regs->a0 to -ENOSYSCeleste Liu2024-08-141-2/+2
* | riscv: Re-introduce global icache flush in patch_text_XXX()Alexandre Ghiti2024-08-061-0/+4
* | Merge tag 'riscv-for-linus-6.11-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-08-025-21/+29
|\ \
| * | riscv: Fix linear mapping checks for non-contiguous memory regionsStuart Menefy2024-08-011-4/+11
| * | RISC-V: Enable the IPI before workqueue_online_cpu()Nick Hu2024-08-011-1/+1
| * | riscv/mm: Add handling for VM_FAULT_SIGSEGV in mm_fault_error()Zhe Qiao2024-08-011-8/+9
| * | riscv/purgatory: align riscv_kernel_entryDaniel Maslowski2024-08-011-0/+2
| * | riscv: cpufeature: Do not drop Linux-internal extensionsSamuel Holland2024-07-311-8/+6
| |/
* / syscalls: fix syscall macros for newfstat/newfstatatArnd Bergmann2024-08-021-1/+1
|/
* Merge tag 'riscv-for-linus-6.11-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-07-2733-228/+693
|\
| * RISC-V: Provide the frequency of time CSR via hwprobePalmer Dabbelt2024-07-263-1/+7
| * riscv: Extend sv39 linear mapping max size to 128GStuart Menefy2024-07-261-1/+1
| * Merge patch series "RISC-V: Select ACPI PPTT drivers"Palmer Dabbelt2024-07-262-7/+29
| |\
| | * RISC-V: Select ACPI PPTT driversYunhui Cui2024-07-241-0/+1
| | * riscv: cacheinfo: initialize cacheinfo's level and type from ACPI PPTTYunhui Cui2024-07-241-0/+22
| | * riscv: cacheinfo: remove the useless input parameter (node) of ci_leaf_init()Yunhui Cui2024-07-241-7/+6
| * | Merge patch "Enable SPCR table for console output on RISC-V"Palmer Dabbelt2024-07-262-1/+12
| |\ \
| | * | RISC-V: ACPI: Enable SPCR table for console output on RISC-VSia Jee Heng2024-07-242-1/+12
| | |/
| * | riscv: enable HAVE_ARCH_STACKLEAKJisheng Zhang2024-07-263-0/+6
| * | riscv: signal: Remove unlikely() from WARN_ON() conditionZhongqiu Han2024-07-261-1/+1
| * | riscv: Improve exception and system call latencyAnton Blanchard2024-07-262-9/+12
| * | riscv: boot: remove duplicated targets lineJisheng Zhang2024-07-241-1/+0
| * | trace: riscv: Remove deprecated kprobe on ftrace supportJinjie Ruan2024-07-243-67/+0
| * | Merge patch series "riscv: Separate vendor extensions from standard extensions"Palmer Dabbelt2024-07-2215-90/+448
| |\ \
| | * | riscv: cpufeature: Extract common elements from extension checkingCharlie Jenkins2024-07-222-62/+44
| | * | riscv: Introduce vendor variants of extension helpersCharlie Jenkins2024-07-221-0/+83
| | * | riscv: Add vendor extensions to /proc/cpuinfoCharlie Jenkins2024-07-221-3/+32
| | * | riscv: Extend cpufeature.c to detect vendor extensionsCharlie Jenkins2024-07-2214-53/+317
| * | | RISC-V: run savedefconfig for defconfigConor Dooley2024-07-221-18/+8
| * | | RISC-V: hwprobe: sort EXT_KEY()s in hwprobe_isa_ext0() alphabeticallyConor Dooley2024-07-221-22/+21
| * | | Merge patch series "Add ACPI NUMA support for RISC-V"Palmer Dabbelt2024-07-226-10/+148
| |\ \ \
| | * | | ACPI: RISCV: Add NUMA support based on SRAT and SLITHaibo Xu2024-07-226-10/+148
| | | |/ | | |/|
* | | | Merge tag 'bitmap-6.11-rc1' of https://github.com:/norov/linuxLinus Torvalds2024-07-261-1/+1
|\ \ \ \