summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorLines
2026-04-05KVM: arm64: Advertise ID_AA64PFR2_EL1.GCIEMarc Zyngier-0/+1
2026-04-04riscv: Remove support for XIP kernelNam Cao-351/+37
2026-04-04riscv: Reuse compare_unaligned_access() in check_vector_unaligned_access()Nam Cao-39/+16
2026-04-04riscv: Split out compare_unaligned_access()Nam Cao-19/+40
2026-04-04riscv: Reuse measure_cycles() in check_vector_unaligned_access()Nam Cao-46/+8
2026-04-04riscv: Split out measure_cycles() for reuseNam Cao-36/+33
2026-04-04riscv: Clean up & optimize unaligned scalar access probeNam Cao-18/+10
2026-04-04riscv: lib: add strrchr() implementationFeng Jiang-1/+45
2026-04-04riscv: lib: add strchr() implementationFeng Jiang-1/+43
2026-04-04riscv: lib: add strnlen() implementationFeng Jiang-1/+172
2026-04-04riscv: vdso_cfi: Add .gitignore for build artifactsChen Pei-0/+8
2026-04-04riscv: vdso_cfi: Add clean rule for copied sourcesChen Pei-0/+3
2026-04-04riscv: enable HAVE_IOREMAP_PROTYufeng Wang-0/+1
2026-04-04riscv: mm: WARN_ON() for bad addresses in vmemmap_populate()Vivian Wang-0/+2
2026-04-04riscv: acpi: update FADT revision check to 6.6Yufeng Wang-5/+5
2026-04-04riscv: add hardware error trap handler supportRui Qi-0/+4
2026-04-04riscv: increase COMMAND_LINE_SIZE value to 2048Austin Kim-1/+1
2026-04-04riscv: Fix typo in purgatory end labelZishun Yi-2/+2
2026-04-04riscv: remove redundant #ifdef check in cpu-hotplugHui Wang-2/+0
2026-04-04riscv: remove redundant check for CONFIG_SMPHui Wang-1/+1
2026-04-04riscv: Simplify assignment for UTS_MACHINEUwe Kleine-König-2/+2
2026-04-04riscv: export kaslr offset and satp in VMCOREINFO ELF notesAustin Kim-0/+7
2026-04-04riscv: move kaslr_offset() to page.h as a static inline functionAustin Kim-6/+4
2026-04-04riscv: smp: Clarify comment "cache" -> "instruction cache"Vivian Wang-2/+2
2026-04-04riscv: smp: Remove outdated comment about disabling preemptionVivian Wang-4/+0
2026-04-04riscv: fix various typos in comments and codeSean Chang-24/+24
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-04Drivers: hv: Move add_interrupt_randomness() to hypervisor callback sysvecMichael Kelley-0/+2
2026-04-04Merge tag 'v7.0-rc6' into irq/coreThomas Gleixner-1314/+1537
2026-04-04Merge tag 'amd-pstate-v7.1-2026-04-02' of ssh://gitolite.kernel.org/pub/scm/l...Rafael J. Wysocki-1/+7
2026-04-04Merge tag 'microchip-soc-7.1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Krzysztof Kozlowski-6/+5
2026-04-04Merge tag 'microchip-dt64-7.1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Krzysztof Kozlowski-0/+1269
2026-04-04Merge tag 'at91-dt-7.1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...Krzysztof Kozlowski-2/+40
2026-04-04Merge tag 'at91-defconfig-7.1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Krzysztof Kozlowski-0/+10
2026-04-04Merge tag 'at91-fixes-7.0' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Krzysztof Kozlowski-1/+1
2026-04-04Merge tag 'imx-dt64-7.1' of https://git.kernel.org/pub/scm/linux/kernel/git/f...Krzysztof Kozlowski-1337/+16770
2026-04-04Merge tag 'tegra-for-7.1-arm64-dt' of https://git.kernel.org/pub/scm/linux/ke...Krzysztof Kozlowski-32/+351
2026-04-04Merge tag 'tegra-for-7.1-arm-dt' of https://git.kernel.org/pub/scm/linux/kern...Krzysztof Kozlowski-75/+482
2026-04-04x86/fpu: Correct misspelled xfeaures_to_write local varBorislav Petkov (AMD)-4/+4
2026-04-04RISC-V: KVM: Reuse KVM_CAP_VM_GPA_BITS to select HGATP.MODEFangyu Yu-2/+42