aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2012-03-21mm: update stale lock ordering comment for memory-failure.cAndi Kleen
2012-03-21mm: use global_dirty_limit in throttle_vm_writeout()Fengguang Wu
2012-03-21mm: don't set __GFP_WRITE on ramfs/sysfs writesFengguang Wu
2012-03-21bootmem/sparsemem: remove limit constraint in alloc_bootmem_sectionNishanth Aravamudan
2012-03-21mm: drain percpu lru add/rotate page-vectors on cpu hot-unplugKonstantin Khlebnikov
2012-03-21mm: fix move/migrate_pages() race on task structChristoph Lameter
2012-03-21thp: allow a hwpoisoned head page to be put back to LRUDean Nelson
2012-03-21tmpfs: security xattr setting on inode creationJarkko Sakkinen
2012-03-21mm, oom: force oom kill on sysrq+fDavid Rientjes
2012-03-21procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar
2012-03-21mm: hugetlb: bail out unmapping after serving reference pageHillf Danton
2012-03-21vmscan: handle isolated pages with lru lock releasedHillf Danton
2012-03-21rmap: anon_vma_prepare: Reduce code duplication by calling anon_vma_chain_linkKautuk Consul
2012-03-21mm: hugetlb: defer freeing pages when gathering surplus pagesHillf Danton
2012-03-21mm: vmscan: forcibly scan highmem if there are too many buffer_heads pinning ...Mel Gorman
2012-03-21mm: replace PAGE_MIGRATION with IS_ENABLED(CONFIG_MIGRATION)Konstantin Khlebnikov
2012-03-21thp: optimize away unnecessary page table lockingNaoya Horiguchi
2012-03-21mm: search from free_area_cache for the bigger sizeXiao Guangrong
2012-03-21mm: do not reset cached_hole_size when vma is unmappedXiao Guangrong
2012-03-21mm: compaction: make compact_control order signedDan Carpenter
2012-03-21compact_pgdat: workaround lockdep warning in kswapdHugh Dickins
2012-03-21vmscan: only defer compaction for failed order and higherRik van Riel
2012-03-21vmscan: kswapd carefully call compactionRik van Riel
2012-03-21vmscan: reclaim at order 0 when compaction is enabledRik van Riel
2012-03-21mm: make swapin readahead skip over holesRik van Riel
2012-03-21mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()Hillf Danton
2012-03-21mm: make get_mm_counter static-inlineKonstantin Khlebnikov
2012-03-21mm/vmscan.c: cleanup with s/reclaim_mode/isolate_mode/Hillf Danton
2012-03-21mm, oom: introduce independent oom killer ratelimit stateDavid Rientjes
2012-03-21mm, oom: do not emit oom killer warning if chosen thread is already exitingDavid Rientjes
2012-03-21mm, oom: fold oom_kill_task() into oom_kill_process()David Rientjes
2012-03-21mm, oom: avoid looping when chosen thread detaches its mmDavid Rientjes
2012-03-21mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-03-20mm: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-15memcg: free mem_cgroup by RCU to fix oopsHugh Dickins
2012-03-09memcg: revert fix to mapcount check for this releaseHugh Dickins
2012-03-06vm: avoid using find_vma_prev() unnecessarilyLinus Torvalds
2012-03-06mm: fix find_vma_prevMikulas Patocka
2012-03-06mmap: EINVAL not ENOMEM when rejecting VM_GROWSHugh Dickins
2012-03-06page_cgroup: fix horrid swap accounting regressionHugh Dickins
2012-03-05Merge branch 'akpm' (Andrew's patch bomb)Linus Torvalds
2012-03-05memcg: fix mapcount check in move charge code for anonymous pageNaoya Horiguchi
2012-03-05mm: thp: fix BUG on mm->nr_ptesAndrea Arcangeli
2012-03-05memcg: fix GPF when cgroup removal races with last exitHugh Dickins
2012-03-05memcg: fix deadlock by inverting lrucare nestingHugh Dickins
2012-03-05Merge branch 'for-3.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-03-05flush_tlb_range() needs ->page_table_lock when ->mmap_sem is not heldAl Viro