summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* kprobe/ftrace: bail out if ftrace was killedStephen Brennan2024-06-271-0/+3
* riscv: force PAGE_SIZE linear mapping if debug_pagealloc is enabledNam Cao2024-06-211-0/+3
* riscv: rewrite __kernel_map_pages() to fix sleeping in invalid contextNam Cao2024-06-211-6/+22
* riscv: fix overlap of allocated page and PTR_ERRNam Cao2024-06-211-10/+11
* RISC-V: KVM: Fix incorrect reg_subtype labels in kvm_riscv_vcpu_set_reg_isa_e...Quan Zhou2024-06-211-2/+2
* RISC-V: KVM: No need to use mask when hart-index-bit is 0Yong-Xuan Wang2024-06-211-3/+4
* riscv: enable HAVE_ARCH_HUGE_VMAP for XIP kernelNam Cao2024-06-161-1/+1
* riscv: dts: starfive: Remove PMIC interrupt info for Visionfive 2 boardShengyu Qu2024-06-161-1/+0
* riscv: prevent pt_regs corruption for secondary idle threadsSergey Matyukevich2024-06-122-3/+2
* riscv: stacktrace: fixed walk_stackframe()Matthew Bystrin2024-06-121-6/+14
* riscv: cpufeature: Fix extension subset checkingCharlie Jenkins2024-06-121-1/+1
* riscv: cpufeature: Fix thead vector hwcap removalCharlie Jenkins2024-06-123-6/+44
* riscv: Flush the instruction cache during SMP bringupSamuel Holland2024-06-121-3/+4
* riscv: dts: starfive: visionfive 2: Remove non-existing I2S hardwareHannah Peuckmann2024-06-121-58/+0
* riscv: dts: starfive: visionfive 2: Remove non-existing TDM hardwareHannah Peuckmann2024-06-121-40/+0
* RISC-V: Fix the typo in Scountovf CSR nameAtish Patra2024-05-301-1/+1
* riscv, bpf: make some atomic operations fully orderedPuranjay Mohan2024-05-301-10/+10
* Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-05-021-3/+3
|\
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-261-3/+3
| |\
| | * riscv, bpf: Fix incorrect runtime statsXu Kuohai2024-04-161-3/+3
* | | Merge tag 'riscv-for-linus-6.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-04-277-27/+33
|\ \ \ | |/ / |/| |
| * | Merge patch series "RISC-V: Test th.sxstatus.MAEE bit before enabling MAEE"Palmer Dabbelt2024-04-263-23/+29
| |\ \
| | * | riscv: T-Head: Test availability bit before enabling MAE errataChristoph Müllner2024-04-251-4/+10
| | * | riscv: thead: Rename T-Head PBMT to MAEChristoph Müllner2024-04-253-19/+19
| * | | riscv: hwprobe: fix invalid sign extension for RISCV_HWPROBE_EXT_ZVFHMINClément Léger2024-04-231-1/+1
| * | | Merge patch the fixes from "riscv: 64-bit NOMMU fixes and enhancements"Palmer Dabbelt2024-04-093-3/+3
| |\ \ \
| | * | | riscv: Fix loading 64-bit NOMMU kernels past the start of RAMSamuel Holland2024-04-092-2/+2
| | * | | riscv: Fix TASK_SIZE on 64-bit NOMMUSamuel Holland2024-04-091-1/+1
| | |/ /
* | | / Merge tag 'riscv-for-linus-6.9-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-04-0512-20/+34
|\| | | | |_|/ |/| |
| * | riscv: process: Fix kernel gp leakageStefan O'Rear2024-04-041-3/+0
| * | riscv: Disable preemption when using patch_map()Alexandre Ghiti2024-04-041-0/+8
| * | riscv: Fix warning by declaring arch_cpu_idle() as noinstrAlexandre Ghiti2024-04-041-1/+1
| * | riscv: use KERN_INFO in do_trapAndreas Schwab2024-04-041-1/+1
| * | riscv: Fix vector state restore in rt_sigreturn()Björn Töpel2024-04-031-7/+8
| * | riscv: mm: implement pgprot_nxJisheng Zhang2024-03-271-0/+6
| * | riscv: compat_vdso: align VDSOAS build logMasahiro Yamada2024-03-271-1/+1
| * | RISC-V: Update AT_VECTOR_SIZE_ARCH for new AT_MINSIGSTKSZVictor Isaev2024-03-271-1/+1
| * | riscv: Mark __se_sys_* functions __usedSami Tolvanen2024-03-261-1/+2
| * | riscv: compat_vdso: install compat_vdso.so.dbg to /lib/modules/*/vdso/Masahiro Yamada2024-03-261-1/+1
| * | riscv: hwprobe: do not produce frtace relocationVladimir Isaev2024-03-261-0/+1
| * | riscv: Fix spurious errors from __get/put_kernel_nofaultSamuel Holland2024-03-261-2/+2
| * | riscv: mm: Fix prototype to avoid discarding constSamuel Holland2024-03-261-2/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-04-032-7/+32
|\ \ \
| * | | RISC-V: KVM: Fix APLIC in_clrip[x] read emulationAnup Patel2024-03-261-3/+18
| * | | RISC-V: KVM: Fix APLIC setipnum_le/be write emulationAnup Patel2024-03-251-3/+13
| * | | RISC-V: KVM: Remove second semicolonColin Ian King2024-03-251-1/+1
| |/ /
* | | Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-03-281-0/+16
|\ \ \ | |/ / |/| |
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2024-03-261-0/+16
| |\ \
| | * | riscv, bpf: Fix kfunc parameters incompatibility between bpf and riscv abiPu Lehui2024-03-251-0/+16
* | | | Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-2268-550/+4316
|\ \ \ \ | |/ / / |/| | |