summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2016-09-29mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas5-9/+56
2016-09-29Merge branch 'akpm-current/current'Stephen Rothwell37-926/+1306
2016-09-29Merge remote-tracking branch 'workqueues/for-next'Stephen Rothwell1-6/+1
2016-09-29Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell7-133/+174
2016-09-29Merge remote-tracking branch 'kspp/for-next/kspp'Stephen Rothwell1-0/+26
2016-09-29Merge remote-tracking branch 'pm/linux-next'Stephen Rothwell1-2/+0
2016-09-29Merge remote-tracking branch 'vfs/for-next'Stephen Rothwell1-126/+13
2016-09-29Merge remote-tracking branch 'arm64/for-next/core'Stephen Rothwell1-0/+5
2016-09-28Merge branches 'pm-opp', 'pm-devfreq', 'pm-avs' and 'pm-sleep' into linux-nextRafael J. Wysocki1-2/+0
2016-09-28Merge vfs-jk into for-nextAl Viro1-1/+1
2016-09-28Merge branches 'work.misc', 'work.iget', 'work.const-qstr', 'work.splice_read...Al Viro1-125/+12
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-10/+10
2016-09-28seq-proc-modify-seq_put_decimal_ll-to-take-a-const-char-not-char-fixAndrew Morton1-1/+1
2016-09-28proc: much faster /proc/vmstatAlexey Dobriyan1-1/+4
2016-09-28mm/vmstat.c: walk the zone in pageblock_nr_pages stepszhong jiang1-1/+1
2016-09-28mm/page_owner: align with pageblock_nr pageszhong jiang1-1/+1
2016-09-28mm: clarify why we avoid page_mapcount() for slab pages in dump_page()Kirill A. Shutemov1-0/+5
2016-09-28mm: vma_merge: correct false positive from __vma_unlink->validate_mm_rbAndrea Arcangeli1-18/+41
2016-09-28mm: vma_adjust: minor comment correctionAndrea Arcangeli1-1/+1
2016-09-28mm: vma_adjust: remove superfluous check for next not NULLAndrea Arcangeli1-1/+1
2016-09-28mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walkAndrea Arcangeli2-27/+131
2016-09-28mm: vma_adjust: remove superfluous confusing update in remove_next == 1 caseAndrea Arcangeli1-2/+22
2016-09-28mm: vm_page_prot: update with WRITE_ONCE/READ_ONCEAndrea Arcangeli4-10/+12
2016-09-28mm,ksm: add __GFP_HIGH to the allocation in alloc_stable_node()zhong jiang1-1/+1
2016-09-28mm/percpu.c: correct max_distance calculation for pcpu_embed_first_chunk()zijun_hu1-6/+8
2016-09-28mm/page_isolation: fix typo: "paes" -> "pages"Yisheng Xie1-1/+1
2016-09-28mm/hugetlb: improve locking in dissolve_free_huge_pages()Gerald Schaefer1-3/+9
2016-09-28mm/hugetlb: check for reserved hugepages during memory offlineGerald Schaefer2-6/+24
2016-09-28mm/hugetlb: fix memory offline with hugepage size > memory block sizeGerald Schaefer1-6/+7
2016-09-28mm: nobootmem: move the comment of free_all_bootmemWanlong Gao1-5/+5
2016-09-28mm/shmem.c: constify anon_opsRasmus Villemoes1-1/+1
2016-09-28mm-memcontrol-consolidate-cgroup-socket-tracking-checkpatch-fixesAndrew Morton1-3/+3
2016-09-28mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner1-8/+11
2016-09-28mm/page_io.c: replace some BUG_ON()s with VM_BUG_ON_PAGE()Andrew Morton1-3/+4
2016-09-28mm: don't emit warning from pagefault_out_of_memory()Tetsuo Handa1-11/+1
2016-09-28mm, compaction: restrict fragindex to costly ordersVlastimil Babka1-2/+7
2016-09-28mm, compaction: ignore fragindex from compaction_zonelist_suitable()Vlastimil Babka1-17/+18
2016-09-28mm, page_alloc: pull no_progress_loops update to should_reclaim_retry()Vlastimil Babka1-14/+14
2016-09-28mm, compaction: make full priority ignore pageblock suitabilityVlastimil Babka2-3/+9
2016-09-28mm, compaction: restrict full priority to non-costly ordersVlastimil Babka1-1/+4
2016-09-28mm, compaction: more reliably increase direct compaction priority-fixVlastimil Babka1-9/+10
2016-09-28mm, compaction: more reliably increase direct compaction priorityVlastimil Babka1-7/+11
2016-09-28Revert "mm, oom: prevent premature OOM killer invocation for high order request"Vlastimil Babka1-2/+49
2016-09-28mm, swap: Use offset of swap entry as key of swap cacheHuang Ying4-10/+12
2016-09-28mm: fix cache mode tracking in vm_insert_mixed()Dan Williams1-2/+6
2016-09-28mm/memcontrol.c: make the walk_page_range() limit obviousJames Morse1-2/+4
2016-09-28thp: reduce usage of huge zero page's atomic counterAaron Lu3-17/+27
2016-09-28cpu: fix node state for whether it contains CPUTim Chen1-0/+11
2016-09-28thp, dax: add thp_get_unmapped_area for pmd mappingsToshi Kani1-0/+43
2016-09-28mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK...Simon Guo1-0/+3