aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-12radix_tree: remove radix_tree_indirect_to_ptr()Xiao Guangrong
2012-01-12dio: optimize cache misses in the submission pathAndi Kleen
2012-01-12vfs: cache request_queue in struct block_deviceAndi Kleen
2012-01-12fs/direct-io.c: calculate fs_count correctly in get_more_blocks()Tao Ma
2012-01-12drivers/parport/parport_pc.c: fix warningsAndrew Morton
2012-01-12panic: don't print redundant backtraces on oopsAndi Kleen
2012-01-12sysctl: add the kernel.ns_last_pid controlPavel Emelyanov
2012-01-12kdump: add udev events for memory online/offlineMichael Holzheu
2012-01-12include/linux/crash_dump.h needs elf.hFabio Estevam
2012-01-12kdump: fix crash_kexec()/smp_send_stop() race in panic()Michael Holzheu
2012-01-12kdump: crashk_res init check for /sys/kernel/kexec_crash_sizeMichael Holzheu
2012-01-12kdump: add missing RAM resource in crash_shrink_memory()Michael Holzheu
2012-01-12kexec: remove KMSG_DUMP_KEXECWANG Cong
2012-01-12cpumask: update setup_node_to_cpumask_map() commentsWanlong Gao
2012-01-12mm/vmalloc.c: eliminate extra loop in pcpu_get_vm_areas error pathKautuk Consul
2012-01-12mm: rearrange putback_inactive_pagesHugh Dickins
2012-01-12mm: remove isolate_pages()Hugh Dickins
2012-01-12mm: remove del_page_from_lru, add page_off_lruHugh Dickins
2012-01-12mm: enum lru_list lruHugh Dickins
2012-01-12mm: no blank line after EXPORT_SYMBOL in swap.cHugh Dickins
2012-01-12mm: fewer underscores in ____pagevec_lru_addHugh Dickins
2012-01-12mm: take pagevecs off reclaim stackHugh Dickins
2012-01-12memcg: fix mem_cgroup_print_bad_pageHugh Dickins
2012-01-12memcg: fix split_huge_page_refcounts()Hugh Dickins
2012-01-12mm: vmscan: check if reclaim should really abort even if compaction_ready() i...Mel Gorman
2012-01-12mm: vmscan: when reclaiming for compaction, ensure there are sufficient free ...Mel Gorman
2012-01-12mm: compaction: introduce sync-light migration for use by compactionMel Gorman
2012-01-12mm: page allocator: do not call direct reclaim for THP allocations while comp...Mel Gorman
2012-01-12mm: compaction: make isolate_lru_page() filter-aware againMel Gorman
2012-01-12mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman
2012-01-12mm: vmscan: do not OOM if aborting reclaim to start compactionMel Gorman
2012-01-12mm: vmscan: check if we isolated a compound page during lumpy scanAndrea Arcangeli
2012-01-12mm: compaction: use synchronous compaction for /proc/sys/vm/compact_memoryMel Gorman
2012-01-12mm: compaction: allow compaction to isolate dirty pagesMel Gorman
2012-01-12vmscan/trace: Add 'file' info to trace_mm_vmscan_lru_isolate()Tao Ma
2012-01-12thp: improve order in lru list for split huge pageShaohua Li
2012-01-12thp: add tlb_remove_pmd_tlb_entryShaohua Li
2012-01-12thp: remove unnecessary tlb flush for mprotectShaohua Li
2012-01-12thp: improve the error code pathShaohua Li
2012-01-12page_cgroup: drop multi CONFIG_MEMORY_HOTPLUGBob Liu
2012-01-12page_alloc: break early in check_for_regular_memory()Bob Liu
2012-01-12memcg: cleanup for_each_node_state()Bob Liu
2012-01-12memcg: simplify LRU handling by new ruleKAMEZAWA Hiroyuki
2012-01-12memcg: clear pc->mem_cgroup if necessary.KAMEZAWA Hiroyuki
2012-01-12memcg: simplify corner case handling of LRU.KAMEZAWA Hiroyuki
2012-01-12memcg: simplify page cache chargingKAMEZAWA Hiroyuki
2012-01-12oom, memcg: fix exclusion of memcg threads after they have detached their mmDavid Rientjes
2012-01-12memcg: free entries in soft_limit_tree if allocation failsMichal Hocko
2012-01-12page_cgroup: add helper function to get swap_cgroupBob Liu
2012-01-12mm: memcg: remove unneeded checks from uncharge_page()Johannes Weiner