summaryrefslogtreecommitdiff
path: root/arch/riscv/include
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+4
12 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-11/+19
13 daysMerge tag 'riscv-for-linus-7.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-20/+47
2026-06-17Merge tag 'bitmap-for-7.2' of https://github.com/norov/linuxLinus Torvalds1-0/+51
2026-06-17Merge tag 'modules-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2026-06-15Merge tag 'kvm-riscv-7.2-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini5-11/+19
2026-06-15Merge tag 'timers-vdso-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds1-8/+0
2026-06-14riscv: kvm: Use endian-specific __lelong for NACL shared memorySean Chang2-7/+9
2026-06-10Merge tag 'riscv-for-linux-7.1-rc8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2026-06-07riscv: vdso: Always declare vdso_start symbolsThomas Weißschuh1-5/+5
2026-06-07riscv: mm: Use the bitmap API for new_valid_map_cpusVivian Wang1-5/+3
2026-06-07riscv: mm: Rename new_vmalloc into new_valid_map_cpusVivian Wang1-3/+3
2026-06-07riscv: kfence: Call mark_new_valid_map() for kfence_unprotect()Vivian Wang1-2/+5
2026-06-07riscv: mm: Extract helper mark_new_valid_map()Vivian Wang1-11/+14
2026-06-07riscv: mm: Define DIRECT_MAP_PHYSMEM_ENDVivian Wang1-0/+10
2026-06-07riscv: cpu_ops: Change return value type of cpu_is_stopped() to boolHui Wang1-1/+1
2026-06-07riscv: Implement _THIS_IP_ using inline asmMarco Elver1-0/+2
2026-06-07riscv/purgatory: add asm/purgatory.hThorsten Blum1-0/+11
2026-06-07riscv: cfi: reject unknown flags in PR_SET_CFIRichard Patel1-0/+1
2026-06-03KVM: riscv: Add a G-stage PTE cmpxchg helperJinyu Tang1-0/+4
2026-06-03KVM: riscv: Use an rwlock for mmu_lockJinyu Tang1-0/+2
2026-06-02riscv: vdso: Drop CONFIG_GENERIC_TIME_VSYSCALL guard around syscall fallbacksThomas Weißschuh1-8/+0
2026-05-31RISC-V: KVM: Batch stage-2 TLB flushesJinyu Tang1-3/+3
2026-05-30Merge tag 'clang-fixes-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2026-05-29riscv: add platform-specific double word shifts for riscv32Dmitry Antipov1-0/+4
2026-05-28arch/riscv: Add bitrev.h file to support rev8 and brev8Jinjie Ruan1-0/+51
2026-05-28Disable -Wattribute-alias for clang-23 and newerNathan Chancellor1-0/+4
2026-05-26module, riscv: force sh_addr=0 for arch-specific sectionsPetr Pavlu1-3/+3
2026-05-26RISC-V: KVM: AIA: Make HGEI number management fully per-CPUGuo Ren (Alibaba DAMO Academy)1-1/+1
2026-05-21ring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)1-0/+1
2026-04-24Merge tag 'riscv-for-linus-7.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds13-109/+23
2026-04-22Merge tag 's390-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-3/+3
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-29/+98
2026-04-17Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds1-68/+0
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-16/+9
2026-04-14Merge tag 'acpi-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus 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-05riscv: Remove support for XIP kernelNam Cao5-100/+1
2026-04-05riscv: lib: add strrchr() implementationFeng Jiang1-0/+3
2026-04-05riscv: lib: add strchr() implementationFeng Jiang1-0/+3
2026-04-05riscv: lib: add strnlen() implementationFeng Jiang1-0/+3