summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2013-02-14memcg: reduce the size of struct memcg 244-fold.Glauber Costa
2013-02-14mm: init: report on last-nid information stored in page->flagsMel Gorman
2013-02-14mm: uninline page_xchg_last_nid()Mel Gorman
2013-02-14memcg: clean up swap accounting initialization codeMichal Hocko
2013-02-14memcg: do not create memsw files if swap accounting is disabledMichal Hocko
2013-02-14page-writebackc-subtract-min_free_kbytes-from-dirtyable-memory-fix-fixAndrew Morton
2013-02-14page-writebackc-subtract-min_free_kbytes-from-dirtyable-memory-fixAndrew Morton
2013-02-14page-writeback.c: subtract min_free_kbytes from dirtyable memoryPaul Szabo
2013-02-14mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()Konstantin Khlebnikov
2013-02-14mm: Get rid of lockdep whinge on sys_swaponMinchan Kim
2013-02-14swap: add per-partition lock for swapfile fixHugh Dickins
2013-02-14swap: fix "add per-partition lock for swapfile" for nommuArnd Bergmann
2013-02-14swap: add per-partition lock for swapfileShaohua Li
2013-02-14swap-make-each-swap-partition-have-one-address_space-fix-fixShaohua Li
2013-02-14swap-make-each-swap-partition-have-one-address_space-fixAndrew Morton
2013-02-14swap: make each swap partition have one address_spaceShaohua Li
2013-02-14mm: don't inline page_mapping()Shaohua Li
2013-02-14mm: numa: Cleanup flow of transhuge page migrationHugh Dickins
2013-02-14mm: Fold page->_last_nid into page->flags where possiblePeter Zijlstra
2013-02-14mm: numa: take THP into account when migrating pages for NUMA balancingMel Gorman
2013-02-14mm: teach mm by current context info to not do I/O during memory allocationMing Lei
2013-02-14mm: don't wait on congested zones in balance_pgdat()Zlatko Calusic
2013-02-14mm-memory-failurec-fix-wrong-num_poisoned_pages-in-handling-memory-error-on-t...Andrew Morton
2013-02-14mm/memory-failure.c: fix wrong num_poisoned_pages in handling memory error on...Naoya Horiguchi
2013-02-14mm/memory-failure.c: clean up soft_offline_page()Naoya Horiguchi
2013-02-14memory-failure-use-num_poisoned_pages-instead-of-mce_bad_pages-fixAndrew Morton
2013-02-14memory-failure: use num_poisoned_pages instead of mce_bad_pagesXishi Qiu
2013-02-14memory-failure: do code refactor of soft_offline_page()Xishi Qiu
2013-02-14memory-failure: fix an error of mce_bad_pages statisticsXishi Qiu
2013-02-14mm: remove MIGRATE_ISOLATE check in hotpathMinchan Kim
2013-02-14mm: increase totalram_pages when free pages allocated by bootmem allocatorJiang Liu
2013-02-14mm: set zone->present_pages to number of existing pages in the zoneJiang Liu
2013-02-14mm: use zone->present_pages instead of zone->managed_pages where appropriateJiang Liu
2013-02-14mm/memblock.c: use CONFIG_HAVE_MEMBLOCK_NODE_MAP to protect movablecore_map i...Tang Chen
2013-02-14acpi-memory-hotplug-support-getting-hotplug-info-from-srat-fix-fixAndrew Morton
2013-02-14acpi-memory-hotplug-support-getting-hotplug-info-from-srat-fixAndrew Morton
2013-02-14acpi, memory-hotplug: support getting hotplug info from SRATTang Chen
2013-02-14acpi, memory-hotplug: extend movablemem_map ranges to the end of nodeTang Chen
2013-02-14page_alloc: bootmem limit with movablecore_mapTang Chen
2013-02-14page_alloc: make movablemem_map have higher priorityTang Chen
2013-02-14Bug fix: Remove the unused sanitize_zone_movable_limit() definition.Tang Chen
2013-02-14page_alloc: introduce zone_movable_limit[] to keep movable limit for nodesTang Chen
2013-02-14Rename movablecore_map to movablemem_map.Tang Chen
2013-02-14page_alloc-add-movable_memmap-kernel-parameter-fix-fix-fixAndrew Morton
2013-02-14page_alloc-add-movable_memmap-kernel-parameter-fix-fix-checkpatch-fixesAndrew Morton
2013-02-14Bug fix: Fix the doc format.Tang Chen
2013-02-14page_alloc: add movable_memmap kernel parameterTang Chen
2013-02-14cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the nodeWen Congyang
2013-02-14memory-hotplug: export the function try_offline_node()Wen Congyang
2013-02-14mempolicy: fix is_valid_nodemask()Lai Jiangshan