summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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-17mm: revert mremap pud_free anti-fixHugh Dickins1-4/+1
2013-10-17mm: fix BUG in __split_huge_page_pmdHugh Dickins1-1/+9
2013-10-17swap: fix set_blocksize race during swapon/swapoffKrzysztof Kozlowski1-1/+3
2013-10-17writeback: fix negative bdi max pauseFengguang Wu1-5/+5
2013-10-17fs: buffer: move allocation failure loop into the allocatorJohannes Weiner1-0/+2
2013-10-17mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner4-105/+65
2013-10-17mm: hugetlb: initialize PG_reserved for tail pages of gigantic compound pagesAndrea Arcangeli1-1/+15
2013-10-17mm/zswap: bugfix: memory leak when re-swaponWeijie Yang1-0/+4
2013-10-17mm: migration: do not lose soft dirty bit if page is in migration stateCyrill Gorcunov3-2/+9
2013-10-17mm/hugetlb.c: correct missing private flag clearingJoonsoo Kim1-0/+1
2013-10-17mm/vmscan.c: don't forget to free shrinker->nr_deferredAndrew Vagin1-0/+1
2013-10-17mm, 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/p...Linus 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 hi...Mel 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_e...Mel Gorman1-1/+2
2013-10-09mm: Account for a THP NUMA hinting update as one PTE updateMel Gorman1-1/+1
2013-10-09mm: Close races between THP migration and PMD numa clearingMel Gorman2-26/+26
2013-10-09mm: numa: Sanitize task_numa_fault() callsitesMel Gorman2-44/+34
2013-10-09mm: Prevent parallel splits during THP migrationMel Gorman1-14/+30
2013-10-09mm: Wait for THP migrations to complete during NUMA hinting faultsMel Gorman1-7/+16
2013-10-09mm: numa: Do not account for a hinting fault if we racedMel Gorman1-1/+4
2013-10-09sched/numa: Fix commentsPeter Zijlstra1-1/+1
2013-10-03Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-1/+1
2013-10-03powerpc: Fix memory hotplug with sparse vmemmapNathan Fontenot1-1/+1
2013-10-01mm/hwpoison: fix the lack of one reference count against poisoned pageWanpeng Li1-2/+3
2013-10-01mm/hwpoison: fix false report on 2nd attempt at page recoveryWanpeng Li1-2/+4
2013-10-01mm/hwpoison: fix test for a transparent huge pageWanpeng Li1-1/+1