summaryrefslogtreecommitdiffstats
path: root/mm/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/
| * / mm/slab: remove HAVE_HARDENED_USERCOPY_ALLOCATORVlastimil Babka2023-05-241-2/+0
| |/
* | Merge branch 'expand-stack'Linus Torvalds2023-06-281-0/+4
|\ \
| * | mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds2023-06-241-0/+4
| |/
* / mm: zswap: support exclusive loadsYosry Ahmed2023-06-191-0/+16
|/
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-5/+32
|\
| * mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPAneesh Kumar K.V2023-04-181-0/+6
| * mm: introduce CONFIG_PER_VMA_LOCKSuren Baghdasaryan2023-04-051-0/+12
| * mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-5/+5
| * dmapool: add alloc/free performance testKeith Busch2023-04-051-0/+9
* | Merge tag 'slab-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2023-04-251-22/+0
|\ \
| * | mm/slob: remove CONFIG_SLOBVlastimil Babka2023-03-291-22/+0
| |/
* / mm: Remove "select SRCU"Paul E. McKenney2023-04-051-1/+0
|/
* zsmalloc: set default zspage chain size to 8Sergey Senozhatsky2023-02-021-1/+1
* zsmalloc: make zspage chain size configurableSergey Senozhatsky2023-02-021-0/+19
* selftests/vm: rename selftests/vm to selftests/mmSeongJae Park2023-01-181-1/+1
* Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-171-1/+1
|\
| * mm: Rename GUP_GET_PTE_LOW_HIGHPeter Zijlstra2022-12-151-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-151-0/+8
|\ \
| * | mm: Do not enable PG_arch_2 for all 64-bit architecturesCatalin Marinas2022-11-291-0/+8
| |/
* | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-9/+8
|\ \
| * | mm: Kconfig: make config SECRETMEM visible with EXPERTLukas Bulwahn2022-11-301-1/+7