summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2012-03-16memcg: free mem_cgroup by RCU to fix oopsHugh Dickins1-6/+47
2012-03-14Merge tag 'v3.3-rc7' into x86/mceIngo Molnar22-130/+171
2012-03-10mm: SLAB Out-of-memory diagnosticsRafael Aquini1-1/+50
2012-03-10memcg: revert fix to mapcount check for this releaseHugh Dickins1-1/+1
2012-03-07vm: avoid using find_vma_prev() unnecessarilyLinus Torvalds3-3/+6
2012-03-07mm: fix find_vma_prevMikulas Patocka1-2/+10
2012-03-07mmap: EINVAL not ENOMEM when rejecting VM_GROWSHugh Dickins1-1/+2
2012-03-06page_cgroup: fix horrid swap accounting regressionHugh Dickins1-1/+3
2012-03-06Merge branch 'akpm' (Andrew's patch bomb)Linus Torvalds6-82/+59
2012-03-06memcg: fix mapcount check in move charge code for anonymous pageNaoya Horiguchi1-1/+1
2012-03-06mm: thp: fix BUG on mm->nr_ptesAndrea Arcangeli1-3/+3
2012-03-06memcg: fix GPF when cgroup removal races with last exitHugh Dickins5-43/+18
2012-03-06memcg: fix deadlock by inverting lrucare nestingHugh Dickins1-35/+37
2012-03-06Merge branch 'for-3.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+1
2012-03-06flush_tlb_range() needs ->page_table_lock when ->mmap_sem is not heldAl Viro1-1/+1
2012-03-06VM_GROWS{UP,DOWN} shouldn't be set on shmem VMAsAl Viro1-0/+2
2012-03-01memblock: Fix size aligning of memblock_alloc_base_nid()Tejun Heo1-3/+3
2012-02-24NOMMU: Don't need to clear vm_mm when deleting a VMADavid Howells1-2/+0
2012-02-24NOMMU: Lock i_mmap_mutex for access to the VMA prio listDavid Howells1-0/+7
2012-02-24mm: memcg: Correct unregistring of events attached to the same eventfdAnton Vorontsov1-1/+4
2012-02-23mm: fix comment typo of truncate_inode_pages_rangeLiu Bo1-1/+1
2012-02-18slub: per cpu partial statistics changeAlex Shi1-3/+9
2012-02-14vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich1-0/+1
2012-02-14security: trim security.hAl Viro1-0/+13
2012-02-14mm: collapse security_vm_enough_memory() variants into a single functionAl Viro5-7/+9
2012-02-10Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+18
2012-02-10slub: include include for prefetchChristoph Lameter1-0/+1
2012-02-09mm: fix UP THP spin_is_locked BUGsHugh Dickins2-3/+3
2012-02-09mm: compaction: check for overlapping nodes during isolation for migrationMel Gorman1-1/+10
2012-02-06slub: Do not hold slub_lock when calling sysfs_slab_add()Christoph Lameter1-1/+2
2012-02-04Merge branch 'akpm'Linus Torvalds5-7/+26
2012-02-04mm: compaction: check pfn_valid when entering a new MAX_ORDER_NR_PAGES block ...Mel Gorman1-0/+13
2012-02-04readahead: fix pipeline break caused by block plugShaohua Li1-4/+4
2012-02-04mm/filemap_xip.c: fix race condition in xip_file_fault()Carsten Otte1-1/+6
2012-02-04mm/memcontrol.c: fix warning with CONFIG_NUMA=nAndrew Morton1-1/+2
2012-02-04mm: postpone migrated page mapping resetKonstantin Khlebnikov1-1/+1
2012-02-04Merge tag 'kmemleak-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds1-1/+2
2012-02-03Fix race in process_vm_rw_coreChristopher Yeoh1-14/+9
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan1-29/+19
2012-02-01backing-dev: fix wakeup timer races with bdi_unregister()Rabin Vincent1-5/+18
2012-01-27Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+5
2012-01-26Merge tag 'mce-recovery-for-tip' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar3-49/+53
2012-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2012-01-24slub: prefetch next freelist pointer in slab_alloc()Eric Dumazet1-1/+9
2012-01-24mm: cleancache: Use __read_mostly as appropiate.Dan Magenheimer1-2/+2
2012-01-24mm: cleancache: report statistics via debugfs instead of sysfs.Dan Magenheimer1-46/+22
2012-01-24mm: zcache/tmem/cleancache: s/flush/invalidate/Dan Magenheimer1-3/+4
2012-01-24mm: cleancache: s/flush/invalidate/Dan Magenheimer3-15/+16
2012-01-23mm: fix rss count leakage during migrationKonstantin Khlebnikov1-9/+28
2012-01-23SHM_UNLOCK: fix Unevictable pages stranded after swapHugh Dickins2-94/+80