aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-04-05mm/memory: remove "zap_details" parameter from zap_page_range_single()David Hildenbrand (Arm)1-1/+1
2026-04-05x86/vdso: undefine CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP for vdso32Kiryl Shutsemau (Meta)1-0/+1
2026-04-05LoongArch/mm: align vmemmap to maximal folio sizeKiryl Shutsemau1-1/+2
2026-04-05riscv/mm: align vmemmap to maximal folio sizeKiryl Shutsemau1-1/+2
2026-04-05Merge tag 'x86-urgent-2026-04-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-6/+34
2026-04-05x86: shstk: use the new common vm_mmap_shadow_stack() helperCatalin Marinas1-10/+2
2026-04-05riscv: shstk: use the new common vm_mmap_shadow_stack() helperCatalin Marinas1-11/+1
2026-04-05arm64: gcs: use the new common vm_mmap_shadow_stack() helperCatalin Marinas1-13/+1
2026-04-05mm: cache struct page for empty_zero_page and return it from ZERO_PAGE()Mike Rapoport (Microsoft)6-32/+14
2026-04-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)57-285/+8
2026-04-05mm: rename my_zero_pfn() to zero_pfn()Mike Rapoport (Microsoft)1-1/+1
2026-04-05mm/pkeys: remove unused tsk parameter from arch_set_user_pkey_access()Seongsu Park7-16/+9
2026-04-05Merge tag 'perf-urgent-2026-04-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+4
2026-04-05Merge tag 'mips-fixes_7.0_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds10-70/+266
2026-04-05x86/mce/amd: Filter bogus hardware errors on Zen3 clientsYazen Ghannam1-0/+8
2026-04-05checksyscalls: move instance functionality into generic codeThomas Weißschuh1-4/+2
2026-04-05KVM: arm64: Advertise ID_AA64PFR2_EL1.GCIEMarc Zyngier1-0/+1
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
2026-04-04riscv: Split out compare_unaligned_access()Nam Cao1-19/+40
2026-04-04riscv: Reuse measure_cycles() in check_vector_unaligned_access()Nam Cao1-46/+8
2026-04-04riscv: Split out measure_cycles() for reuseNam Cao1-36/+33
2026-04-04riscv: Clean up & optimize unaligned scalar access probeNam Cao1-18/+10
2026-04-04riscv: lib: add strrchr() implementationFeng Jiang4-1/+45
2026-04-04riscv: lib: add strchr() implementationFeng Jiang4-1/+43
2026-04-04riscv: lib: add strnlen() implementationFeng Jiang4-1/+172
2026-04-04riscv: vdso_cfi: Add .gitignore for build artifactsChen Pei1-0/+8
2026-04-04riscv: vdso_cfi: Add clean rule for copied sourcesChen Pei1-0/+3
2026-04-04riscv: enable HAVE_IOREMAP_PROTYufeng Wang1-0/+1
2026-04-04riscv: mm: WARN_ON() for bad addresses in vmemmap_populate()Vivian Wang1-0/+2
2026-04-04riscv: acpi: update FADT revision check to 6.6Yufeng Wang1-5/+5
2026-04-04riscv: add hardware error trap handler supportRui Qi3-0/+4
2026-04-04riscv: increase COMMAND_LINE_SIZE value to 2048Austin Kim1-1/+1
2026-04-04riscv: Fix typo in purgatory end labelZishun Yi1-2/+2
2026-04-04riscv: remove redundant #ifdef check in cpu-hotplugHui Wang1-2/+0
2026-04-04riscv: remove redundant check for CONFIG_SMPHui Wang1-1/+1
2026-04-04riscv: Simplify assignment for UTS_MACHINEUwe Kleine-König1-2/+2
2026-04-04riscv: export kaslr offset and satp in VMCOREINFO ELF notesAustin Kim1-0/+7
2026-04-04riscv: move kaslr_offset() to page.h as a static inline functionAustin Kim2-6/+4
2026-04-04riscv: smp: Clarify comment "cache" -> "instruction cache"Vivian Wang1-2/+2
2026-04-04riscv: smp: Remove outdated comment about disabling preemptionVivian Wang1-4/+0
2026-04-04riscv: fix various typos in comments and codeSean Chang20-24/+24
2026-04-04prctl: cfi: change the branch landing pad prctl()s to be more descriptivePaul Walmsley1-8/+7
2026-04-04riscv: ptrace: cfi: expand "SS" references to "shadow stack" in uapi headersPaul Walmsley2-14/+14
2026-04-04prctl: rename branch landing pad implementation functions to be more explicitPaul Walmsley1-8/+8
2026-04-04riscv: ptrace: expand "LP" references to "branch landing pads" in uapi headersPaul Walmsley2-14/+16
2026-04-04riscv: cfi: clear CFI lock status in start_thread()Zong Li3-10/+12
2026-04-04riscv: ptrace: cfi: fix "PRACE" typo in uapi headerPaul Walmsley2-2/+2
2026-04-04riscv: use _BITUL macro rather than BIT() in ptrace uapi and kselftestsPaul Walmsley1-6/+7
2026-04-04riscv: Reset pmm when PR_TAGGED_ADDR_ENABLE is not setZishun Yi1-1/+3