summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2012-06-01take security_mmap_file() outside of ->mmap_semAl Viro2-21/+24
2012-06-01slub: pass page to node_match() instead of kmem_cache_cpu structureChristoph Lameter1-4/+6
2012-06-01slub: Use page variable instead of c->page.Christoph Lameter1-7/+10
2012-06-01slub: Separate out kmem_cache_cpu processing from deactivate_slabChristoph Lameter1-12/+12
2012-06-01slub: Get rid of the node fieldChristoph Lameter1-19/+16
2012-06-01slub: new_slab_objects() can also get objects from partial listChristoph Lameter1-7/+9
2012-06-01slub: Simplify control flow in __slab_alloc()Christoph Lameter1-8/+6
2012-06-01slub: Acquire_slab() avoid loopChristoph Lameter1-13/+15
2012-06-01slub: Add frozen check in __slab_allocChristoph Lameter1-0/+6
2012-06-01slub: Use freelist instead of "object" in __slab_allocChristoph Lameter1-18/+20
2012-06-01Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-8/+8
2012-06-01aio/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-31unexport do_mmap()Al Viro2-2/+0
2012-05-31merge do_mremap() into sys_mremap()Al Viro1-14/+5
2012-05-31fs: 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-30->encode_fh() API changeAl Viro2-8/+4
2012-05-30memcg: decrement static keys at real destroy timeGlauber Costa1-2/+29
2012-05-30memcg: always free struct memcg through schedule_work()Glauber Costa1-11/+13
2012-05-30mm/memcg: apply add/del_page to lruvecHugh Dickins5-144/+103
2012-05-30mm: trivial cleanups in vmscan.cHugh Dickins1-21/+10
2012-05-30mm/memcg: get_lru_size not get_lruvec_sizeHugh Dickins2-15/+14
2012-05-30mm: memcg: print statistics from live countersJohannes Weiner1-102/+66
2012-05-30mm: memcg: group swapped-out statistics counter logicallyJohannes Weiner1-2/+2
2012-05-30mm: memcg: keep ratelimit counter separate from event countersJohannes Weiner1-3/+3
2012-05-30mm: memcg: print statistics directly to seq_fileJohannes Weiner1-28/+27
2012-05-30mm: memcg: convert numa stat to read_seq_string interfaceJohannes Weiner1-20/+3
2012-05-30mm: memcg: remove obsolete statistics array boundary enum itemJohannes Weiner1-2/+1
2012-05-30memcg: don't uncharge in mem_cgroup_move_account()KAMEZAWA Hiroyuki1-14/+6
2012-05-30memcg: move charges to root cgroup if use_hierarchy=0KAMEZAWA Hiroyuki1-23/+11
2012-05-30memcg: use res_counter_uncharge_until() in move_parent()KAMEZAWA Hiroyuki1-6/+36
2012-05-30mm/vmscan: kill struct mem_cgroup_zoneKonstantin Khlebnikov1-20/+6
2012-05-30mm/vmscan: push lruvec pointer into should_continue_reclaim()Konstantin Khlebnikov1-5/+3
2012-05-30mm/vmscan: push lruvec pointer into get_scan_count()Konstantin Khlebnikov1-16/+9
2012-05-30mm/vmscan: push lruvec pointer into shrink_list()Konstantin Khlebnikov1-22/+12
2012-05-30mm/vmscan: push lruvec pointer into inactive_list_is_low()Konstantin Khlebnikov2-32/+28
2012-05-30mm/vmscan: replace zone_nr_lru_pages() with get_lruvec_size()Konstantin Khlebnikov2-15/+25
2012-05-30mm/vmscan: push lruvec pointer into putback_inactive_pages()Konstantin Khlebnikov1-4/+4
2012-05-30mm/vmscan: remove update_isolated_counts()Konstantin Khlebnikov1-54/+6
2012-05-30mm/vmscan: push zone pointer into shrink_page_list()Konstantin Khlebnikov1-6/+5
2012-05-30mm/vmscan: push lruvec pointer into isolate_lru_pages()Konstantin Khlebnikov1-8/+8
2012-05-30mm: add link from struct lruvec to struct zoneKonstantin Khlebnikov3-10/+16
2012-05-30mm/vmscan: store "priority" in struct scan_controlKonstantin Khlebnikov1-56/+61
2012-05-30mm/memcg: use vm_swappiness from target memory cgroupKonstantin Khlebnikov1-6/+5
2012-05-30mm/memcg: move reclaim_stat into lruvecHugh Dickins4-38/+16
2012-05-30memcg: make threshold index in the right positionSha Zhengju1-5/+6
2012-05-30mm/memcg: scanning_global_lru means mem_cgroup_disabledHugh Dickins1-14/+4
2012-05-30memcg: remove redundant parenthesesKirill A. Shutemov1-10/+10
2012-05-30memcg: mark stat field of mem_cgroup struct as __percpuKirill A. Shutemov1-1/+1