aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-23mm: add helper ensure_zone_is_initialized()Cody P Schafer1-0/+11
2013-02-23mm/page_alloc: add informative debugging message in page_outside_zone_boundaries()Cody P Schafer1-0/+7
2013-02-23mm/page_alloc: add a VM_BUG in __free_one_page() if the zone is uninitialized.Cody P Schafer1-0/+2
2013-02-23mm: add & use zone_end_pfn() and zone_spans_pfn()Cody P Schafer5-27/+22
2013-02-23mm/mlock.c: document scary-looking stack expansion mlock chainJohannes Weiner1-0/+4
2013-02-23mm: refactor inactive_file_is_low() to use get_lru_size()Johannes Weiner2-24/+6
2013-02-23mm: shmem: use new radix tree iteratorJohannes Weiner1-13/+12
2013-02-23ksm: stop hotremove lockdep warningHugh Dickins1-14/+41
2013-02-23mm: remove offlining arg to migrate_pagesHugh Dickins6-38/+23
2013-02-23ksm: enable KSM page migrationHugh Dickins2-20/+4
2013-02-23ksm: make !merge_across_nodes migration safeHugh Dickins1-30/+134
2013-02-23ksm: make KSM page migration possibleHugh Dickins2-22/+77
2013-02-23ksm: remove old stable nodes more thoroughlyHugh Dickins2-14/+88
2013-02-23ksm: get_ksm_page lockedHugh Dickins1-10/+13
2013-02-23ksm: reorganize ksm_check_stable_treeHugh Dickins1-16/+22
2013-02-23ksm: trivial tidyupsHugh Dickins1-26/+22
2013-02-23ksm: allow trees per NUMA nodePetr Holasek1-19/+132
2013-02-23mm: rename page struct field helpersMel Gorman7-13/+13
2013-02-23memcg: avoid dangling reference count in creation failure.Glauber Costa1-0/+2
2013-02-23memcg: increment static branch right after limit setGlauber Costa1-24/+7
2013-02-23memcg: replace cgroup_lock with memcg specific memcg_lockGlauber Costa1-18/+21
2013-02-23memcg: fast hierarchy-aware child testGlauber Costa1-7/+31
2013-02-23memcg: split part of memcg creation to css_onlineGlauber Costa1-22/+40
2013-02-23memcg: prevent changes to move_charge_at_immigrate during task attachGlauber Costa1-13/+19
2013-02-23memcg: reduce the size of struct memcg 244-fold.Glauber Costa1-15/+26
2013-02-23mm: init: report on last-nid information stored in page->flagsMel Gorman1-12/+19
2013-02-23mm: uninline page_xchg_last_nid()Mel Gorman1-1/+19
2013-02-23memcg: clean up swap accounting initialization codeMichal Hocko1-18/+12
2013-02-23memcg: do not create memsw files if swap accounting is disabledMichal Hocko1-40/+54
2013-02-23page-writeback.c: subtract min_free_kbytes from dirtyable memoryPaul Szabo2-1/+3
2013-02-23mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()Konstantin Khlebnikov4-9/+9
2013-02-23swap: add per-partition lock for swapfileShaohua Li5-53/+116
2013-02-23swap: make each swap partition have one address_spaceShaohua Li6-28/+60
2013-02-23mm: don't inline page_mapping()Shaohua Li1-0/+16
2013-02-23mm: numa: cleanup flow of transhuge page migrationHugh Dickins2-71/+52
2013-02-23mm: fold page->_last_nid into page->flags where possiblePeter Zijlstra1-0/+4
2013-02-23mm: numa: take THP into account when migrating pages for NUMA balancingMel Gorman1-2/+4
2013-02-23mm: teach mm by current context info to not do I/O during memory allocationMing Lei2-3/+10
2013-02-23mm: don't wait on congested zones in balance_pgdat()Zlatko Calusic2-29/+1
2013-02-23mm/memory-failure.c: fix wrong num_poisoned_pages in handling memory error on thpNaoya Horiguchi1-1/+11
2013-02-23mm/memory-failure.c: clean up soft_offline_page()Naoya Horiguchi1-69/+87
2013-02-23memory-failure: use num_poisoned_pages instead of mce_bad_pagesXishi Qiu2-9/+9
2013-02-23memory-failure: do code refactor of soft_offline_page()Xishi Qiu1-14/+20
2013-02-23memory-failure: fix an error of mce_bad_pages statisticsXishi Qiu1-21/+17
2013-02-23mm: remove MIGRATE_ISOLATE check in hotpathMinchan Kim3-7/+17
2013-02-23mm: increase totalram_pages when free pages allocated by bootmem allocatorJiang Liu1-0/+1
2013-02-23mm: set zone->present_pages to number of existing pages in the zoneJiang Liu1-1/+1
2013-02-23mm: use zone->present_pages instead of zone->managed_pages where appropriateJiang Liu3-24/+24
2013-02-23mm/memblock.c: use CONFIG_HAVE_MEMBLOCK_NODE_MAP to protect movablecore_map in memblock_overlaps_region().Tang Chen1-0/+34
2013-02-23acpi, memory-hotplug: support getting hotplug info from SRATTang Chen1-1/+21