summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2013-11-13mm/memory-failure.c: move set_migratetype_isolate() outside get_any_page()Naoya Horiguchi
2013-11-13cpu/mem hotplug: add try_online_node() for cpu_up()Toshi Kani
2013-11-13mm/nobootmem.c: have __free_pages_memory() free in larger chunks.Robin Holt
2013-11-13mm: add a helper function to check may oom conditionQiang Huang
2013-11-13mm/memory_hotplug.c: use pfn_to_nid() instead of page_to_nid(pfn_to_page())Xishi Qiu
2013-11-13mm/memory_hotplug.c: rename the function is_memblock_offlined_cb()Xishi Qiu
2013-11-13mm: use populated_zone() instead of if(zone->present_pages)Xishi Qiu
2013-11-13mm: use pgdat_end_pfn() to simplify the code in othersXishi Qiu
2013-11-13mm/huge_memory.c: fix stale comments of transparent_hugepage_flagsJianguo Wu
2013-11-13mm: remove obsolete comments about page table lockNaoya Horiguchi
2013-11-13mm/compaction.c: update comment about zone lock in isolate_freepages_blockJerome Marchand
2013-11-13mm/vmalloc: use NUMA_NO_NODEJianguo Wu
2013-11-13ksm: remove redundant __GFP_ZERO from kcallocJoe Perches
2013-11-13mm/readahead.c:do_readhead(): don't check for ->readpageAndrew Morton
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-11-01memcg: remove incorrect underflow checkGreg Thelen
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar
2013-10-31Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds
2013-10-31mm: memcg: fix test for child groupsJohannes Weiner
2013-10-31mm: memcg: lockdep annotation for memcg OOM lockJohannes Weiner
2013-10-31mm: memcg: use proper memcg in limit bypassJohannes Weiner
2013-10-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-10-30Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds
2013-10-30memcg: use __this_cpu_sub() to dec stats to avoid incorrect subtrahend castingGreg Thelen
2013-10-30mm/pagewalk.c: fix walk_page_range() access of wrong PTEsChen LinX
2013-10-30mm: list_lru: fix almost infinite loop causing effective livelockRussell King
2013-10-29mm: Account for a THP NUMA hinting update as one PTE updateMel Gorman
2013-10-29mm: Close races between THP migration and PMD numa clearingMel Gorman
2013-10-29mm: numa: Sanitize task_numa_fault() callsitesMel Gorman
2013-10-29mm: Prevent parallel splits during THP migrationMel Gorman
2013-10-29mm: Wait for THP migrations to complete during NUMA hinting faultsMel Gorman
2013-10-29mm: numa: Do not account for a hinting fault if we racedMel Gorman
2013-10-17mm: revert mremap pud_free anti-fixHugh Dickins
2013-10-17mm: fix BUG in __split_huge_page_pmdHugh Dickins
2013-10-17swap: fix set_blocksize race during swapon/swapoffKrzysztof Kozlowski
2013-10-17writeback: fix negative bdi max pauseFengguang Wu
2013-10-17fs: buffer: move allocation failure loop into the allocatorJohannes Weiner
2013-10-17mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner
2013-10-17mm: hugetlb: initialize PG_reserved for tail pages of gigantic compound pagesAndrea Arcangeli
2013-10-17mm/zswap: bugfix: memory leak when re-swaponWeijie Yang
2013-10-17mm: migration: do not lose soft dirty bit if page is in migration stateCyrill Gorcunov
2013-10-17mm/hugetlb.c: correct missing private flag clearingJoonsoo Kim
2013-10-17mm/vmscan.c: don't forget to free shrinker->nr_deferredAndrew Vagin
2013-10-17mm, memcg: protect mem_cgroup_read_events for cpu hotplugDavid Rientjes
2013-10-14Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2013-10-09sched/numa: Skip some page migrations after a shared faultRik van Riel
2013-10-09mm: numa: Revert temporarily disabling of NUMA migrationRik van Riel
2013-10-09sched/numa: Adjust scan rate in task_numa_placementRik van Riel
2013-10-09sched/numa: Be more careful about joining numa groupsRik van Riel
2013-10-09mm: numa: Do not batch handle PMD pagesMel Gorman