aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-15/+0
2016-10-10Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-5/+85
2016-10-10fix ITER_PIPE interaction with direct_IOGravatar Al Viro 1-1/+1
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscGravatar Al Viro 1-1/+1
2016-10-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 34-873/+1250
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 1-15/+0
2016-10-07seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charGravatar Joe Perches 1-1/+1
2016-10-07proc: much faster /proc/vmstatGravatar Alexey Dobriyan 1-1/+4
2016-10-07mm: remove unnecessary condition in remove_inode_hugepagesGravatar zhong jiang 1-2/+2
2016-10-07mm: warn about allocations which stall for too longGravatar Michal Hocko 1-0/+10
2016-10-07mm: consolidate warn_alloc_failed usersGravatar Michal Hocko 2-23/+18
2016-10-07vfs,mm: fix a dead loop in truncate_inode_pages_range()Gravatar Wei Fang 1-0/+4
2016-10-07mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGEGravatar Yisheng Xie 1-1/+1
2016-10-07oom: print nodemask in the oom reportGravatar Michal Hocko 1-2/+5
2016-10-07mm: clarify why we avoid page_mapcount() for slab pages in dump_page()Gravatar Kirill A. Shutemov 1-0/+5
2016-10-07mm: vma_merge: correct false positive from __vma_unlink->validate_mm_rbGravatar Andrea Arcangeli 1-18/+41
2016-10-07mm: vma_adjust: minor comment correctionGravatar Andrea Arcangeli 1-1/+1
2016-10-07mm: vma_adjust: remove superfluous check for next not NULLGravatar Andrea Arcangeli 1-1/+1
2016-10-07mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walkGravatar Andrea Arcangeli 2-27/+131
2016-10-07mm: vma_adjust: remove superfluous confusing update in remove_next == 1 caseGravatar Andrea Arcangeli 1-2/+22
2016-10-07mm: vm_page_prot: update with WRITE_ONCE/READ_ONCEGravatar Andrea Arcangeli 4-10/+12
2016-10-07mm,ksm: add __GFP_HIGH to the allocation in alloc_stable_node()Gravatar zhong jiang 1-1/+6
2016-10-07mm/page_isolation: fix typo: "paes" -> "pages"Gravatar Yisheng Xie 1-1/+1
2016-10-07mm/hugetlb: improve locking in dissolve_free_huge_pages()Gravatar Gerald Schaefer 1-3/+9
2016-10-07mm/hugetlb: check for reserved hugepages during memory offlineGravatar Gerald Schaefer 2-6/+24
2016-10-07mm/hugetlb: fix memory offline with hugepage size > memory block sizeGravatar Gerald Schaefer 1-6/+7
2016-10-07mm: nobootmem: move the comment of free_all_bootmemGravatar Wanlong Gao 1-5/+5
2016-10-07mm/shmem.c: constify anon_opsGravatar Rasmus Villemoes 1-1/+1
2016-10-07mm: memcontrol: consolidate cgroup socket trackingGravatar Johannes Weiner 1-10/+13
2016-10-07mm/page_io.c: replace some BUG_ON()s with VM_BUG_ON_PAGE()Gravatar Andrew Morton 1-3/+4
2016-10-07mm: don't emit warning from pagefault_out_of_memory()Gravatar Tetsuo Handa 1-11/+1
2016-10-07mm, compaction: restrict fragindex to costly ordersGravatar Vlastimil Babka 1-2/+7
2016-10-07mm, compaction: ignore fragindex from compaction_zonelist_suitable()Gravatar Vlastimil Babka 1-17/+18
2016-10-07mm, page_alloc: pull no_progress_loops update to should_reclaim_retry()Gravatar Vlastimil Babka 1-14/+14
2016-10-07mm, compaction: make full priority ignore pageblock suitabilityGravatar Vlastimil Babka 2-3/+9
2016-10-07mm, compaction: restrict full priority to non-costly ordersGravatar Vlastimil Babka 1-1/+4
2016-10-07mm, compaction: more reliably increase direct compaction priorityGravatar Vlastimil Babka 1-14/+19
2016-10-07Revert "mm, oom: prevent premature OOM killer invocation for high order request"Gravatar Vlastimil Babka 1-2/+49
2016-10-07mm, swap: use offset of swap entry as key of swap cacheGravatar Huang Ying 4-10/+12
2016-10-07mm: fix cache mode tracking in vm_insert_mixed()Gravatar Dan Williams 1-2/+6
2016-10-07mm/memcontrol.c: make the walk_page_range() limit obviousGravatar James Morse 1-2/+4
2016-10-07thp: reduce usage of huge zero page's atomic counterGravatar Aaron Lu 3-17/+27
2016-10-07cpu: fix node state for whether it contains CPUGravatar Tim Chen 1-0/+11
2016-10-07thp, dax: add thp_get_unmapped_area for pmd mappingsGravatar Toshi Kani 1-0/+43
2016-10-07mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK...Gravatar Simon Guo 1-0/+3
2016-10-07mm: mlock: check against vma for actual mlock() sizeGravatar Simon Guo 1-0/+49
2016-10-07oom: warn if we go OOM for higher order and compaction is disabledGravatar Michal Hocko 1-0/+2
2016-10-07mm: don't use radix tree writeback tags for pages in swap cacheGravatar Huang Ying 2-2/+4