summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorLines
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-51/+136
2012-03-28radix-tree: use iterators in find_get_pages* functionsKonstantin Khlebnikov-48/+38
2012-03-28mm: only IPI CPUs to drain local pages if they existGilad Ben-Yossef-2/+38
2012-03-28slub: only IPI CPUs that have per cpu obj to flushGilad Ben-Yossef-1/+9
2012-03-28swapon: check validity of swap_flagsHugh Dickins-0/+3
2012-03-28mm, coredump: fail allocations when coredumping instead of oom killingDavid Rientjes-0/+4
2012-03-28mm: thp: fix up pmd_trans_unstable() locationsAndrea Arcangeli-0/+4
2012-03-28mm for fs: add truncate_pagecache_range()Hugh Dickins-0/+40
2012-03-28Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-9/+73
2012-03-28Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-0/+2
2012-03-24Fix potential endless loop in kswapd when compaction is not enabledRik van Riel-1/+2
2012-03-23coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPJason Baron-0/+8
2012-03-23coredump: remove VM_ALWAYSDUMP flagJason Baron-7/+1
2012-03-23signal: oom_kill_task: use SEND_SIG_FORCED instead of force_sig()Oleg Nesterov-2/+2
2012-03-23mm: hugetlb: cleanup duplicated code in unmapping vm rangeHillf Danton-14/+11
2012-03-23mm: fix testorder interaction between two kswapd patchesHugh Dickins-1/+1
2012-03-22Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-66/+44
2012-03-22Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-49/+53
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-771/+1108
2012-03-21mm: export dirty_writeback_intervalArtem Bityutskiy-0/+2
2012-03-21memcg: avoid THP split in task migrationNaoya Horiguchi-8/+77
2012-03-21thp: add HPAGE_PMD_* definitions for !CONFIG_TRANSPARENT_HUGEPAGENaoya Horiguchi-2/+3
2012-03-21memcg: clean up existing move charge codeNaoya Horiguchi-9/+8
2012-03-21mm/memcontrol.c: remove unnecessary 'break' in mem_cgroup_read()Jeff Liu-1/+0
2012-03-21mm/memcontrol.c: remove redundant BUG_ON() in mem_cgroup_usage_unregister_eve...Anton Vorontsov-6/+0
2012-03-21mm/memcontrol.c: s/stealed/stolen/Andrew Morton-6/+6
2012-03-21memcg: fix performance of mem_cgroup_begin_update_page_stat()KAMEZAWA Hiroyuki-1/+8
2012-03-21memcg: remove PCG_FILE_MAPPEDKAMEZAWA Hiroyuki-5/+6
2012-03-21memcg: use new logic for page stat accountingKAMEZAWA Hiroyuki-24/+66
2012-03-21memcg: remove PCG_MOVE_LOCK flag from page_cgroupKAMEZAWA Hiroyuki-10/+32
2012-03-21memcg: simplify move_account() checkKAMEZAWA Hiroyuki-40/+30
2012-03-21memcg: remove EXPORT_SYMBOL(mem_cgroup_update_page_stat)KAMEZAWA Hiroyuki-1/+0
2012-03-21memcg: remove PCG_CACHE page_cgroup flagKAMEZAWA Hiroyuki-25/+32
2012-03-21memcg: remove unnecessary thp check in page stat accountingKAMEZAWA Hiroyuki-1/+1
2012-03-21memcg: remove redundant returnsHugh Dickins-4/+0
2012-03-21memcg: enum lru_list lruHugh Dickins-10/+10
2012-03-21memcg: lru_size instead of MEM_CGROUP_ZSTATHugh Dickins-8/+6
2012-03-21memcg: replace mem and mem_cont stragglersHugh Dickins-42/+42
2012-03-21swap: don't do discard if no discard option addedShaohua Li-1/+1
2012-03-21mm: forbid lumpy-reclaim in shrink_active_list()Konstantin Khlebnikov-0/+2
2012-03-21mmap.c: fix comment for __insert_vm_struct()Kautuk Consul-3/+2
2012-03-21page_alloc: remove unused find_zone_movable_pfns_for_nodes() argumentKautuk Consul-2/+2
2012-03-21page_alloc.c: remove add_from_early_node_map()Kautuk Consul-12/+0
2012-03-21hugetlbfs: fix alignment of huge page requestsSteven Truelove-3/+3
2012-03-21mm, counters: fold __sync_task_rss_stat() into sync_mm_rss()David Rientjes-7/+2
2012-03-21mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()David Rientjes-10/+10
2012-03-21hugepages: fix use after free bug in "quota" handlingDavid Gibson-27/+108
2012-03-21ksm: cleanup: introduce find_mergeable_vma()Bob Liu-15/+19
2012-03-21cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman-47/+95
2012-03-21mm, memcg: pass charge order to oom killerDavid Rientjes-6/+7