aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus 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/git/joro/iommuLinus Torvalds1-0/+3
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-4/+28
2024-01-09Merge tag 'slab-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus 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', 'x86/amd' and 'core' into nextJoerg 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/kernel/git/akpm/mmLinus 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/vbabka/slabLinus 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/for-6.5/slab-deprecate' into slab/for-nextVlastimil 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/kernel/git/akpm/mmLinus Torvalds1-5/+32
2023-04-25Merge tag 'slab-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus 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/git/tip/tipLinus 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/git/akpm/mmLinus 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