summaryrefslogtreecommitdiff
path: root/arch/riscv
AgeCommit message (Expand)Author
19 hoursMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
27 hoursMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
38 hoursMerge tag 'soc-dt-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
39 hoursMerge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds
2 daysbpf: Pass bpf_verifier_env to JITXu Kuohai
2 daysbpf: Move constants blinding out of arch-specific JITsXu Kuohai
3 daysMerge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
3 daysbpf, riscv: Remove redundant bpf_flush_icache() after pack allocator finalizePuranjay Mohan
5 daysMerge tag 'acpi-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
5 daysMerge tag 'hardening-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
5 daysMerge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
5 daysMerge tag 'rust-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l...Linus Torvalds
5 daysMerge tag 'kvm-riscv-7.1-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
7 daysMerge tag 'riscv-dt-for-v7.1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Krzysztof Kozlowski
8 daysMerge tag 'spacemit-dt-for-7.1-1' of https://github.com/spacemit-com/linux in...Linus Walleij
10 daysMerge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...Miguel Ojeda
11 daysrust: simplify `RUSTC_VERSION` Kconfig conditionsMiguel Ojeda
12 daysACPI: PPTT: Use acpi_get_cpu_uid() and remove get_acpi_id_for_cpu()Chengwen Feng
12 daysACPI: Centralize acpi_get_cpu_uid() declaration in include/linux/acpi.hChengwen Feng
12 daysRISC-V: ACPI: Add acpi_get_cpu_uid() for unified ACPI CPU UID retrievalChengwen Feng
13 daysRISC-V: KVM: Fix shift-out-of-bounds in make_xfence_request()Jiakai Xu
13 daysmm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)
13 daysmm: change to return bool for pudp_test_and_clear_young()Baolin Wang
13 daysmm: change to return bool for pmdp_test_and_clear_young()Baolin Wang
13 daysmm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()Baolin Wang
13 daysmm: change to return bool for ptep_test_and_clear_young()Baolin Wang
13 daysmm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVEDavid Hildenbrand (Arm)
13 daysriscv/mm: align vmemmap to maximal folio sizeKiryl Shutsemau
13 daysriscv: shstk: use the new common vm_mmap_shadow_stack() helperCatalin Marinas
13 daysarch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)
14 daysprctl: cfi: change the branch landing pad prctl()s to be more descriptivePaul Walmsley
14 daysriscv: ptrace: cfi: expand "SS" references to "shadow stack" in uapi headersPaul Walmsley
14 daysprctl: rename branch landing pad implementation functions to be more explicitPaul Walmsley
14 daysriscv: ptrace: expand "LP" references to "branch landing pads" in uapi headersPaul Walmsley
14 daysriscv: cfi: clear CFI lock status in start_thread()Zong Li
14 daysriscv: ptrace: cfi: fix "PRACE" typo in uapi headerPaul Walmsley
14 daysriscv: use _BITUL macro rather than BIT() in ptrace uapi and kselftestsPaul Walmsley
14 daysriscv: Reset pmm when PR_TAGGED_ADDR_ENABLE is not setZishun Yi
14 daysriscv: make runtime const not usable by modulesJisheng Zhang
14 daysriscv: patch: Avoid early phys_to_page()Vivian Wang
14 daysriscv: kgdb: fix several debug register assignment bugsPaul Walmsley
2026-04-04RISC-V: KVM: Reuse KVM_CAP_VM_GPA_BITS to select HGATP.MODEFangyu Yu
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: Don't check hstateen0 when updating sstateen0 CSRAnup Patel
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