summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2011-11-01mm: output a list of loaded modules when we hit bad_page()Dave Jones1-0/+1
2011-11-01oom: fix race while temporarily setting current's oom_score_adjDavid Rientjes3-2/+22
2011-11-01oom: remove oom_disable_countDavid Rientjes1-18/+5
2011-11-01oom: avoid killing kthreads if they assume the oom killed thread's mmDavid Rientjes1-2/+3
2011-11-01oom: thaw threads if oom killed thread is frozen before deferringDavid Rientjes1-1/+5
2011-11-01mm/page-writeback.c: document bdi_min_ratioJohannes Weiner1-1/+3
2011-11-01vmscan: add block plug for page reclaimShaohua Li1-0/+3
2011-11-01mm: migration: clean up unmap_and_move()Minchan Kim1-35/+40
2011-11-01mm: zone_reclaim: make isolate_lru_page() filter-awareMinchan Kim1-2/+18
2011-11-01mm: compaction: make isolate_lru_page() filter-awareMinchan Kim2-2/+8
2011-11-01mm: change isolate mode from #define to bitwise typeMinchan Kim3-19/+24
2011-11-01mm: compaction: trivial clean up in acct_isolated()Minchan Kim1-13/+5
2011-11-01Cross Memory AttachChristopher Yeoh2-1/+498
2011-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds1-0/+3
2011-10-28vfs: iov_iter: have iov_iter_advance decrement nr_segs appropriatelyJeff Layton1-0/+3
2011-10-26Merge branches 'slab/next' and 'slub/partial' into slab/for-linusPekka Enberg2-178/+399
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-3/+2
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-2/+2
2011-10-20mm: fix race between mremap and removing migration entryHugh Dickins1-4/+4
2011-09-28slub: Discard slab page when node partial > minimum partial numberAlex Shi1-1/+1
2011-09-28slub: correct comments error for per cpu partialAlex Shi1-1/+1
2011-09-27mm: restrict access to slab files under procfs and sysfsVasiliy Kulikov2-4/+5
2011-09-22Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+21
2011-09-19Merge branch 'slab/urgent' of git://github.com/penberg/linuxLinus Torvalds1-1/+1
2011-09-19Merge branch 'slab/urgent' into slab/nextPekka Enberg12-1165/+783
2011-09-15Merge branch 'master' into for-nextJiri Kosina23-1793/+1879
2011-09-15mm: Convert vmalloc/memset to vzallocJoe Perches1-2/+1
2011-09-15mm: account skipped entries to avoid looping in find_get_pagesShaohua Li1-2/+4
2011-09-15mm: sync vmalloc address space page tables in alloc_vm_area()David Vrabel1-0/+8
2011-09-15memcg: Revert "memcg: add memory.vmscan_stat"Johannes Weiner2-200/+11
2011-09-15mm: vmscan: fix force-scanning small targets without swapJohannes Weiner1-15/+12
2011-09-15numa: fix NUMA compile error when sysfs and procfs are disabledDavid Rientjes1-2/+2
2011-09-15mm/mempolicy.c: make copy_from_user() provably correctKAMEZAWA Hiroyuki1-1/+3
2011-09-15mm/mempolicy.c: fix pgoff in mbind vma mergeCaspar Zhang1-3/+2
2011-09-13slub: Code optimization in get_partial_node()Alex,Shi1-4/+2
2011-09-03mm: Add comment explaining task state setting in bdi_forker_thread()Jan Kara1-0/+7
2011-09-03mm: Cleanup clearing of BDI_pending bit in bdi_forker_thread()Jan Kara1-9/+14
2011-08-27slub: explicitly document position of inserting slab to partial listShaohua Li1-6/+6
2011-08-27slub: add slab with one free object to partial list tailShaohua Li1-1/+1
2011-08-26memcg: fix hierarchical oom lockingJohannes Weiner1-12/+5
2011-08-26vmscan: clear ZONE_CONGESTED for zone with good watermarkShaohua Li1-0/+3
2011-08-26mm: fix a vmscan warningShaohua Li1-8/+8
2011-08-26memcg: pin execution to current cpu while draining stockJohannes Weiner1-7/+2
2011-08-25Merge branch 'urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-13/+2
2011-08-24mm/vmscan.c: fix a typo in a comment "relaimed" to "reclaimed"Justin P. Mattock1-1/+1
2011-08-19slub: per cpu cache for partial pagesChristoph Lameter1-47/+292
2011-08-19slub: return object pointer from get_partial() / new_slab().Christoph Lameter1-60/+73
2011-08-19slub: pass kmem_cache_cpu pointer to get_partial()Christoph Lameter1-15/+15
2011-08-19slub: Prepare inuse field in new_slab()Christoph Lameter1-3/+2
2011-08-19slub: Remove useless statements in __slab_allocChristoph Lameter1-4/+0