aboutsummaryrefslogtreecommitdiffstats
path: root/mm/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-4/+3
2024-02-22Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers1-0/+6
2024-02-22mm/zswap: only support zswap_exclusive_loads_enabledChengming Zhou1-16/+0
2024-02-22mm/cma: make MAX_CMA_AREAS = CONFIG_CMA_AREASAnshuman Khandual1-3/+3
2024-02-22mm/cma: drop CONFIG_CMA_DEBUGAnshuman Khandual1-9/+0
2024-02-20treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada1-4/+3
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+28
2024-01-09Merge tag 'slab-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds1-53/+15
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-3/+3
2024-01-05mm/mglru: add CONFIG_LRU_GEN_WALKS_MMUKinsey Ho1-0/+4
2024-01-03Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Joerg Roedel1-0/+3
2023-12-29mm: remove unnecessary ia64 code and commentKefeng Wang1-1/+1
2023-12-12mm/thp: add CONFIG_TRANSPARENT_HUGEPAGE_NEVER optionDmytro Maluka1-0/+6
2023-12-12zswap: shrink zswap pool based on memory pressureNhat Pham1-0/+14
2023-12-12iommu: Change kconfig around IOMMU_SVAJason Gunthorpe1-0/+3
2023-12-06mm/Kconfig: make userfaultfd a menuconfigPeter Xu1-7/+9
2023-12-05mm/slab: remove CONFIG_SLAB from all Kconfig and MakefileVlastimil Babka1-53/+15
2023-10-25mm: restrict the pcp batch scale factor to avoid too long latencyHuang Ying1-0/+11
2023-10-04zswap: change zswap's default allocator to zsmallocNhat Pham1-0/+1
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+10
2023-08-21mm/memory_hotplug: simplify ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE kconfigAneesh Kumar K.V1-0/+3
2023-08-21mm: kill frontswapJohannes Weiner1-4/+0
2023-08-18mm/vmemmap optimization: split hugetlb and devdax vmemmap optimizationAneesh Kumar K.V1-1/+4
2023-08-18mm: make MEMFD_CREATE into a selectable config optionThomas Weißschuh1-0/+3
2023-07-18Randomized slab caches for kmalloc()GONG, Ruiqi1-0/+17
2023-06-29Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds1-4/+14
2023-06-28Merge branch 'expand-stack'Linus Torvalds1-0/+4
2023-06-24mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds1-0/+4
2023-06-19mm: zswap: support exclusive loadsYosry Ahmed1-0/+16
2023-06-16Merge branches 'slab/for-6.5/prandom', 'slab/for-6.5/slab_no_merge' and 'slab...Vlastimil Babka1-2/+14
2023-05-26mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATEDVlastimil Babka1-2/+14
2023-05-24mm/slab: remove HAVE_HARDENED_USERCOPY_ALLOCATORVlastimil Babka1-2/+0
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+32
2023-04-25Merge tag 'slab-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds1-22/+0
2023-04-18mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPAneesh Kumar K.V1-0/+6
2023-04-05mm: introduce CONFIG_PER_VMA_LOCKSuren Baghdasaryan1-0/+12
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-5/+5
2023-04-05dmapool: add alloc/free performance testKeith Busch1-0/+9
2023-04-05mm: Remove "select SRCU"Paul E. McKenney1-1/+0
2023-03-29mm/slob: remove CONFIG_SLOBVlastimil Babka1-22/+0
2023-02-02zsmalloc: set default zspage chain size to 8Sergey Senozhatsky1-1/+1
2023-02-02zsmalloc: make zspage chain size configurableSergey Senozhatsky1-0/+19
2023-01-18selftests/vm: rename selftests/vm to selftests/mmSeongJae Park1-1/+1
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+8
2022-12-15mm: Rename GUP_GET_PTE_LOW_HIGHPeter Zijlstra1-1/+1
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+8
2022-11-30mm: Kconfig: make config SECRETMEM visible with EXPERTLukas Bulwahn1-1/+7
2022-11-30mm,hugetlb: use folio fields in second tail pageHugh Dickins1-1/+1
2022-11-30mm: always compile in pte markersPeter Xu1-7/+0
2022-12-01mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATEDVlastimil Babka1-2/+15
2022-11-29mm: Do not enable PG_arch_2 for all 64-bit architecturesCatalin Marinas1-0/+8
2022-11-27mm, slub: add CONFIG_SLUB_TINYVlastimil Babka1-4/+17
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+27
2022-09-26mm: multi-gen LRU: admin guideYu Zhao1-1/+2
2022-09-26mm: multi-gen LRU: kill switchYu Zhao1-0/+6
2022-09-26mm: multi-gen LRU: minimal implementationYu Zhao1-0/+11
2022-09-26mm: multi-gen LRU: groundworkYu Zhao1-0/+8
2022-09-19mm/compaction: Get rid of RT ifdefferyThomas Gleixner1-0/+6
2022-09-11mm: remove EXPERIMENTAL flag for zswapDavid Heidelberg1-7/+1
2022-08-10Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-0/+5
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+2
2022-07-29mm: Kconfig: fix typoSophia Gabriella1-1/+1
2022-07-21resource: Introduce alloc_free_mem_region()Dan Williams1-0/+5
2022-07-17mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-3/+0
2022-06-28arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann1-8/+0
2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport1-1/+1
2022-05-27mm: Kconfig: reorganize misplaced mm optionsVlastimil Babka1-0/+56
2022-05-19mm: Kconfig: simplify zswap configurationJohannes Weiner1-30/+25
2022-05-19mm: Kconfig: group swap, slab, hotplug and thp options into submenusJohannes Weiner1-217/+230
2022-05-19mm: Kconfig: move swap and slab config options to the MM sectionJohannes Weiner1-0/+123
2022-05-13mm/uffd: move USERFAULTFD configs into mm/Peter Xu1-0/+17
2022-05-13mm: enable PTE markers by defaultPeter Xu1-3/+5
2022-05-13mm/uffd: PTE_MARKER_UFFD_WPPeter Xu1-0/+9
2022-05-13mm: introduce PTE_MARKER swap entryPeter Xu1-0/+6
2022-04-28mm/mmap: drop arch_filter_pgprot()Anshuman Khandual1-3/+0
2022-04-28mm/mmap: add new config ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-0/+3
2022-03-24mm: generalize ARCH_HAS_FILTER_PGPROTAnshuman Khandual1-0/+3
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-4/+3
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+6
2022-03-22mm/hugetlb: generalize ARCH_WANT_GENERAL_HUGETLBAnshuman Khandual1-0/+3
2022-03-22mm: enforce pageblock_order < MAX_ORDERDavid Hildenbrand1-0/+3
2022-03-03mm: build migrate_vma_* for all configs with ZONE_DEVICE supportChristoph Hellwig1-1/+1
2022-03-03mm: move the migrate_vma_* device migration code into its own fileChristoph Hellwig1-0/+3
2022-03-03mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig1-4/+0
2022-02-25usercopy: Check valid lifetime via stack depthKees Cook1-0/+9
2022-01-22mm: hide the FRONTSWAP Kconfig symbolChristoph Hellwig1-15/+3
2022-01-22mm: remove cleancacheChristoph Hellwig1-22/+0
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+12
2022-01-20mm: percpu: generalize percpu related configKefeng Wang1-0/+12
2022-01-15mm: add a field to store names for private anonymous memoryColin Cross1-0/+14
2021-12-06percpu: km: ensure it is used with NOMMU (either UP or SMP)Vladimir Murzin1-1/+1
2021-11-20kmap_local: don't assume kmap PTEs are linear arrays in memoryArd Biesheuvel1-0/+3
2021-11-09kernel/resource: disallow access to exclusive system RAM regionsDavid Hildenbrand1-0/+7
2021-11-06mm/memory_hotplug: restrict CONFIG_MEMORY_HOTPLUG to 64 bitDavid Hildenbrand1-1/+1
2021-11-06mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand1-4/+0
2021-11-06mm/memory_hotplug: remove CONFIG_X86_64_ACPI_NUMA dependency from CONFIG_MEMO...David Hildenbrand1-1/+1
2021-11-06mm: disable NUMA_BALANCING_DEFAULT_ENABLED and TRANSPARENT_HUGEPAGE on PREEMP...Sebastian Andrzej Siewior1-1/+1
2021-09-08mm/idle_page_tracking: make PG_idle reusableSeongJae Park1-1/+9
2021-09-08mm: introduce Data Access MONitor (DAMON)SeongJae Park1-0/+2
2021-09-08mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONEMike Rapoport1-3/+0
2021-07-08mm: introduce memfd_secret system call to create "secret" memory areasMike Rapoport1-0/+4
2021-06-30mm: generalize ZONE_[DMA|DMA32]Kefeng Wang1-0/+12
2021-06-30mm/zbud: don't export any zbud APIMiaohe Lin1-0/+1
2021-06-30mm/kconfig: move HOLES_IN_ZONE into mmKefeng Wang1-0/+3
2021-06-29mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEMMike Rapoport1-4/+0
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport1-9/+0
2021-06-29mm: remove CONFIG_DISCONTIGMEMMike Rapoport1-22/+3
2021-05-05mm,memory_hotplug: allocate memmap from the added memory rangeOscar Salvador1-0/+5
2021-05-05mm: generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]Anshuman Khandual1-0/+6
2021-05-05mm: generalize ARCH_HAS_CACHE_LINE_SIZEAnshuman Khandual1-0/+3
2021-05-05mm: cma: support sysfsMinchan Kim1-0/+7
2021-05-05mm: generalize HUGETLB_PAGE_SIZE_VARIABLEAnshuman Khandual1-0/+7
2021-04-30mm/Kconfig: remove default DISCONTIGMEM_MANUALGeert Uytterhoeven1-1/+0
2021-04-30mm: add a io_mapping_map_user helperChristoph Hellwig1-0/+3
2021-04-06block: remove BLK_BOUNCE_ISA supportChristoph Hellwig1-5/+4
2021-01-12media: videobuf2: Move frame_vector into media subsystemDaniel Vetter1-3/+0
2020-12-19mm/Kconfig: fix spelling mistake "whats" -> "what's"Colin Ian King1-1/+1
2020-12-16Merge branch 'parisc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+5
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+20
2020-12-15mm/gup_test: GUP_TEST depends on DEBUG_FSBarry Song1-0/+4
2020-12-15selftests/vm: gup_test: introduce the dump_pages() sub-testJohn Hubbard1-0/+6
2020-12-15mm/gup_benchmark: rename to mm/gup_testJohn Hubbard1-5/+10
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
2020-12-06mm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPINGMinchan Kim1-13/+0
2020-11-11parisc: Make user stack size configurableHelge Deller1-7/+5
2020-11-06highmem: Provide generic variant of kmap_atomic*Thomas Gleixner1-0/+3
2020-10-18mm: add a vmap_pfn functionChristoph Hellwig1-0/+3
2020-10-16mm/memory_hotplug: mark pageblocks MIGRATE_ISOLATE while onlining memoryDavid Hildenbrand1-1/+1
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+2
2020-10-13mm/gup_benchmark: update the documentation in KconfigBarry Song1-2/+2
2020-09-24Fix references to nommu-mmap.rstStephen Kitt1-1/+1
2020-09-01dma-contiguous: provide the ability to reserve per-numa CMABarry Song1-1/+2
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport1-5/+1
2020-06-26docs: move nommu-mmap.txt to admin-guide and rename to ReSTMauro Carvalho Chehab1-1/+1
2020-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-0/+4
2020-06-04mm/memory_hotplug: disable the functionality for 32bMichal Hocko1-0/+1
2020-06-04mm/memory_hotplug: handle memblocks only with CONFIG_ARCH_KEEP_MEMBLOCKDavid Hildenbrand1-0/+3
2020-06-03mm: parallelize deferred_init_memmap()Daniel Jordan1-3/+3
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport1-3/+0
2020-06-02sparc32: mm: Disable SPLIT_PTLOCK_CPUSWill Deacon1-0/+4
2020-06-02mm: only allow page table mappings for built-in zsmallocChristoph Hellwig1-1/+1
2020-06-02mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPINGChristoph Hellwig1-1/+1
2020-04-08Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+5
2020-04-07mm/zswap: allow setting default status, compressor and allocator in KconfigMaciej S. Szmigiero1-1/+117
2020-04-07mm: introduce Reported pagesAlexander Duyck1-0/+11
2020-04-07mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHEMatthew Wilcox (Oracle)1-5/+1
2020-02-17x86/mm: Introduce CONFIG_NUMA_KEEP_MEMINFODan Williams1-0/+5
2019-12-01mm/Kconfig: fix trivial help text punctuationRandy Dunlap1-1/+1
2019-12-01mm/Kconfig: fix indentationKrzysztof Kozlowski1-19/+19
2019-11-30Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-1/+1
2019-11-23mm/hmm: remove hmm_mirror and relatedJason Gunthorpe1-1/+0
2019-11-23mm/mmu_notifier: add an interval tree notifierJason Gunthorpe1-0/+1
2019-11-06mm: Add write-protect and clean utilities for address space rangesThomas Hellstrom1-0/+3
2019-09-24mm,thp: add read-only THP support for (non-shmem) FSSong Liu1-0/+11
2019-09-24mm: remove quicklist page table cachesNicholas Piggin1-5/+0
2019-08-20mm: remove CONFIG_MIGRATE_VMA_HELPERChristoph Hellwig1-3/+0
2019-08-07mm/hmm: make HMM_MIRROR an implicit optionChristoph Hellwig1-8/+6
2019-08-07mm/hmm: allow HMM_MIRROR on all architectures with MMUChristoph Hellwig1-2/+1
2019-07-16mm: introduce ARCH_HAS_PTE_DEVMAPRobin Murphy1-3/+2
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-46/+4
2019-07-12mm: move the powerpc hugepd code to mm/gup.cChristoph Hellwig1-0/+10
2019-07-12mm: consolidate the get_user_pages* implementationsChristoph Hellwig1-0/+1
2019-07-12mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUPChristoph Hellwig1-1/+1
2019-07-12mm: lift the x86_32 PAE version of gup_get_pte to common codeChristoph Hellwig1-0/+3
2019-07-02mm: don't select MIGRATE_VMA_HELPER from HMM_MIRRORChristoph Hellwig1-1/+0
2019-07-02mm: remove the HMM config optionChristoph Hellwig1-23/+4
2019-07-02mm: sort out the DEVICE_PRIVATE Kconfig messChristoph Hellwig1-3/+2
2019-07-02mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig1-11/+0
2019-07-02mm: remove the unused ARCH_HAS_HMM_DEVICE Kconfig optionChristoph Hellwig1-10/+0
2019-06-14Merge tag 'v5.2-rc4' into mauroJonathan Corbet1-0/+1
2019-06-08docs: fix broken documentation linksMauro Carvalho Chehab1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-14mm/Kconfig: update "Memory Model" help textMike Rapoport1-25/+23
2019-05-14mm: memblock: make keeping memblock memory opt-in rather than opt-outMike Rapoport1-1/+1
2019-05-14mm/hmm: add ARCH_HAS_HMM_MIRROR ARCH_HAS_HMM_DEVICE KconfigJérôme Glisse1-0/+16
2019-05-14mm: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz1-11/+0
2019-05-14mm/hmm: select mmu notifier when selecting HMMJérôme Glisse1-1/+1
2019-05-14mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOCAlexandre Ghiti1-0/+3
2018-12-28ksm: replace jhash2 with xxhashTimofey Titovets1-0/+1
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport1-4/+1
2018-10-31mm: remove CONFIG_NO_BOOTMEMMike Rapoport1-4/+0
2018-10-21radix tree: Remove multiorder supportMatthew Wilcox1-2/+2
2018-09-20mm: disable deferred struct page for 32-bit archesPasha Tatashin1-0/+1
2018-08-17mm, swap: make CONFIG_THP_SWAP depend on CONFIG_SWAPHuang Ying1-2/+3
2018-08-17mm/sparse: delete old sparse_init and enable new onePavel Tatashin1-4/+0
2018-08-17mm: make DEFERRED_STRUCT_PAGE_INIT explicitly depend on SPARSEMEMMike Rapoport1-1/+1
2018-08-02kconfig: add a Memory Management options" menuChristoph Hellwig1-0/+5
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+5
2018-06-08Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams1-0/+5
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour1-0/+3
2018-06-04Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds1-3/+4
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2018-05-22mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams1-0/+5
2018-05-18mm: don't allow deferred pages with NEED_PER_CPU_KMPavel Tatashin1-0/+1
2018-05-09arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbolChristoph Hellwig1-1/+1
2018-04-27docs/admin-guide/mm: start moving here files from Documentation/vmMike Rapoport1-2/+3
2018-04-16Merge branch 'mm-rst' into docs-nextJonathan Corbet1-3/+3
2018-04-16docs/vm: rename documentation files to .rstMike Rapoport1-3/+3