summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2026-04-05KVM: PPC: remove hugetlb.h inclusionDavid Hildenbrand (Arm)
2026-04-05sparc: use vmemmap_populate_hugepages for vmemmap_populateChengkaitao
2026-04-05arm64: mm: implement the architecture-specific test_and_clear_young_ptes()Baolin Wang
2026-04-05mm: rename zap_vma_ptes() to zap_special_vma_range()David Hildenbrand (Arm)
2026-04-05mm: rename zap_page_range_single() to zap_vma_range()David Hildenbrand (Arm)
2026-04-05mm: rename zap_vma_pages() to zap_vma()David Hildenbrand (Arm)
2026-04-05mm/memory: remove "zap_details" parameter from zap_page_range_single()David Hildenbrand (Arm)
2026-04-05x86/vdso: undefine CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP for vdso32Kiryl Shutsemau (Meta)
2026-04-05LoongArch/mm: align vmemmap to maximal folio sizeKiryl Shutsemau
2026-04-05riscv/mm: align vmemmap to maximal folio sizeKiryl Shutsemau
2026-04-05x86: shstk: use the new common vm_mmap_shadow_stack() helperCatalin Marinas
2026-04-05riscv: shstk: use the new common vm_mmap_shadow_stack() helperCatalin Marinas
2026-04-05arm64: gcs: use the new common vm_mmap_shadow_stack() helperCatalin Marinas
2026-04-05mm: cache struct page for empty_zero_page and return it from ZERO_PAGE()Mike Rapoport (Microsoft)
2026-04-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)
2026-04-05mm: rename my_zero_pfn() to zero_pfn()Mike Rapoport (Microsoft)
2026-04-05mm/pkeys: remove unused tsk parameter from arch_set_user_pkey_access()Seongsu Park
2026-03-24Merge tag 'kvmarm-fixes-7.0-4' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2026-03-24Merge tag 'kvm-s390-master-7.0-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2026-03-22Merge tag 'x86-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-03-22Merge tag 'perf-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-03-21Merge tag 'driver-core-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-03-20x86/platform/uv: Handle deconfigured socketsKyle Meyer
2026-03-20x86/entry/vdso: Fix path of included gettimeofday.cVladimir Oltean
2026-03-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2026-03-20Merge tag 'hyperv-fixes-signed-20260319' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2026-03-19Merge tag 'parisc-for-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-03-19arm64: realm: Fix PTE_NS_SHARED for 52bit PA supportSuzuki K Poulose
2026-03-18Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-03-18x86/mce/amd: Check SMCA feature bit before accessing SMCA MSRsWilliam Roche
2026-03-18Merge tag 'soc-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds
2026-03-17sh: platform_early: remove pdev->driver_override checkDanilo Krummrich
2026-03-17KVM: arm64: Fix the descriptor address in __kvm_at_swap_desc()Zenghui Yu (Huawei)
2026-03-16KVM: s390: vsie: Avoid injecting machine check on signalChristian Borntraeger
2026-03-16KVM: s390: log machine checks more aggressivelyChristian Borntraeger
2026-03-16KVM: s390: Limit adapter indicator access to mapped pageJanosch Frank
2026-03-16s390/mm: Add missing secure storage access fixups for donated memoryJanosch Frank
2026-03-16LoongArch: KVM: Fix typo issue in kvm_vm_init_features()Bibo Mao
2026-03-16LoongArch: BPF: Make arch_protect_bpf_trampoline() return 0Tiezhu Yang
2026-03-16LoongArch: No need to flush icache if text copy failedTiezhu Yang
2026-03-16LoongArch: Check return values for set_memory_{rw,rox}Tiezhu Yang
2026-03-16LoongArch: Give more information if kmem access failedTiezhu Yang
2026-03-16LoongArch: Fix calling smp_processor_id() in preemptible codeXi Ruoyao
2026-03-16LoongArch: Only use SC.Q when supported by the assemblerThomas Weißschuh
2026-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-03-15Merge tag 'powerpc-7.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2026-03-15Merge tag 'x86-urgent-2026-03-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-03-15KVM: arm64: Discard PC update state on vcpu resetMarc Zyngier
2026-03-15parisc: Flush correct cache in cacheflush() syscallHelge Deller
2026-03-14ARM: multi_v7_defconfig: Drop duplicate CONFIG_TI_PRUSS=mNathan Chancellor