summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2012-03-22mm, oom: avoid looping when chosen thread detaches its mmDavid Rientjes
2012-03-22mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-21Merge branch 'vm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-03-21VM: make zap_page_range() callers that act on a single VMA use separate helperAl Viro
2012-03-21VM: make unmap_vmas() return voidAl Viro
2012-03-21VM: don't bother with feeding upper limit to tlb_finish_mmu() in exit_mmap()Al Viro
2012-03-21VM: make zap_page_range() return voidAl Viro
2012-03-21VM: can't go through the inner loop in unmap_vmas() more than once...Al Viro
2012-03-21VM: unmap_page_range() can return voidAl Viro
2012-03-21tidy up after d_make_root() conversionAl Viro
2012-03-21switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-21Merge 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-19Merge branch 'stable/cleancache.v13' into linux-nextKonrad Rzeszutek Wilk
2012-03-16memcg: free mem_cgroup by RCU to fix oopsHugh Dickins
2012-03-14Merge tag 'v3.3-rc7' into x86/mceIngo Molnar
2012-03-10mm: SLAB Out-of-memory diagnosticsRafael Aquini
2012-03-09memcg: revert fix to mapcount check for this releaseHugh Dickins
2012-03-07vm: avoid using find_vma_prev() unnecessarilyLinus Torvalds
2012-03-07mm: 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
2012-03-05VM_GROWS{UP,DOWN} shouldn't be set on shmem VMAsAl Viro
2012-03-01memblock: Fix size aligning of memblock_alloc_base_nid()Tejun Heo
2012-02-24NOMMU: Don't need to clear vm_mm when deleting a VMADavid Howells
2012-02-24NOMMU: Lock i_mmap_mutex for access to the VMA prio listDavid Howells
2012-02-24mm: memcg: Correct unregistring of events attached to the same eventfdAnton Vorontsov
2012-02-23mm: fix comment typo of truncate_inode_pages_rangeLiu Bo
2012-02-18slub: per cpu partial statistics changeAlex Shi
2012-02-14vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich
2012-02-13security: trim security.hAl Viro
2012-02-13mm: collapse security_vm_enough_memory() variants into a single functionAl Viro
2012-02-10Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-02-10slub: include include for prefetchChristoph Lameter
2012-02-09mm: fix UP THP spin_is_locked BUGsHugh Dickins
2012-02-09mm: compaction: check for overlapping nodes during isolation for migrationMel Gorman
2012-02-06slub: Do not hold slub_lock when calling sysfs_slab_add()Christoph Lameter
2012-02-04Merge branch 'akpm'Linus Torvalds
2012-02-04mm: compaction: check pfn_valid when entering a new MAX_ORDER_NR_PAGES block ...Mel Gorman