aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-07memory-hotplug: fix store_mem_state() return valueReza Arbab1-1/+4
2016-10-07mm/memcontrol.c: make the walk_page_range() limit obviousJames Morse1-2/+4
2016-10-07thp: reduce usage of huge zero page's atomic counterAaron Lu7-22/+34
2016-10-07fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_write() obviousJames Morse1-1/+1
2016-10-07cpu: fix node state for whether it contains CPUTim Chen1-0/+11
2016-10-07ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani3-0/+3
2016-10-07thp, dax: add thp_get_unmapped_area for pmd mappingsToshi Kani2-0/+50
2016-10-07selftests: expanding more mlock selftestSimon Guo3-78/+295
2016-10-07selftest: move seek_to_smaps_entry() out of mlock2-tests.cSimon Guo2-42/+42
2016-10-07selftests/vm: add test for mlock() when areas are intersectedSimon Guo3-0/+81
2016-10-07selftest: split mlock2_ funcs into separate mlock2.hSimon Guo2-20/+21
2016-10-07mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK_ONFAULT)Simon Guo1-0/+3
2016-10-07mm: mlock: check against vma for actual mlock() sizeSimon Guo1-0/+49
2016-10-07oom: warn if we go OOM for higher order and compaction is disabledMichal Hocko1-0/+2
2016-10-07mm: don't use radix tree writeback tags for pages in swap cacheHuang Ying3-2/+16
2016-10-07mm/bootmem.c: replace kzalloc() by kzalloc_node()zijun_hu1-12/+2
2016-10-07mm/nobootmem.c: remove duplicate macro ARCH_LOW_ADDRESS_LIMIT statementszijun_hu2-9/+10
2016-10-07powerpc: implement arch_reserved_kernel_pagesSrikar Dronamraju2-0/+8
2016-10-07mm/memblock.c: expose total reserved memorySrikar Dronamraju2-0/+6
2016-10-07mm: introduce arch_reserved_kernel_pages()Srikar Dronamraju2-0/+15
2016-10-07mm: use zonelist name instead of using hardcoded indexAneesh Kumar K.V3-6/+6
2016-10-07oom, oom_reaper: allow to reap mm shared by the kthreadsMichal Hocko1-7/+7
2016-10-07mm: make sure that kthreads will not refault oom reaped memoryMichal Hocko3-0/+22
2016-10-07mm, oom: enforce exit_oom_victim on current taskTetsuo Handa3-5/+4
2016-10-07oom, suspend: fix oom_killer_disable vs. pm suspend properlyMichal Hocko3-35/+24
2016-10-07mm, oom: get rid of signal_struct::oom_victimsMichal Hocko4-12/+14
2016-10-07kernel, oom: fix potential pgd_lock deadlock from __mmdropMichal Hocko3-3/+19
2016-10-07oom: keep mm of the killed task availableMichal Hocko3-32/+23
2016-10-07mm,oom_reaper: do not attempt to reap a task twiceTetsuo Handa2-13/+3
2016-10-07mm,oom_reaper: reduce find_lock_task_mm() usageTetsuo Handa1-43/+38
2016-10-07mm, swap: add swap_cluster_listHuang Ying2-74/+70
2016-10-07mm: unrig VMA cache hit ratioAlexey Dobriyan1-4/+4
2016-10-07mm: pagewalk: fix the comment for test_walkJames Morse1-2/+2
2016-10-07do_generic_file_read(): fail immediately if killedBart Van Assche1-1/+3
2016-10-07mm/page_owner: don't define fields on struct page_ext by hard-codingJoonsoo Kim2-31/+58
2016-10-07mm/page_ext: support extra space allocation by page_ext userJoonsoo Kim3-11/+34
2016-10-07mm/page_ext: rename offset to indexJoonsoo Kim1-3/+3
2016-10-07mm/page_owner: move page_owner specific function to page_owner.cJoonsoo Kim3-79/+79
2016-10-07mm/debug_pagealloc.c: don't allocate page_ext if we don't use guard pageJoonsoo Kim1-1/+7
2016-10-07mm/debug_pagealloc.c: clean-up guard page handling codeJoonsoo Kim1-16/+18
2016-10-07mm, vmscan: get rid of throttle_vm_writeoutMichal Hocko3-33/+0
2016-10-07mm: fix set pageblock migratetype in deferred struct page initXishi Qiu1-7/+13
2016-10-07mem-hotplug: fix node spanned pages when we have a movable nodeXishi Qiu1-31/+23
2016-10-07mm, vmscan: make compaction_ready() more accurate and readableVlastimil Babka1-23/+20
2016-10-07mm, compaction: require only min watermarks for non-costly ordersVlastimil Babka2-3/+12
2016-10-07mm, compaction: use proper alloc_flags in __compaction_suitable()Vlastimil Babka2-3/+11
2016-10-07mm, compaction: create compact_gap wrapperVlastimil Babka3-7/+29
2016-10-07mm, compaction: use correct watermark when checking compaction successVlastimil Babka1-3/+3
2016-10-07mm, compaction: add the ultimate direct compaction priorityVlastimil Babka2-2/+6
2016-10-07mm, compaction: don't recheck watermarks after COMPACT_SUCCESSVlastimil Babka1-8/+3