aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-10-22mm: drop tail page refcountingKirill A. Shutemov
2015-10-22thp: drop all split_huge_page()-related codeKirill A. Shutemov
2015-10-22mm, vmstats: new THP splitting eventKirill A. Shutemov
2015-10-22thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov
2015-10-22khugepaged: ignore pmd tables with THP mapped with ptesKirill A. Shutemov
2015-10-22mm, thp: adjust conditions when we can reuse the page on WP faultKirill A. Shutemov
2015-10-22memcg: adjust to support new THP refcountingKirill A. Shutemov
2015-10-22rmap: add argument to charge compound pageKirill A. Shutemov
2015-10-22mm: sanitize page->mapping for tail pagesKirill A. Shutemov
2015-10-22page-flags: look at head page if the flag is encoded in page->mappingKirill A. Shutemov
2015-10-22page-flags: define PG_uptodate behavior on compound pagesKirill A. Shutemov
2015-10-22page-flags: define PG_uncached behavior on compound pagesKirill A. Shutemov
2015-10-22page-flags: define PG_mlocked behavior on compound pagesKirill A. Shutemov
2015-10-22page-flags: define PG_swapcache behavior on compound pagesKirill A. Shutemov
2015-10-22page-flags: define PG_swapbacked behavior on compound pagesKirill A. Shutemov
2015-10-22page-flags: define PG_reserved behavior on compound pagesKirill A. Shutemov
2015-10-22page-flags: define behavior of Xen-related flags on compound pagesKirill A. Shutemov
2015-10-22page-flags: define behavior SL*B-related flags on compound pagesKirill A. Shutemov
2015-10-22page-flags: define behavior of LRU-related flags on compound pagesKirill A. Shutemov
2015-10-22page-flags: define behavior of FS/IO-related flags on compound pagesKirill A. Shutemov
2015-10-22page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov
2015-10-22page-flags: hide PF_* validation check under separate config optionKirill A. Shutemov
2015-10-22page-flags: add documentation for policiesKirill A. Shutemov
2015-10-22page-flags: do not corrupt caller 'page' in PF_NO_TAILKirill A. Shutemov
2015-10-22page-flags: introduce page flags policies wrt compound pagesKirill A. Shutemov
2015-10-22page-flags: move code aroundKirill A. Shutemov
2015-10-22page-flags: trivial cleanup for PageTrans* helpersKirill A. Shutemov
2015-10-22mm: use 'unsigned int' for compound_dtor/compound_order on 64BITKirill A. Shutemov
2015-10-22mm-use-unsigned-int-for-page-order-fixStephen Rothwell
2015-10-22mm: use 'unsigned int' for page orderKirill A. Shutemov
2015-10-22mm: make compound_head() robustKirill A. Shutemov
2015-10-22mm: pack compound_dtor and compound_order into one word in struct pageKirill A. Shutemov
2015-10-22mm: drop page->slab_pageKirill A. Shutemov
2015-10-22mm: zsmalloc: constify struct zs_pool nameSergey SENOZHATSKY
2015-10-22zpool: remove redundant zpool->type string, const-ify zpool_get_typeDan Streetman
2015-10-22module: export param_free_charp()Dan Streetman
2015-10-22mm: mlock: add mlock flags to enable VM_LOCKONFAULT usageEric B Munson
2015-10-22mm-introduce-vm_lockonfault-v9Eric B Munson
2015-10-22mm: introduce VM_LOCKONFAULTEric B Munson
2015-10-22mm: mlock: add new mlock system callEric B Munson
2015-10-22mm/hugetlb: define hugetlb_falloc structure for hole punch raceMike Kravetz
2015-10-22mm: rename mem_cgroup_migrate to mem_cgroup_replace_pageHugh Dickins
2015-10-22mm: do not inc NR_PAGETABLE if ptlock_init failedVladimir Davydov
2015-10-22memcg-simplify-and-inline-__mem_cgroup_from_kmem-fix-2Hugh Dickins
2015-10-22memcg: simplify and inline __mem_cgroup_from_kmemVladimir Davydov
2015-10-22memcg-unify-slab-and-other-kmem-pages-charging-fixJohannes Weiner
2015-10-22memcg: unify slab and other kmem pages chargingVladimir Davydov
2015-10-22memcg: simplify charging kmem pagesVladimir Davydov
2015-10-22include/linux/vm_event_item.h: change HIGHMEM_ZONE macro definitionyalin wang
2015-10-22mm/vmstat.c: uninline node_page_state()Andrew Morton