summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-17arch/mn10300/kernel/fpu-nofpu.c: needs asm/elf.hAndrew Morton
2016-03-17mn10300, c6x: CONFIG_GENERIC_BUG must depend on CONFIG_BUGAndrew Morton
2016-03-17proc-vmcore: wrong data type casting fixDave Young
2016-03-17proc/base: make prompt shell start from new line after executing "cat /proc/$...Minfei Huang
2016-03-17procfs: add conditional compilation checkEric Engestrom
2016-03-17proc: add /proc/<pid>/timerslack_ns interfaceJohn Stultz
2016-03-17timer: convert timer_slack_ns from unsigned long to u64John Stultz
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-17tools/vm/page-types.c: avoid memset() in walk_pfn() when count == 1Naoya Horiguchi
2016-03-17powerpc/mm: enable page parallel initialisationLi Zhang
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
2016-03-17mm: make remove_migration_ptes() beyond mm/migration.cKirill A. Shutemov
2016-03-17rmap: extend try_to_unmap() to be usable by split_huge_page()Kirill A. Shutemov
2016-03-17rmap: introduce rmap_walk_locked()Kirill A. Shutemov
2016-03-17mm: ZONE_DEVICE depends on SPARSEMEM_VMEMMAPDan Williams
2016-03-17mm: remove VM_FAULT_MINORJan Kara
2016-03-17mm: percpu: use pr_fmt to prefix outputJoe Perches
2016-03-17mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches
2016-03-17mm: coalesce split stringsJoe Perches
2016-03-17mm: convert pr_warning to pr_warnJoe Perches
2016-03-17mm: exclude ZONE_DEVICE from GFP_ZONE_TABLEDan Williams
2016-03-17mm: memcontrol: cleanup css_reset callbackVladimir Davydov
2016-03-17mm, memory hotplug: print debug message in the proper way for online_pagesChen Yucong
2016-03-17mm: remove __GFP_NOFAIL is deprecated commentMichal Hocko
2016-03-17mm/page_ref: add tracepoint to track down page reference manipulationJoonsoo Kim
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim
2016-03-17mm: thp: set THP defrag by default to madvise and add a stall-free defrag optionMel Gorman
2016-03-17mm, mempool: only set __GFP_NOMEMALLOC if there are free elementsDavid Rientjes
2016-03-17mm: remove unnecessary description about a non-exist gfp flagSatoru Takeuchi
2016-03-17mm: scale kswapd watermarks in proportion to memoryJohannes Weiner
2016-03-17mm: cleanup *pte_alloc* interfacesKirill A. Shutemov
2016-03-17virtio_balloon: export 'available' memory to balloon statisticsIgor Redko
2016-03-17mm/page_alloc.c: calculate 'available' memory in a separate functionIgor Redko
2016-03-17mm/Kconfig: remove redundant arch depend for memory hotplugYang Shi
2016-03-17ARC, thp: remove infrastructure for handling splitting PMDsVineet Gupta
2016-03-17mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_rangeAneesh Kumar K.V
2016-03-17mm, tracing: refresh __def_vmaflag_namesKirill A. Shutemov
2016-03-17mm: deduplicate memory overcommitment codeAndrey Ryabinin
2016-03-17mm: move max_map_count bits into mm.hAndrey Ryabinin
2016-03-17thp, vmstats: count deferred split eventsKirill A. Shutemov