aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-25readahead: readahead page allocations are OK to failWu Fengguang1-1/+1
2011-05-25mm: check if any page in a pageblock is reserved before marking it MIGRATE_RESERVEArve Hjønnevåg1-2/+17
2011-05-25mm: strictly require elevated page refcount in isolate_lru_page()Konstantin Khlebnikov1-1/+4
2011-05-25mem-hwpoison: fix page refcount around isolate_lru_page()Konstantin Khlebnikov1-5/+6
2011-05-25mem-hotplug: call isolate_lru_page with elevated refcountKonstantin Khlebnikov1-1/+3
2011-05-25mm: print vmalloc() state after allocation failuresDave Hansen1-2/+7
2011-05-25mm: break out page allocation warning codeDave Hansen1-21/+41
2011-05-25mm: convert mm->cpu_vm_cpumask into cpumask_var_tKOSAKI Motohiro1-1/+0
2011-05-25mm: thp: optimize memcg charge in khugepagedAndrea Arcangeli1-10/+11
2011-05-25mm: uninline large generic tlb.h functionsPeter Zijlstra1-2/+122
2011-05-25mm: optimize page_lock_anon_vma() fast-pathPeter Zijlstra1-4/+82
2011-05-25mm: convert anon_vma->lock to a mutexPeter Zijlstra3-11/+11
2011-05-25mm: use refcounts for page_lock_anon_vma()Peter Zijlstra2-28/+31
2011-05-25mm: improve page_lock_anon_vma() commentPeter Zijlstra1-2/+16
2011-05-25mm: revert page_lock_anon_vma() lock annotationPeter Zijlstra1-3/+1
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra9-47/+47
2011-05-25mm: Remove i_mmap_lock lockbreakPeter Zijlstra3-181/+28
2011-05-25mm: extended batches for generic mmu_gatherPeter Zijlstra1-1/+1
2011-05-25mm, powerpc: move the RCU page-table freeing into generic codePeter Zijlstra1-0/+77
2011-05-25mm: mmu_gather reworkPeter Zijlstra2-32/+32
2011-05-25mm: make expand_downwards() symmetrical with expand_upwards()Michal Hocko2-7/+2
2011-05-25mm/vmalloc: remove guard page from between vmap blocksJohannes Weiner1-3/+3
2011-05-25oom: replace PF_OOM_ORIGIN with toggling oom_score_adjDavid Rientjes3-13/+36
2011-05-25mm/compaction: reverse the change that forbade sync migraton with __GFP_NO_KSWAPDAndrea Arcangeli1-1/+1
2011-05-25mm, mem-hotplug: update pcp->stat_threshold when memory hotplug occurKOSAKI Motohiro2-2/+3
2011-05-25mm, mem-hotplug: recalculate lowmem_reserve when memory hotplug occursKOSAKI Motohiro2-6/+7
2011-05-25mm, mem-hotplug: fix section mismatch. setup_per_zone_inactive_ratio() should be __meminit.KOSAKI Motohiro2-4/+4
2011-05-25x86,mm: make pagefault killableKOSAKI Motohiro1-7/+24
2011-05-25mm: introduce wait_on_page_locked_killable()KOSAKI Motohiro1-0/+11
2011-05-25mm: per-node vmstat: show proper vmstatsKOSAKI Motohiro1-129/+132
2011-05-25mm: nommu: fix a compile warning in do_mmap_pgoff()Namhyung Kim1-3/+3
2011-05-25mm: nommu: fix a potential memory leak in do_mmap_private()Namhyung Kim1-1/+1
2011-05-25mm: nommu: check the vma list when unmapping file-mapped vmaNamhyung Kim1-4/+2
2011-05-25mm: nommu: find vma using the sorted vma listNamhyung Kim1-8/+4
2011-05-25mm: nommu: don't scan the vma list when deletingNamhyung Kim1-7/+8
2011-05-25mm: nommu: sort mm->mmap list properlyNamhyung Kim4-45/+44
2011-05-25mm: remove unused zone_idx variable from set_migratetype_isolateSergey Senozhatsky1-2/+0
2011-05-25mmap: avoid merging cloned VMAsShaohua Li1-5/+13
2011-05-25mmap: avoid unnecessary anon_vma lockShaohua Li1-1/+1
2011-05-25mmap: add alignment for some variablesShaohua Li1-3/+7
2011-05-25arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes2-17/+11
2011-05-25mm: vmscan: correctly check if reclaimer should schedule during shrink_slabMinchan Kim1-2/+7
2011-05-25mm: vmscan: correct use of pgdat_balanced in sleeping_prematurelyJohannes Weiner1-1/+1
2011-05-25slub: Fix double bit unlock in debug modeChristoph Lameter1-1/+2
2011-05-24Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-7/+4
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+4
2011-05-24Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo8-18/+21
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