aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-28Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds42-3118/+5817
2016-07-26thp: fix comments of __pmd_trans_huge_lock()Huang Ying1-3/+3
2016-07-26mm: memcontrol: fix documentation for compound parameterLi RongQing1-1/+4
2016-07-26mm: memcontrol: remove BUG_ON in uncharge_listLi RongQing1-1/+0
2016-07-26mm: fix build warnings in <linux/compaction.h>Minchan Kim1-2/+2
2016-07-26mm, thp: convert from optimistic swapin collapsing to conservativeEbru Akagunduz1-15/+23
2016-07-26mm, thp: fix comment inconsistency for swapin readahead functionsEbru Akagunduz1-3/+4
2016-07-26shmem: split huge pages beyond i_size under memory pressureKirill A. Shutemov1-0/+175
2016-07-26thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHEKirill A. Shutemov5-20/+32
2016-07-26khugepaged: add support of collapse for tmpfs/shmem pagesKirill A. Shutemov2-16/+475
2016-07-26shmem: make shmem_inode_info::lock irq-safeKirill A. Shutemov1-24/+26
2016-07-26khugepaged: move up_read(mmap_sem) out of khugepaged_alloc_page()Kirill A. Shutemov1-15/+10
2016-07-26thp: extract khugepaged from mm/huge_memory.cKirill A. Shutemov3-1485/+1500
2016-07-26shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappingsKirill A. Shutemov2-17/+22
2016-07-26shmem: add huge pages supportKirill A. Shutemov7-70/+326
2016-07-26shmem: get_unmapped_area align huge pageHugh Dickins2-2/+112
2016-07-26shmem: prepare huge= mount option and sysfs knobKirill A. Shutemov2-0/+164
2016-07-26mm, rmap: account shmem thp pagesKirill A. Shutemov4-7/+32
2016-07-26truncate: handle file thpKirill A. Shutemov1-5/+23
2016-07-26filemap: prepare find and delete operations for huge pagesKirill A. Shutemov1-56/+122
2016-07-26vmscan: split file huge pages before paging them outKirill A. Shutemov1-0/+6
2016-07-26thp, mlock: do not mlock PTE-mapped file huge pagesKirill A. Shutemov4-9/+42
2016-07-26thp: file pages support for split_huge_page()Kirill A. Shutemov2-45/+117
2016-07-26thp: run vma_adjust_trans_huge() outside i_mmap_rwsemKirill A. Shutemov1-2/+2
2016-07-26thp: prepare change_huge_pmd() for file thpKirill A. Shutemov1-1/+2
2016-07-26thp: skip file huge pmd on copy_huge_pmd()Kirill A. Shutemov1-18/+16
2016-07-26thp: handle file COW faultsKirill A. Shutemov1-0/+5
2016-07-26thp: handle file pages in split_huge_pmd()Kirill A. Shutemov1-2/+10
2016-07-26thp: support file pages in zap_huge_pmd()Kirill A. Shutemov1-3/+9
2016-07-26thp, vmstats: add counters for huge file pagesKirill A. Shutemov2-0/+3
2016-07-26mm: introduce do_set_pmd()Kirill A. Shutemov3-8/+72
2016-07-26rmap: support file thpKirill A. Shutemov5-19/+51
2016-07-26mm: postpone page table allocation until we have page to mapKirill A. Shutemov2-126/+188
2016-07-26mm: introduce fault_envKirill A. Shutemov5-471/+426
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov3-12/+11
2016-07-26khugepaged: recheck pmd after mmap_sem re-acquiredKirill A. Shutemov1-0/+6
2016-07-26mm, thp: fix locking inconsistency in collapse_huge_pageEbru Akagunduz1-4/+10
2016-07-26mm, thp: make swapin readahead under down_read of mmap_semEbru Akagunduz1-29/+62
2016-07-26mm: make swapin readahead to improve thp collapse rateEbru Akagunduz3-4/+45
2016-07-26mm: make optimistic check for swapin readaheadEbru Akagunduz1-3/+42
2016-07-26mm/memblock.c:memblock_add_range(): if nr_new is 0 just returnnimisolo1-0/+3
2016-07-26mm, memcg: use consistent gfp flags during readaheadMichal Hocko1-7/+6
2016-07-26mm, oom_reaper: make sure that mmput_async is called only when memory was reapedMichal Hocko1-7/+18
2016-07-26mm: add NR_ZSMALLOC to vmstatMinchan Kim2-2/+9
2016-07-26mm, frontswap: convert frontswap_enabled to static keyVlastimil Babka2-21/+16
2016-07-26mm,oom: remove unused argument from oom_scan_process_thread().Tetsuo Handa2-3/+3
2016-07-26mm: memcontrol: teach uncharge_list to deal with kmem pagesVladimir Davydov1-18/+24
2016-07-26mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov4-60/+20
2016-07-26mm: memcontrol: cleanup kmem charge functionsVladimir Davydov3-27/+73