summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds
2016-10-12Disable the __builtin_return_address() warning globally after allLinus Torvalds
2016-10-11mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy
2016-10-10gcc-plugins: Add latent_entropy pluginEmese Revfy
2016-10-10Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-10-10fix ITER_PIPE interaction with direct_IOAl Viro
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-07seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches
2016-10-07proc: much faster /proc/vmstatAlexey Dobriyan
2016-10-07mm: remove unnecessary condition in remove_inode_hugepageszhong jiang
2016-10-07mm: warn about allocations which stall for too longMichal Hocko
2016-10-07mm: consolidate warn_alloc_failed usersMichal Hocko
2016-10-07vfs,mm: fix a dead loop in truncate_inode_pages_range()Wei Fang
2016-10-07mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGEYisheng Xie
2016-10-07oom: print nodemask in the oom reportMichal Hocko
2016-10-07mm: clarify why we avoid page_mapcount() for slab pages in dump_page()Kirill A. Shutemov
2016-10-07mm: vma_merge: correct false positive from __vma_unlink->validate_mm_rbAndrea Arcangeli
2016-10-07mm: vma_adjust: minor comment correctionAndrea Arcangeli
2016-10-07mm: vma_adjust: remove superfluous check for next not NULLAndrea Arcangeli
2016-10-07mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walkAndrea Arcangeli
2016-10-07mm: vma_adjust: remove superfluous confusing update in remove_next == 1 caseAndrea Arcangeli
2016-10-07mm: vm_page_prot: update with WRITE_ONCE/READ_ONCEAndrea Arcangeli
2016-10-07mm,ksm: add __GFP_HIGH to the allocation in alloc_stable_node()zhong jiang
2016-10-07mm/page_isolation: fix typo: "paes" -> "pages"Yisheng Xie
2016-10-07mm/hugetlb: improve locking in dissolve_free_huge_pages()Gerald Schaefer
2016-10-07mm/hugetlb: check for reserved hugepages during memory offlineGerald Schaefer
2016-10-07mm/hugetlb: fix memory offline with hugepage size > memory block sizeGerald Schaefer
2016-10-07mm: nobootmem: move the comment of free_all_bootmemWanlong Gao
2016-10-07mm/shmem.c: constify anon_opsRasmus Villemoes
2016-10-07mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner
2016-10-07mm/page_io.c: replace some BUG_ON()s with VM_BUG_ON_PAGE()Andrew Morton
2016-10-07mm: don't emit warning from pagefault_out_of_memory()Tetsuo Handa
2016-10-07mm, compaction: restrict fragindex to costly ordersVlastimil Babka
2016-10-07mm, compaction: ignore fragindex from compaction_zonelist_suitable()Vlastimil Babka
2016-10-07mm, page_alloc: pull no_progress_loops update to should_reclaim_retry()Vlastimil Babka
2016-10-07mm, compaction: make full priority ignore pageblock suitabilityVlastimil Babka
2016-10-07mm, compaction: restrict full priority to non-costly ordersVlastimil Babka
2016-10-07mm, compaction: more reliably increase direct compaction priorityVlastimil Babka
2016-10-07Revert "mm, oom: prevent premature OOM killer invocation for high order request"Vlastimil Babka
2016-10-07mm, swap: use offset of swap entry as key of swap cacheHuang Ying
2016-10-07mm: fix cache mode tracking in vm_insert_mixed()Dan Williams