aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxGravatar Linus Torvalds 7-35/+35
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 1-29/+19
2012-03-20mm: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 7-35/+35
2012-03-15memcg: free mem_cgroup by RCU to fix oopsGravatar Hugh Dickins 1-6/+47
2012-03-09memcg: revert fix to mapcount check for this releaseGravatar Hugh Dickins 1-1/+1
2012-03-06vm: avoid using find_vma_prev() unnecessarilyGravatar Linus Torvalds 3-3/+6
2012-03-06mm: fix find_vma_prevGravatar Mikulas Patocka 1-2/+10
2012-03-06mmap: EINVAL not ENOMEM when rejecting VM_GROWSGravatar Hugh Dickins 1-1/+2
2012-03-06page_cgroup: fix horrid swap accounting regressionGravatar Hugh Dickins 1-1/+3
2012-03-05Merge branch 'akpm' (Andrew's patch bomb)Gravatar Linus Torvalds 6-82/+59
2012-03-05memcg: fix mapcount check in move charge code for anonymous pageGravatar Naoya Horiguchi 1-1/+1
2012-03-05mm: thp: fix BUG on mm->nr_ptesGravatar Andrea Arcangeli 1-3/+3
2012-03-05memcg: fix GPF when cgroup removal races with last exitGravatar Hugh Dickins 5-43/+18
2012-03-05memcg: fix deadlock by inverting lrucare nestingGravatar Hugh Dickins 1-35/+37
2012-03-05Merge branch 'for-3.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+1
2012-03-05flush_tlb_range() needs ->page_table_lock when ->mmap_sem is not heldGravatar Al Viro 1-1/+1
2012-03-05VM_GROWS{UP,DOWN} shouldn't be set on shmem VMAsGravatar Al Viro 1-0/+2
2012-03-01memblock: Fix size aligning of memblock_alloc_base_nid()Gravatar Tejun Heo 1-3/+3
2012-02-24NOMMU: Don't need to clear vm_mm when deleting a VMAGravatar David Howells 1-2/+0
2012-02-24NOMMU: Lock i_mmap_mutex for access to the VMA prio listGravatar David Howells 1-0/+7
2012-02-24mm: memcg: Correct unregistring of events attached to the same eventfdGravatar Anton Vorontsov 1-1/+4
2012-02-23mm: fix comment typo of truncate_inode_pages_rangeGravatar Liu Bo 1-1/+1
2012-02-13vfs: fix panic in __d_lookup() with high dentry hashtable countsGravatar Dimitri Sivanich 1-0/+1
2012-02-10Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-5/+18
2012-02-08mm: fix UP THP spin_is_locked BUGsGravatar Hugh Dickins 2-3/+3
2012-02-08mm: compaction: check for overlapping nodes during isolation for migrationGravatar Mel Gorman 1-1/+10
2012-02-04Merge branch 'akpm'Gravatar Linus Torvalds 5-7/+26
2012-02-03mm: compaction: check pfn_valid when entering a new MAX_ORDER_NR_PAGES block ...Gravatar Mel Gorman 1-0/+13
2012-02-03readahead: fix pipeline break caused by block plugGravatar Shaohua Li 1-4/+4
2012-02-03mm/filemap_xip.c: fix race condition in xip_file_fault()Gravatar Carsten Otte 1-1/+6
2012-02-03mm/memcontrol.c: fix warning with CONFIG_NUMA=nGravatar Andrew Morton 1-1/+2
2012-02-03mm: postpone migrated page mapping resetGravatar Konstantin Khlebnikov 1-1/+1
2012-02-03Merge tag 'kmemleak-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Gravatar Linus Torvalds 1-1/+2
2012-02-02Fix race in process_vm_rw_coreGravatar Christopher Yeoh 1-14/+9
2012-02-02cgroup: remove cgroup_subsys argument from callbacksGravatar Li Zefan 1-29/+19
2012-02-01backing-dev: fix wakeup timer races with bdi_unregister()Gravatar Rabin Vincent 1-5/+18
2012-01-26Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+5
2012-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-2/+2
2012-01-23mm: fix rss count leakage during migrationGravatar Konstantin Khlebnikov 1-9/+28
2012-01-23SHM_UNLOCK: fix Unevictable pages stranded after swapGravatar Hugh Dickins 2-94/+80
2012-01-23SHM_UNLOCK: fix long unpreemptible sectionGravatar Hugh Dickins 2-8/+11
2012-01-23mm/hugetlb.c: undo change to page mapcount in fault handlerGravatar Hillf Danton 1-3/+6
2012-01-23mm: memcg: update the correct soft limit tree during migrationGravatar Johannes Weiner 1-1/+1
2012-01-23mm: __count_immobile_pages(): make sure the node is onlineGravatar Michal Hocko 1-3/+10
2012-01-23mm: fix NULL ptr dereference in __count_immobile_pagesGravatar Michal Hocko 1-0/+11
2012-01-22net: fix socket memcg build with !CONFIG_NETGravatar Glauber Costa 1-2/+2
2012-01-20percpu: use bitmap_clearGravatar Akinobu Mita 1-2/+1
2012-01-20kmemleak: Disable early logging when kmemleak is off by defaultGravatar Catalin Marinas 1-0/+1
2012-01-20kmemleak: Only scan non-zero-size areasGravatar Tiejun Chen 1-1/+1