summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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-16mm: revert mremap pud_free anti-fixHugh Dickins
2013-10-16mm: fix BUG in __split_huge_page_pmdHugh Dickins
2013-10-16swap: fix set_blocksize race during swapon/swapoffKrzysztof Kozlowski
2013-10-16writeback: fix negative bdi max pauseFengguang Wu
2013-10-16fs: buffer: move allocation failure loop into the allocatorJohannes Weiner
2013-10-16mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner
2013-10-16mm: hugetlb: initialize PG_reserved for tail pages of gigantic compound pagesAndrea Arcangeli
2013-10-16mm/zswap: bugfix: memory leak when re-swaponWeijie Yang
2013-10-16mm: migration: do not lose soft dirty bit if page is in migration stateCyrill Gorcunov
2013-10-16mm/hugetlb.c: correct missing private flag clearingJoonsoo Kim
2013-10-16mm/vmscan.c: don't forget to free shrinker->nr_deferredAndrew Vagin
2013-10-16mm, 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
2013-10-09mm: numa: Do not group on RO pagesPeter Zijlstra
2013-10-09mm: numa: Copy cpupid on page migrationRik van Riel
2013-10-09sched/numa: Use {cpu, pid} to create task groups for shared faultsPeter Zijlstra
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra
2013-10-09mm: numa: Trap pmd hinting faults only if we would otherwise trap PTE faultsMel Gorman
2013-10-09mm: numa: Limit NUMA scanning to migrate-on-fault VMAsMel Gorman
2013-10-09sched/numa: Do not migrate memory immediately after switching nodeRik van Riel
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman
2013-10-09mm: numa: Scan pages with elevated page_mapcountMel Gorman
2013-10-09sched/numa: Add infrastructure for split shared/private accounting of NUMA hi...Mel Gorman
2013-10-09mm: numa: Do not migrate or account for hinting faults on the zero pageMel Gorman
2013-10-09mm: Only flush TLBs if a transhuge PMD is modified for NUMA pte scanningMel Gorman
2013-10-09mm: Do not flush TLB during protection change if !pte_present && !migration_e...Mel Gorman
2013-10-09mm: Account for a THP NUMA hinting update as one PTE updateMel Gorman