summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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
2013-10-09mm: Close races between THP migration and PMD numa clearingMel Gorman
2013-10-09mm: numa: Sanitize task_numa_fault() callsitesMel Gorman
2013-10-09mm: Prevent parallel splits during THP migrationMel Gorman
2013-10-09mm: Wait for THP migrations to complete during NUMA hinting faultsMel Gorman
2013-10-09mm: numa: Do not account for a hinting fault if we racedMel Gorman
2013-10-09sched/numa: Fix commentsPeter Zijlstra
2013-10-03Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds
2013-10-03powerpc: Fix memory hotplug with sparse vmemmapNathan Fontenot
2013-09-30mm/hwpoison: fix the lack of one reference count against poisoned pageWanpeng Li
2013-09-30mm/hwpoison: fix false report on 2nd attempt at page recoveryWanpeng Li
2013-09-30mm/hwpoison: fix test for a transparent huge pageWanpeng Li
2013-09-30mm/hwpoison: fix traversal of hugetlbfs pages to avoid printk floodWanpeng Li
2013-09-30mm/mlock.c: prevent walking off the end of a pagetable in no-pmd configurationVlastimil Babka
2013-09-30mm: avoid reinserting isolated balloon pages into LRU listsRafael Aquini
2013-09-30mm/bounce.c: fix a regression where MS_SNAP_STABLE (stable pages snapshotting...Darrick J. Wong
2013-09-30mm/compaction.c: periodically schedule when freeing pagesDavid Rientjes
2013-09-30revert "mm/memory-hotplug: fix lowmem count overflow when offline pages"Joonyoung Shim
2013-09-24mm: Place preemption point in do_mlockall() loopPaul E. McKenney
2013-09-24revert "memcg, vmscan: integrate soft reclaim tighter with zone shrinking code"Andrew Morton
2013-09-24revert "memcg: get rid of soft-limit tree infrastructure"Andrew Morton
2013-09-24revert "vmscan, memcg: do softlimit reclaim also for targeted reclaim"Andrew Morton
2013-09-24revert "memcg: enhance memcg iterator to support predicates"Andrew Morton
2013-09-24revert "memcg: track children in soft limit excess to improve soft limit"Andrew Morton
2013-09-24revert "memcg, vmscan: do not attempt soft limit reclaim if it would not scan...Andrew Morton
2013-09-24revert "memcg: track all children over limit in the root"Andrew Morton
2013-09-24revert "memcg, vmscan: do not fall into reclaim-all pass too quickly"Andrew Morton
2013-09-15Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds
2013-09-12Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-09-12mm/Kconfig: add MMU dependency for MIGRATION.Chen Gang
2013-09-12mm, thp: count thp_fault_fallback anytime thp fault failsDavid Rientjes
2013-09-12thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page()Kirill A. Shutemov
2013-09-12thp: do_huge_pmd_anonymous_page() cleanupKirill A. Shutemov
2013-09-12thp: move maybe_pmd_mkwrite() out of mk_huge_pmd()Kirill A. Shutemov
2013-09-12mm: cleanup add_to_page_cache_locked()Kirill A. Shutemov
2013-09-12thp: account anon transparent huge pages into NR_ANON_PAGESKirill A. Shutemov
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov
2013-09-12mm: make lru_add_drain_all() selectiveChris Metcalf
2013-09-12memcg: add per cgroup writeback pages accountingSha Zhengju