Age | Commit message (Expand) | Author | Files | Lines |
2012-03-28 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 6 | -51/+136 |
2012-03-28 | radix-tree: use iterators in find_get_pages* functions | Konstantin Khlebnikov | 1 | -48/+38 |
2012-03-28 | mm: only IPI CPUs to drain local pages if they exist | Gilad Ben-Yossef | 1 | -2/+38 |
2012-03-28 | slub: only IPI CPUs that have per cpu obj to flush | Gilad Ben-Yossef | 1 | -1/+9 |
2012-03-28 | swapon: check validity of swap_flags | Hugh Dickins | 1 | -0/+3 |
2012-03-28 | mm, coredump: fail allocations when coredumping instead of oom killing | David Rientjes | 1 | -0/+4 |
2012-03-28 | mm: thp: fix up pmd_trans_unstable() locations | Andrea Arcangeli | 1 | -0/+4 |
2012-03-28 | mm for fs: add truncate_pagecache_range() | Hugh Dickins | 1 | -0/+40 |
2012-03-28 | Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -9/+73 |
2012-03-28 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -0/+2 |
2012-03-24 | Fix potential endless loop in kswapd when compaction is not enabled | Rik van Riel | 1 | -1/+2 |
2012-03-23 | coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMP | Jason Baron | 1 | -0/+8 |
2012-03-23 | coredump: remove VM_ALWAYSDUMP flag | Jason Baron | 1 | -7/+1 |
2012-03-23 | signal: oom_kill_task: use SEND_SIG_FORCED instead of force_sig() | Oleg Nesterov | 1 | -2/+2 |
2012-03-23 | mm: hugetlb: cleanup duplicated code in unmapping vm range | Hillf Danton | 1 | -14/+11 |
2012-03-23 | mm: fix testorder interaction between two kswapd patches | Hugh Dickins | 1 | -1/+1 |
2012-03-22 | Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -66/+44 |
2012-03-22 | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -49/+53 |
2012-03-22 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 30 | -771/+1108 |
2012-03-21 | mm: export dirty_writeback_interval | Artem Bityutskiy | 1 | -0/+2 |
2012-03-21 | memcg: avoid THP split in task migration | Naoya Horiguchi | 1 | -8/+77 |
2012-03-21 | thp: add HPAGE_PMD_* definitions for !CONFIG_TRANSPARENT_HUGEPAGE | Naoya Horiguchi | 1 | -2/+3 |
2012-03-21 | memcg: clean up existing move charge code | Naoya Horiguchi | 1 | -9/+8 |
2012-03-21 | mm/memcontrol.c: remove unnecessary 'break' in mem_cgroup_read() | Jeff Liu | 1 | -1/+0 |
2012-03-21 | mm/memcontrol.c: remove redundant BUG_ON() in mem_cgroup_usage_unregister_eve... | Anton Vorontsov | 1 | -6/+0 |
2012-03-21 | mm/memcontrol.c: s/stealed/stolen/ | Andrew Morton | 1 | -6/+6 |
2012-03-21 | memcg: fix performance of mem_cgroup_begin_update_page_stat() | KAMEZAWA Hiroyuki | 1 | -1/+8 |
2012-03-21 | memcg: remove PCG_FILE_MAPPED | KAMEZAWA Hiroyuki | 1 | -5/+6 |
2012-03-21 | memcg: use new logic for page stat accounting | KAMEZAWA Hiroyuki | 2 | -24/+66 |
2012-03-21 | memcg: remove PCG_MOVE_LOCK flag from page_cgroup | KAMEZAWA Hiroyuki | 1 | -10/+32 |
2012-03-21 | memcg: simplify move_account() check | KAMEZAWA Hiroyuki | 1 | -40/+30 |
2012-03-21 | memcg: remove EXPORT_SYMBOL(mem_cgroup_update_page_stat) | KAMEZAWA Hiroyuki | 1 | -1/+0 |
2012-03-21 | memcg: remove PCG_CACHE page_cgroup flag | KAMEZAWA Hiroyuki | 1 | -25/+32 |
2012-03-21 | memcg: remove unnecessary thp check in page stat accounting | KAMEZAWA Hiroyuki | 1 | -1/+1 |
2012-03-21 | memcg: remove redundant returns | Hugh Dickins | 1 | -4/+0 |
2012-03-21 | memcg: enum lru_list lru | Hugh Dickins | 1 | -10/+10 |
2012-03-21 | memcg: lru_size instead of MEM_CGROUP_ZSTAT | Hugh Dickins | 1 | -8/+6 |
2012-03-21 | memcg: replace mem and mem_cont stragglers | Hugh Dickins | 1 | -42/+42 |
2012-03-21 | swap: don't do discard if no discard option added | Shaohua Li | 1 | -1/+1 |
2012-03-21 | mm: forbid lumpy-reclaim in shrink_active_list() | Konstantin Khlebnikov | 1 | -0/+2 |
2012-03-21 | mmap.c: fix comment for __insert_vm_struct() | Kautuk Consul | 1 | -3/+2 |
2012-03-21 | page_alloc: remove unused find_zone_movable_pfns_for_nodes() argument | Kautuk Consul | 1 | -2/+2 |
2012-03-21 | page_alloc.c: remove add_from_early_node_map() | Kautuk Consul | 1 | -12/+0 |
2012-03-21 | hugetlbfs: fix alignment of huge page requests | Steven Truelove | 1 | -3/+3 |
2012-03-21 | mm, counters: fold __sync_task_rss_stat() into sync_mm_rss() | David Rientjes | 1 | -7/+2 |
2012-03-21 | mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat() | David Rientjes | 2 | -10/+10 |
2012-03-21 | hugepages: fix use after free bug in "quota" handling | David Gibson | 1 | -27/+108 |
2012-03-21 | ksm: cleanup: introduce find_mergeable_vma() | Bob Liu | 1 | -15/+19 |
2012-03-21 | cpuset: mm: reduce large amounts of memory barrier related damage v3 | Mel Gorman | 7 | -47/+95 |
2012-03-21 | mm, memcg: pass charge order to oom killer | David Rientjes | 2 | -6/+7 |