summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2016-04-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-04-14Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-04-07mm/gup: Remove the macro overload API migration helpers from the get_user*() ...Ingo Molnar
2016-04-04Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-04-01mm/page_isolation.c: fix the function commentsNeil Zhang
2016-04-01oom, oom_reaper: do not enqueue task if it is on the oom_reaper_list headMichal Hocko
2016-04-01mm/rmap: batched invalidations should use existing apiNadav Amit
2016-04-01mm: fix invalid node in alloc_migrate_target()Xishi Qiu
2016-04-01mm, kasan: fix compilation for CONFIG_SLABAlexander Potapenko
2016-03-31writeback: fix the wrong congested state variable definitionKaixu Xia
2016-03-25thp: fix typo in khugepaged_scan_pmd()Kirill A. Shutemov
2016-03-25mm/filemap: generic_file_read_iter(): check for zero reads unconditionallyNicolai Stange
2016-03-25mm, kasan: stackdepot implementation. Enable stackdepot for SLABAlexander Potapenko
2016-03-25mm, kasan: add GFP flags to KASAN APIAlexander Potapenko
2016-03-25mm, kasan: SLAB supportAlexander Potapenko
2016-03-25mm/page_alloc: prevent merging between isolated and other pageblocksVlastimil Babka
2016-03-25oom, oom_reaper: protect oom_reaper_list using simpler wayTetsuo Handa
2016-03-25oom: make oom_reaper freezableMichal Hocko
2016-03-25oom: make oom_reaper_list single linkedVladimir Davydov
2016-03-25oom, oom_reaper: disable oom_reaper for oom_kill_allocating_taskMichal Hocko
2016-03-25mm, oom_reaper: implement OOM victims queuingMichal Hocko
2016-03-25mm, oom_reaper: report success/failureMichal Hocko
2016-03-25oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address spaceMichal Hocko
2016-03-25mm, oom: introduce oom reaperMichal Hocko
2016-03-22mm/mprotect.c: don't imply PROT_EXEC on non-exec fsPiotr Kwapulinski
2016-03-22kernel: add kcov code coverageDmitry Vyukov
2016-03-22zram: revive swap_slot_free_notifyMinchan Kim
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-03-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-03-17radix-tree,shmem: introduce radix_tree_iter_next()Matthew Wilcox
2016-03-17mm: use radix_tree_iter_retry()Matthew Wilcox
2016-03-17radix_tree: add support for multi-order entriesMatthew Wilcox
2016-03-17fix Christoph's email addressesChristoph Lameter
2016-03-17mm,oom: do not loop !__GFP_FS allocation if the OOM killer is disabledTetsuo Handa
2016-03-17mm,oom: make oom_killer_disable() killableTetsuo Handa
2016-03-17mm/zsmalloc: add `freeable' column to pool statSergey Senozhatsky
2016-03-17zsmalloc: drop unused member 'mapping_area->huge'YiPing Xu
2016-03-17mm/vmalloc: use PAGE_ALIGNED() to check PAGE_SIZE alignmentShawn Lin
2016-03-17mm: memcontrol: zap oom_info_lockVladimir Davydov
2016-03-17mm: memcontrol: clarify the uncharge_list() loopJohannes Weiner
2016-03-17mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usageJohannes Weiner
2016-03-17mm: memcontrol: reclaim when shrinking memory.high below usageJohannes Weiner
2016-03-17mm: meminit: initialise more memory for inode/dentry hash tables in early bootLi Zhang
2016-03-17thp: fix deadlock in split_huge_pmd()Kirill A. Shutemov
2016-03-17thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkersKirill A. Shutemov