aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAge
* mmap: avoid merging cloned VMAsShaohua Li2011-05-25
* mmap: avoid unnecessary anon_vma lockShaohua Li2011-05-25
* mmap: add alignment for some variablesShaohua Li2011-05-25
* arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes2011-05-25
* mm: vmscan: correctly check if reclaimer should schedule during shrink_slabMinchan Kim2011-05-25
* mm: vmscan: correct use of pgdat_balanced in sleeping_prematurelyJohannes Weiner2011-05-25
* slub: Fix double bit unlock in debug modeChristoph Lameter2011-05-25
* Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2011-05-24
|\
| * [S390] merge page_test_dirty and page_clear_dirtyMartin Schwidefsky2011-05-23
* | Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-05-24
|\ \
| * \ Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo2011-05-24
| |\ \
| | * | percpu: Cast away printk format warningMike Frysinger2011-03-28
| * | | percpu: Always align percpu output section to PAGE_SIZETejun Heo2011-03-24
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2011-05-23
|\ \ \ \
| * \ \ \ Merge branch 'slab/next' into for-linusPekka Enberg2011-05-23
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | slub: Remove node check in slab_freeChristoph Lameter2011-05-21
| | * | | slub: avoid label inside conditionalDavid Rientjes2011-05-17
| | * | | slub: Make CONFIG_DEBUG_PAGE_ALLOC work with new fastpathChristoph Lameter2011-05-17
| | * | | slub: Avoid warning for !CONFIG_SLUB_DEBUGChristoph Lameter2011-05-17
| | * | | slub: Remove CONFIG_CMPXCHG_LOCAL ifdefferyChristoph Lameter2011-05-07
| | * | | slub: Move debug handlign in __slab_freeChristoph Lameter2011-04-17
| | * | | slub: Move node determination out of hotpathChristoph Lameter2011-04-17
| | * | | slub: Eliminate repeated use of c->page through a new page variableChristoph Lameter2011-04-17
| | * | | slub: get_map() function to establish map of free objects in a slabChristoph Lameter2011-04-17
| | * | | slub: Use NUMA_NO_NODE in get_partialChristoph Lameter2011-04-17
| | * | | slub: Fix a typo in config nameLi Zefan2011-04-12
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-23
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'master' into for-nextJiri Kosina2011-04-26
| |\ \ \ \
| * | | | | treewide: remove extra semicolonsJustin P. Mattock2011-04-10
| * | | | | mm: Fix section mismatch for setup_zone_pageset()Nikanth Karthikesan2011-04-10
* | | | | | tmpfs: fix highmem swapoff crash regressionHugh Dickins2011-05-20
* | | | | | sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-20
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cma...Linus Torvalds2011-05-19
|\ \ \ \ \ \
| * | | | | | kmemleak: Do not return a pointer to an object that kmemleak did not getCatalin Marinas2011-05-19
| | |/ / / / | |/| | | |
* | | | | | memcg: fix zone congestionKAMEZAWA Hiroyuki2011-05-18
* | | | | | mm: fix kernel-doc warning in page_alloc.cRandy Dunlap2011-05-16
* | | | | | tmpfs: fix race between swapoff and writepageHugh Dickins2011-05-14
* | | | | | tmpfs: fix spurious ENOSPC when racing with unswapHugh Dickins2011-05-11
* | | | | | tmpfs: fix race between umount and swapoffHugh Dickins2011-05-11
* | | | | | tmpfs: fix race between umount and writepageHugh Dickins2011-05-11
* | | | | | memcg: allocate memory cgroup structures in local nodesAndi Kleen2011-05-11
* | | | | | mm: add alloc_pages_exact_nid()Andi Kleen2011-05-11
* | | | | | mm: use alloc_bootmem_node_nopanic() on really needed pathYinghai Lu2011-05-11
* | | | | | mm: check PageUnevictable in lru_deactivate_fn()Minchan Kim2011-05-11
* | | | | | vm: fix vm_pgoff wrap in upward expansionHugh Dickins2011-05-09
* | | | | | Don't lock guardpage if the stack is growing upMikulas Patocka2011-05-09
* | | | | | VM: skip the stack guard page lookup in get_user_pages only for mlockLinus Torvalds2011-05-05
* | | | | | slub: Fix the lockless code on 32-bit platforms with no 64-bit cmpxchgThomas Gleixner2011-05-04
* | | | | | mm: check if PTE is already allocated during page faultMel Gorman2011-04-28
* | | | | | oom: use pte pages in OOM scoreKOSAKI Motohiro2011-04-28