aboutsummaryrefslogtreecommitdiffstats
path: root/mm/rmap.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-21memcg: remove PCG_MOVE_LOCK flag from page_cgroupKAMEZAWA Hiroyuki2-29/+32
2012-03-21memcg: simplify move_account() checkKAMEZAWA Hiroyuki1-40/+30
2012-03-21memcg: remove EXPORT_SYMBOL(mem_cgroup_update_page_stat)KAMEZAWA Hiroyuki1-1/+0
2012-03-21memcg: kill dead prev_priority stubsKonstantin Khlebnikov1-15/+0
2012-03-21memcg: remove PCG_CACHE page_cgroup flagKAMEZAWA Hiroyuki2-32/+33
2012-03-21memcg: let css_get_next() rely upon rcu_read_lock()Hugh Dickins1-3/+2
2012-03-21cgroup: revert ss_id_lock to spinlockHugh Dickins2-10/+10
2012-03-21idr: make idr_get_next() good for rcu_read_lock()Hugh Dickins1-3/+5
2012-03-21memcg: remove unnecessary thp check in page stat accountingKAMEZAWA Hiroyuki1-1/+1
2012-03-21memcg: remove redundant returnsHugh Dickins1-4/+0
2012-03-21memcg: enum lru_list lruHugh Dickins1-10/+10
2012-03-21memcg: lru_size instead of MEM_CGROUP_ZSTATHugh Dickins1-8/+6
2012-03-21memcg: replace mem and mem_cont stragglersHugh Dickins1-42/+42
2012-03-21memcg: replace MEM_CONT by MEM_RES_CTLRHugh Dickins1-1/+1
2012-03-21swap: don't do discard if no discard option addedShaohua Li1-1/+1
2012-03-21mm: forbid lumpy-reclaim in shrink_active_list()Konstantin Khlebnikov1-0/+2
2012-03-21mmap.c: fix comment for __insert_vm_struct()Kautuk Consul1-3/+2
2012-03-21numa_emulation: fix cpumask_of_node()Andrea Arcangeli1-1/+1
2012-03-21page_alloc: remove unused find_zone_movable_pfns_for_nodes() argumentKautuk Consul1-2/+2
2012-03-21page_alloc.c: remove add_from_early_node_map()Kautuk Consul2-14/+0
2012-03-21hugetlbfs: return error code when initializing moduleHillf Danton1-2/+3
2012-03-21hugetlb: remove prev_vma from hugetlb_get_unmapped_area_topdown()Xiao Guangrong1-13/+5
2012-03-21hugetlbfs: fix alignment of huge page requestsSteven Truelove4-11/+17
2012-03-21mm, hugetlb: add thread name and pid to SHM_HUGETLB mlock rlimit warningDavid Rientjes1-1/+5
2012-03-21mm, counters: fold __sync_task_rss_stat() into sync_mm_rss()David Rientjes1-7/+2
2012-03-21mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()David Rientjes5-14/+14
2012-03-21hugepages: fix use after free bug in "quota" handlingDavid Gibson3-64/+139
2012-03-21hugetlb: cleanup hugetlb.hDavid Gibson2-25/+19
2012-03-21ksm: cleanup: introduce find_mergeable_vma()Bob Liu1-15/+19
2012-03-21cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman12-110/+133
2012-03-21mm, memcg: pass charge order to oom killerDavid Rientjes3-7/+9
2012-03-21mm/vmscan.c: fix spelling errorCopot Alexandru1-2/+2
2012-03-21mm: update stale lock ordering comment for memory-failure.cAndi Kleen1-3/+2
2012-03-21mm: use global_dirty_limit in throttle_vm_writeout()Fengguang Wu1-0/+1
2012-03-21mm: don't set __GFP_WRITE on ramfs/sysfs writesFengguang Wu1-1/+3
2012-03-21hugetlbfs: avoid taking i_mutex from hugetlbfs_read()Aneesh Kumar K.V1-16/+9
2012-03-21bootmem/sparsemem: remove limit constraint in alloc_bootmem_sectionNishanth Aravamudan2-22/+13
2012-03-21mm: drain percpu lru add/rotate page-vectors on cpu hot-unplugKonstantin Khlebnikov3-2/+4
2012-03-21mm: fix move/migrate_pages() race on task structChristoph Lameter2-30/+38
2012-03-21thp: allow a hwpoisoned head page to be put back to LRUDean Nelson2-1/+21
2012-03-21tmpfs: security xattr setting on inode creationJarkko Sakkinen1-16/+72
2012-03-21mm, oom: force oom kill on sysrq+fDavid Rientjes4-10/+13
2012-03-21procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar7-63/+313
2012-03-21mm: hugetlb: bail out unmapping after serving reference pageHillf Danton1-0/+4
2012-03-21thp: documentation: 'transparent_hugepage=' can also be specified on cmdlineJiri Kosina1-0/+7
2012-03-21vmscan: handle isolated pages with lru lock releasedHillf Danton1-11/+10
2012-03-21rmap: remove __anon_vma_link() declarationXiao Guangrong1-1/+0
2012-03-21rmap: anon_vma_prepare: Reduce code duplication by calling anon_vma_chain_linkKautuk Consul1-19/+16
2012-03-21mm: hugetlb: defer freeing pages when gathering surplus pagesHillf Danton1-13/+17
2012-03-21mm: vmscan: forcibly scan highmem if there are too many buffer_heads pinning highmemMel Gorman1-13/+29