summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-08-04mm: rename uffd-wp PTE accessors to uffdKiryl Shutsemau (Meta)4-51/+51
2026-08-04mm: rename uffd-wp PTE bit macros to uffdKiryl Shutsemau (Meta)6-43/+43
2026-08-04mm: decouple protnone helpers from CONFIG_NUMA_BALANCINGKiryl Shutsemau (Meta)12-24/+20
2026-08-04Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton2-2/+3
2026-07-30x86/virt: use higher-level allocator APIBrendan Jackman1-1/+1
2026-07-30KVM: VMX: use higher-level allocator APIBrendan Jackman1-1/+1
2026-07-30perf/x86/intel: use higher-level allocator APIBrendan Jackman1-3/+3
2026-07-30mm: rename ARCH_ENABLE_THP_MIGRATION to ARCH_HAS_PMD_SOFTLEAVESUsama Arif11-15/+15
2026-07-28sparc/mm: drop custom pte_clear_not_present_full()David Hildenbrand (Arm)1-4/+0
2026-07-28mm/hugetlb: refactor early boot gigantic hugepage allocationMuchun Song1-8/+5
2026-07-28powerpc/mm: fix wrong addr_pfn tracking in compound vmemmap populationMuchun Song1-6/+1
2026-07-28csky: implement flush_cache_vmap() in CAndrew Morton1-1/+6
2026-07-28arm64, mailmap: update email address for Peter CollingbournePeter Collingbourne1-1/+1
2026-07-28riscv/mm: use physical alignment for vmemmap_start_pfnJiakai Xu1-1/+2
2026-07-26Merge tag 'm68knommu-fixes-on-top-off-7.2-rc4' of git://git.kernel.org/pub/sc...Linus Torvalds1-1/+1
2026-07-26Merge tag 'x86-urgent-2026-07-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2026-07-25Merge tag 'loongarch-fixes-7.2-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-21/+50
2026-07-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds7-8/+62
2026-07-24LoongArch: BPF: Fix memory leak in bpf_jit_free()Pu Lehui1-0/+1
2026-07-23Merge tag 'net-7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+1
2026-07-23LoongArch: BPF: Zero-extend signed ALU32 div/mod resultsNicholas Dudar1-4/+4
2026-07-23LoongArch: Fix oops during single-step debuggingHaoran Jiang1-1/+2
2026-07-23LoongArch: Fix address space mismatch in kexec command line lookupGeorge Guo1-1/+4
2026-07-23LoongArch: Retrieve CPU package ID from PPTT when availableRong Bao2-3/+28
2026-07-23LoongArch: Move jump_label_init() before parse_early_param()Kanglong Wang1-2/+1
2026-07-23LoongArch: Fix build errors due to wrong instructions for 32BITHuacai Chen1-9/+9
2026-07-23LoongArch: Increase TASK_STRUCT_OFFSET up to 2040 for 32BITHuacai Chen1-1/+1
2026-07-23s390/ptff: Export ptff_function_mask[]Sven Schnelle1-0/+1
2026-07-23x86/boot/compressed: Disable jump tablesNathan Chancellor1-0/+1
2026-07-22arm64: make huge_ptep_get handled unaligned addressesDev Jain1-1/+1
2026-07-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds14-85/+161
2026-07-21arm64/mm: Check the requested PFN range during memory removalRichard Cheng1-1/+1
2026-07-21arm64: Correct value returned by ESR_ELx_FSC_ADDRSZ_nL()Steven Price1-1/+1
2026-07-21Merge tag 'kvm-riscv-fixes-7.2-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini10-74/+137
2026-07-21KVM: x86: Only reset TSC Deadline Timer in apic_timer_expired on KVM_RUNVenkatesh Srinivas1-1/+1
2026-07-21KVM: x86/mmu: Fix use-after-free on vendor module reloadPhil Rosenthal1-0/+2
2026-07-21KVM: x86/mmu: Preserve nested TDP shadow page tables if they are used as rootsHyunwoo Kim1-0/+1
2026-07-21KVM: x86: Check for invalid/obsolete root *after* making MMU pages availableSean Christopherson2-8/+11
2026-07-21KVM: nVMX: Hide shadow VMCS right after VMCLEARHyunwoo Kim1-2/+9
2026-07-20Merge tag 'mm-hotfixes-stable-2026-07-20-11-37' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+2
2026-07-20m68k: coldfire: fix breakage of missed IO access updateGreg Ungerer1-1/+1
2026-07-19Merge tag 'riscv-for-linus-7.2-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-8/+28
2026-07-19Merge tag 'x86-urgent-2026-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-6/+13
2026-07-18Merge tag 's390-7.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2-1/+4
2026-07-18Merge tag 'arc-7.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds5-6/+4
2026-07-17arm64: kprobes: Allow reentering kprobes while single-steppingPu Hu2-1/+28
2026-07-17arm64: kprobes: Only handle faults originating from XOL slotPu Hu1-0/+22
2026-07-17Revert "arm64: syscall: Ensure saved x0 is kept in-sync with tracer updates"Will Deacon1-29/+0
2026-07-17Merge tag 'soc-fixes-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-18/+55
2026-07-17Merge tag 'powerpc-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds9-26/+24