Age | Commit message (Expand) | Author |
2016-08-04 | mm: disable CONFIG_MEMORY_HOTPLUG when KASAN is enabled | zhong jiang |
2016-07-28 | mm: CONFIG_ZONE_DEVICE stop depending on CONFIG_EXPERT | Dan Williams |
2016-07-26 | thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHE | Kirill A. Shutemov |
2016-05-27 | mm: disable DEFERRED_STRUCT_PAGE_INIT on !NO_BOOTMEM | Gavin Shan |
2016-05-26 | mm: make CONFIG_DEFERRED_STRUCT_PAGE_INIT depends on !FLATMEM explicitly | Yang Shi |
2016-05-20 | raxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDER | Matthew Wilcox |
2016-05-20 | z3fold: the 3-fold allocator for compressed pages | Vitaly Wool |
2016-05-19 | memory_hotplug: introduce CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE | Vitaly Kuznetsov |
2016-05-19 | mm: slab: remove ZONE_DMA_FLAG | Yang Shi |
2016-03-20 | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2016-03-17 | mm: ZONE_DEVICE depends on SPARSEMEM_VMEMMAP | Dan Williams |
2016-03-17 | mm: exclude ZONE_DEVICE from GFP_ZONE_TABLE | Dan Williams |
2016-03-17 | mm/Kconfig: remove redundant arch depend for memory hotplug | Yang Shi |
2016-02-18 | mm/core, x86/mm/pkeys: Add arch_validate_pkey() | Dave Hansen |
2016-02-18 | mm/core, x86/mm/pkeys: Store protection bits in high VMA flags | Dave Hansen |
2016-02-05 | mm/Kconfig: correct description of DEFERRED_STRUCT_PAGE_INIT | Vlastimil Babka |
2015-11-06 | mm: make compound_head() robust | Kirill A. Shutemov |
2015-09-11 | Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds |
2015-09-10 | mm: introduce idle page tracking | Vladimir Davydov |
2015-09-08 | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2015-08-27 | mm: ZONE_DEVICE for "device memory" | Dan Williams |
2015-08-16 | [media] mm: Provide new get_vaddr_frames() helper | Jan Kara |
2015-07-23 | mm/Kconfig: NEED_BOUNCE_POOL: clean-up condition | Valentin Rothberg |
2015-06-30 | mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA... | Mel Gorman |
2015-06-24 | tracing: add trace event for memory-failure | Xie XiuQi |
2015-04-14 | mm: cma: debugfs interface | Sasha Levin |
2015-02-19 | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds |
2015-02-12 | mm/zsmalloc: add statistics support | Ganesh Mahendran |
2015-01-07 | kconfig: use bool instead of boolean for type definition attributes | Christoph Jaeger |
2015-01-06 | rcu: Make SRCU optional by using CONFIG_SRCU | Pranith Kumar |
2014-10-09 | mm/balloon_compaction: add vmstat counters and kpageflags bit | Konstantin Khlebnikov |
2014-10-09 | mm: introduce a general RCU get_user_pages_fast() | Steve Capper |
2014-08-06 | mm/zpool: update zswap to use zpool | Dan Streetman |
2014-08-06 | mm/zpool: implement common zpool api to zbud/zsmalloc | Dan Streetman |
2014-08-06 | CMA: generalize CMA reserved area management functionality | Joonsoo Kim |
2014-06-04 | mm/zsmalloc: make zsmalloc module-buildable | Minchan Kim |
2014-06-04 | mm/process_vm_access: move config option into init/Kconfig | Konstantin Khlebnikov |
2014-06-04 | hugetlb: restrict hugepage_migration_support() to x86_64 | Naoya Horiguchi |
2014-05-20 | mm/memblock: add physical memory list | Philipp Hachtmann |
2014-05-15 | parisc,metag: Do not hardcode maximum userspace stack size | Helge Deller |
2014-04-07 | mm: create generic early_ioremap() support | Mark Salter |
2014-04-07 | mm: disable split page table lock for !MMU | Kirill A. Shutemov |
2014-03-10 | mm/Kconfig: fix URL for zsmalloc benchmark | Ben Hutchings |
2014-01-30 | zsmalloc: move it under mm | Minchan Kim |
2013-12-18 | mm: add missing dependency in Kconfig | Sima Baymani |
2013-11-15 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2013-11-15 | mm: dynamically allocate page->ptl if it cannot be embedded to struct page | Kirill A. Shutemov |
2013-11-15 | mm: implement split page table lock for PMD level | Kirill A. Shutemov |
2013-11-15 | mm: avoid increase sizeof(struct page) due to split page table lock | Kirill A. Shutemov |
2013-11-13 | mem-hotplug: introduce movable_node boot option | Tang Chen |