aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-20mm, mempolicy: fix mbind() to do synchronous migrationDavid Rientjes1-1/+1
2012-06-20mm/memblock: fix overlapping allocation when doubling reserved arrayGreg Pearson1-4/+32
2012-06-20mm/memory.c: fix kernel-doc warningsRandy Dunlap1-1/+1
2012-06-20mm: fix kernel-doc warningsWanpeng Li6-13/+11
2012-06-20mm, thp: print useful information when mmap_sem is unlocked in zap_pmd_rangeDavid Rientjes1-1/+9
2012-06-20memcg: fix use_hierarchy css_is_ancestor oops regressionHugh Dickins1-1/+1
2012-06-20mm, oom: fix and cleanup oom score calculationsDavid Rientjes1-8/+7
2012-06-15swap: fix shmem swapping when more than 8 areasHugh Dickins1-8/+4
2012-06-15Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+20
2012-06-08mm, oom: fix badness score underflowDavid Rientjes1-2/+2
2012-06-08memblock: Document memblock_is_region_{memory,reserved}()Stephen Boyd1-0/+20
2012-06-07shmem: replace_page must flush_dcache and othersHugh Dickins1-20/+37
2012-06-04Pull 'for-linus' branches of git://git.kernel.org/pub/scm/linux/kernel/git/viro/{signal,vfs}Linus Torvalds1-1/+1
2012-06-04nommu: fix compilation of nommu.cGreg Ungerer1-1/+1
2012-06-04Merge tag 'stable/frontswap.v16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mmLinus Torvalds5-13/+385
2012-06-03Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks"Linus Torvalds3-131/+28
2012-06-03mm: fix warning in __set_page_dirty_nobuffersHugh Dickins1-1/+4
2012-06-01Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds1-10/+13
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds9-176/+58
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik2-2/+6
2012-06-01unexport do_munmap()Al Viro1-1/+0
2012-06-01new helper: vm_mmap_pgoff()Al Viro4-57/+36
2012-06-01kill do_mmap() completelyAl Viro2-22/+10
2012-06-01switch aio and shm to do_mmap_pgoff(), make do_mmap() staticAl Viro2-4/+4
2012-06-01move security_mmap_addr() to saner placeAl Viro2-21/+3
2012-06-01take security_mmap_file() outside of ->mmap_semAl Viro2-21/+24
2012-05-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-8/+8
2012-05-31aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh1-8/+8
2012-05-31split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro3-7/+14
2012-05-30unexport do_mmap()Al Viro2-2/+0
2012-05-30merge do_mremap() into sys_mremap()Al Viro1-14/+5
2012-05-30fs: move file_remove_suid() to fs/inode.cCong Wang1-65/+0
2012-05-30mm: fix vma_resv_map() NULL pointerDave Hansen1-1/+2
2012-05-29->encode_fh() API changeAl Viro2-8/+4
2012-05-29memcg: decrement static keys at real destroy timeGlauber Costa1-2/+29
2012-05-29memcg: always free struct memcg through schedule_work()Glauber Costa1-11/+13
2012-05-29mm/memcg: apply add/del_page to lruvecHugh Dickins5-144/+103
2012-05-29mm: trivial cleanups in vmscan.cHugh Dickins1-21/+10
2012-05-29mm/memcg: get_lru_size not get_lruvec_sizeHugh Dickins2-15/+14
2012-05-29mm: memcg: print statistics from live countersJohannes Weiner1-102/+66
2012-05-29mm: memcg: group swapped-out statistics counter logicallyJohannes Weiner1-2/+2
2012-05-29mm: memcg: keep ratelimit counter separate from event countersJohannes Weiner1-3/+3
2012-05-29mm: memcg: print statistics directly to seq_fileJohannes Weiner1-28/+27
2012-05-29mm: memcg: convert numa stat to read_seq_string interfaceJohannes Weiner1-20/+3
2012-05-29mm: memcg: remove obsolete statistics array boundary enum itemJohannes Weiner1-2/+1
2012-05-29memcg: don't uncharge in mem_cgroup_move_account()KAMEZAWA Hiroyuki1-14/+6
2012-05-29memcg: move charges to root cgroup if use_hierarchy=0KAMEZAWA Hiroyuki1-23/+11
2012-05-29memcg: use res_counter_uncharge_until() in move_parent()KAMEZAWA Hiroyuki1-6/+36
2012-05-29mm/vmscan: kill struct mem_cgroup_zoneKonstantin Khlebnikov1-20/+6
2012-05-29mm/vmscan: push lruvec pointer into should_continue_reclaim()Konstantin Khlebnikov1-5/+3