aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-12Disable the __builtin_return_address() warning globally after allLinus Torvalds1-3/+0
2016-10-11mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas5-9/+56
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-11/+11
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro11-56/+60
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-15/+0
2016-10-10Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+85
2016-10-10fix ITER_PIPE interaction with direct_IOAl Viro1-1/+1
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-1/+1
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds34-873/+1250
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-15/+0
2016-10-07seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches1-1/+1
2016-10-07proc: much faster /proc/vmstatAlexey Dobriyan1-1/+4
2016-10-07mm: remove unnecessary condition in remove_inode_hugepageszhong jiang1-2/+2
2016-10-07mm: warn about allocations which stall for too longMichal Hocko1-0/+10
2016-10-07mm: consolidate warn_alloc_failed usersMichal Hocko2-23/+18
2016-10-07vfs,mm: fix a dead loop in truncate_inode_pages_range()Wei Fang1-0/+4
2016-10-07mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGEYisheng Xie1-1/+1
2016-10-07oom: print nodemask in the oom reportMichal Hocko1-2/+5
2016-10-07mm: clarify why we avoid page_mapcount() for slab pages in dump_page()Kirill A. Shutemov1-0/+5
2016-10-07mm: vma_merge: correct false positive from __vma_unlink->validate_mm_rbAndrea Arcangeli1-18/+41
2016-10-07mm: vma_adjust: minor comment correctionAndrea Arcangeli1-1/+1
2016-10-07mm: vma_adjust: remove superfluous check for next not NULLAndrea Arcangeli1-1/+1
2016-10-07mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walkAndrea Arcangeli2-27/+131
2016-10-07mm: vma_adjust: remove superfluous confusing update in remove_next == 1 caseAndrea Arcangeli1-2/+22
2016-10-07mm: vm_page_prot: update with WRITE_ONCE/READ_ONCEAndrea Arcangeli4-10/+12
2016-10-07mm,ksm: add __GFP_HIGH to the allocation in alloc_stable_node()zhong jiang1-1/+6
2016-10-07mm/page_isolation: fix typo: "paes" -> "pages"Yisheng Xie1-1/+1
2016-10-07mm/hugetlb: improve locking in dissolve_free_huge_pages()Gerald Schaefer1-3/+9
2016-10-07mm/hugetlb: check for reserved hugepages during memory offlineGerald Schaefer2-6/+24
2016-10-07mm/hugetlb: fix memory offline with hugepage size > memory block sizeGerald Schaefer1-6/+7
2016-10-07mm: nobootmem: move the comment of free_all_bootmemWanlong Gao1-5/+5
2016-10-07mm/shmem.c: constify anon_opsRasmus Villemoes1-1/+1
2016-10-07mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner1-10/+13
2016-10-07mm/page_io.c: replace some BUG_ON()s with VM_BUG_ON_PAGE()Andrew Morton1-3/+4
2016-10-07mm: don't emit warning from pagefault_out_of_memory()Tetsuo Handa1-11/+1
2016-10-07mm, compaction: restrict fragindex to costly ordersVlastimil Babka1-2/+7
2016-10-07mm, compaction: ignore fragindex from compaction_zonelist_suitable()Vlastimil Babka1-17/+18
2016-10-07mm, page_alloc: pull no_progress_loops update to should_reclaim_retry()Vlastimil Babka1-14/+14
2016-10-07mm, compaction: make full priority ignore pageblock suitabilityVlastimil Babka2-3/+9
2016-10-07mm, compaction: restrict full priority to non-costly ordersVlastimil Babka1-1/+4
2016-10-07mm, compaction: more reliably increase direct compaction priorityVlastimil Babka1-14/+19
2016-10-07Revert "mm, oom: prevent premature OOM killer invocation for high order request"Vlastimil Babka1-2/+49
2016-10-07mm, swap: use offset of swap entry as key of swap cacheHuang Ying4-10/+12
2016-10-07mm: fix cache mode tracking in vm_insert_mixed()Dan Williams1-2/+6
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 Lu3-17/+27
2016-10-07cpu: fix node state for whether it contains CPUTim Chen1-0/+11
2016-10-07thp, dax: add thp_get_unmapped_area for pmd mappingsToshi Kani1-0/+43