summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-01-16memblock: fix section mismatchKirill A. Shutemov
2016-01-16mm: bring in additional flag for fixup_user_fault to signal unlockDominik Dingel
2016-01-16mm, x86: get_user_pages() for dax mappingsDan Williams
2016-01-16mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams
2016-01-16mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gupDan Williams
2016-01-16mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams
2016-01-16mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams
2016-01-16hugetlb: fix compile error on tileDan Williams
2016-01-16x86, mm: introduce vmem_altmap to augment vmemmap_populate()Dan Williams
2016-01-16mm: introduce find_dev_pagemap()Dan Williams
2016-01-16mm: skip memory block registration for ZONE_DEVICEDan Williams
2016-01-16mm, dax, pmem: introduce pfn_tDan Williams
2016-01-16kvm: rename pfn_t to kvm_pfn_tDan Williams
2016-01-16dax: fix lifetime of in-kernel dax mappings with dax_map_atomic()Dan Williams
2016-01-16mm/huge_memory.c: don't split THP page when MADV_FREE syscall is calledMinchan Kim
2016-01-16mm: move lazily freed pages to inactive listMinchan Kim
2016-01-16arch/*/include/uapi/asm/mman.h: : let MADV_FREE have same value for all archi...Chen Gang
2016-01-16mm: support madvise(MADV_FREE)Minchan Kim
2016-01-16mm: add page_check_address_transhuge() helperVladimir Davydov
2016-01-16mm: prepare page_referenced() and page_idle to new THP refcountingKirill A. Shutemov
2016-01-16thp: introduce deferred_split_huge_page()Kirill A. Shutemov
2016-01-16thp: reintroduce split_huge_page()Kirill A. Shutemov
2016-01-16mm: hwpoison: adjust for new thp refcountingNaoya Horiguchi
2016-01-16thp: implement split_huge_pmd()Kirill A. Shutemov
2016-01-16mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov
2016-01-16mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov
2016-01-16mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov
2016-01-16mm, thp: remove compound_lock()Kirill A. Shutemov
2016-01-16mm: drop tail page refcountingKirill A. Shutemov
2016-01-16thp: drop all split_huge_page()-related codeKirill A. Shutemov
2016-01-16mm, vmstats: new THP splitting eventKirill A. Shutemov
2016-01-16thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov
2016-01-16khugepaged: ignore pmd tables with THP mapped with ptesKirill A. Shutemov
2016-01-16mm, thp: adjust conditions when we can reuse the page on WP faultKirill A. Shutemov
2016-01-16memcg: adjust to support new THP refcountingKirill A. Shutemov
2016-01-16rmap: add argument to charge compound pageKirill A. Shutemov
2016-01-16page-flags: drop __TestClearPage*() helpersKirill A. Shutemov
2016-01-16mm: sanitize page->mapping for tail pagesKirill A. Shutemov
2016-01-16page-flags: look at head page if the flag is encoded in page->mappingKirill A. Shutemov
2016-01-16page-flags: define PG_uptodate behavior on compound pagesKirill A. Shutemov
2016-01-16page-flags: define PG_uncached behavior on compound pagesKirill A. Shutemov
2016-01-16page-flags: define PG_mlocked behavior on compound pagesKirill A. Shutemov
2016-01-16page-flags: define PG_swapcache behavior on compound pagesKirill A. Shutemov
2016-01-16page-flags: define PG_swapbacked behavior on compound pagesKirill A. Shutemov
2016-01-16page-flags: define PG_reserved behavior on compound pagesKirill A. Shutemov
2016-01-16page-flags: define behavior of Xen-related flags on compound pagesKirill A. Shutemov
2016-01-16page-flags: define behavior SL*B-related flags on compound pagesKirill A. Shutemov
2016-01-16page-flags: define behavior of LRU-related flags on compound pagesKirill A. Shutemov
2016-01-16page-flags: define behavior of FS/IO-related flags on compound pagesKirill A. Shutemov
2016-01-16page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov