aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-13mm/readahead.c:do_readhead(): don't check for ->readpageAndrew Morton1-1/+1
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-189/+218
2013-11-01memcg: remove incorrect underflow checkGreg Thelen1-1/+0
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar16-122/+123
2013-10-31Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds1-29/+25
2013-10-31mm: memcg: fix test for child groupsJohannes Weiner1-24/+11
2013-10-31mm: memcg: lockdep annotation for memcg OOM lockJohannes Weiner1-1/+10
2013-10-31mm: memcg: use proper memcg in limit bypassJohannes Weiner1-4/+4
2013-10-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-63/+81
2013-10-30Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds2-2/+2
2013-10-30memcg: use __this_cpu_sub() to dec stats to avoid incorrect subtrahend castingGreg Thelen1-1/+1
2013-10-30mm/pagewalk.c: fix walk_page_range() access of wrong PTEsChen LinX1-1/+1
2013-10-30mm: list_lru: fix almost infinite loop causing effective livelockRussell King1-1/+2
2013-10-29mm: Account for a THP NUMA hinting update as one PTE updateMel Gorman1-1/+1
2013-10-29mm: Close races between THP migration and PMD numa clearingMel Gorman2-26/+26
2013-10-29mm: numa: Sanitize task_numa_fault() callsitesMel Gorman2-44/+34
2013-10-29mm: Prevent parallel splits during THP migrationMel Gorman1-14/+30
2013-10-29mm: Wait for THP migrations to complete during NUMA hinting faultsMel Gorman1-7/+16
2013-10-29mm: numa: Do not account for a hinting fault if we racedMel Gorman1-1/+4
2013-10-16mm: revert mremap pud_free anti-fixHugh Dickins1-4/+1
2013-10-16mm: fix BUG in __split_huge_page_pmdHugh Dickins1-1/+9
2013-10-16swap: fix set_blocksize race during swapon/swapoffKrzysztof Kozlowski1-1/+3
2013-10-16writeback: fix negative bdi max pauseFengguang Wu1-5/+5
2013-10-16fs: buffer: move allocation failure loop into the allocatorJohannes Weiner1-0/+2
2013-10-16mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner4-105/+65
2013-10-16mm: hugetlb: initialize PG_reserved for tail pages of gigantic compound pagesAndrea Arcangeli1-1/+15
2013-10-16mm/zswap: bugfix: memory leak when re-swaponWeijie Yang1-0/+4
2013-10-16mm: migration: do not lose soft dirty bit if page is in migration stateCyrill Gorcunov3-2/+9
2013-10-16mm/hugetlb.c: correct missing private flag clearingJoonsoo Kim1-0/+1
2013-10-16mm/vmscan.c: don't forget to free shrinker->nr_deferredAndrew Vagin1-0/+1
2013-10-16mm, memcg: protect mem_cgroup_read_events for cpu hotplugDavid Rientjes1-0/+2
2013-10-14Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linuxLinus Torvalds1-0/+2
2013-10-09sched/numa: Skip some page migrations after a shared faultRik van Riel1-1/+47
2013-10-09mm: numa: Revert temporarily disabling of NUMA migrationRik van Riel1-12/+0
2013-10-09sched/numa: Adjust scan rate in task_numa_placementRik van Riel2-4/+9
2013-10-09sched/numa: Be more careful about joining numa groupsRik van Riel1-0/+7
2013-10-09mm: numa: Do not batch handle PMD pagesMel Gorman2-144/+4
2013-10-09mm: numa: Do not group on RO pagesPeter Zijlstra2-6/+39
2013-10-09mm: numa: Copy cpupid on page migrationRik van Riel1-0/+9
2013-10-09sched/numa: Use {cpu, pid} to create task groups for shared faultsPeter Zijlstra1-0/+8
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra8-53/+55
2013-10-09mm: numa: Trap pmd hinting faults only if we would otherwise trap PTE faultsMel Gorman1-2/+5
2013-10-09mm: numa: Limit NUMA scanning to migrate-on-fault VMAsMel Gorman1-0/+24
2013-10-09sched/numa: Do not migrate memory immediately after switching nodeRik van Riel1-0/+12
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman8-44/+54
2013-10-09mm: numa: Scan pages with elevated page_mapcountMel Gorman4-26/+14
2013-10-09sched/numa: Add infrastructure for split shared/private accounting of NUMA hinting faultsMel Gorman2-4/+9
2013-10-09mm: numa: Do not migrate or account for hinting faults on the zero pageMel Gorman2-1/+10
2013-10-09mm: Only flush TLBs if a transhuge PMD is modified for NUMA pte scanningMel Gorman2-7/+26
2013-10-09mm: Do not flush TLB during protection change if !pte_present && !migration_entryMel Gorman1-1/+2