summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-27Merge tag 'for-linus-4.8-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-146/+61
2016-07-27Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds34-2103/+538
2016-07-27Merge tag 'pnp-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-2/+1
2016-07-27Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds73-607/+3454
2016-07-27Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds65-2821/+4332
2016-07-27Merge tag 'platform-drivers-x86-v4.8-1' of git://git.infradead.org/users/dvha...Linus Torvalds17-211/+723
2016-07-27Merge tag 'dm-4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds29-1815/+4478
2016-07-27arm64: Only select ARM64_MODULE_PLTS if MODULES=yCatalin Marinas1-1/+1
2016-07-27thp: fix comments of __pmd_trans_huge_lock()Huang Ying1-3/+3
2016-07-27cgroup: remove unnecessary 0 check from css_from_id()Johannes Weiner1-1/+1
2016-07-27cgroup: fix idr leak for the first cgroup rootJohannes Weiner1-7/+1
2016-07-27mm: memcontrol: fix documentation for compound parameterLi RongQing1-1/+4
2016-07-27mm: memcontrol: remove BUG_ON in uncharge_listLi RongQing1-1/+0
2016-07-27mm: fix build warnings in <linux/compaction.h>Minchan Kim6-26/+25
2016-07-27mm, thp: convert from optimistic swapin collapsing to conservativeEbru Akagunduz2-23/+34
2016-07-27mm, thp: fix comment inconsistency for swapin readahead functionsEbru Akagunduz1-3/+4
2016-07-27thp: update Documentation/{vm/transhuge,filesystems/proc}.txtKirill A. Shutemov2-36/+101
2016-07-27shmem: split huge pages beyond i_size under memory pressureKirill A. Shutemov2-1/+180
2016-07-27thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHEKirill A. Shutemov6-21/+41
2016-07-27khugepaged: add support of collapse for tmpfs/shmem pagesKirill A. Shutemov4-17/+500
2016-07-27shmem: make shmem_inode_info::lock irq-safeKirill A. Shutemov2-26/+28
2016-07-27khugepaged: move up_read(mmap_sem) out of khugepaged_alloc_page()Kirill A. Shutemov1-15/+10
2016-07-27thp: extract khugepaged from mm/huge_memory.cKirill A. Shutemov5-1485/+1515
2016-07-27shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappingsKirill A. Shutemov2-17/+22
2016-07-27shmem: add huge pages supportKirill A. Shutemov9-70/+331
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