aboutsummaryrefslogtreecommitdiffstats
path: root/mm/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2026-08-24mm/Kconfig: make MEMORY_FAILURE select MIGRATIONXie Yuanbin1-0/+1
2026-08-24drivers/base, mm: move arch_numa.c to mm/Mike Rapoport (Microsoft)1-0/+7
2026-08-24mm/Kconfig: make FLATMEM depend on !NUMASang-Heon Jeon1-0/+2
2026-08-24mm/kconfig: drop redundant dependency wrappersKaitao Cheng1-9/+1
2026-08-24mm/kconfig: drop redundant memory hotplug dependenciesKaitao Cheng1-3/+1
2026-08-04mm/hmm: make CONFIG_HMM_MIRROR select CONFIG_MMU_NOTIFIERAndrew Morton1-0/+1
2026-08-04mm/bootmem_info: remove CONFIG_HAVE_BOOTMEM_INFO_NODEDavid Hildenbrand (Arm)1-7/+0
2026-08-04x86/mm: remove CONFIG_HAVE_BOOTMEM_INFO_NODEDavid Hildenbrand (Arm)1-1/+0
2026-08-04userfaultfd: add UFFDIO_REGISTER_MODE_RWP and UFFDIO_RWPROTECT plumbingKiryl Shutsemau (Meta)1-0/+9
2026-07-30mm: rename ARCH_ENABLE_THP_MIGRATION to ARCH_HAS_PMD_SOFTLEAVESUsama Arif1-1/+1
2026-06-23Merge tag 'mm-stable-2026-06-23-08-55' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-11/+0
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+2
2026-06-21mm: remove READ_ONLY_THP_FOR_FS Kconfig optionZi Yan1-11/+0
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-5/+2
2026-06-02powerpc/mm: remove CONFIG_HAVE_BOOTMEM_INFO_NODEDavid Hildenbrand (Arm)1-1/+1
2026-05-28treewide: fix indentation and whitespace in Kconfig filesAnand Moon1-2/+2
2026-05-28mm/thp: dead code cleanup in KconfigJulian Braha1-4/+1
2026-05-14slab: support for compiler-assisted type-based slab cache partitioningMarco Elver1-10/+63
2026-04-20Merge tag 'uml-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linuxLinus Torvalds1-0/+1
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-18/+15
2026-04-05mm: introduce CONFIG_NUMA_MIGRATION and simplify CONFIG_MIGRATIONDavid Hildenbrand (Arm)1-12/+12
2026-04-05mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVEDavid Hildenbrand (Arm)1-6/+3
2026-04-05mm/Kconfig: make CONFIG_MEMORY_HOTPLUG depend on CONFIG_SPARSEMEM_VMEMMAPDavid Hildenbrand (Arm)1-1/+1
2026-03-25slab,rcu: disable KVFREE_RCU_BATCHED for strict grace periodJann Horn1-0/+1
2026-03-21um: Fix potential race condition in TLB syncTiwei Bie1-0/+1
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-17/+31
2026-02-11Merge tag 'slab-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds1-11/+0
2026-02-06mm: make PT_RECLAIM depends on MMU_GATHER_RCU_TABLE_FREEQi Zheng1-7/+2
2026-02-06mm: convert __HAVE_ARCH_TLB_REMOVE_TABLE to CONFIG_HAVE_ARCH_TLB_REMOVE_TABLE configQi Zheng1-0/+3
2026-01-31mm: rename CONFIG_MEMORY_BALLOON -> CONFIG_BALLOONDavid Hildenbrand (Red Hat)1-2/+2
2026-01-31mm: rename CONFIG_BALLOON_COMPACTION to CONFIG_BALLOON_MIGRATIONDavid Hildenbrand (Red Hat)1-2/+2
2026-01-31mm/kconfig: make BALLOON_COMPACTION depend on MIGRATIONDavid Hildenbrand (Red Hat)1-9/+6
2026-01-29slab: remove SLUB_CPU_PARTIALVlastimil Babka1-11/+0
2026-01-20mm: add basic tests for lazy_mmuKevin Brodsky1-0/+12
2026-01-20mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODEKevin Brodsky1-0/+7
2026-01-05x86/kaslr: Recognize all ZONE_DEVICE users as physaddr consumersDan Williams1-3/+7
2025-11-24mm/memory-failure: remove the selection of RASXie Yuanbin1-1/+0
2025-11-16mm: handle poisoning of pfn without struct pagesAnkit Agrawal1-0/+1
2025-11-16mm: shmem/tmpfs hugepage defaults config choiceDmitry Ilvokhin1-0/+91
2025-11-16mm: introduce deferred freeing for kernel page tablesDave Hansen1-0/+3
2025-11-16mm: remove the BOUNCE config optionHuacai Chen1-9/+0
2025-11-15mm: fix MAX_FOLIO_ORDER on powerpc configs with hugetlbDavid Hildenbrand (Red Hat)1-0/+7
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-41/+30
2025-09-29slab: Introduce kmalloc_nolock() and kfree_nolock().Alexei Starovoitov1-0/+1
2025-09-28mm/memory-failure: don't select MEMORY_ISOLATIONXie Yuanbin1-1/+0
2025-09-21mm: stop making SPARSEMEM_VMEMMAP user-selectableDavid Hildenbrand1-2/+1
2025-09-21mm: remove unused zpool layerJohannes Weiner1-38/+11
2025-09-13mm: add persistent huge zero folioPankaj Raghav1-0/+16
2025-09-13mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()David Hildenbrand1-0/+2
2025-08-02mm: remove mm/io-mapping.cLorenzo Stoakes1-4/+0