summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * mm: nobootmem: move the comment of free_all_bootmemWanlong Gao2016-10-081-5/+5
| * mm/shmem.c: constify anon_opsRasmus Villemoes2016-10-081-1/+1
| * mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner2016-10-085-20/+20
| * mm: move phys_mem_access_prot_allowed() declaration to pgtable.hBaoyou Xie2016-10-083-4/+3Star
| * mm/page_io.c: replace some BUG_ON()s with VM_BUG_ON_PAGE()Andrew Morton2016-10-081-3/+4
| * mm: don't emit warning from pagefault_out_of_memory()Tetsuo Handa2016-10-081-11/+1Star
| * mm, compaction: restrict fragindex to costly ordersVlastimil Babka2016-10-081-2/+7
| * mm, compaction: ignore fragindex from compaction_zonelist_suitable()Vlastimil Babka2016-10-081-17/+18
| * mm, page_alloc: pull no_progress_loops update to should_reclaim_retry()Vlastimil Babka2016-10-081-14/+14
| * mm, compaction: make full priority ignore pageblock suitabilityVlastimil Babka2016-10-082-3/+9
| * mm, compaction: restrict full priority to non-costly ordersVlastimil Babka2016-10-082-1/+5
| * mm, compaction: more reliably increase direct compaction priorityVlastimil Babka2016-10-081-14/+19
| * Revert "mm, oom: prevent premature OOM killer invocation for high order request"Vlastimil Babka2016-10-081-2/+49
| * mm: remove page_file_indexHuang Ying2016-10-086-20/+8Star
| * mm, swap: use offset of swap entry as key of swap cacheHuang Ying2016-10-085-14/+16
| * mm: fix cache mode tracking in vm_insert_mixed()Dan Williams2016-10-081-2/+6
| * memory-hotplug: fix store_mem_state() return valueReza Arbab2016-10-081-1/+4
| * mm/memcontrol.c: make the walk_page_range() limit obviousJames Morse2016-10-081-2/+4
| * thp: reduce usage of huge zero page's atomic counterAaron Lu2016-10-087-22/+34
| * fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_w...James Morse2016-10-081-1/+1
| * cpu: fix node state for whether it contains CPUTim Chen2016-10-081-0/+11
| * ext2/4, xfs: call thp_get_unmapped_area() for pmd mappingsToshi Kani2016-10-083-0/+3
| * thp, dax: add thp_get_unmapped_area for pmd mappingsToshi Kani2016-10-082-0/+50
| * selftests: expanding more mlock selftestSimon Guo2016-10-083-78/+295
| * selftest: move seek_to_smaps_entry() out of mlock2-tests.cSimon Guo2016-10-082-42/+42
| * selftests/vm: add test for mlock() when areas are intersectedSimon Guo2016-10-083-0/+81
| * selftest: split mlock2_ funcs into separate mlock2.hSimon Guo2016-10-082-20/+21
| * mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK...Simon Guo2016-10-081-0/+3
| * mm: mlock: check against vma for actual mlock() sizeSimon Guo2016-10-081-0/+49
| * oom: warn if we go OOM for higher order and compaction is disabledMichal Hocko2016-10-081-0/+2
| * mm: don't use radix tree writeback tags for pages in swap cacheHuang Ying2016-10-083-2/+16
| * mm/bootmem.c: replace kzalloc() by kzalloc_node()zijun_hu2016-10-081-12/+2Star
| * mm/nobootmem.c: remove duplicate macro ARCH_LOW_ADDRESS_LIMIT statementszijun_hu2016-10-082-9/+10
| * powerpc: implement arch_reserved_kernel_pagesSrikar Dronamraju2016-10-082-0/+8
| * mm/memblock.c: expose total reserved memorySrikar Dronamraju2016-10-082-0/+6
| * mm: introduce arch_reserved_kernel_pages()Srikar Dronamraju2016-10-082-0/+15
| * mm: use zonelist name instead of using hardcoded indexAneesh Kumar K.V2016-10-083-6/+6
| * oom, oom_reaper: allow to reap mm shared by the kthreadsMichal Hocko2016-10-081-7/+7
| * mm: make sure that kthreads will not refault oom reaped memoryMichal Hocko2016-10-083-0/+22
| * mm, oom: enforce exit_oom_victim on current taskTetsuo Handa2016-10-083-5/+4Star
| * oom, suspend: fix oom_killer_disable vs. pm suspend properlyMichal Hocko2016-10-083-35/+24Star
| * mm, oom: get rid of signal_struct::oom_victimsMichal Hocko2016-10-084-12/+14
| * kernel, oom: fix potential pgd_lock deadlock from __mmdropMichal Hocko2016-10-083-3/+19
| * oom: keep mm of the killed task availableMichal Hocko2016-10-083-32/+23Star
| * mm,oom_reaper: do not attempt to reap a task twiceTetsuo Handa2016-10-082-13/+3Star
| * mm,oom_reaper: reduce find_lock_task_mm() usageTetsuo Handa2016-10-081-43/+38Star
| * mm, swap: add swap_cluster_listHuang Ying2016-10-082-74/+70Star
| * mm: unrig VMA cache hit ratioAlexey Dobriyan2016-10-081-4/+4
| * mm: pagewalk: fix the comment for test_walkJames Morse2016-10-081-2/+2
| * do_generic_file_read(): fail immediately if killedBart Van Assche2016-10-081-1/+3