summaryrefslogtreecommitdiffstats
path: root/include/linux/page-flags.h
Commit message (Expand)AuthorAgeFilesLines
* xen/swiotlb: remember having called xen_create_contiguous_region()Juergen Gross2019-08-011-0/+4
* mm, debug_pagealloc: use a page type instead of page_ext flagVlastimil Babka2019-07-121-0/+6
* mm: better document PG_reservedDavid Hildenbrand2019-03-061-2/+31
* mm: convert PG_balloon to PG_offlineDavid Hildenbrand2019-03-061-4/+7
* /proc/kpagecount: return 0 for special pages that are never mappedAnthony Yznaga2018-12-281-0/+6
* mm: create non-atomic version of SetPageReserved for init useAlexander Duyck2018-10-271-0/+1
* mm: provide kernel parameter to allow disabling page init poisoningAlexander Duyck2018-10-271-0/+8
* mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner2018-10-271-1/+4
* mm: soft-offline: close the race against page allocationNaoya Horiguchi2018-08-241-0/+5
* mm: mark pages in use for page tablesMatthew Wilcox2018-06-081-0/+6
* mm: split page_type out from _mapcountMatthew Wilcox2018-06-081-19/+26
* mm: uninitialized struct page poisoning sanity checkingPavel Tatashin2018-04-061-5/+17
* mm: remove PG_highmem descriptionMiles Chen2018-02-011-5/+0Star
* mm, arch: remove empty_bad_page*Michal Hocko2017-11-161-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm: test code to write THP to swap device as a wholeHuang Ying2017-09-071-2/+2
* mm, THP, swap: delay splitting THP during swap outHuang Ying2017-07-071-2/+5
* mm: optimize PageWaiters bit use for unlock_page()Linus Torvalds2016-12-291-1/+1
* mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin2016-12-251-0/+9
* mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBackedNicholas Piggin2016-12-251-8/+16
* page-flags: relax policy for PG_mappedtodisk and PG_reclaimKirill A. Shutemov2016-07-271-3/+3
* thp, mlock: do not mlock PTE-mapped file huge pagesKirill A. Shutemov2016-07-271-1/+12
* mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov2016-07-271-0/+7
* mm: clean up non-standard page->_mapcount usersVladimir Davydov2016-07-271-41/+32Star
* mm: migrate: support non-lru movable page migrationMinchan Kim2016-07-271-10/+23
* mm: use unsigned long constant for page flagsYu Zhao2016-05-211-9/+9
* mm, page_alloc: use new PageAnonHead helper in the free page fast pathMel Gorman2016-05-201-1/+6
* mm: thp: kvm: fix memory corruption in KVM with THP enabledAndrea Arcangeli2016-05-061-0/+22
* include/linux/page-flags.h: force inlining of selected page flag modificationsDenys Vlasenko2016-03-171-15/+15
* /proc/kpageflags: return KPF_BUDDY for "tail" buddy pagesNaoya Horiguchi2016-03-171-0/+2
* mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov2016-01-161-0/+36
* mm, thp: remove compound_lock()Kirill A. Shutemov2016-01-161-11/+1Star
* page-flags: drop __TestClearPage*() helpersKirill A. Shutemov2016-01-161-9/+1Star
* page-flags: look at head page if the flag is encoded in page->mappingKirill A. Shutemov2016-01-161-1/+3
* page-flags: define PG_uptodate behavior on compound pagesKirill A. Shutemov2016-01-161-3/+6
* page-flags: define PG_uncached behavior on compound pagesKirill A. Shutemov2016-01-161-1/+1
* page-flags: define PG_mlocked behavior on compound pagesKirill A. Shutemov2016-01-161-2/+4
* page-flags: define PG_swapcache behavior on compound pagesKirill A. Shutemov2016-01-161-1/+1
* page-flags: define PG_swapbacked behavior on compound pagesKirill A. Shutemov2016-01-161-3/+3
* page-flags: define PG_reserved behavior on compound pagesKirill A. Shutemov2016-01-161-1/+2
* page-flags: define behavior of Xen-related flags on compound pagesKirill A. Shutemov2016-01-161-3/+7
* page-flags: define behavior SL*B-related flags on compound pagesKirill A. Shutemov2016-01-161-3/+2Star
* page-flags: define behavior of LRU-related flags on compound pagesKirill A. Shutemov2016-01-161-8/+9
* page-flags: define behavior of FS/IO-related flags on compound pagesKirill A. Shutemov2016-01-161-10/+13
* page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov2016-01-161-1/+1
* page-flags: introduce page flags policies wrt compound pagesKirill A. Shutemov2016-01-161-64/+102
* page-flags: move code aroundKirill A. Shutemov2016-01-161-20/+21
* page-flags: trivial cleanup for PageTrans* helpersKirill A. Shutemov2016-01-161-15/+3Star
* mm: make compound_head() robustKirill A. Shutemov2015-11-071-62/+18Star
* mm: optimize PageHighMem() checkVineet Gupta2015-11-061-1/+1