Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | memcg: remove PCG_MOVE_LOCK flag from page_cgroup | KAMEZAWA Hiroyuki | 2012-03-21 | 1 | -10/+32 | |
| * | | | | | | | | | | memcg: simplify move_account() check | KAMEZAWA Hiroyuki | 2012-03-21 | 1 | -40/+30 | |
| * | | | | | | | | | | memcg: remove EXPORT_SYMBOL(mem_cgroup_update_page_stat) | KAMEZAWA Hiroyuki | 2012-03-21 | 1 | -1/+0 | |
| * | | | | | | | | | | memcg: remove PCG_CACHE page_cgroup flag | KAMEZAWA Hiroyuki | 2012-03-21 | 1 | -25/+32 | |
| * | | | | | | | | | | memcg: remove unnecessary thp check in page stat accounting | KAMEZAWA Hiroyuki | 2012-03-21 | 1 | -1/+1 | |
| * | | | | | | | | | | memcg: remove redundant returns | Hugh Dickins | 2012-03-21 | 1 | -4/+0 | |
| * | | | | | | | | | | memcg: enum lru_list lru | Hugh Dickins | 2012-03-21 | 1 | -10/+10 | |
| * | | | | | | | | | | memcg: lru_size instead of MEM_CGROUP_ZSTAT | Hugh Dickins | 2012-03-21 | 1 | -8/+6 | |
| * | | | | | | | | | | memcg: replace mem and mem_cont stragglers | Hugh Dickins | 2012-03-21 | 1 | -42/+42 | |
| * | | | | | | | | | | swap: don't do discard if no discard option added | Shaohua Li | 2012-03-21 | 1 | -1/+1 | |
| * | | | | | | | | | | mm: forbid lumpy-reclaim in shrink_active_list() | Konstantin Khlebnikov | 2012-03-21 | 1 | -0/+2 | |
| * | | | | | | | | | | mmap.c: fix comment for __insert_vm_struct() | Kautuk Consul | 2012-03-21 | 1 | -3/+2 | |
| * | | | | | | | | | | page_alloc: remove unused find_zone_movable_pfns_for_nodes() argument | Kautuk Consul | 2012-03-21 | 1 | -2/+2 | |
| * | | | | | | | | | | page_alloc.c: remove add_from_early_node_map() | Kautuk Consul | 2012-03-21 | 1 | -12/+0 | |
| * | | | | | | | | | | hugetlbfs: fix alignment of huge page requests | Steven Truelove | 2012-03-21 | 1 | -3/+3 | |
| * | | | | | | | | | | mm, counters: fold __sync_task_rss_stat() into sync_mm_rss() | David Rientjes | 2012-03-21 | 1 | -7/+2 | |
| * | | | | | | | | | | mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat() | David Rientjes | 2012-03-21 | 2 | -10/+10 | |
| * | | | | | | | | | | hugepages: fix use after free bug in "quota" handling | David Gibson | 2012-03-21 | 1 | -27/+108 | |
| * | | | | | | | | | | ksm: cleanup: introduce find_mergeable_vma() | Bob Liu | 2012-03-21 | 1 | -15/+19 | |
| * | | | | | | | | | | cpuset: mm: reduce large amounts of memory barrier related damage v3 | Mel Gorman | 2012-03-21 | 7 | -47/+95 | |
| * | | | | | | | | | | mm, memcg: pass charge order to oom killer | David Rientjes | 2012-03-21 | 2 | -6/+7 | |
| * | | | | | | | | | | mm/vmscan.c: fix spelling error | Copot Alexandru | 2012-03-21 | 1 | -2/+2 | |
| * | | | | | | | | | | mm: update stale lock ordering comment for memory-failure.c | Andi Kleen | 2012-03-21 | 1 | -3/+2 | |
| * | | | | | | | | | | mm: use global_dirty_limit in throttle_vm_writeout() | Fengguang Wu | 2012-03-21 | 1 | -0/+1 | |
| * | | | | | | | | | | mm: don't set __GFP_WRITE on ramfs/sysfs writes | Fengguang Wu | 2012-03-21 | 1 | -1/+3 | |
| * | | | | | | | | | | bootmem/sparsemem: remove limit constraint in alloc_bootmem_section | Nishanth Aravamudan | 2012-03-21 | 2 | -22/+13 | |
| * | | | | | | | | | | mm: drain percpu lru add/rotate page-vectors on cpu hot-unplug | Konstantin Khlebnikov | 2012-03-21 | 2 | -2/+3 | |
| * | | | | | | | | | | mm: fix move/migrate_pages() race on task struct | Christoph Lameter | 2012-03-21 | 2 | -30/+38 | |
| * | | | | | | | | | | thp: allow a hwpoisoned head page to be put back to LRU | Dean Nelson | 2012-03-21 | 1 | -1/+1 | |
| * | | | | | | | | | | tmpfs: security xattr setting on inode creation | Jarkko Sakkinen | 2012-03-21 | 1 | -16/+72 | |
| * | | | | | | | | | | mm, oom: force oom kill on sysrq+f | David Rientjes | 2012-03-21 | 2 | -8/+11 | |
| * | | | | | | | | | | procfs: mark thread stack correctly in proc/<pid>/maps | Siddhesh Poyarekar | 2012-03-21 | 1 | -0/+41 | |
| * | | | | | | | | | | mm: hugetlb: bail out unmapping after serving reference page | Hillf Danton | 2012-03-21 | 1 | -0/+4 | |
| * | | | | | | | | | | vmscan: handle isolated pages with lru lock released | Hillf Danton | 2012-03-21 | 1 | -11/+10 | |
| * | | | | | | | | | | rmap: anon_vma_prepare: Reduce code duplication by calling anon_vma_chain_link | Kautuk Consul | 2012-03-21 | 1 | -19/+16 | |
| * | | | | | | | | | | mm: hugetlb: defer freeing pages when gathering surplus pages | Hillf Danton | 2012-03-21 | 1 | -13/+17 | |
| * | | | | | | | | | | mm: vmscan: forcibly scan highmem if there are too many buffer_heads pinning ... | Mel Gorman | 2012-03-21 | 1 | -13/+29 | |
| * | | | | | | | | | | mm: replace PAGE_MIGRATION with IS_ENABLED(CONFIG_MIGRATION) | Konstantin Khlebnikov | 2012-03-21 | 2 | -4/+5 | |
| * | | | | | | | | | | thp: optimize away unnecessary page table locking | Naoya Horiguchi | 2012-03-21 | 1 | -66/+59 | |
| * | | | | | | | | | | mm: search from free_area_cache for the bigger size | Xiao Guangrong | 2012-03-21 | 1 | -15/+21 | |
| * | | | | | | | | | | mm: do not reset cached_hole_size when vma is unmapped | Xiao Guangrong | 2012-03-21 | 1 | -3/+1 | |
| * | | | | | | | | | | mm: compaction: make compact_control order signed | Dan Carpenter | 2012-03-21 | 1 | -2/+2 | |
| * | | | | | | | | | | compact_pgdat: workaround lockdep warning in kswapd | Hugh Dickins | 2012-03-21 | 1 | -10/+12 | |
| * | | | | | | | | | | vmscan: only defer compaction for failed order and higher | Rik van Riel | 2012-03-21 | 3 | -4/+16 | |
| * | | | | | | | | | | vmscan: kswapd carefully call compaction | Rik van Riel | 2012-03-21 | 2 | -18/+45 | |
| * | | | | | | | | | | vmscan: reclaim at order 0 when compaction is enabled | Rik van Riel | 2012-03-21 | 1 | -17/+30 | |
| * | | | | | | | | | | mm: make swapin readahead skip over holes | Rik van Riel | 2012-03-21 | 2 | -65/+11 | |
| * | | | | | | | | | | mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone() | Hillf Danton | 2012-03-21 | 1 | -1/+6 | |
| * | | | | | | | | | | mm: make get_mm_counter static-inline | Konstantin Khlebnikov | 2012-03-21 | 1 | -18/+0 | |
| * | | | | | | | | | | mm/vmscan.c: cleanup with s/reclaim_mode/isolate_mode/ | Hillf Danton | 2012-03-21 | 1 | -9/+9 |