summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)Author
2 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
3 daysMerge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds
4 daysMerge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
6 daysMerge tag 'acpi-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
6 daysMerge tag 'kvm-riscv-7.1-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
13 daysACPI: PPTT: Use acpi_get_cpu_uid() and remove get_acpi_id_for_cpu()Chengwen Feng
13 daysACPI: Centralize acpi_get_cpu_uid() declaration in include/linux/acpi.hChengwen Feng
13 daysRISC-V: ACPI: Add acpi_get_cpu_uid() for unified ACPI CPU UID retrievalChengwen Feng
14 daysmm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)
14 daysmm: change to return bool for pudp_test_and_clear_young()Baolin Wang
14 daysmm: change to return bool for pmdp_test_and_clear_young()Baolin Wang
14 daysmm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()Baolin Wang
14 daysmm: change to return bool for ptep_test_and_clear_young()Baolin Wang
14 daysarch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)
2026-04-04riscv: ptrace: cfi: expand "SS" references to "shadow stack" in uapi headersPaul Walmsley
2026-04-04riscv: ptrace: expand "LP" references to "branch landing pads" in uapi headersPaul Walmsley
2026-04-04riscv: cfi: clear CFI lock status in start_thread()Zong Li
2026-04-04riscv: ptrace: cfi: fix "PRACE" typo in uapi headerPaul Walmsley
2026-04-04riscv: use _BITUL macro rather than BIT() in ptrace uapi and kselftestsPaul Walmsley
2026-04-04riscv: make runtime const not usable by modulesJisheng Zhang
2026-04-04RISC-V: KVM: Cache gstage pgd_levels in struct kvm_gstageFangyu Yu
2026-04-04RISC-V: KVM: Support runtime configuration for per-VM's HGATP modeFangyu Yu
2026-04-03RISC-V: KVM: Factor-out VCPU config into separate sourcesAnup Patel
2026-04-03RISC-V: KVM: Add hideleg to struct kvm_vcpu_configAnup Patel
2026-04-03RISC-V: KVM: Move timer state defines closer to struct in UAPI headerAnup Patel
2026-04-03RISC-V: KVM: Factor-out ISA checks into separate sourcesAnup Patel
2026-04-03RISC-V: KVM: Introduce common kvm_riscv_isa_check_host()Anup Patel
2026-04-02xor: make xor.ko self-contained in lib/raid/Christoph Hellwig
2026-04-02riscv: move the XOR code to lib/raid/Christoph Hellwig
2026-04-02xor: remove macro abuse for XOR implementation registrationsChristoph Hellwig
2026-04-02KVM: riscv: Skip CSR restore if VCPU is reloaded on the same coreJinyu Tang
2026-03-30RISC-V: KVM: Split huge pages during fault handling for dirty loggingWang Yechao
2026-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-02-12Merge tag 'riscv-for-linus-7.0-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-11Merge tag 'kvm-riscv-6.20-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2026-02-10Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-02-09riscv: csr: define vtype register elementsSergey Matyukevich
2026-02-06RISC-V: KVM: Allow Zalasr extensions for Guest/VMXu Lu
2026-02-06riscv: KVM: allow Zilsd and Zclsd extensions for Guest/VMPincheng Wang
2026-01-29arch/riscv: add dual vdso creation logic and select vdso based on hwDeepak Gupta
2026-01-29arch/riscv: compile vdso with landing pad and shadow stack noteJim Shu
2026-01-29riscv: add kernel command line option to opt out of user CFIDeepak Gupta
2026-01-29riscv/hwprobe: add zicfilp / zicfiss enumeration in hwprobeDeepak Gupta
2026-01-29riscv: hwprobe: add support for RISCV_HWPROBE_KEY_IMA_EXT_1Paul Walmsley
2026-01-29riscv/ptrace: expose riscv CFI status and state via ptrace and in core filesDeepak Gupta
2026-01-29riscv/signal: save and restore the shadow stack on a signalDeepak Gupta
2026-01-29riscv/traps: Introduce software check exception and uprobe handlingDeepak Gupta
2026-01-29riscv: Implement indirect branch tracking prctlsDeepak Gupta
2026-01-29riscv: Implement arch-agnostic shadow stack prctlsDeepak Gupta