aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds7-3/+122
12 daysMerge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-15/+3
12 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds17-143/+383
12 daysMerge tag 'riscv-for-linus-7.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds27-178/+192
14 daysMerge tag 'soc-dt-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds32-340/+2693
2026-06-17Merge tag 'bitmap-for-7.2' of https://github.com/norov/linuxLinus Torvalds2-0/+53
2026-06-17Merge tag 'modules-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2026-06-17Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-26/+35
2026-06-16Merge tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-2/+2
2026-06-15Merge tag 'kvm-riscv-7.2-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini17-143/+383
2026-06-15Merge tag 'timers-vdso-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds2-9/+0
2026-06-15Merge tag 'irq-core-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds1-2/+1
2026-06-15Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2026-06-15Merge tag 'kbuild-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbu...Linus Torvalds1-9/+7
2026-06-14riscv: kvm: Use endian-specific __lelong for NACL shared memorySean Chang3-8/+10
2026-06-11Merge tag 'sunxi-dt-for-7.2-2' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann1-0/+9
2026-06-10Merge tag 'riscv-for-linux-7.1-rc8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-12/+9
2026-06-09Merge tag 'riscv-dt-for-v7.2' of https://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann10-85/+95
2026-06-09Merge tag 'riscv-sophgo-dt-for-v7.2' of https://github.com/sophgo/linux into ...Krzysztof Kozlowski3-237/+241
2026-06-09Merge tag 'spacemit-dt-for-7.2-1' of https://github.com/spacemit-com/linux in...Krzysztof Kozlowski14-18/+2194
2026-06-09Merge tag 'thead-dt-for-v7.2' of https://git.kernel.org/pub/scm/linux/kernel/...Krzysztof Kozlowski3-0/+106
2026-06-08riscv/mm: drop vmemmap_pmd helpers and use generic codeMuchun Song1-13/+0
2026-06-08riscv: traps_misaligned: Avoid redundant unaligned access speed probeNam Cao1-2/+2
2026-06-08riscv: misaligned: Fix fast_unaligned_access_speed_key initNam Cao1-47/+22
2026-06-07bpf: Add struct bpf_tramp_node objectJiri Olsa1-26/+26
2026-06-07riscv: also select ARCH_KEEP_MEMBLOCK if kexec is selectedHan Gao1-1/+1
2026-06-07riscv: alternative: Also patch the CFI vDSOThomas Weißschuh1-0/+3
2026-06-07riscv: alternative: Pass vDSO start as parameter to apply_vdso_alternatives()Thomas Weißschuh1-3/+3
2026-06-07riscv: alternative: Use IS_ENABLED() over ifdeffery for apply_vdso_alternativ...Thomas Weißschuh1-5/+2
2026-06-07riscv: vdso: Always declare vdso_start symbolsThomas Weißschuh1-5/+5
2026-06-07riscv: kexec: use min to simplify riscv_kexec_elf_loadThorsten Blum1-6/+2
2026-06-07riscv: panic if IRQ handler stacks cannot be allocatedOsama Abdelkader1-8/+14
2026-06-07RISC-V: KVM: Fix skip of valid pages in kvm_riscv_gstage_unmap_rangeWu Fei1-8/+12
2026-06-07RISC-V: KVM: Fix skip of valid pages in kvm_riscv_gstage_wp_rangeWu Fei1-8/+8
2026-06-06riscv: mm: Unconditionally sfence.vma for spurious faultVivian Wang1-2/+5
2026-06-06riscv: mm: Use the bitmap API for new_valid_map_cpusVivian Wang2-6/+4
2026-06-06riscv: mm: Rename new_vmalloc into new_valid_map_cpusVivian Wang3-23/+23
2026-06-06riscv: kfence: Call mark_new_valid_map() for kfence_unprotect()Vivian Wang2-4/+9
2026-06-06riscv: mm: Extract helper mark_new_valid_map()Vivian Wang1-11/+14
2026-06-06riscv: stacktrace: Remove bogus -0x4 offset in non-FP walk_stackframeRui Qi1-1/+1
2026-06-06riscv: cacheinfo: Fix node reference leak in populate_cache_leavesZishun Yi1-1/+1
2026-06-06riscv: kexec_file: Constrain segment placement to direct mapHan Gao1-1/+2
2026-06-06riscv: mm: Define DIRECT_MAP_PHYSMEM_ENDVivian Wang1-0/+10
2026-06-06riscv: defconfig: Enable Eswin SoCsAnirudh Srinivasan1-0/+1
2026-06-06riscv: cpu_ops_sbi: No need to be bothered to check ret.errorHui Wang1-8/+3
2026-06-06riscv: cpu_ops: Change return value type of cpu_is_stopped() to boolHui Wang3-7/+10
2026-06-06riscv: kexec_elf: Remove unused pr_fmt definitionHui Wang1-2/+0
2026-06-06riscv: ftrace: select HAVE_BUILDTIME_MCOUNT_SORTChen Pei1-0/+1
2026-06-06riscv: dead code cleanup in kconfig for RISCV_PROBE_VECTOR_UNALIGNED_ACCESSJulian Braha1-1/+0
2026-06-06riscv: replace select with dependency for visible RELOCATABLEJulian Braha1-1/+1
2026-06-07KVM: riscv: Check hugetlb block mappings against memslot boundsJinyu Tang1-10/+46
2026-06-06riscv: Implement _THIS_IP_ using inline asmMarco Elver1-0/+2
2026-06-06riscv: module: Use generic cmp_int() instead of custom cmp_3way()Florian Schmaus1-4/+2
2026-06-06riscv: Fix ftrace_graph_ret_addr() to use the correct task pointerRui Qi1-1/+1
2026-06-06riscv: Implement ARCH_HAS_CC_CAN_LINKThomas Weißschuh1-0/+15
2026-06-06riscv: propagate insert_resource result from add_resourceThorsten Blum1-7/+4
2026-06-06riscv: use sysfs_emit in cpu_show_ghostwriteThorsten Blum1-6/+6
2026-06-06riscv: pi: replace strlcat with strscpy in get_early_cmdlineThorsten Blum1-8/+8
2026-06-06riscv: ptdump: Replace unbounded sprintf() in dump_prot()Thorsten Blum1-6/+7
2026-06-06riscv/purgatory: add asm/purgatory.hThorsten Blum2-4/+12
2026-06-06riscv/purgatory: return bool from verify_sha256_digestThorsten Blum1-6/+5
2026-06-06riscv: cfi: reject unknown flags in PR_SET_CFIRichard Patel2-0/+4
2026-06-06riscv: Fix fast_unaligned_access_speed_key not getting initializedNam Cao1-11/+4
2026-06-06riscv/ptrace: Use USER_REGSET_NOTE_TYPE for REGSET_CFIAndreas Schwab1-1/+1
2026-06-05bpf, riscv: inline bpf_get_current_task() and bpf_get_current_task_btf()Varun R Mallya1-0/+9
2026-06-05KVM: RISC-V: SBI FWFT: Fix stale feature exposure after runtime extension cha...Yong-Xuan Wang1-0/+10
2026-06-05KVM: RISC-V: SBI FWFT: Add optional init() callback for hardware probingYong-Xuan Wang1-4/+29
2026-06-05KVM: RISC-V: SBI FWFT: Mark vCPU CSRs dirty after setting feature valueYong-Xuan Wang1-0/+1
2026-06-05RISC-V: KVM: Enhance the logging check for mmu mappingInochi Amaoto1-5/+4
2026-06-04RISC-V: KVM: Fix timer state restoreQiang Ma1-1/+1
2026-06-04RISC-V: KVM: Fix NULL pointer dereference in AIA IMSIC functionsJiakai Xu1-0/+9
2026-06-04RISC-V: KVM: Document a TOCTOU race in SBI system suspend handlerJiakai Xu1-0/+14
2026-06-03KVM: riscv: Fast-path dirty logging write faultsJinyu Tang1-0/+75
2026-06-03KVM: riscv: Update G-stage PTE permissions atomicallyJinyu Tang1-7/+12
2026-06-03KVM: riscv: Add a G-stage PTE cmpxchg helperJinyu Tang2-0/+18
2026-06-03KVM: riscv: Use an rwlock for mmu_lockJinyu Tang3-13/+15
2026-06-03KVM: riscv: Rely on common MMU notifier lockingJinyu Tang1-7/+2
2026-06-03riscv: dts: sophgo: reduce SG2042 MSI count to 16Icenowy Zheng1-1/+1
2026-06-03riscv: dts: sophgo: sg2042: use hex for CPU unit addressInochi Amaoto1-118/+118
2026-06-03riscv: dts: sophgo: sg2044: use hex for CPU unit addressInochi Amaoto1-118/+118
2026-06-03riscv: dts: sophgo: Add dma-coherent to SG2042 PCIe controllersHan Gao1-0/+4
2026-06-02vdso/treewide: Drop GENERIC_TIME_VSYSCALLThomas Weißschuh1-1/+0
2026-06-02riscv: vdso: Drop CONFIG_GENERIC_TIME_VSYSCALL guard around syscall fallbacksThomas Weißschuh1-8/+0
2026-06-01RISC-V: KVM: Use flexible array for APLIC IRQ stateRosen Penev1-12/+3
2026-06-01riscv: dts: spacemit: enable PMIC on OrangePi R2SChukun Pan1-0/+134
2026-05-31RISC-V: KVM: Batch stage-2 TLB flushesJinyu Tang3-25/+60
2026-05-30dts: riscv: spacemit: k3: Fix I/O power settingsYixun Lan1-0/+1
2026-05-30riscv: dts: spacemit: k3: Add Ziccrse extension for X100 coresGuodong Xu1-8/+8
2026-05-29Merge tag 'clang-fixes-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2026-05-29riscv: dts: spacemit: k3: Initial support for CoM260-IFX boardYixun Lan4-0/+245
2026-05-28riscv: add platform-specific double word shifts for riscv32Dmitry Antipov7-3/+122
2026-05-28mm/sparse-vmemmap: pass @pgmap argument to memory deactivation pathsMuchun Song1-2/+3
2026-05-28arch/riscv: Add bitrev.h file to support rev8 and brev8Jinjie Ruan2-0/+53
2026-05-28Disable -Wattribute-alias for clang-23 and newerNathan Chancellor1-0/+4
2026-05-27riscv: Drop tautological condition from TOOLCHAIN_NEEDS_OLD_ISA_SPECNathan Chancellor1-7/+6
2026-05-27riscv: Remove tautological condition from selection of ARCH_SUPPORTS_CFINathan Chancellor1-2/+1
2026-05-26module, riscv: force sh_addr=0 for arch-specific sectionsPetr Pavlu1-3/+3
2026-05-26genirq/proc: Increase default interrupt number precision to fourThomas Gleixner1-2/+1
2026-05-26riscv: dts: spacemit: k1-musepi-pro: add SD card support with UHS modesTrevor Gamblin1-1/+21
2026-05-26riscv: dts: spacemit: k3: Add pwm supportYixun Lan2-0/+810
2026-05-26RISC-V: KVM: AIA: Make HGEI number management fully per-CPUGuo Ren (Alibaba DAMO Academy)4-42/+60
2026-05-26RISC-V: KVM: Fix ebreak self test failureMayuresh Chitale1-0/+1
2026-05-25riscv: dts: thead: Enable wifi on the BeagleV-AheadThomas Gerner1-0/+48
2026-05-25riscv: dts: thead: Enable WiFi on Lichee Pi 4AMoeLeak1-0/+47
2026-05-25riscv: dts: thead: Add TH1520 I2C1 controllerMoeLeak1-0/+11
2026-05-25Merge tag 'v7.1-rc5' into driver-core-nextDanilo Krummrich20-96/+118
2026-05-23riscv: dts: tenstorrent: Add PMU node to blackhole for Linux perf supportMichael Neuling1-0/+48
2026-05-23Merge tag 'kvm-riscv-fixes-7.1-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini4-10/+15
2026-05-22crypto: riscv/aes - replace min_t with min in riscv64_aes_ctr_cryptThorsten Blum1-2/+2
2026-05-21Merge tag 'trace-ringbuffer-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2026-05-21Merge tag 'soc-fixes-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds5-64/+30
2026-05-21ring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)1-0/+1
2026-05-20riscv: dts: spacemit: fix uboot partition offset on Milk-V JupiterAurelien Jarno1-1/+1
2026-05-20riscv: dts: spacemit: enable SD card support on Milk-V JupiterAurelien Jarno1-1/+20
2026-05-20riscv: dts: spacemit: enable eMMC on Milk-V JupiterAurelien Jarno1-0/+11
2026-05-20riscv: dts: spacemit: sort aliases on Milk-V JupiterAurelien Jarno1-1/+1
2026-05-20riscv: dts: spacemit: set console baud rate on Milk-V JupiterAurelien Jarno1-1/+1
2026-05-20riscv: dts: spacemit: enable USB3 on OrangePi R2SChukun Pan1-0/+23
2026-05-20riscv: dts: spacemit: Add thermal sensor for K1 SoCShuwei Wu1-0/+101
2026-05-20riscv: dts: spacemit: Add PDMA controller node for K3 SoCTroy Mitchell1-0/+11
2026-05-18RISC-V: KVM: Fix sign extension for MMIO loadsJiakai Xu1-5/+4
2026-05-18RISC-V: KVM: Fix NULL pointer dereference in SBI v0.1 SEND_IPI handlerJiakai Xu1-0/+2
2026-05-18riscv: kvm: return SBI_ERR_FAILURE for pmu_event_info() when OOMOsama Abdelkader1-2/+4
2026-05-18riscv: kvm: return SBI_ERR_FAILURE for pmu_snapshot_set_shmem() when OOMOsama Abdelkader1-2/+4
2026-05-18RISC-V: KVM: Fix invalid HVA warning in steal-time recordingJiakai Xu1-1/+1
2026-05-17riscv: dts: spacemit: enable QSPI for OrangePi RV2Chukun Pan1-0/+45
2026-05-16riscv: dts: spacemit: k1-musepi-pro: set default console baud rateAndre Heider1-1/+1
2026-05-16riscv: dts: spacemit: k1-musepi-pro: enable PCIe portsAndre Heider1-0/+38
2026-05-16riscv: dts: spacemit: k1-musepi-pro: enable USB 3 portsAndre Heider1-0/+52
2026-05-16riscv: dts: spacemit: k1-musepi-pro: enable QSPI and add SPI NORAndre Heider1-0/+50
2026-05-16riscv: dts: spacemit: k1-musepi-pro: add 24c02 eepromAndre Heider1-0/+33
2026-05-16riscv: dts: spacemit: k1-musepi-pro: add PMIC and power infrastructureAndre Heider1-0/+134
2026-05-16riscv: dts: spacemit: k1-bananapi-f3: add SD card support with UHS modesIker Pedrosa1-2/+22
2026-05-16riscv: dts: spacemit: k1-orangepi-rv2: add SD card support with UHS modesIker Pedrosa1-1/+21
2026-05-16riscv: dts: spacemit: k1: add SD card controller and pinctrl supportIker Pedrosa2-0/+53
2026-05-15riscv: dts: microchip: remove redudant enabling of syscontrollerConor Dooley8-29/+0
2026-05-13riscv: misaligned: Make enabling delegation depend on NONPORTABLEVivian Wang2-1/+23
2026-05-13riscv: cfi: reduce shadow stack size limit from 4GB to 2GBZong Li1-3/+4
2026-05-13riscv: dts: spacemit: k3: Add USB2.0 supportYixun Lan2-0/+55
2026-05-11riscv: dts: allwinner: d1s-t113: add hstimer nodeMichal Piekos1-0/+9
2026-05-09riscv: dts: spacemit: enable eMMC for OrangePi RV2Chukun Pan1-0/+10
2026-05-09dts: riscv: spacemit: correct 32k clock frequencyYixun Lan2-2/+2
2026-05-07riscv: cpufeature: Use pre-defined ISA ext macros to index isa2hwcapHui Wang1-8/+8
2026-05-05riscv: dts: microchip: fix pic64gx gpio interrupt-cellsConor Dooley1-3/+3
2026-05-05riscv: dts: spacemit: define a SPI controller nodeAlex Elder3-0/+42
2026-05-05riscv: dts: microchip: add gpio line names on beaglev-fireConor Dooley1-0/+5
2026-05-05riscv: dts: microchip: add adc interrupt on beaglev-fireConor Dooley1-0/+2
2026-05-05riscv: dts: microchip: clean up beaglev-fire regulator node namesConor Dooley1-2/+2
2026-05-05riscv: dts: microchip: remove gpio hogs from beaglev-fireConor Dooley1-15/+10
2026-05-05riscv: dts: microchip: gpio controllers on mpfs need 2 interrupt cellsConor Dooley1-3/+3
2026-05-05riscv: dts: microchip: sort pic64gx i2c nodes alphanumericallyConor Dooley1-8/+8
2026-05-05riscv: dts: microchip: update pic64gx gpio interrupts to better match the SoCConor Dooley2-21/+58
2026-05-05riscv: dts: microchip: add tsu clock to macb on pic64gxConor Dooley1-4/+4
2026-05-05dts: spacemit: set console baud rate on bpif3Conor Dooley1-1/+1
2026-05-01riscv: mm: Fixup no5lvl failure when vaddr is invalidGuo Ren (Alibaba DAMO Academy)1-0/+25
2026-05-01riscv: Fix register corruption from uninitialized cregs on errorMichael Neuling2-2/+4
2026-04-30riscv: errata: Fix bitwise vs logical AND in MIPS errata patchingMichael Neuling1-1/+1
2026-04-30riscv: cpufeature: Drop this_hwcap clear in T-Head vector workaroundHui Wang1-3/+1
2026-04-29riscv: Define __riscv_copy_{,vec_}{words,bytes}_unaligned() using SYM_TYPED_F...Nathan Chancellor2-4/+6
2026-04-27riscv: dts: microchip: fix icicle i2c pinctrl configurationConor Dooley3-10/+29
2026-04-27riscv: dts: starfive: jh7110: Drop CAMSS nodeJai Luthra2-54/+1
2026-04-27riscv: dts: spacemit: Enable USB3.0/PCIe on OrangePi RV2Han Gao1-0/+80
2026-04-27riscv: dts: spacemit: Define the P1 PMIC regulators for OrangePi RV2Han Gao1-0/+131
2026-04-27riscv: dts: spacemit: Enable i2c8 adapter for OrangePi RV2Han Gao1-0/+6
2026-04-27riscv: dts: spacemit: add DeepComputing FML13V05 board device treeSandie Cao2-0/+32
2026-04-26driver core: Replace dev->dma_coherent with dev_dma_coherent()Douglas Anderson1-1/+1
2026-04-24Merge tag 'riscv-for-linus-7.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds52-537/+446
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 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-53/+23
2026-04-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds22-484/+811
2026-04-16Merge tag 'soc-dt-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds23-142/+2458
2026-04-16Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds3-150/+0
2026-04-16bpf: Pass bpf_verifier_env to JITXu Kuohai1-1/+1
2026-04-16bpf: Move constants blinding out of arch-specific JITsXu Kuohai1-39/+22
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-37/+15
2026-04-15bpf, riscv: Remove redundant bpf_flush_icache() after pack allocator finalizePuranjay Mohan2-13/+0
2026-04-13Merge tag 'acpi-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds3-7/+22
2026-04-13Merge tag 'hardening-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-12/+0
2026-04-13Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-468/+0
2026-04-13Merge tag 'rust-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l...Linus Torvalds1-3/+0
2026-04-13Merge tag 'kvm-riscv-7.1-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini22-484/+811
2026-04-11Merge tag 'riscv-dt-for-v7.1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Krzysztof Kozlowski14-64/+1466
2026-04-10Merge tag 'spacemit-dt-for-7.1-1' of https://github.com/spacemit-com/linux in...Linus Walleij6-78/+872
2026-04-08Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...Miguel Ojeda11-46/+113
2026-04-07rust: simplify `RUSTC_VERSION` Kconfig conditionsMiguel Ojeda1-3/+0
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 Feng3-3/+23
2026-04-06RISC-V: KVM: Fix shift-out-of-bounds in make_xfence_request()Jiakai Xu1-1/+2
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 Wang2-6/+5
2026-04-05mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVEDavid Hildenbrand (Arm)1-1/+0
2026-04-05riscv/mm: align vmemmap to maximal folio sizeKiryl Shutsemau1-1/+2
2026-04-05riscv: shstk: use the new common vm_mmap_shadow_stack() helperCatalin Marinas1-11/+1
2026-04-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)2-11/+0
2026-04-04riscv: Remove support for XIP kernelNam Cao17-351/+37
2026-04-04riscv: Reuse compare_unaligned_access() in check_vector_unaligned_access()Nam Cao1-39/+16