| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: convert printk(KERN_<LEVEL> to pr_<level> | Joe Perches | 2016-03-17 | 20 | -150/+118 |
* | mm: coalesce split strings | Joe Perches | 2016-03-17 | 20 | -109/+78 |
* | mm: convert pr_warning to pr_warn | Joe Perches | 2016-03-17 | 3 | -18/+16 |
* | mm: exclude ZONE_DEVICE from GFP_ZONE_TABLE | Dan Williams | 2016-03-17 | 3 | -15/+22 |
* | mm: memcontrol: cleanup css_reset callback | Vladimir Davydov | 2016-03-17 | 1 | -3/+5 |
* | mm, memory hotplug: print debug message in the proper way for online_pages | Chen Yucong | 2016-03-17 | 1 | -16/+16 |
* | mm: remove __GFP_NOFAIL is deprecated comment | Michal Hocko | 2016-03-17 | 1 | -13/+5 |
* | mm/page_ref: add tracepoint to track down page reference manipulation | Joonsoo Kim | 2016-03-17 | 6 | -6/+296 |
* | mm: introduce page reference manipulation functions | Joonsoo Kim | 2016-03-17 | 25 | -82/+134 |
* | mm: thp: set THP defrag by default to madvise and add a stall-free defrag option | Mel Gorman | 2016-03-17 | 7 | -56/+91 |
* | mm, mempool: only set __GFP_NOMEMALLOC if there are free elements | David Rientjes | 2016-03-17 | 1 | -4/+16 |
* | mm: remove unnecessary description about a non-exist gfp flag | Satoru Takeuchi | 2016-03-17 | 1 | -2/+0 |
* | mm: scale kswapd watermarks in proportion to memory | Johannes Weiner | 2016-03-17 | 5 | -2/+58 |
* | mm: cleanup *pte_alloc* interfaces | Kirill A. Shutemov | 2016-03-17 | 16 | -32/+27 |
* | virtio_balloon: export 'available' memory to balloon statistics | Igor Redko | 2016-03-17 | 2 | -1/+8 |
* | mm/page_alloc.c: calculate 'available' memory in a separate function | Igor Redko | 2016-03-17 | 3 | -30/+45 |
* | mm/Kconfig: remove redundant arch depend for memory hotplug | Yang Shi | 2016-03-17 | 1 | -1/+0 |
* | ARC, thp: remove infrastructure for handling splitting PMDs | Vineet Gupta | 2016-03-17 | 1 | -3/+0 |
* | mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_range | Aneesh Kumar K.V | 2016-03-17 | 3 | -17/+22 |
* | mm, tracing: refresh __def_vmaflag_names | Kirill A. Shutemov | 2016-03-17 | 2 | -7/+17 |
* | mm: deduplicate memory overcommitment code | Andrey Ryabinin | 2016-03-17 | 3 | -240/+124 |
* | mm: move max_map_count bits into mm.h | Andrey Ryabinin | 2016-03-17 | 5 | -24/+21 |
* | thp, vmstats: count deferred split events | Kirill A. Shutemov | 2016-03-17 | 4 | -0/+8 |
* | mm: workingset: make shadow node shrinker memcg aware | Vladimir Davydov | 2016-03-17 | 3 | -6/+19 |
* | mm: workingset: size shadow nodes lru basing on file cache size | Vladimir Davydov | 2016-03-17 | 1 | -1/+3 |
* | radix-tree: account radix_tree_node to memory cgroup | Vladimir Davydov | 2016-03-17 | 1 | -3/+13 |
* | mm: memcontrol: zap memcg_kmem_online helper | Vladimir Davydov | 2016-03-17 | 3 | -12/+2 |
* | mm: vmscan: pass root_mem_cgroup instead of NULL to memcg aware shrinker | Vladimir Davydov | 2016-03-17 | 1 | -5/+10 |
* | mm: memcontrol: enable kmem accounting for all cgroups in the legacy hierarchy | Vladimir Davydov | 2016-03-17 | 1 | -36/+5 |
* | include/linux/page-flags.h: force inlining of selected page flag modifications | Denys Vlasenko | 2016-03-17 | 1 | -15/+15 |
* | bufferhead: force inlining of buffer head flag operations | Denys Vlasenko | 2016-03-17 | 1 | -5/+5 |
* | tools/vm/page-types.c: add memory cgroup dumping and filtering | Konstantin Khlebnikov | 2016-03-17 | 1 | -15/+84 |
* | mm, kswapd: replace kswapd compaction with waking up kcompactd | Vlastimil Babka | 2016-03-17 | 3 | -104/+54 |
* | mm, memory hotplug: small cleanup in online_pages() | Vlastimil Babka | 2016-03-17 | 1 | -3/+3 |
* | mm, compaction: introduce kcompactd | Vlastimil Babka | 2016-03-17 | 8 | -2/+311 |
* | mm, kswapd: remove bogus check of balance_classzone_idx | Vlastimil Babka | 2016-03-17 | 1 | -2/+1 |
* | tile: query dynamic DEBUG_PAGEALLOC setting | Joonsoo Kim | 2016-03-17 | 1 | -4/+7 |
* | powerpc: query dynamic DEBUG_PAGEALLOC setting | Joonsoo Kim | 2016-03-17 | 3 | -23/+26 |
* | sound: query dynamic DEBUG_PAGEALLOC setting | Joonsoo Kim | 2016-03-17 | 2 | -4/+6 |
* | mm/slub: query dynamic DEBUG_PAGEALLOC setting | Joonsoo Kim | 2016-03-17 | 1 | -4/+3 |
* | mm/vmalloc: query dynamic DEBUG_PAGEALLOC setting | Joonsoo Kim | 2016-03-17 | 1 | -13/+12 |
* | tools/vm/page-types.c: support swap entry | Naoya Horiguchi | 2016-03-17 | 1 | -1/+29 |
* | /proc/kpageflags: return KPF_SLAB for slab tail pages | Naoya Horiguchi | 2016-03-17 | 1 | -0/+2 |
* | /proc/kpageflags: return KPF_BUDDY for "tail" buddy pages | Naoya Horiguchi | 2016-03-17 | 4 | -7/+6 |
* | mm: memcontrol: report kernel stack usage in cgroup2 memory.stat | Vladimir Davydov | 2016-03-17 | 4 | -2/+17 |
* | mm: memcontrol: report slab usage in cgroup2 memory.stat | Vladimir Davydov | 2016-03-17 | 6 | -6/+79 |
* | mm: memcontrol: make tree_{stat,events} fetch all stats | Vladimir Davydov | 2016-03-17 | 1 | -28/+39 |
* | mm: memcontrol: do not bypass slab charge if memcg is offline | Vladimir Davydov | 2016-03-17 | 1 | -5/+3 |
* | mm: oom_kill: don't ignore oom score on exiting tasks | Johannes Weiner | 2016-03-17 | 1 | -3/+0 |
* | watchdog: don't run proc_watchdog_update if new value is same as old | Joshua Hunt | 2016-03-17 | 1 | -1/+8 |