summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge tag 'riscv-for-linus-7.2-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-15/+20
8 daysriscv: vdso: Only try to install vDSO when presentThomas Weißschuh1-1/+1
8 daysriscv: mm: Fix out-of-bounds page-table walk during memory hot-removeKarl Mehltretter1-2/+2
8 daysriscv: drop __init from vec_check_unaligned_access_speed_all_cpusAnirudh Srinivasan1-2/+2
8 daysriscv: mm: fix SWIOTLB initialization for systems with DRAM above 4GBTroy Mitchell1-5/+12
8 daysriscv/sifive: remove warning in errataYong-Xuan Wang1-3/+1
8 daysriscv: time: Add missing __iomem in get_cycles() and get_cycles_hi()Nam Cao1-2/+2
9 daysriscv/mm: use physical alignment for vmemmap_start_pfnJiakai Xu1-1/+2
2026-07-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-74/+137
2026-07-15riscv: hwprobe: Avoid uninitialized read in hwprobe_get_cpus()Mark Harris1-0/+1
2026-07-15KVM: riscv: Fix Spectre-v1 in vector register accessZongmin Zhou1-2/+12
2026-07-15RISC-V: KVM: Serialize virtual interrupt pending state updatesXie Bo4-34/+87
2026-07-15arch/riscv: vdso: remove CFI landing pad from rt_sigreturnAurelien Jarno1-1/+9
2026-07-14RISC-V: KVM: Inject instruction access fault on unmapped guest fetchQingwei Hu1-0/+19
2026-07-13riscv: vdso: Do not use LTO for the vDSOThomas Weißschuh1-3/+3
2026-07-13riscv: io: avoid null-pointer arithmetic in PIO helpersYunhui Cui1-0/+8
2026-07-13riscv: Gate FUNCTION_ALIGNMENT_4B on DYNAMIC_FTRACERui Qi1-1/+1
2026-07-13mm/sparse-vmemmap: flush_cache_vmap() after hotplugging vmemmapVivian Wang1-1/+2
2026-07-13riscv: mm: Make mark_new_valid_map() stuff depend on 64BIT && MMUVivian Wang3-2/+4
2026-07-13RISC-V: KVM: Zicbo[m|z|p] block sizes should be always present in ONE_REGAnup Patel1-32/+6
2026-07-13riscv: kvm: Skip TLB flush when G-stage PTE becomes valid with SvvptcDylan.Wu1-1/+5
2026-07-13KVM: riscv: PMU: Bound counter mask scan to BITS_PER_LONGShengwen Cheng1-2/+2
2026-07-13KVM: riscv: SBI FWFT: Apply LOCK flag only on successful setSeungJu Cheon1-2/+4
2026-07-13RISC-V: KVM: Avoid redundant page-table allocations in ioremap topupFangyu Yu1-1/+2
2026-07-08riscv: defconfig: enable ARCH_ULTRARISCJia Wang1-0/+1
2026-07-08riscv: add UltraRISC SoC family Kconfig supportJia Wang1-0/+6
2026-07-07riscv: Prevent NULL pointer dereference in machine_kexec_prepare()Tao Liu1-0/+3
2026-07-04Merge tag 'riscv-for-linus-7.2-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-10/+16
2026-07-01bpf: Restrict JIT predictor flush to cBPFPawan Gupta2-2/+3
2026-07-01riscv: probes: save original sp in rethook trampolineMartin Kaiser1-0/+3
2026-06-25riscv: Fix 32-bit call_on_irq_stack() frame pointer ABISamuel Holland2-6/+6
2026-06-25riscv: smp: use secs_to_jiffies in __cpu_upThorsten Blum1-3/+2
2026-06-25riscv: Add build salt to the vDSOBastian Blank1-0/+3
2026-06-25riscv: Raise default NR_CPUS for 64BIT to 256Vivian Wang1-1/+2
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds7-3/+122
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-15/+3
2026-06-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds17-144/+384
2026-06-19Merge tag 'riscv-for-linus-7.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds27-178/+192
2026-06-17Merge tag 'soc-dt-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds32-340/+2693
2026-06-17Merge tag 'bitmap-for-7.2' of https://github.com/norov/linuxLinus Torvalds2-0/+53
2026-06-17Merge tag 'modules-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2026-06-17Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-26/+35
2026-06-16Merge tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-2/+2
2026-06-15Merge tag 'kvm-riscv-7.2-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini17-144/+384
2026-06-15Merge tag 'timers-vdso-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds2-9/+0
2026-06-15Merge tag 'irq-core-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds1-2/+1
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2026-06-15Merge tag 'kbuild-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbu...Linus Torvalds1-9/+7
2026-06-14riscv: kvm: Use endian-specific __lelong for NACL shared memorySean Chang3-8/+10
2026-06-12Merge tag 'sunxi-dt-for-7.2-2' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann1-0/+9