summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2011-08-27slub: explicitly document position of inserting slab to partial listShaohua Li
2011-08-27slub: add slab with one free object to partial list tailShaohua Li
2011-08-25memcg: fix hierarchical oom lockingJohannes Weiner
2011-08-25vmscan: clear ZONE_CONGESTED for zone with good watermarkShaohua Li
2011-08-25mm: fix a vmscan warningShaohua Li
2011-08-25memcg: pin execution to current cpu while draining stockJohannes Weiner
2011-08-25Merge branch 'urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-08-24mm/vmscan.c: fix a typo in a comment "relaimed" to "reclaimed"Justin P. Mattock
2011-08-19slub: per cpu cache for partial pagesChristoph Lameter
2011-08-19slub: return object pointer from get_partial() / new_slab().Christoph Lameter
2011-08-19slub: pass kmem_cache_cpu pointer to get_partial()Christoph Lameter
2011-08-19slub: Prepare inuse field in new_slab()Christoph Lameter
2011-08-19slub: Remove useless statements in __slab_allocChristoph Lameter
2011-08-19slub: free slabs without holding locksChristoph Lameter
2011-08-19squeeze max-pause area and drop pass-good areaWu Fengguang
2011-08-17mm: make HASHED_PAGE_VIRTUAL page_address' struct page argument const.Ian Campbell
2011-08-14mm: fix wrong vmap address calculations with odd NR_CPUS valuesClemens Ladisch
2011-08-09Revert "memcg: get rid of percpu_charge_mutex lock"Michal Hocko
2011-08-09slub: Fix partial count comparison confusionChristoph Lameter
2011-08-09slub: fix check_bytes() for slub debuggingAkinobu Mita
2011-08-09slub: Fix full list corruption if debugging is onChristoph Lameter
2011-08-09Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zoha...James Morris
2011-08-04Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-08-04slab, lockdep: Annotate the locks before using themPeter Zijlstra
2011-08-04slab, lockdep: Annotate slab -> rcu -> debug_object -> slabPeter Zijlstra
2011-08-03Merge branch 'apei-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-08-03mm: clarify the radix_tree exceptional casesHugh Dickins
2011-08-03tmpfs radix_tree: locate_item to speed up swapoffHugh Dickins
2011-08-03mm: a few small updates for radix-swapHugh Dickins
2011-08-03tmpfs: use kmemdup for short symlinksHugh Dickins
2011-08-03tmpfs: convert shmem_writepage and enable swapHugh Dickins
2011-08-03tmpfs: convert mem_cgroup shmem to radix-swapHugh Dickins
2011-08-03tmpfs: convert shmem_getpage_gfp to radix-swapHugh Dickins
2011-08-03tmpfs: convert shmem_unuse_inode to radix-swapHugh Dickins
2011-08-03tmpfs: convert shmem_truncate_range to radix-swapHugh Dickins
2011-08-03tmpfs: copy truncate_inode_pages_rangeHugh Dickins
2011-08-03tmpfs: miscellaneous trivial cleanupsHugh Dickins
2011-08-03tmpfs: demolish old swap vector supportHugh Dickins
2011-08-03mm: let swap use exceptional entriesHugh Dickins
2011-08-03radix_tree: exceptional entries and indicesHugh Dickins
2011-08-03fault-injection: add ability to export fault_attr in arbitrary directoryAkinobu Mita
2011-08-03Merge branch 'apei' into apei-releaseLen Brown
2011-08-03HWPoison: add memory_failure_queue()Huang Ying
2011-08-01oom: task->mm == NULL doesn't mean the memory was freedOleg Nesterov
2011-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2011-07-31slub: use print_hex_dumpSebastian Andrzej Siewior
2011-07-31slab: use print_hex_dumpSebastian Andrzej Siewior
2011-07-31slab: use NUMA_NO_NODEAndrew Morton
2011-07-30Merge branch 'slub/lockless' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2011-07-28slab: remove one NR_CPUS dependencyEric Dumazet