summaryrefslogtreecommitdiffstats
path: root/mm/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* mm: add infrastructure for get_user_pages_fast() benchmarkingKirill A. Shutemov2017-11-171-0/+9
* mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse2017-09-081-0/+4
* mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse2017-09-081-0/+11
* mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse2017-09-081-1/+10
* mm/hmm/mirror: mirror process address space on device with HMM helpersJérôme Glisse2017-09-081-0/+12
* mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse2017-09-081-0/+13
* mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATIONNaoya Horiguchi2017-09-081-0/+3
* mm, devm_memremap_pages: use multi-order radix for ZONE_DEVICE lookupsDan Williams2017-09-061-0/+1
* mm/kasan: add support for memory hotplugAndrey Ryabinin2017-07-101-1/+0
* Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-07-071-1/+5
|\
| * mm, x86: Add ARCH_HAS_ZONE_DEVICE to KconfigOliver O'Halloran2017-07-021-1/+5
* | mm, memory_hotplug: drop CONFIG_MOVABLE_NODEMichal Hocko2017-07-061-26/+0
* | mm, THP, swap: delay splitting THP during swap outHuang Ying2017-07-061-0/+12
* | Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2017-07-061-0/+8
|\ \
| * | percpu: expose statistics about percpu memory via debugfsDennis Zhou2017-06-201-0/+8
| |/
* | x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov2017-06-131-1/+1
|/
* mm: remove AVR32 arch special handling in mm/KconfigHans-Christian Noren Egtvedt2017-05-011-1/+0
* mm: THP page cache support for ppc64Aneesh Kumar K.V2016-12-121-5/+1
* of/fdt: mark hotpluggable memoryReza Arbab2016-12-121-1/+1
* mm: enable CONFIG_MOVABLE_NODE on non-x86 archesReza Arbab2016-12-121-1/+1
* Allow KASAN and HOTPLUG_MEMORY to co-exist when doing build testingLinus Torvalds2016-10-271-1/+1
* mm: clarify COMPACTION Kconfig textMichal Hocko2016-08-261-1/+8
* mm: disable CONFIG_MEMORY_HOTPLUG when KASAN is enabledzhong jiang2016-08-041-0/+1
* mm: CONFIG_ZONE_DEVICE stop depending on CONFIG_EXPERTDan Williams2016-07-281-1/+1
* thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHEKirill A. Shutemov2016-07-261-0/+8
* mm: disable DEFERRED_STRUCT_PAGE_INIT on !NO_BOOTMEMGavin Shan2016-05-271-1/+1
* mm: make CONFIG_DEFERRED_STRUCT_PAGE_INIT depends on !FLATMEM explicitlyYang Shi2016-05-261-0/+1
* raxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDERMatthew Wilcox2016-05-201-0/+1
* z3fold: the 3-fold allocator for compressed pagesVitaly Wool2016-05-201-1/+11
* memory_hotplug: introduce CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINEVitaly Kuznetsov2016-05-191-0/+16
* mm: slab: remove ZONE_DMA_FLAGYang Shi2016-05-191-5/+0
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-201-0/+5
|\
| * mm/core, x86/mm/pkeys: Add arch_validate_pkey()Dave Hansen2016-02-181-0/+2
| * mm/core, x86/mm/pkeys: Store protection bits in high VMA flagsDave Hansen2016-02-181-0/+3
* | mm: ZONE_DEVICE depends on SPARSEMEM_VMEMMAPDan Williams2016-03-171-0/+1
* | mm: exclude ZONE_DEVICE from GFP_ZONE_TABLEDan Williams2016-03-171-2/+0
* | mm/Kconfig: remove redundant arch depend for memory hotplugYang Shi2016-03-171-1/+0
|/
* mm/Kconfig: correct description of DEFERRED_STRUCT_PAGE_INITVlastimil Babka2016-02-051-4/+5
* mm: make compound_head() robustKirill A. Shutemov2015-11-061-12/+0
* Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2015-09-111-0/+3
|\
| * [media] mm: Provide new get_vaddr_frames() helperJan Kara2015-08-161-0/+3
* | mm: introduce idle page trackingVladimir Davydov2015-09-101-0/+12
* | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-0/+17
|\ \
| * | mm: ZONE_DEVICE for "device memory"Dan Williams2015-08-271-0/+17
| |/
* | mm/Kconfig: NEED_BOUNCE_POOL: clean-up conditionValentin Rothberg2015-07-231-7/+1
|/
* mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA...Mel Gorman2015-06-301-0/+18
* tracing: add trace event for memory-failureXie XiuQi2015-06-241-0/+1
* mm: cma: debugfs interfaceSasha Levin2015-04-141-0/+6
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-02-191-11/+11
|\
| * kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger2015-01-071-11/+11
OpenPOWER on IntegriCloud