aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-25memcg: relocate charge moving from ->attach to ->post_attachTejun Heo1-18/+19
2016-04-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2016-04-14Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-82/+14
2016-04-07mm/gup: Remove the macro overload API migration helpers from the get_user*() APIsIngo Molnar2-82/+14
2016-04-04Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds20-235/+234
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov4-5/+4
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov19-230/+230
2016-04-01mm/page_isolation.c: fix the function commentsNeil Zhang1-1/+1
2016-04-01oom, oom_reaper: do not enqueue task if it is on the oom_reaper_list headMichal Hocko1-1/+5
2016-04-01mm/rmap: batched invalidations should use existing apiNadav Amit1-21/+7
2016-04-01mm: fix invalid node in alloc_migrate_target()Xishi Qiu1-4/+4
2016-04-01mm, kasan: fix compilation for CONFIG_SLABAlexander Potapenko1-1/+1
2016-03-31writeback: fix the wrong congested state variable definitionKaixu Xia1-2/+2
2016-03-25thp: fix typo in khugepaged_scan_pmd()Kirill A. Shutemov1-1/+1
2016-03-25mm/filemap: generic_file_read_iter(): check for zero reads unconditionallyNicolai Stange1-3/+4
2016-03-25mm, kasan: stackdepot implementation. Enable stackdepot for SLABAlexander Potapenko3-12/+66
2016-03-25mm, kasan: add GFP flags to KASAN APIAlexander Potapenko6-32/+35
2016-03-25mm, kasan: SLAB supportAlexander Potapenko6-18/+218
2016-03-25mm/page_alloc: prevent merging between isolated and other pageblocksVlastimil Babka1-13/+33
2016-03-25oom, oom_reaper: protect oom_reaper_list using simpler wayTetsuo Handa1-6/+2
2016-03-25oom: make oom_reaper freezableMichal Hocko1-0/+2
2016-03-25oom: make oom_reaper_list single linkedVladimir Davydov1-8/+7
2016-03-25oom, oom_reaper: disable oom_reaper for oom_kill_allocating_taskMichal Hocko1-1/+5
2016-03-25mm, oom_reaper: implement OOM victims queuingMichal Hocko1-17/+19
2016-03-25mm, oom_reaper: report success/failureMichal Hocko1-2/+15
2016-03-25oom: clear TIF_MEMDIE after oom_reaper managed to unmap the address spaceMichal Hocko1-25/+48
2016-03-25mm, oom: introduce oom reaperMichal Hocko3-13/+160
2016-03-22mm/mprotect.c: don't imply PROT_EXEC on non-exec fsPiotr Kwapulinski1-5/+8
2016-03-22kernel: add kcov code coverageDmitry Vyukov2-0/+16
2016-03-22zram: revive swap_slot_free_notifyMinchan Kim1-43/+50
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+6
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-59/+200
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-3/+14
2016-03-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds56-1177/+1249
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2016-03-17radix-tree,shmem: introduce radix_tree_iter_next()Matthew Wilcox1-9/+3
2016-03-17mm: use radix_tree_iter_retry()Matthew Wilcox2-47/+29
2016-03-17radix_tree: add support for multi-order entriesMatthew Wilcox1-1/+1
2016-03-17fix Christoph's email addressesChristoph Lameter2-2/+2
2016-03-17mm,oom: do not loop !__GFP_FS allocation if the OOM killer is disabledTetsuo Handa1-1/+5
2016-03-17mm,oom: make oom_killer_disable() killableTetsuo Handa1-7/+3
2016-03-17mm/zsmalloc: add `freeable' column to pool statSergey Senozhatsky1-7/+13
2016-03-17zsmalloc: drop unused member 'mapping_area->huge'YiPing Xu1-6/+3
2016-03-17mm/vmalloc: use PAGE_ALIGNED() to check PAGE_SIZE alignmentShawn Lin1-1/+1
2016-03-17mm: memcontrol: zap oom_info_lockVladimir Davydov1-4/+0
2016-03-17mm: memcontrol: clarify the uncharge_list() loopJohannes Weiner1-0/+4
2016-03-17mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usageJohannes Weiner1-4/+34
2016-03-17mm: memcontrol: reclaim when shrinking memory.high below usageJohannes Weiner1-0/+6
2016-03-17mm: meminit: initialise more memory for inode/dentry hash tables in early bootLi Zhang1-2/+9
2016-03-17thp: fix deadlock in split_huge_pmd()Kirill A. Shutemov1-11/+2