aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+1
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 1-1/+2
2016-07-29mm: export filemap_check_errors() to modulesGravatar Miklos Szeredi 1-1/+2
2016-07-28Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 39-1542/+1888
2016-07-28mm, compaction: simplify contended compaction handlingGravatar Vlastimil Babka 3-90/+15
2016-07-28mm, compaction: introduce direct compaction priorityGravatar Vlastimil Babka 2-20/+21
2016-07-28mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocationsGravatar Vlastimil Babka 4-19/+20
2016-07-28mm, page_alloc: make THP-specific decisions more genericGravatar Vlastimil Babka 1-13/+9
2016-07-28mm, page_alloc: restructure direct compaction handling in slowpathGravatar Vlastimil Babka 1-52/+57
2016-07-28mm, page_alloc: don't retry initial attempt in slowpathGravatar Vlastimil Babka 1-11/+18
2016-07-28mm, page_alloc: set alloc_flags only once in slowpathGravatar Vlastimil Babka 1-26/+26
2016-07-28mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUBGravatar Alexander Potapenko 6-53/+83
2016-07-28mm, kasan: account for object redzone in SLUB's nearest_obj()Gravatar Alexander Potapenko 1-1/+1
2016-07-28mm: fix use-after-free if memory allocation failed in vma_adjust()Gravatar Kirill A. Shutemov 1-5/+15
2016-07-28zsmalloc: Delete an unnecessary check before the function call "iput"Gravatar Markus Elfring 1-2/+1
2016-07-28mm/memblock.c: fix index adjustment error in __next_mem_range_rev()Gravatar zijun_hu 1-1/+1
2016-07-28mem-hotplug: alloc new page from a nearest neighbor node when mem-offlineGravatar Xishi Qiu 1-5/+33
2016-07-28mm: add cond_resched() to generic_swapfile_activate()Gravatar Mikulas Patocka 1-0/+2
2016-07-28Revert "mm, mempool: only set __GFP_NOMEMALLOC if there are free elements"Gravatar Michal Hocko 1-15/+3
2016-07-28mm, compaction: don't isolate PageWriteback pages in MIGRATE_SYNC_LIGHT modeGravatar Hugh Dickins 1-1/+1
2016-07-28mm: hwpoison: remove incorrect commentsGravatar Naoya Horiguchi 2-3/+0
2016-07-28make __section_nr() more efficientGravatar Zhou Chengming 1-5/+7
2016-07-28kmemleak: don't hang if user disables scanning earlyGravatar Vegard Nossum 1-1/+3
2016-07-28mm/memblock.c: add new infrastructure to address the mem limit issueGravatar Dennis Chen 1-5/+52
2016-07-28mm: fix memcg stack accounting for sub-page stacksGravatar Andy Lutomirski 1-1/+1
2016-07-28mm: track NR_KERNEL_STACK in KiB instead of number of stacksGravatar Andy Lutomirski 1-2/+1
2016-07-28mm: CONFIG_ZONE_DEVICE stop depending on CONFIG_EXPERTGravatar Dan Williams 1-1/+1
2016-07-28memblock: include <asm/sections.h> instead of <asm-generic/sections.h>Gravatar Christoph Hellwig 1-1/+1
2016-07-28mm, THP: clean up return value of madvise_free_huge_pmdGravatar Huang Ying 1-7/+8
2016-07-28mm/zsmalloc: use helper to clear page->flags bitGravatar Ganesh Mahendran 1-2/+2
2016-07-28mm/zsmalloc: add __init,__exit attributeGravatar Ganesh Mahendran 1-1/+1
2016-07-28mm/zsmalloc: keep comments consistent with codeGravatar Ganesh Mahendran 1-4/+3
2016-07-28mm/zsmalloc: avoid calculate max objects of zspage twiceGravatar Ganesh Mahendran 1-16/+10
2016-07-28mm/zsmalloc: use class->objs_per_zspage to get num of max objectsGravatar Ganesh Mahendran 1-11/+7
2016-07-28mm/zsmalloc: take obj index back from find_alloced_objGravatar Ganesh Mahendran 1-2/+6
2016-07-28mm/zsmalloc: use obj_index to keep consistent with othersGravatar Ganesh Mahendran 1-7/+7
2016-07-28mm: bail out in shrink_inactive_list()Gravatar Minchan Kim 1-0/+27
2016-07-28mm, vmscan: account for skipped pages as a partial scanGravatar Mel Gorman 1-2/+18
2016-07-28mm: consider whether to decivate based on eligible zones inactive ratioGravatar Mel Gorman 1-5/+29
2016-07-28mm: remove reclaim and compaction retry approximationsGravatar Mel Gorman 6-58/+37
2016-07-28mm, vmscan: remove highmem_file_pagesGravatar Mel Gorman 1-8/+4
2016-07-28mm: add per-zone lru list statGravatar Minchan Kim 3-9/+15
2016-07-28mm, vmscan: release/reacquire lru_lock on pgdat changeGravatar Mel Gorman 1-11/+10
2016-07-28mm, vmscan: remove redundant check in shrink_zones()Gravatar Mel Gorman 1-3/+0
2016-07-28mm, vmscan: Update all zone LRU sizes before updating memcgGravatar Mel Gorman 2-11/+34
2016-07-28mm: show node_pages_scanned per node, not zoneGravatar Minchan Kim 1-3/+3
2016-07-28mm, pagevec: release/reacquire lru_lock on pgdat changeGravatar Mel Gorman 1-10/+10
2016-07-28mm, page_alloc: fix dirtyable highmem calculationGravatar Minchan Kim 1-6/+10
2016-07-28mm, vmstat: remove zone and node double accounting by approximating retriesGravatar Mel Gorman 6-42/+67
2016-07-28mm, vmstat: print node-based stats in zoneinfo fileGravatar Mel Gorman 1-0/+24