aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
2026-04-24Merge tag 'riscv-for-linus-7.1-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds13-109/+23
2026-04-22Merge tag 's390-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-3/+3
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-29/+98
2026-04-16Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-68/+0
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-16/+9
2026-04-13Merge tag 'acpi-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-4/+0
2026-04-13Merge tag 'kvm-riscv-7.1-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini5-29/+98
2026-04-06ACPI: PPTT: Use acpi_get_cpu_uid() and remove get_acpi_id_for_cpu()Chengwen Feng1-4/+0
2026-04-06ACPI: Centralize acpi_get_cpu_uid() declaration in include/linux/acpi.hChengwen Feng1-1/+0
2026-04-06RISC-V: ACPI: Add acpi_get_cpu_uid() for unified ACPI CPU UID retrievalChengwen Feng1-0/+1
2026-04-05mm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)1-1/+1
2026-04-05mm: change to return bool for pudp_test_and_clear_young()Baolin Wang1-2/+2
2026-04-05mm: change to return bool for pmdp_test_and_clear_young()Baolin Wang1-2/+2
2026-04-05mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()Baolin Wang1-2/+2
2026-04-05mm: change to return bool for ptep_test_and_clear_young()Baolin Wang1-2/+2
2026-04-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)1-7/+0
2026-04-04riscv: Remove support for XIP kernelNam Cao5-100/+1
2026-04-04riscv: lib: add strrchr() implementationFeng Jiang1-0/+3
2026-04-04riscv: lib: add strchr() implementationFeng Jiang1-0/+3
2026-04-04riscv: lib: add strnlen() implementationFeng Jiang1-0/+3
2026-04-04riscv: add hardware error trap handler supportRui Qi1-0/+1
2026-04-04riscv: increase COMMAND_LINE_SIZE value to 2048Austin Kim1-1/+1
2026-04-04riscv: remove redundant check for CONFIG_SMPHui Wang1-1/+1
2026-04-04riscv: move kaslr_offset() to page.h as a static inline functionAustin Kim1-1/+4
2026-04-04riscv: fix various typos in comments and codeSean Chang4-6/+6
2026-04-04riscv: ptrace: cfi: expand "SS" references to "shadow stack" in uapi headersPaul Walmsley1-9/+9
2026-04-04riscv: ptrace: expand "LP" references to "branch landing pads" in uapi headersPaul Walmsley1-9/+11
2026-04-04riscv: cfi: clear CFI lock status in start_thread()Zong Li1-4/+4
2026-04-04riscv: ptrace: cfi: fix "PRACE" typo in uapi headerPaul Walmsley1-1/+1
2026-04-04riscv: use _BITUL macro rather than BIT() in ptrace uapi and kselftestsPaul Walmsley1-6/+7
2026-04-04riscv: make runtime const not usable by modulesJisheng Zhang1-0/+4
2026-04-04RISC-V: KVM: Cache gstage pgd_levels in struct kvm_gstageFangyu Yu1-0/+10
2026-04-04RISC-V: KVM: Support runtime configuration for per-VM's HGATP modeFangyu Yu2-7/+31
2026-04-03RISC-V: KVM: Factor-out VCPU config into separate sourcesAnup Patel2-19/+26
2026-04-03RISC-V: KVM: Add hideleg to struct kvm_vcpu_configAnup Patel1-0/+1
2026-04-03RISC-V: KVM: Move timer state defines closer to struct in UAPI headerAnup Patel1-4/+4
2026-04-03RISC-V: KVM: Factor-out ISA checks into separate sourcesAnup Patel2-4/+20
2026-04-03RISC-V: KVM: Introduce common kvm_riscv_isa_check_host()Anup Patel1-0/+4
2026-04-02xor: make xor.ko self-contained in lib/raid/Christoph Hellwig1-19/+0
2026-04-02riscv: move the XOR code to lib/raid/Christoph Hellwig1-52/+2
2026-04-02xor: remove macro abuse for XOR implementation registrationsChristoph Hellwig1-9/+10
2026-04-02KVM: riscv: Skip CSR restore if VCPU is reloaded on the same coreJinyu Tang1-0/+3
2026-03-30RISC-V: KVM: Split huge pages during fault handling for dirty loggingWang Yechao1-0/+4
2026-03-13mm/page_table_check: Pass mm_struct to pxx_user_accessible_page()Tobias Huschle1-3/+3
2026-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+3
2026-02-12Merge tag 'riscv-for-linus-7.0-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds18-6/+308
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-12/+11
2026-02-11Merge tag 'kvm-riscv-6.20-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini1-0/+3
2026-02-10Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-15/+0
2026-02-09riscv: csr: define vtype register elementsSergey Matyukevich1-0/+17