summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
5 daysmm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()Anshuman Khandual1-3/+0
5 daysriscv: dts: thead: Add APB clocks for TH1520 GMACsYao Zi1-4/+6
10 daysRISC-V: KVM: Fix inclusion of Smnpm in the guest ISA bitmapSamuel Holland1-30/+53
2025-07-24riscv: traps_misaligned: properly sign extend value in misaligned load handlerAndreas Schwab1-1/+1
2025-07-24riscv: Enable interrupt during exception handlingNam Cao1-4/+6
2025-07-17riscv: vdso: Exclude .rodata from the PT_DYNAMIC segmentFangrui Song1-1/+1
2025-07-10riscv: cpu_ops_sbi: Use static array for boot_dataVivian Wang1-3/+3
2025-07-06riscv: uaccess: Only restore the CSR_STATUS SUM bitCyril Bur3-8/+9
2025-07-06riscv: fix runtime constant support for nommu kernelsCharles Mirabile1-1/+1
2025-07-06Revert "riscv: misaligned: fix sleeping function called during misaligned acc...Nam Cao1-2/+2
2025-07-06Revert "riscv: Define TASK_SIZE_MAX for __access_ok()"Nam Cao1-1/+0
2025-07-06riscv: export boot_cpu_hartidKlara Modin1-0/+1
2025-07-06riscv: vector: Fix context save/restore with xtheadvectorHan Gao1-6/+6
2025-07-06riscv: save the SR_SUM status over switchesBen Dooks3-0/+14
2025-07-06riscv: misaligned: declare misaligned_access_speed under CONFIG_RISCV_MISALIGNEDClément Léger2-3/+4
2025-07-06riscv: add a data fence for CMODX in the kernel modeAndy Chiu1-1/+14
2025-06-27RISC-V: KVM: Don't treat SBI HFENCE calls as NOPsAnup Patel1-2/+2
2025-06-27RISC-V: KVM: Fix the size parameter check in SBI SFENCE callsAnup Patel1-2/+2
2025-06-19riscv: misaligned: fix sleeping function called during misaligned access hand...Nylon Chen1-2/+2
2025-06-19RISC-V: KVM: lock the correct mp_state during resetRadim Krčmář1-2/+2
2025-05-14Merge tag 'soc-fixes-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2025-05-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2025-05-09Merge tag 'riscv-sophgo-dt-fixes-for-v6.15-rc1' of https://github.com/sophgo/...Arnd Bergmann1-1/+1
2025-05-08riscv: Disallow PR_GET_TAGGED_ADDR_CTRL without SupmSamuel Holland1-0/+3
2025-05-08riscv: Fix kernel crash due to PR_SET_TAGGED_ADDR_CTRLNam Cao1-0/+3
2025-05-08riscv: misaligned: use get_user() instead of __get_user()Clément Léger1-1/+1
2025-05-08riscv: misaligned: enable IRQs while handling misaligned accessesClément Léger1-4/+8
2025-05-08riscv: misaligned: factorize trap handlingClément Léger1-30/+36
2025-05-05riscv: misaligned: Add handling for ZCB instructionsNylon Chen1-0/+17
2025-05-01KVM: RISC-V: reset smstateen CSRsRadim Krčmář1-0/+2
2025-04-30riscv: dts: sophgo: fix DMA data-width configuration for CV18xxZe Huang1-1/+1
2025-04-25Merge tag 'riscv-for-linus-6.15-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-13/+12
2025-04-24riscv: uprobes: Add missing fence.i after building the XOL bufferBjörn Töpel1-8/+2
2025-04-24riscv: Replace function-like macro by static inline functionBjörn Töpel1-5/+10
2025-04-23Fix mis-uses of 'cc-option' for warning disablementLinus Torvalds1-2/+2
2025-04-16Merge tag 'riscv-fixes-6.15-rc3' of ssh://gitolite.kernel.org/pub/scm/linux/k...Palmer Dabbelt5-34/+71
2025-04-16Merge patch series "riscv: Rework the arch_kgdb_breakpoint() implementation"Palmer Dabbelt2-8/+7
2025-04-16riscv: KGDB: Remove ".option norvc/.option rvc" for kgdb_compiled_breakWangYuli1-3/+1
2025-04-16riscv: KGDB: Do not inline arch_kgdb_breakpoint()WangYuli2-8/+9
2025-04-16riscv: Avoid fortify warning in syscall_get_arguments()Nathan Chancellor1-2/+5
2025-04-14riscv: Provide all alternative macros all the timeAndrew Jones1-12/+7
2025-04-14riscv: module: Allocate PLT entries for R_RISCV_PLT32Samuel Holland1-6/+7
2025-04-14riscv: module: Fix out-of-bounds relocation accessSamuel Holland1-1/+1
2025-04-14riscv: Properly export reserved regions in /proc/iomemBjörn Töpel1-1/+35
2025-04-14riscv: Fix unaligned access info messagesAndrew Jones1-14/+21
2025-04-10riscv: Avoid fortify warning in syscall_get_arguments()Nathan Chancellor1-2/+5
2025-04-07riscv: Use kvmalloc_array on relocation_hashtableWill Pierce1-4/+5
2025-04-05Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds4-15/+4
2025-04-04Merge tag 'riscv-for-linus-6.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds54-373/+981
2025-04-03Merge tag 'riscv-mw2-6.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Palmer Dabbelt9-73/+172