summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-05-22mm: don't allow deferred pages with NEED_PER_CPU_KMPavel Tatashin1-0/+1
2016-10-27Allow KASAN and HOTPLUG_MEMORY to co-exist when doing build testingLinus Torvalds1-1/+1
2016-08-27mm: clarify COMPACTION Kconfig textMichal Hocko1-1/+8
2016-08-05mm: disable CONFIG_MEMORY_HOTPLUG when KASAN is enabledzhong jiang1-0/+1
2016-07-28mm: CONFIG_ZONE_DEVICE stop depending on CONFIG_EXPERTDan Williams1-1/+1
2016-07-26thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHEKirill A. Shutemov6-21/+41
2016-05-27mm: disable DEFERRED_STRUCT_PAGE_INIT on !NO_BOOTMEMGavin Shan1-1/+1
2016-05-26mm: make CONFIG_DEFERRED_STRUCT_PAGE_INIT depends on !FLATMEM explicitlyYang Shi1-0/+1
2016-05-21raxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDERMatthew Wilcox4-8/+23
2016-05-21z3fold: the 3-fold allocator for compressed pagesVitaly Wool4-1/+830
2016-05-20memory_hotplug: introduce CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINEVitaly Kuznetsov3-4/+25
2016-05-20mm: slab: remove ZONE_DMA_FLAGYang Shi2-27/+1
2016-03-21Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds85-241/+1406
2016-03-17mm: ZONE_DEVICE depends on SPARSEMEM_VMEMMAPDan Williams1-0/+1
2016-03-17mm: exclude ZONE_DEVICE from GFP_ZONE_TABLEDan Williams3-15/+22
2016-03-17mm/Kconfig: remove redundant arch depend for memory hotplugYang Shi1-1/+0
2016-02-18mm/core, x86/mm/pkeys: Add arch_validate_pkey()Dave Hansen4-0/+34
2016-02-18mm/core, x86/mm/pkeys: Store protection bits in high VMA flagsDave Hansen3-0/+15
2016-02-06mm/Kconfig: correct description of DEFERRED_STRUCT_PAGE_INITVlastimil Babka1-4/+5
2015-11-07mm: make compound_head() robustKirill A. Shutemov15-175/+82
2015-09-11Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds16-608/+477
2015-09-10mm: introduce idle page trackingVladimir Davydov17-3/+512
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds92-745/+2142
2015-08-27mm: ZONE_DEVICE for "device memory"Dan Williams12-17/+70
2015-08-16[media] mm: Provide new get_vaddr_frames() helperJan Kara4-0/+278
2015-07-23mm/Kconfig: NEED_BOUNCE_POOL: clean-up conditionValentin Rothberg1-7/+1
2015-07-01mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA...Mel Gorman5-4/+124
2015-06-25tracing: add trace event for memory-failureXie XiuQi3-0/+89
2015-04-14mm: cma: debugfs interfaceSasha Levin5-15/+91
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds33-99/+105
2015-02-13mm/zsmalloc: add statistics supportGanesh Mahendran2-4/+239
2015-01-07kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger31-99/+99
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar23-1/+34
2014-10-10mm/balloon_compaction: add vmstat counters and kpageflags bitKonstantin Khlebnikov11-3/+37
2014-10-10mm: introduce a general RCU get_user_pages_fast()Steve Capper2-0/+357
2014-08-07mm/zpool: update zswap to use zpoolDan Streetman2-31/+46
2014-08-07mm/zpool: implement common zpool api to zbud/zsmallocDan Streetman5-18/+495
2014-08-07CMA: generalize CMA reserved area management functionalityJoonsoo Kim8-291/+383
2014-06-04mm/zsmalloc: make zsmalloc module-buildableMinchan Kim1-1/+1
2014-06-04mm/process_vm_access: move config option into init/KconfigKonstantin Khlebnikov2-10/+10
2014-06-04hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi15-73/+18
2014-05-20mm/memblock: add physical memory listPhilipp Hachtmann3-0/+19
2014-05-14parisc,metag: Do not hardcode maximum userspace stack sizeHelge Deller4-5/+23
2014-04-07mm: create generic early_ioremap() supportMark Salter4-0/+291
2014-04-07mm: disable split page table lock for !MMUKirill A. Shutemov1-0/+1
2014-03-11mm/Kconfig: fix URL for zsmalloc benchmarkBen Hutchings1-2/+2
2014-01-31zsmalloc: move it under mmMinchan Kim9-34/+28
2013-12-19mm: add missing dependency in KconfigSima Baymani1-1/+1
2013-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds89-138/+109
2013-11-15mm: dynamically allocate page->ptl if it cannot be embedded to struct pageKirill A. Shutemov6-24/+179
[next]