summaryrefslogtreecommitdiffstats
path: root/arch/riscv
AgeCommit message (Expand)AuthorLines
13 daysMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-53/+23
14 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-484/+811
2026-04-16Merge tag 'soc-dt-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-142/+2458
2026-04-16Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds-150/+0
2026-04-16bpf: Pass bpf_verifier_env to JITXu Kuohai-1/+1
2026-04-16bpf: Move constants blinding out of arch-specific JITsXu Kuohai-39/+22
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-37/+15
2026-04-15bpf, riscv: Remove redundant bpf_flush_icache() after pack allocator finalizePuranjay Mohan-13/+0
2026-04-13Merge tag 'acpi-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-7/+22
2026-04-13Merge tag 'hardening-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-12/+0
2026-04-13Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-468/+0
2026-04-13Merge tag 'rust-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l...Linus Torvalds-3/+0
2026-04-13Merge tag 'kvm-riscv-7.1-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini-484/+811
2026-04-11Merge tag 'riscv-dt-for-v7.1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Krzysztof Kozlowski-64/+1466
2026-04-10Merge tag 'spacemit-dt-for-7.1-1' of https://github.com/spacemit-com/linux in...Linus Walleij-78/+872
2026-04-08Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...Miguel Ojeda-46/+113
2026-04-07rust: simplify `RUSTC_VERSION` Kconfig conditionsMiguel Ojeda-3/+0
2026-04-06ACPI: PPTT: Use acpi_get_cpu_uid() and remove get_acpi_id_for_cpu()Chengwen Feng-4/+0
2026-04-06ACPI: Centralize acpi_get_cpu_uid() declaration in include/linux/acpi.hChengwen Feng-1/+0
2026-04-06RISC-V: ACPI: Add acpi_get_cpu_uid() for unified ACPI CPU UID retrievalChengwen Feng-3/+23
2026-04-06RISC-V: KVM: Fix shift-out-of-bounds in make_xfence_request()Jiakai Xu-1/+2
2026-04-05mm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)-1/+1
2026-04-05mm: change to return bool for pudp_test_and_clear_young()Baolin Wang-2/+2
2026-04-05mm: change to return bool for pmdp_test_and_clear_young()Baolin Wang-2/+2
2026-04-05mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()Baolin Wang-2/+2
2026-04-05mm: change to return bool for ptep_test_and_clear_young()Baolin Wang-6/+5
2026-04-05mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVEDavid Hildenbrand (Arm)-1/+0
2026-04-05riscv/mm: align vmemmap to maximal folio sizeKiryl Shutsemau-1/+2
2026-04-05riscv: shstk: use the new common vm_mmap_shadow_stack() helperCatalin Marinas-11/+1
2026-04-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)-11/+0
2026-04-04prctl: cfi: change the branch landing pad prctl()s to be more descriptivePaul Walmsley-8/+7
2026-04-04riscv: ptrace: cfi: expand "SS" references to "shadow stack" in uapi headersPaul Walmsley-14/+14
2026-04-04prctl: rename branch landing pad implementation functions to be more explicitPaul Walmsley-8/+8
2026-04-04riscv: ptrace: expand "LP" references to "branch landing pads" in uapi headersPaul Walmsley-14/+16
2026-04-04riscv: cfi: clear CFI lock status in start_thread()Zong Li-10/+12
2026-04-04riscv: ptrace: cfi: fix "PRACE" typo in uapi headerPaul Walmsley-2/+2
2026-04-04riscv: use _BITUL macro rather than BIT() in ptrace uapi and kselftestsPaul Walmsley-6/+7
2026-04-04riscv: Reset pmm when PR_TAGGED_ADDR_ENABLE is not setZishun Yi-1/+3
2026-04-04riscv: make runtime const not usable by modulesJisheng Zhang-0/+4
2026-04-04riscv: patch: Avoid early phys_to_page()Vivian Wang-10/+11
2026-04-04riscv: kgdb: fix several debug register assignment bugsPaul Walmsley-3/+4
2026-04-04RISC-V: KVM: Reuse KVM_CAP_VM_GPA_BITS to select HGATP.MODEFangyu Yu-2/+42
2026-04-04RISC-V: KVM: Cache gstage pgd_levels in struct kvm_gstageFangyu Yu-46/+26
2026-04-04RISC-V: KVM: Support runtime configuration for per-VM's HGATP modeFangyu Yu-60/+89
2026-04-03RISC-V: KVM: Don't check hstateen0 when updating sstateen0 CSRAnup Patel-10/+4
2026-04-03RISC-V: KVM: Factor-out VCPU config into separate sourcesAnup Patel-87/+146
2026-04-03RISC-V: KVM: Add hideleg to struct kvm_vcpu_configAnup Patel-0/+4
2026-04-03RISC-V: KVM: Move timer state defines closer to struct in UAPI headerAnup Patel-4/+4
2026-04-03RISC-V: KVM: Factor-out ISA checks into separate sourcesAnup Patel-256/+288
2026-04-03RISC-V: KVM: Introduce common kvm_riscv_isa_check_host()Anup Patel-27/+33