summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2013-10-31Merge remote-tracking branch 'aio-direct/for-next'Stephen Rothwell
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-18tmpfs: add support for read_iter and write_iterHugh Dickins
2013-10-18nfs: simplify swapDave Kleikamp
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-15fs: pull iov_iter use higher up the stackZach Brown
2013-10-15dio: Convert direct_IO to use iov_iterDave Kleikamp
2013-10-15iov_iter: move into its own fileZach Brown
2013-10-14Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
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-28slab_common: Do not check for duplicate slab namesChristoph Lameter
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