summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorLines
2012-06-08mm, oom: fix badness score underflowDavid Rientjes-2/+2
2012-06-07shmem: replace_page must flush_dcache and othersHugh Dickins-20/+37
2012-06-04Pull 'for-linus' branches of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-1/+1
2012-06-04nommu: fix compilation of nommu.cGreg Ungerer-1/+1
2012-06-04Merge tag 'stable/frontswap.v16-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-13/+385
2012-06-03Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks"Linus Torvalds-131/+28
2012-06-03mm: fix warning in __set_page_dirty_nobuffersHugh Dickins-1/+4
2012-06-01Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-10/+13
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-176/+58
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik-2/+6
2012-06-01unexport do_munmap()Al Viro-1/+0
2012-06-01new helper: vm_mmap_pgoff()Al Viro-57/+36
2012-06-01kill do_mmap() completelyAl Viro-22/+10
2012-06-01switch aio and shm to do_mmap_pgoff(), make do_mmap() staticAl Viro-4/+4
2012-06-01move security_mmap_addr() to saner placeAl Viro-21/+3
2012-06-01take security_mmap_file() outside of ->mmap_semAl Viro-21/+24
2012-05-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-8/+8
2012-05-31aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh-8/+8
2012-05-31split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro-7/+14
2012-05-30unexport do_mmap()Al Viro-2/+0
2012-05-30merge do_mremap() into sys_mremap()Al Viro-14/+5
2012-05-30fs: move file_remove_suid() to fs/inode.cCong Wang-65/+0
2012-05-30mm: fix vma_resv_map() NULL pointerDave Hansen-1/+2
2012-05-29->encode_fh() API changeAl Viro-8/+4
2012-05-29memcg: decrement static keys at real destroy timeGlauber Costa-2/+29
2012-05-29memcg: always free struct memcg through schedule_work()Glauber Costa-11/+13
2012-05-29mm/memcg: apply add/del_page to lruvecHugh Dickins-144/+103
2012-05-29mm: trivial cleanups in vmscan.cHugh Dickins-21/+10
2012-05-29mm/memcg: get_lru_size not get_lruvec_sizeHugh Dickins-15/+14
2012-05-29mm: memcg: print statistics from live countersJohannes Weiner-102/+66
2012-05-29mm: memcg: group swapped-out statistics counter logicallyJohannes Weiner-2/+2
2012-05-29mm: memcg: keep ratelimit counter separate from event countersJohannes Weiner-3/+3
2012-05-29mm: memcg: print statistics directly to seq_fileJohannes Weiner-28/+27
2012-05-29mm: memcg: convert numa stat to read_seq_string interfaceJohannes Weiner-20/+3
2012-05-29mm: memcg: remove obsolete statistics array boundary enum itemJohannes Weiner-2/+1
2012-05-29memcg: don't uncharge in mem_cgroup_move_account()KAMEZAWA Hiroyuki-14/+6
2012-05-29memcg: move charges to root cgroup if use_hierarchy=0KAMEZAWA Hiroyuki-23/+11
2012-05-29memcg: use res_counter_uncharge_until() in move_parent()KAMEZAWA Hiroyuki-6/+36
2012-05-29mm/vmscan: kill struct mem_cgroup_zoneKonstantin Khlebnikov-20/+6
2012-05-29mm/vmscan: push lruvec pointer into should_continue_reclaim()Konstantin Khlebnikov-5/+3
2012-05-29mm/vmscan: push lruvec pointer into get_scan_count()Konstantin Khlebnikov-16/+9
2012-05-29mm/vmscan: push lruvec pointer into shrink_list()Konstantin Khlebnikov-22/+12
2012-05-29mm/vmscan: push lruvec pointer into inactive_list_is_low()Konstantin Khlebnikov-32/+28
2012-05-29mm/vmscan: replace zone_nr_lru_pages() with get_lruvec_size()Konstantin Khlebnikov-15/+25
2012-05-29mm/vmscan: push lruvec pointer into putback_inactive_pages()Konstantin Khlebnikov-4/+4
2012-05-29mm/vmscan: remove update_isolated_counts()Konstantin Khlebnikov-54/+6
2012-05-29mm/vmscan: push zone pointer into shrink_page_list()Konstantin Khlebnikov-6/+5
2012-05-29mm/vmscan: push lruvec pointer into isolate_lru_pages()Konstantin Khlebnikov-8/+8
2012-05-29mm: add link from struct lruvec to struct zoneKonstantin Khlebnikov-10/+16
2012-05-29mm/vmscan: store "priority" in struct scan_controlKonstantin Khlebnikov-56/+61