summaryrefslogtreecommitdiffstats
path: root/mm/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* resource: remove dependency on SPARSEMEM from GET_FREE_REGIONHuang Ying2024-10-281-1/+0
* mm: make SPLIT_PTE_PTLOCKS depend on SMPGuenter Roeck2024-09-261-0/+1
* mm: z3fold: deprecate CONFIG_Z3FOLDYosry Ahmed2024-09-171-6/+19
* mm: introduce ARCH_SUPPORTS_HUGE_PFNMAP and special bits to pmd/pudPeter Xu2024-09-171-0/+13
* mm: Kconfig: fixup zsmalloc configurationSergey Senozhatsky2024-09-091-1/+1
* x86: remove PG_uncachedMatthew Wilcox (Oracle)2024-09-031-6/+3
* zsmalloc: use all available 24 bits of page_typeMatthew Wilcox (Oracle)2024-09-031-8/+2
* mm: introduce numa_emulationMike Rapoport (Microsoft)2024-09-031-0/+8
* mm: introduce numa_memblksMike Rapoport (Microsoft)2024-09-031-0/+3
* mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig optionsDavid Hildenbrand2024-09-011-7/+11
* Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-211-13/+10
|\
| * mm: remove CONFIG_ARCH_HAS_HUGEPDChristophe Leroy2024-07-121-10/+0
| * kmsan: disable KMSAN when DEFERRED_STRUCT_PAGE_INIT is enabledIlya Leoshkevich2024-07-031-0/+1
| * mm/Kconfig: mention arm64 in DEFAULT_MMAP_MIN_ADDR symbol help textJavier Martinez Canillas2024-07-031-1/+1
| * mm/zsmalloc: use a proper page typeDavid Hildenbrand2024-07-031-2/+8
* | mm/slab: Plumb kmem_buckets into __do_kmalloc_node()Kees Cook2024-07-031-0/+17
|/
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-1/+7
|\
| * mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand2024-04-251-1/+1
| * mm/Kconfig: CONFIG_PGTABLE_HAS_HUGE_LEAVESPeter Xu2024-04-251-0/+6
* | mm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)2024-05-141-0/+3
* | mm: Update shuffle documentation to match its current stateMaíra Canal2024-04-241-4/+3
|/
* Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2024-03-211-4/+3
|\
| * treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada2024-02-201-4/+3
* | Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers2024-02-221-0/+6
* | mm/zswap: only support zswap_exclusive_loads_enabledChengming Zhou2024-02-221-16/+0
* | mm/cma: make MAX_CMA_AREAS = CONFIG_CMA_AREASAnshuman Khandual2024-02-221-3/+3
* | mm/cma: drop CONFIG_CMA_DEBUGAnshuman Khandual2024-02-221-9/+0
|/
* Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-181-0/+3
|\
| *-. Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Joerg Roedel2024-01-031-0/+3
| |\ \
| | | * iommu: Change kconfig around IOMMU_SVAJason Gunthorpe2023-12-121-0/+3
| | |/
* | | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-4/+28
|\ \ \
| * | | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-3/+3
| * | | mm/mglru: add CONFIG_LRU_GEN_WALKS_MMUKinsey Ho2024-01-051-0/+4
| * | | mm: remove unnecessary ia64 code and commentKefeng Wang2023-12-291-1/+1
| * | | mm/thp: add CONFIG_TRANSPARENT_HUGEPAGE_NEVER optionDmytro Maluka2023-12-121-0/+6
| * | | zswap: shrink zswap pool based on memory pressureNhat Pham2023-12-121-0/+14
| |/ /
* | | Merge tag 'slab-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2024-01-091-53/+15
|\ \ \ | |/ / |/| |
| * | mm/slab: remove CONFIG_SLAB from all Kconfig and MakefileVlastimil Babka2023-12-051-53/+15
| |/
* / mm/Kconfig: make userfaultfd a menuconfigPeter Xu2023-12-061-7/+9
|/
* mm: restrict the pcp batch scale factor to avoid too long latencyHuang Ying2023-10-251-0/+11
* zswap: change zswap's default allocator to zsmallocNhat Pham2023-10-041-0/+1
* Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-5/+10
|\
| * mm/memory_hotplug: simplify ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE kconfigAneesh Kumar K.V2023-08-211-0/+3
| * mm: kill frontswapJohannes Weiner2023-08-211-4/+0
| * mm/vmemmap optimization: split hugetlb and devdax vmemmap optimizationAneesh Kumar K.V2023-08-181-1/+4
| * mm: make MEMFD_CREATE into a selectable config optionThomas Weißschuh2023-08-181-0/+3
* | Randomized slab caches for kmalloc()GONG, Ruiqi2023-07-181-0/+17
|/
* Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2023-06-291-4/+14
|\
| *-. Merge branches 'slab/for-6.5/prandom', 'slab/for-6.5/slab_no_merge' and 'slab...Vlastimil Babka2023-06-161-2/+14
| |\ \
| | | * mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATEDVlastimil Babka2023-05-261-2/+14
| | |/