| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-09 | mm: enable CONFIG_COMPACTION by default | Rik van Riel | 1 | -0/+1 |
| 2012-10-09 | thp, x86: introduce HAVE_ARCH_TRANSPARENT_HUGEPAGE | Gerald Schaefer | 1 | -1/+1 |
| 2012-07-31 | mm: factor out memory isolate functions | Minchan Kim | 1 | -0/+5 |
| 2012-06-04 | Merge tag 'stable/frontswap.v16-tag' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+17 |
| 2012-05-29 | Cross Memory Attach: make it Kconfigurable | Christopher Yeoh | 1 | -0/+10 |
| 2012-05-21 | mm: mmzone: MIGRATE_CMA migration type added | Michal Nazarewicz | 1 | -1/+1 |
| 2012-05-15 | mm: frontswap: config and doc files | Dan Magenheimer | 1 | -0/+17 |
| 2011-11-28 | Merge branch 'master' into x86/memblock | Tejun Heo | 1 | -1/+4 |
| 2011-10-31 | memblock: add NO_BOOTMEM config symbol | Sam Ravnborg | 1 | -0/+3 |
| 2011-07-14 | memblock, x86: Make ARCH_DISCARD_MEMBLOCK a config option | Tejun Heo | 1 | -0/+3 |
| 2011-07-14 | memblock: Add optional region->nid | Tejun Heo | 1 | -0/+3 |
| 2011-06-10 | mm Kconfig typo: cleancacne -> cleancache | Michael Witten | 1 | -1/+1 |
| 2011-05-26 | mm: cleancache core ops functions and config | Dan Magenheimer | 1 | -0/+23 |
| 2011-01-26 | mm: compaction: don't depend on HUGETLB_PAGE | Andrea Arcangeli | 1 | -1/+1 |
| 2011-01-13 | thp: select CONFIG_COMPACTION if TRANSPARENT_HUGEPAGE enabled | Andrea Arcangeli | 1 | -0/+1 |
| 2011-01-13 | thp: transparent hugepage config choice | Andrea Arcangeli | 1 | -2/+25 |
| 2011-01-13 | thp: add x86 32bit support | Johannes Weiner | 1 | -1/+1 |
| 2011-01-13 | thp: CONFIG_TRANSPARENT_HUGEPAGE | Andrea Arcangeli | 1 | -0/+14 |
| 2010-10-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 1 | -0/+8 |
| 2010-09-09 | mm: avoid warning when COMPACTION is selected | Andrea Arcangeli | 1 | -1/+1 |
| 2010-09-08 | percpu: use percpu allocator on UP too | Tejun Heo | 1 | -0/+8 |
| 2010-07-14 | lmb: rename to memblock | Yinghai Lu | 1 | -0/+3 |
| 2010-05-25 | mm: allow CONFIG_MIGRATION to be set without CONFIG_NUMA or memory hot-remove | Mel Gorman | 1 | -3/+14 |
| 2010-03-03 | Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+4 |
| 2010-02-12 | sparsemem: Put mem map for one node together. | Yinghai Lu | 1 | -0/+4 |
| 2010-01-05 | sh: Drop down to a single quicklist. | Paul Mundt | 1 | -1/+1 |
| 2009-12-21 | HWPOISON: Add PROC_FS dependency to hwpoison injector v2 | Andi Kleen | 1 | -1/+1 |
| 2009-12-17 | NOMMU: Optimise away the {dac_,}mmap_min_addr tests | David Howells | 1 | -0/+1 |
| 2009-12-16 | HWPOISON: mention HWPoison in Kconfig entry | Andi Kleen | 1 | -1/+1 |
| 2009-12-16 | HWPOISON: add page flags filter | Wu Fengguang | 1 | -0/+1 |
| 2009-12-15 | ksm: remove unswappable max_kernel_pages | Hugh Dickins | 1 | -1/+1 |
| 2009-12-15 | mm: stop ptlock enlarging struct page | Hugh Dickins | 1 | -2/+4 |
| 2009-12-15 | mm: CONFIG_MMU for PG_mlocked | Hugh Dickins | 1 | -8/+0 |
| 2009-11-17 | mm: allow memory hotplug and hibernation in the same kernel | Andi Kleen | 1 | -4/+1 |
| 2009-10-29 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 1 | -1/+1 |
| 2009-10-29 | mm: fix sparsemem configuration | Russell King | 1 | -1/+1 |
| 2009-10-27 | powerpc: Limit memory hotplug support to PPC64 Book-3S machines | Kumar Gala | 1 | -1/+1 |
| 2009-10-08 | ksm: more on default values | Hugh Dickins | 1 | -1/+3 |
| 2009-09-27 | x86: Fix hwpoison code related build failure on 32-bit NUMAQ | Linus Torvalds | 1 | -1/+3 |
| 2009-09-24 | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 1 | -0/+14 |
| 2009-09-22 | ksm: add some documentation | Hugh Dickins | 1 | -0/+1 |
| 2009-09-22 | ksm: the mm interface to ksm | Hugh Dickins | 1 | -0/+11 |
| 2009-09-16 | HWPOISON: Add simple debugfs interface to inject hwpoison on arbitary PFNs | Andi Kleen | 1 | -0/+4 |
| 2009-09-16 | HWPOISON: The high level memory error handler in the VM v7 | Andi Kleen | 1 | -0/+10 |
| 2009-09-15 | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2009-08-31 | mm: remove !NUMA condition from PAGEFLAGS_EXTENDED condition set | H. Peter Anvin | 1 | -1/+1 |
| 2009-08-17 | Security/SELinux: seperate lsm specific mmap_min_addr | Eric Paris | 1 | -3/+3 |
| 2009-06-16 | Merge branch 'akpm' | Linus Torvalds | 1 | -13/+1 |
| 2009-06-16 | mm: remove CONFIG_UNEVICTABLE_LRU config option | KOSAKI Motohiro | 1 | -13/+1 |
| 2009-06-16 | [S390] pm: memory hotplug power management callbacks | Gerald Schaefer | 1 | -2/+2 |
| 2009-06-04 | security: use mmap_min_addr indepedently of security models | Christoph Lameter | 1 | -0/+19 |
| 2009-05-06 | nommu: make the initial mmap allocation excess behaviour Kconfig configurable | David Howells | 1 | -0/+28 |
| 2009-04-13 | mm: point the UNEVICTABLE_LRU config option at the documentation | David Howells | 1 | -0/+2 |
| 2009-04-01 | nommu: make CONFIG_UNEVICTABLE_LRU available when CONFIG_MMU=n | David Howells | 1 | -1/+0 |
| 2009-04-01 | nommu: there is no mlock() for NOMMU, so don't provide the bits | David Howells | 1 | -0/+8 |
| 2009-01-06 | Remove obsolete CONFIG_RESOURCES_64BIT | Geert Uytterhoeven | 1 | -6/+0 |
| 2008-10-20 | Unevictable LRU Infrastructure | Lee Schermerhorn | 1 | -0/+11 |
| 2008-10-16 | Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+3 |
| 2008-10-16 | Kconfig: eliminate "def_bool n" constructs | Jan Beulich | 1 | -2/+2 |
| 2008-09-14 | generic: add phys_addr_t for holding physical addresses | Jeremy Fitzhardinge | 1 | -0/+3 |
| 2008-08-12 | mm: Make generic weak get_user_pages_fast and EXPORT_GPL it | Rusty Russell | 1 | -3/+0 |
| 2008-07-28 | mmu-notifiers: core | Andrea Arcangeli | 1 | -0/+3 |
| 2008-07-26 | x86: lockless get_user_pages_fast() | Nick Piggin | 1 | -0/+3 |
| 2008-07-24 | mm: make CONFIG_MIGRATION available w/o CONFIG_NUMA | Gerald Schaefer | 1 | -1/+1 |
| 2008-07-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 | Linus Torvalds | 1 | -1/+1 |
| 2008-07-14 | [S390] Add support for memory hot-add. | Heiko Carstens | 1 | -1/+1 |
| 2008-07-02 | avr32: Use a quicklist for PTE allocation as well | Haavard Skinnemoen | 1 | -1/+1 |
| 2008-04-28 | PAGEFLAGS_EXTENDED and separate page flags for Head and Tail | Christoph Lameter | 1 | -0/+12 |
| 2008-01-28 | sh: Bump number of quicklists for SH-5. | Paul Mundt | 1 | -1/+1 |
| 2007-12-17 | sparsemem: make SPARSEMEM_VMEMMAP selectable | Geoff Levand | 1 | -8/+7 |
| 2007-10-20 | small documentation fixes | Philipp Marek | 1 | -1/+1 |
| 2007-10-17 | Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+0 |
| 2007-10-16 | xen: lock pte pages while pinning/unpinning | Jeremy Fitzhardinge | 1 | -1/+0 |
| 2007-10-16 | memory unplug: page offline | KAMEZAWA Hiroyuki | 1 | -0/+5 |
| 2007-10-16 | vmemmap: generify initialisation via helpers | Andy Whitcroft | 1 | -0/+13 |
| 2007-10-06 | xen: disable split pte locks for now | Jeremy Fitzhardinge | 1 | -0/+1 |
| 2007-07-29 | Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATION | Rafael J. Wysocki | 1 | -2/+2 |
| 2007-07-17 | CONFIG_BOUNCE to avoid useless inclusion of bounce buffer logic | Christoph Lameter | 1 | -0/+4 |
| 2007-07-16 | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 1 | -1/+1 |
| 2007-07-16 | Introduce CONFIG_VIRT_TO_BUS | Stephen Rothwell | 1 | -0/+4 |
| 2007-06-08 | sh: memory hot-add for sparsemem users support. | Paul Mundt | 1 | -1/+1 |
| 2007-05-14 | sh64: generic quicklist support. | Paul Mundt | 1 | -1/+1 |
| 2007-05-09 | sh: generic quicklist support. | Paul Mundt | 1 | -1/+1 |
| 2007-05-07 | Quicklists for page table pages | Christoph Lameter | 1 | -0/+5 |
| 2007-02-11 | [PATCH] Set CONFIG_ZONE_DMA for arches with GENERIC_ISA_DMA | Christoph Lameter | 1 | -4/+0 |
| 2007-02-11 | [PATCH] optional ZONE_DMA: optional ZONE_DMA in the VM | Christoph Lameter | 1 | -0/+6 |
| 2007-02-11 | [PATCH] optional ZONE_DMA: introduce CONFIG_ZONE_DMA | Christoph Lameter | 1 | -0/+4 |
| 2006-10-03 | Fix "can not" in Documentation and Kconfig | Matt LaPlante | 1 | -1/+1 |
| 2006-10-03 | more misc typo fixes | Matt LaPlante | 1 | -1/+1 |
| 2006-10-01 | [PATCH] hot-add-mem x86_64: Kconfig changes | Keith Mannthey | 1 | -1/+6 |
| 2006-06-29 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 1 | -0/+6 |
| 2006-06-29 | [PATCH] solve config broken: undefined reference to `online_page' | Yasunori Goto | 1 | -1/+1 |
| 2006-06-27 | [PATCH] sparc64: support sparsemem and !memory hotplug | Yasunori Goto | 1 | -0/+1 |
| 2006-06-27 | [PATCH] 64bit Resource: finally enable 64bit resource sizes | Greg Kroah-Hartman | 1 | -0/+6 |
| 2006-06-23 | [PATCH] Swapless page migration: modify core logic | Christoph Lameter | 1 | -2/+2 |
| 2006-03-25 | [PATCH] mm: make page migration dependent on swap and NUMA | Christoph Lameter | 1 | -2/+2 |
| 2006-03-22 | [PATCH] page migration reorg | Christoph Lameter | 1 | -0/+6 |
| 2006-01-08 | [PATCH] Swap Migration V5: Add CONFIG_MIGRATION for page migration support | Christoph Lameter | 1 | -0/+7 |
| 2006-01-06 | [PATCH] allow flatmem to be disabled when only sparsemem is implemented | Anton Blanchard | 1 | -1/+1 |
| 2005-11-23 | [PATCH] mm: update split ptlock Kconfig | Hugh Dickins | 1 | -4/+2 |
| 2005-11-07 | [PATCH] Suppress split ptlock on arches which may use one page for multiple p... | Hugh Dickins | 1 | -0/+2 |
| 2005-10-29 | [PATCH] memory hotplug: sysfs and add/remove functions | Dave Hansen | 1 | -0/+8 |
| 2005-10-29 | [PATCH] mm: split page table lock | Hugh Dickins | 1 | -0/+13 |
| 2005-09-17 | [PATCH] fix mm/Kconfig spelling | Dave Hansen | 1 | -2/+2 |
| 2005-09-05 | [PATCH] sparsemem extreme implementation | Bob Picco | 1 | -3/+16 |
| 2005-09-05 | [PATCH] SPARSEMEM EXTREME | Bob Picco | 1 | -0/+9 |
| 2005-06-23 | [PATCH] sparsemem memory model | Andy Whitcroft | 1 | -3/+35 |
| 2005-06-23 | [PATCH] generify memory present | Andy Whitcroft | 1 | -0/+4 |
| 2005-06-23 | [PATCH] mm/Kconfig: give DISCONTIG more help text | Dave Hansen | 1 | -0/+10 |
| 2005-06-23 | [PATCH] mm/Kconfig: hide "Memory Model" selection menu | Dave Hansen | 1 | -4/+17 |
| 2005-06-23 | [PATCH] sparsemem: fix minor "defaults" issue in mm/Kconfig | Dave Hansen | 1 | -2/+1 |
| 2005-06-23 | [PATCH] Introduce new Kconfig option for NUMA or DISCONTIG | Dave Hansen | 1 | -0/+8 |
| 2005-06-23 | [PATCH] create mm/Kconfig for arch-independent memory options | Dave Hansen | 1 | -0/+25 |