aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds1-100/+65
2011-05-23Merge branch 'slab/next' into for-linusPekka Enberg1-100/+65
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2011-05-21slub: Remove node check in slab_freeChristoph Lameter1-1/+3
2011-05-20tmpfs: fix highmem swapoff crash regressionHugh Dickins1-1/+2
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds4-0/+4
2011-05-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-2.6-cmLinus Torvalds1-2/+5
2011-05-19kmemleak: Do not return a pointer to an object that kmemleak did not getCatalin Marinas1-2/+5
2011-05-18memcg: fix zone congestionKAMEZAWA Hiroyuki1-1/+1
2011-05-17slub: avoid label inside conditionalDavid Rientjes1-3/+3
2011-05-17slub: Make CONFIG_DEBUG_PAGE_ALLOC work with new fastpathChristoph Lameter1-1/+13
2011-05-17slub: Avoid warning for !CONFIG_SLUB_DEBUGChristoph Lameter1-1/+1
2011-05-16mm: fix kernel-doc warning in page_alloc.cRandy Dunlap1-0/+1
2011-05-14tmpfs: fix race between swapoff and writepageHugh Dickins1-6/+4
2011-05-11tmpfs: fix spurious ENOSPC when racing with unswapHugh Dickins1-10/+22
2011-05-11tmpfs: fix race between umount and swapoffHugh Dickins1-45/+43
2011-05-11tmpfs: fix race between umount and writepageHugh Dickins1-11/+20
2011-05-11memcg: allocate memory cgroup structures in local nodesAndi Kleen1-1/+1
2011-05-11mm: add alloc_pages_exact_nid()Andi Kleen1-12/+37
2011-05-11mm: use alloc_bootmem_node_nopanic() on really needed pathYinghai Lu1-3/+4
2011-05-11mm: check PageUnevictable in lru_deactivate_fn()Minchan Kim1-0/+3
2011-05-09vm: fix vm_pgoff wrap in upward expansionHugh Dickins1-4/+7
2011-05-09Don't lock guardpage if the stack is growing upMikulas Patocka1-9/+7
2011-05-07slub: Remove CONFIG_CMPXCHG_LOCAL ifdefferyChristoph Lameter1-56/+0
2011-05-04VM: skip the stack guard page lookup in get_user_pages only for mlockLinus Torvalds2-8/+4
2011-05-04slub: Fix the lockless code on 32-bit platforms with no 64-bit cmpxchgThomas Gleixner1-2/+2
2011-04-28mm: check if PTE is already allocated during page faultMel Gorman1-1/+1
2011-04-28oom: use pte pages in OOM scoreKOSAKI Motohiro1-3/+6
2011-04-28mm: thp: fix /dev/zero MAP_PRIVATE and vm_flags cleanupsAndrea Arcangeli1-19/+24
2011-04-26Merge branch 'master' into for-nextJiri Kosina45-1359/+2123
2011-04-17slub: Move debug handlign in __slab_freeChristoph Lameter1-9/+2
2011-04-17slub: Move node determination out of hotpathChristoph Lameter1-4/+5
2011-04-17slub: Eliminate repeated use of c->page through a new page variableChristoph Lameter1-19/+22
2011-04-17slub: get_map() function to establish map of free objects in a slabChristoph Lameter1-12/+22
2011-04-17slub: Use NUMA_NO_NODE in get_partialChristoph Lameter1-1/+1
2011-04-14mm/thp: use conventional format for boolean attributesBen Hutchings1-10/+14
2011-04-14oom-kill: remove boost_dying_task_prio()KOSAKI Motohiro1-28/+0
2011-04-14vmscan: all_unreclaimable() use zone->all_unreclaimable as a nameKOSAKI Motohiro1-11/+13
2011-04-14mm: check that we have the right vma in __access_remote_vm()Michael Ellerman1-1/+1
2011-04-14brk: COMPAT_BRK: fix detection of randomized brkJiri Kosina1-1/+1
2011-04-14tmpfs: fix off-by-one in max_blocks checksHugh Dickins1-2/+4
2011-04-14mm: add VM counters for transparent hugepagesAndi Kleen2-4/+30
2011-04-14vmstat: update comment regarding stat_thresholdChristoph Lameter1-3/+6
2011-04-14mm/page_alloc.c: silence build_all_zonelists() section mismatchPaul Mundt1-1/+1
2011-04-14mm: optimize pfn calculation in online_page()Daniel Kiper1-1/+1
2011-04-13vm: fix vm_pgoff wrap in stack expansionLinus Torvalds1-5/+8
2011-04-12vm: fix mlock() on stack guard pageLinus Torvalds2-21/+18
2011-04-12slub: Fix a typo in config nameLi Zefan1-1/+1
2011-04-10treewide: remove extra semicolonsJustin P. Mattock1-1/+1
2011-04-10mm: Fix section mismatch for setup_zone_pageset()Nikanth Karthikesan1-1/+1