aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-15mm/huge_memory.c: don't split THP page when MADV_FREE syscall is calledMinchan Kim1-0/+3
2016-01-15mm: move lazily freed pages to inactive listMinchan Kim1-0/+1
2016-01-15arch/*/include/uapi/asm/mman.h: : let MADV_FREE have same value for all architecturesChen Gang1-1/+1
2016-01-15mm: support madvise(MADV_FREE)Minchan Kim3-0/+4
2016-01-15mm: add page_check_address_transhuge() helperVladimir Davydov1-0/+19
2016-01-15mm: prepare page_referenced() and page_idle to new THP refcountingKirill A. Shutemov2-14/+14
2016-01-15thp: introduce deferred_split_huge_page()Kirill A. Shutemov3-0/+12
2016-01-15thp: reintroduce split_huge_page()Kirill A. Shutemov2-3/+17
2016-01-15mm: hwpoison: adjust for new thp refcountingNaoya Horiguchi1-1/+1
2016-01-15thp: implement split_huge_pmd()Kirill A. Shutemov1-1/+10
2016-01-15mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov1-2/+13
2016-01-15mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov4-4/+63
2016-01-15mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2-24/+6
2016-01-15mm, thp: remove compound_lock()Kirill A. Shutemov2-46/+1
2016-01-15mm: drop tail page refcountingKirill A. Shutemov2-51/+13
2016-01-15thp: drop all split_huge_page()-related codeKirill A. Shutemov1-22/+6
2016-01-15mm, vmstats: new THP splitting eventKirill A. Shutemov1-1/+3
2016-01-15thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov1-6/+2
2016-01-15khugepaged: ignore pmd tables with THP mapped with ptesKirill A. Shutemov1-0/+1
2016-01-15mm, thp: adjust conditions when we can reuse the page on WP faultKirill A. Shutemov1-1/+2
2016-01-15memcg: adjust to support new THP refcountingKirill A. Shutemov1-6/+10
2016-01-15rmap: add argument to charge compound pageKirill A. Shutemov1-3/+9
2016-01-15page-flags: drop __TestClearPage*() helpersKirill A. Shutemov1-9/+1
2016-01-15mm: sanitize page->mapping for tail pagesKirill A. Shutemov1-0/+4
2016-01-15page-flags: look at head page if the flag is encoded in page->mappingKirill A. Shutemov1-1/+3
2016-01-15page-flags: define PG_uptodate behavior on compound pagesKirill A. Shutemov1-3/+6
2016-01-15page-flags: define PG_uncached behavior on compound pagesKirill A. Shutemov1-1/+1
2016-01-15page-flags: define PG_mlocked behavior on compound pagesKirill A. Shutemov1-2/+4
2016-01-15page-flags: define PG_swapcache behavior on compound pagesKirill A. Shutemov1-1/+1
2016-01-15page-flags: define PG_swapbacked behavior on compound pagesKirill A. Shutemov1-3/+3
2016-01-15page-flags: define PG_reserved behavior on compound pagesKirill A. Shutemov1-1/+2
2016-01-15page-flags: define behavior of Xen-related flags on compound pagesKirill A. Shutemov1-3/+7
2016-01-15page-flags: define behavior SL*B-related flags on compound pagesKirill A. Shutemov1-3/+2
2016-01-15page-flags: define behavior of LRU-related flags on compound pagesKirill A. Shutemov1-8/+9
2016-01-15page-flags: define behavior of FS/IO-related flags on compound pagesKirill A. Shutemov1-10/+13
2016-01-15page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov2-18/+9
2016-01-15page-flags: introduce page flags policies wrt compound pagesKirill A. Shutemov2-64/+108
2016-01-15page-flags: move code aroundKirill A. Shutemov1-20/+21
2016-01-15page-flags: trivial cleanup for PageTrans* helpersKirill A. Shutemov1-15/+3
2016-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-4/+18
2016-01-15Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds7-4/+2039
2016-01-15firmware: dmi_scan: Save SMBIOS Type 9 System SlotsJordan Hargrave1-0/+1
2016-01-15Merge tag 'vfio-v4.5-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2-0/+12
2016-01-15Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-2/+10
2016-01-15Merge tag 'md/4.5' of git://neil.brown.name/mdLinus Torvalds1-2/+2
2016-01-15Merge tag 'regulator-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds3-1/+11
2016-01-15ipv6: update skb->csum when CE mark is propagatedEric Dumazet1-3/+16
2016-01-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+1
2016-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds26-250/+371
2016-01-15net: preserve IP control block during GSO segmentationKonstantin Khlebnikov1-1/+2