summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-27shmem: get_unmapped_area align huge pageHugh Dickins5-4/+142
2016-07-27shmem: prepare huge= mount option and sysfs knobKirill A. Shutemov4-1/+168
2016-07-27mm, rmap: account shmem thp pagesKirill A. Shutemov8-15/+58
2016-07-27truncate: handle file thpKirill A. Shutemov1-5/+23
2016-07-27filemap: prepare find and delete operations for huge pagesKirill A. Shutemov1-56/+122
2016-07-27radix-tree: implement radix_tree_maybe_preload_order()Kirill A. Shutemov2-5/+80
2016-07-27page-flags: relax policy for PG_mappedtodisk and PG_reclaimKirill A. Shutemov1-3/+3
2016-07-27vmscan: split file huge pages before paging them outKirill A. Shutemov1-0/+6
2016-07-27thp, mlock: do not mlock PTE-mapped file huge pagesKirill A. Shutemov5-10/+54
2016-07-27thp: file pages support for split_huge_page()Kirill A. Shutemov2-45/+117
2016-07-27thp: run vma_adjust_trans_huge() outside i_mmap_rwsemKirill A. Shutemov1-2/+2
2016-07-27thp: prepare change_huge_pmd() for file thpKirill A. Shutemov1-1/+2
2016-07-27thp: skip file huge pmd on copy_huge_pmd()Kirill A. Shutemov1-18/+16
2016-07-27thp: handle file COW faultsKirill A. Shutemov1-0/+5
2016-07-27thp: handle file pages in split_huge_pmd()Kirill A. Shutemov1-2/+10
2016-07-27thp: support file pages in zap_huge_pmd()Kirill A. Shutemov1-3/+9
2016-07-27thp, vmstats: add counters for huge file pagesKirill A. Shutemov3-0/+10
2016-07-27mm: introduce do_set_pmd()Kirill A. Shutemov4-8/+74
2016-07-27rmap: support file thpKirill A. Shutemov6-20/+52
2016-07-27mm: postpone page table allocation until we have page to mapKirill A. Shutemov3-127/+197
2016-07-27mm: introduce fault_envKirill A. Shutemov10-516/+475
2016-07-27mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov36-51/+48
2016-07-27thp, mlock: update unevictable-lru.txtKirill A. Shutemov1-0/+21
2016-07-27khugepaged: recheck pmd after mmap_sem re-acquiredKirill A. Shutemov1-0/+6
2016-07-27mm, thp: fix locking inconsistency in collapse_huge_pageEbru Akagunduz1-4/+10
2016-07-27mm, thp: make swapin readahead under down_read of mmap_semEbru Akagunduz1-29/+62
2016-07-27mm: make swapin readahead to improve thp collapse rateEbru Akagunduz4-4/+69
2016-07-27mm: make optimistic check for swapin readaheadEbru Akagunduz2-8/+51
2016-07-27mm/memblock.c:memblock_add_range(): if nr_new is 0 just returnnimisolo1-0/+3
2016-07-27mm, memcg: use consistent gfp flags during readaheadMichal Hocko8-16/+19
2016-07-27mm, oom_reaper: make sure that mmput_async is called only when memory was reapedMichal Hocko1-7/+18
2016-07-27include/linux/memblock.h: Clean up code for several trivial detailsChen Gang1-11/+9
2016-07-27mm: add NR_ZSMALLOC to vmstatMinchan Kim3-2/+12
2016-07-27mm, frontswap: convert frontswap_enabled to static keyVlastimil Babka4-37/+38
2016-07-27mm,oom: remove unused argument from oom_scan_process_thread().Tetsuo Handa3-4/+4
2016-07-27af_unix: charge buffers to kmemcgVladimir Davydov1-0/+1
2016-07-27pipe: account to kmemcgVladimir Davydov1-6/+26
2016-07-27arch: x86: charge page tables to kmemcgVladimir Davydov2-5/+17
2016-07-27mm: memcontrol: teach uncharge_list to deal with kmem pagesVladimir Davydov1-18/+24
2016-07-27mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov7-72/+31
2016-07-27mm: memcontrol: cleanup kmem charge functionsVladimir Davydov4-123/+80
2016-07-27mm: clean up non-standard page->_mapcount usersVladimir Davydov3-41/+40
2016-07-27mm: remove pointless struct in struct page definitionVladimir Davydov1-36/+32
2016-07-27mm/mmu_gather: track page size with mmu gather and force flush if page size c...Aneesh Kumar K.V9-9/+93
2016-07-27mm: change the interface for __tlb_remove_page()Aneesh Kumar K.V7-30/+94
2016-07-27mm/hugetlb: simplify hugetlb unmapAneesh Kumar K.V1-33/+21
2016-07-27mm: thp: check pmd_trans_unstable() after split_huge_pmd()Naoya Horiguchi4-3/+6
2016-07-27mm/page_isolation: clean up confused codeJoonsoo Kim1-3/+3
2016-07-27mm/page_alloc: introduce post allocation processing on page allocatorJoonsoo Kim4-19/+18
2016-07-27mm/page_owner: use stackdepot to store stacktraceJoonsoo Kim3-21/+126