summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
14 daysprctl: cfi: change the branch landing pad prctl()s to be more descriptivePaul Walmsley1-8/+7
14 daysriscv: ptrace: cfi: expand "SS" references to "shadow stack" in uapi headersPaul Walmsley2-14/+14
14 daysprctl: rename branch landing pad implementation functions to be more explicitPaul Walmsley1-8/+8
14 daysriscv: ptrace: expand "LP" references to "branch landing pads" in uapi headersPaul Walmsley2-14/+16
14 daysriscv: cfi: clear CFI lock status in start_thread()Zong Li3-10/+12
14 daysriscv: ptrace: cfi: fix "PRACE" typo in uapi headerPaul Walmsley2-2/+2
14 daysriscv: use _BITUL macro rather than BIT() in ptrace uapi and kselftestsPaul Walmsley1-6/+7
14 daysriscv: Reset pmm when PR_TAGGED_ADDR_ENABLE is not setZishun Yi1-1/+3
14 daysriscv: make runtime const not usable by modulesJisheng Zhang1-0/+4
14 daysriscv: patch: Avoid early phys_to_page()Vivian Wang1-10/+11
14 daysriscv: kgdb: fix several debug register assignment bugsPaul Walmsley1-3/+4
2026-03-18Merge tag 'soc-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds1-0/+2
2026-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-46/+111
2026-03-11Merge tag 'kvm-x86-generic-7.0-rc3' of https://github.com/kvm-x86/linux into ...Paolo Bonzini2-2/+2
2026-03-07Merge tag 'kbuild-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2026-03-06RISC-V: KVM: Check host Ssaia extension when creating AIA irqchipAnup Patel1-0/+4
2026-03-06RISC-V: KVM: Fix error code returned for Ssaia ONE_REGAnup Patel1-0/+4
2026-03-06RISC-V: KVM: Fix error code returned for Smstateen ONE_REGAnup Patel1-10/+8
2026-03-06KVM: riscv: Fix Spectre-v1 in PMU counter accessLukas Gerlach1-3/+11
2026-03-06KVM: riscv: Fix Spectre-v1 in floating-point register accessLukas Gerlach1-4/+13
2026-03-06KVM: riscv: Fix Spectre-v1 in AIA CSR accessLukas Gerlach1-2/+9
2026-03-06KVM: riscv: Fix Spectre-v1 in ONE_REG register accessLukas Gerlach1-8/+28
2026-03-06RISC-V: KVM: Skip THP support check during dirty loggingWang Yechao1-1/+1
2026-03-06RISC-V: KVM: Fix potential UAF in kvm_riscv_aia_imsic_has_attr()Jiakai Xu1-1/+4
2026-03-06RISC-V: KVM: Fix use-after-free in kvm_riscv_aia_aplic_has_attr()Jiakai Xu1-3/+6
2026-03-06RISC-V: KVM: fix off-by-one array access in SBI PMURadim Krčmář1-1/+1
2026-03-06RISC-V: KVM: Fix null pointer dereference in kvm_riscv_vcpu_aia_rmw_topei()Jiakai Xu1-0/+4
2026-03-06RISC-V: KVM: Fix use-after-free in kvm_riscv_gstage_get_leaf()Jiakai Xu1-0/+4
2026-03-06KVM: riscv: Fix Spectre-v1 in APLIC interrupt handlingLukas Gerlach1-11/+12
2026-03-04Merge tag 'riscv-soc-fixes-for-v7.0-rc1' of https://git.kernel.org/pub/scm/li...Arnd Bergmann1-0/+2
2026-02-28KVM: always define KVM_CAP_SYNC_MMUPaolo Bonzini1-1/+0
2026-02-28KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIERPaolo Bonzini1-1/+0
2026-02-26kbuild: Split .modinfo out from ELF_DETAILSNathan Chancellor1-0/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-2/+2
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds9-13/+13
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook12-23/+20
2026-02-14bpf, riscv: add fsession support for trampolinesMenglong Dong1-10/+64
2026-02-14bpf, riscv: introduce emit_store_stack_imm64() for trampolineMenglong Dong1-11/+14
2026-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-8/+163
2026-02-13Merge tag 'riscv-for-linus-7.0-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds49-104/+1579
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-21/+20
2026-02-11Merge tag 'kvm-x86-pmu-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+1
2026-02-11Merge tag 'kvm-riscv-6.20-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini7-7/+162
2026-02-11Merge tag 'soc-dt-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds24-553/+1775
2026-02-11Merge tag 'soc-defconfig-7.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2026-02-11Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-25/+2
2026-02-10Merge tag 'perf-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2026-02-10Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-106/+16