summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2016-10-08thp: reduce usage of huge zero page's atomic counterAaron Lu
2016-10-08cpu: fix node state for whether it contains CPUTim Chen
2016-10-08thp, dax: add thp_get_unmapped_area for pmd mappingsToshi Kani
2016-10-08mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK...Simon Guo
2016-10-08mm: mlock: check against vma for actual mlock() sizeSimon Guo
2016-10-08oom: warn if we go OOM for higher order and compaction is disabledMichal Hocko
2016-10-08mm: don't use radix tree writeback tags for pages in swap cacheHuang Ying
2016-10-08mm/bootmem.c: replace kzalloc() by kzalloc_node()zijun_hu
2016-10-08mm/nobootmem.c: remove duplicate macro ARCH_LOW_ADDRESS_LIMIT statementszijun_hu
2016-10-08mm/memblock.c: expose total reserved memorySrikar Dronamraju
2016-10-08mm: introduce arch_reserved_kernel_pages()Srikar Dronamraju
2016-10-08mm: use zonelist name instead of using hardcoded indexAneesh Kumar K.V
2016-10-08oom, oom_reaper: allow to reap mm shared by the kthreadsMichal Hocko
2016-10-08mm: make sure that kthreads will not refault oom reaped memoryMichal Hocko
2016-10-08mm, oom: enforce exit_oom_victim on current taskTetsuo Handa
2016-10-08oom, suspend: fix oom_killer_disable vs. pm suspend properlyMichal Hocko
2016-10-08mm, oom: get rid of signal_struct::oom_victimsMichal Hocko
2016-10-08oom: keep mm of the killed task availableMichal Hocko
2016-10-08mm,oom_reaper: do not attempt to reap a task twiceTetsuo Handa
2016-10-08mm,oom_reaper: reduce find_lock_task_mm() usageTetsuo Handa
2016-10-08mm, swap: add swap_cluster_listHuang Ying
2016-10-08mm: unrig VMA cache hit ratioAlexey Dobriyan
2016-10-08do_generic_file_read(): fail immediately if killedBart Van Assche
2016-10-08mm/page_owner: don't define fields on struct page_ext by hard-codingJoonsoo Kim
2016-10-08mm/page_ext: support extra space allocation by page_ext userJoonsoo Kim
2016-10-08mm/page_ext: rename offset to indexJoonsoo Kim
2016-10-08mm/page_owner: move page_owner specific function to page_owner.cJoonsoo Kim
2016-10-08mm/debug_pagealloc.c: don't allocate page_ext if we don't use guard pageJoonsoo Kim
2016-10-08mm/debug_pagealloc.c: clean-up guard page handling codeJoonsoo Kim
2016-10-08mm, vmscan: get rid of throttle_vm_writeoutMichal Hocko
2016-10-08mm: fix set pageblock migratetype in deferred struct page initXishi Qiu
2016-10-08mem-hotplug: fix node spanned pages when we have a movable nodeXishi Qiu
2016-10-08mm, vmscan: make compaction_ready() more accurate and readableVlastimil Babka
2016-10-08mm, compaction: require only min watermarks for non-costly ordersVlastimil Babka
2016-10-08mm, compaction: use proper alloc_flags in __compaction_suitable()Vlastimil Babka
2016-10-08mm, compaction: create compact_gap wrapperVlastimil Babka
2016-10-08mm, compaction: use correct watermark when checking compaction successVlastimil Babka
2016-10-08mm, compaction: add the ultimate direct compaction priorityVlastimil Babka
2016-10-08mm, compaction: don't recheck watermarks after COMPACT_SUCCESSVlastimil Babka
2016-10-08mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESSVlastimil Babka
2016-10-08mm, compaction: cleanup unused functionsVlastimil Babka
2016-10-08mm, compaction: make whole_zone flag ignore cached scanner positionsVlastimil Babka
2016-10-08mm/oom_kill.c: fix task_will_free_mem() commentMichal Hocko
2016-10-08mm: memcontrol: add sanity checks for memcg->id.ref on get/putVladimir Davydov
2016-10-08mm/vmalloc.c: fix align value calculation errorzijun_hu
2016-10-08mm: oom: deduplicate victim selection code for memcg and global oomVladimir Davydov
2016-10-06Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-10-05mm: filemap: fix mapping->nrpages double accounting in fuseJohannes Weiner
2016-10-05mm: filemap: don't plant shadow entries without radix tree nodeJohannes Weiner
2016-10-04Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds