aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2011-10-31mm/debug-pagealloc.c: use memchr_invAkinobu Mita
2011-10-31lib/string.c: introduce memchr_inv()Akinobu Mita
2011-10-31mm/debug-pagealloc.c: use plain __ratelimit() instead of printk_ratelimit()Akinobu Mita
2011-10-31vmscan: count pages into balanced for zone with good watermarkShaohua Li
2011-10-31mm: vmscan: immediately reclaim end-of-LRU dirty pages when writeback completesMel Gorman
2011-10-31mm: vmscan: throttle reclaim if encountering too many dirty pages under write...Mel Gorman
2011-10-31mm: vmscan: do not writeback filesystem pages in kswapd except in high priorityMel Gorman
2011-10-31mm: vmscan: remove dead code related to lumpy reclaim waiting on pages under ...Mel Gorman
2011-10-31mm: vmscan: do not writeback filesystem pages in direct reclaimMel Gorman
2011-10-31mm: vmscan: drop nr_force_scan[] from get_scan_countJohannes Weiner
2011-10-31mm: output a list of loaded modules when we hit bad_page()Dave Jones
2011-10-31oom: fix race while temporarily setting current's oom_score_adjDavid Rientjes
2011-10-31oom: remove oom_disable_countDavid Rientjes
2011-10-31oom: avoid killing kthreads if they assume the oom killed thread's mmDavid Rientjes
2011-10-31oom: thaw threads if oom killed thread is frozen before deferringDavid Rientjes
2011-10-31mm/page-writeback.c: document bdi_min_ratioJohannes Weiner
2011-10-31vmscan: add block plug for page reclaimShaohua Li
2011-10-31mm: migration: clean up unmap_and_move()Minchan Kim
2011-10-31mm: zone_reclaim: make isolate_lru_page() filter-awareMinchan Kim
2011-10-31mm: compaction: make isolate_lru_page() filter-awareMinchan Kim
2011-10-31mm: change isolate mode from #define to bitwise typeMinchan Kim
2011-10-31mm: compaction: trivial clean up in acct_isolated()Minchan Kim
2011-10-31Cross Memory AttachChristopher Yeoh
2011-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds
2011-10-28vfs: iov_iter: have iov_iter_advance decrement nr_segs appropriatelyJeff Layton
2011-10-26Merge branches 'slab/next' and 'slub/partial' into slab/for-linusPekka Enberg
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2011-10-19mm: fix race between mremap and removing migration entryHugh Dickins
2011-09-27slub: Discard slab page when node partial > minimum partial numberAlex Shi
2011-09-27slub: correct comments error for per cpu partialAlex Shi
2011-09-27mm: restrict access to slab files under procfs and sysfsVasiliy Kulikov
2011-09-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-09-19Merge branch 'slab/urgent' of git://github.com/penberg/linuxLinus Torvalds
2011-09-19Merge branch 'slab/urgent' into slab/nextPekka Enberg
2011-09-15Merge branch 'master' into for-nextJiri Kosina
2011-09-15mm: Convert vmalloc/memset to vzallocJoe Perches
2011-09-14mm: account skipped entries to avoid looping in find_get_pagesShaohua Li
2011-09-14mm: sync vmalloc address space page tables in alloc_vm_area()David Vrabel
2011-09-14memcg: Revert "memcg: add memory.vmscan_stat"Johannes Weiner
2011-09-14mm: vmscan: fix force-scanning small targets without swapJohannes Weiner
2011-09-14numa: fix NUMA compile error when sysfs and procfs are disabledDavid Rientjes
2011-09-14mm/mempolicy.c: make copy_from_user() provably correctKAMEZAWA Hiroyuki
2011-09-14mm/mempolicy.c: fix pgoff in mbind vma mergeCaspar Zhang
2011-09-13slub: Code optimization in get_partial_node()Alex,Shi
2011-09-02mm: Add comment explaining task state setting in bdi_forker_thread()Jan Kara
2011-09-02mm: Cleanup clearing of BDI_pending bit in bdi_forker_thread()Jan Kara
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