aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-17thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkersKirill A. Shutemov2-176/+44
2016-03-17mm: make remove_migration_ptes() beyond mm/migration.cKirill A. Shutemov1-6/+9
2016-03-17rmap: extend try_to_unmap() to be usable by split_huge_page()Kirill A. Shutemov2-12/+17
2016-03-17rmap: introduce rmap_walk_locked()Kirill A. Shutemov1-9/+32
2016-03-17mm: ZONE_DEVICE depends on SPARSEMEM_VMEMMAPDan Williams1-0/+1
2016-03-17mm: percpu: use pr_fmt to prefix outputJoe Perches2-11/+13
2016-03-17mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches20-150/+118
2016-03-17mm: coalesce split stringsJoe Perches20-109/+78
2016-03-17mm: convert pr_warning to pr_warnJoe Perches3-18/+16
2016-03-17mm: exclude ZONE_DEVICE from GFP_ZONE_TABLEDan Williams1-2/+0
2016-03-17mm: memcontrol: cleanup css_reset callbackVladimir Davydov1-3/+5
2016-03-17mm, memory hotplug: print debug message in the proper way for online_pagesChen Yucong1-16/+16
2016-03-17mm: remove __GFP_NOFAIL is deprecated commentMichal Hocko1-13/+5
2016-03-17mm/page_ref: add tracepoint to track down page reference manipulationJoonsoo Kim3-0/+68
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim7-26/+21
2016-03-17mm: thp: set THP defrag by default to madvise and add a stall-free defrag optionMel Gorman4-48/+71
2016-03-17mm, mempool: only set __GFP_NOMEMALLOC if there are free elementsDavid Rientjes1-4/+16
2016-03-17mm: scale kswapd watermarks in proportion to memoryJohannes Weiner1-2/+27
2016-03-17mm: cleanup *pte_alloc* interfacesKirill A. Shutemov3-9/+5
2016-03-17mm/page_alloc.c: calculate 'available' memory in a separate functionIgor Redko1-0/+43
2016-03-17mm/Kconfig: remove redundant arch depend for memory hotplugYang Shi1-1/+0
2016-03-17mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_rangeAneesh Kumar K.V2-17/+5
2016-03-17mm: deduplicate memory overcommitment codeAndrey Ryabinin3-240/+124
2016-03-17mm: move max_map_count bits into mm.hAndrey Ryabinin3-3/+0
2016-03-17thp, vmstats: count deferred split eventsKirill A. Shutemov2-0/+2
2016-03-17mm: workingset: make shadow node shrinker memcg awareVladimir Davydov2-6/+9
2016-03-17mm: workingset: size shadow nodes lru basing on file cache sizeVladimir Davydov1-1/+3