1. 144552f /proc/kpagecount: return 0 for special pages that are never mapped by Anthony Yznaga · 6 years ago
  2. d483da5 mm: create non-atomic version of SetPageReserved for init use by Alexander Duyck · 6 years ago
  3. f682a97 mm: provide kernel parameter to allow disabling page init poisoning by Alexander Duyck · 6 years ago
  4. 1899ad1 mm: workingset: tell cache transitions from workingset thrashing by Johannes Weiner · 6 years ago
  5. d4ae991 mm: soft-offline: close the race against page allocation by Naoya Horiguchi · 6 years ago
  6. 1d40a5e mm: mark pages in use for page tables by Matthew Wilcox · 7 years ago
  7. 6e292b9 mm: split page_type out from _mapcount by Matthew Wilcox · 7 years ago
  8. f165b37 mm: uninitialized struct page poisoning sanity checking by Pavel Tatashin · 7 years ago
  9. 3f56a2f mm: remove PG_highmem description by Miles Chen · 7 years ago
  10. 8745808 mm, arch: remove empty_bad_page* by Michal Hocko · 7 years ago
  11. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  12. 225311a mm: test code to write THP to swap device as a whole by Huang Ying · 7 years ago
  13. 38d8b4e mm, THP, swap: delay splitting THP during swap out by Huang Ying · 8 years ago
  14. b91e130 mm: optimize PageWaiters bit use for unlock_page() by Linus Torvalds · 8 years ago
  15. 6290602 mm: add PageWaiters indicating tasks are waiting for a page bit by Nicholas Piggin · 8 years ago
  16. 6326fec mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBacked by Nicholas Piggin · 8 years ago
  17. e2f0a0d page-flags: relax policy for PG_mappedtodisk and PG_reclaim by Kirill A. Shutemov · 8 years ago
  18. 9a73f61 thp, mlock: do not mlock PTE-mapped file huge pages by Kirill A. Shutemov · 8 years ago
  19. 4949148 mm: charge/uncharge kmemcg from generic page allocator paths by Vladimir Davydov · 8 years ago
  20. 632c0a1 mm: clean up non-standard page->_mapcount users by Vladimir Davydov · 8 years ago
  21. bda807d mm: migrate: support non-lru movable page migration by Minchan Kim · 8 years ago
  22. d2a1a1f mm: use unsigned long constant for page flags by Yu Zhao · 9 years ago
  23. 1751457 mm, page_alloc: use new PageAnonHead helper in the free page fast path by Mel Gorman · 9 years ago
  24. 127393f mm: thp: kvm: fix memory corruption in KVM with THP enabled by Andrea Arcangeli · 9 years ago
  25. 4b0f326 include/linux/page-flags.h: force inlining of selected page flag modifications by Denys Vlasenko · 9 years ago
  26. 832fc1d /proc/kpageflags: return KPF_BUDDY for "tail" buddy pages by Naoya Horiguchi · 9 years ago
  27. 53f9263 mm: rework mapcount accounting to enable 4k mapping of THPs by Kirill A. Shutemov · 9 years ago
  28. 3ac808f mm, thp: remove compound_lock() by Kirill A. Shutemov · 9 years ago
  29. 685eaad page-flags: drop __TestClearPage*() helpers by Kirill A. Shutemov · 9 years ago
  30. 822cdd11 page-flags: look at head page if the flag is encoded in page->mapping by Kirill A. Shutemov · 9 years ago
  31. d2998c4 page-flags: define PG_uptodate behavior on compound pages by Kirill A. Shutemov · 9 years ago
  32. b9d4181 page-flags: define PG_uncached behavior on compound pages by Kirill A. Shutemov · 9 years ago
  33. e4f87d5 page-flags: define PG_mlocked behavior on compound pages by Kirill A. Shutemov · 9 years ago
  34. 50ea78d page-flags: define PG_swapcache behavior on compound pages by Kirill A. Shutemov · 9 years ago
  35. da5efc4 page-flags: define PG_swapbacked behavior on compound pages by Kirill A. Shutemov · 9 years ago
  36. de09d31 page-flags: define PG_reserved behavior on compound pages by Kirill A. Shutemov · 9 years ago
  37. c13985fa page-flags: define behavior of Xen-related flags on compound pages by Kirill A. Shutemov · 9 years ago
  38. dcb351cd page-flags: define behavior SL*B-related flags on compound pages by Kirill A. Shutemov · 9 years ago
  39. 8cb38fa page-flags: define behavior of LRU-related flags on compound pages by Kirill A. Shutemov · 9 years ago
  40. df8c94d page-flags: define behavior of FS/IO-related flags on compound pages by Kirill A. Shutemov · 9 years ago
  41. 48c935a page-flags: define PG_locked behavior on compound pages by Kirill A. Shutemov · 9 years ago
  42. 95ad975 page-flags: introduce page flags policies wrt compound pages by Kirill A. Shutemov · 9 years ago
  43. 0e6d31a page-flags: move code around by Kirill A. Shutemov · 9 years ago
  44. d8c1bde page-flags: trivial cleanup for PageTrans* helpers by Kirill A. Shutemov · 9 years ago
  45. 1d798ca mm: make compound_head() robust by Kirill A. Shutemov · 9 years ago
  46. 3ca65c1 mm: optimize PageHighMem() check by Vineet Gupta · 9 years ago
  47. 33c3fc7 mm: introduce idle page tracking by Vladimir Davydov · 9 years ago
  48. f4c18e6 mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_* by Naoya Horiguchi · 9 years ago
  49. 7e1f049 mm: hugetlb: cleanup using paeg_huge_active() by Naoya Horiguchi · 10 years ago
  50. e8c6158 mm: consolidate all page-flags helpers in <linux/page-flags.h> by Kirill A. Shutemov · 10 years ago
  51. b9ea251 page_writeback: clean up mess around cancel_dirty_page() by Konstantin Khlebnikov · 10 years ago
  52. d8ac3dd mm: add 'foreign' alias for the 'pinned' page flag by Jennifer Herbert · 10 years ago
  53. 2f3e442 mm: page-flags: clean up the page flag test, set, clear macros by Johannes Weiner · 10 years ago
  54. b3acc56 kexec: save PG_head_mask in VMCOREINFO by Petr Tesarik · 11 years ago
  55. f8409ab Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  56. 2457aec mm: non-atomically mark page accessed during page cache allocation where possible by Mel Gorman · 11 years ago
  57. 07a4278 mm: shmem: avoid atomic operation during shmem_getpage_gfp by Mel Gorman · 11 years ago
  58. 1c8349a ext4: fix data integrity sync in ordered mode by Namjae Jeon · 11 years ago
  59. 579f829 swap: add a simple detector for inappropriate swapin readahead by Shaohua Li · 11 years ago
  60. 309381fea mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE by Sasha Levin · 11 years ago
  61. 8e0861fa powerpc: Prepare to support kernel handling of IOMMU map/unmap by Alexey Kardashevskiy · 11 years ago
  62. abf09be s390/mm: implement software dirty bits by Martin Schwidefsky · 12 years ago
  63. ad4b3fb mm: Fix PageHead when !CONFIG_PAGEFLAGS_EXTENDED by Christoffer Dall · 12 years ago
  64. 072bb0a mm: sl[au]b: add knowledge of PFMEMALLOC reserve pages by Mel Gorman · 12 years ago
  65. ed2d265 Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  66. 385de35 thp: allow a hwpoisoned head page to be put back to LRU by Dean Nelson · 13 years ago
  67. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  68. c11abbb Merge branch 'slub/lockless' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 13 years ago
  69. 67db392 mm: use const struct page for r/o page-flag accessor methods by Ian Campbell · 13 years ago
  70. 50d5c41 slub: Do not use frozen page flag but a bit in the page counters by Christoph Lameter · 14 years ago
  71. a43a9d9 [S390] mm: fix storage key handling by Heiko Carstens · 14 years ago
  72. 2d42552 [S390] merge page_test_dirty and page_clear_dirty by Martin Schwidefsky · 14 years ago
  73. cb24045 mm: remove unused TestSetPageLocked() interface by Michel Lespinasse · 14 years ago
  74. 5f24ce5 thp: remove PG_buddy by Andrea Arcangeli · 14 years ago
  75. 71e3aac thp: transparent hugepage core by Andrea Arcangeli · 14 years ago
  76. 936a5fe thp: kvm mmu transparent hugepage support by Andrea Arcangeli · 14 years ago
  77. 4e6af67 thp: clear page compound by Andrea Arcangeli · 14 years ago
  78. e9da73d thp: compound_lock by Andrea Arcangeli · 14 years ago
  79. 212260a mm: clear PageError bit in msync & fsync by Rik van Riel · 14 years ago
  80. e2b8d7a [S390] add support for nonquiescing sske by Martin Schwidefsky · 14 years ago
  81. af537b0 slub: Use kmem_cache flags to detect if slab is in debugging mode. by Christoph Lameter · 15 years ago
  82. 5a865c0 Merge branch 'for-33' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 15 years ago
  83. 1a9b5b7 mm: export stable page flags by Wu Fengguang · 15 years ago
  84. 847ce40 HWPOISON: Add unpoisoning support by Wu Fengguang · 15 years ago
  85. af8e335 mm: CONFIG_MMU for PG_mlocked by Hugh Dickins · 15 years ago
  86. 01fc0ac kbuild: move bounds.h to include/generated by Sam Ravnborg · 16 years ago
  87. db16826 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  88. edcf474 mm: return boolean from page_has_private() by Johannes Weiner · 15 years ago
  89. 451ea25 mm: perform non-atomic test-clear of PG_mlocked on free by Johannes Weiner · 15 years ago
  90. d466f2f HWPOISON: Add page flag for poisoned pages by Andi Kleen · 15 years ago
  91. 46cf98c x86, pat: Generalize the use of page flag PG_uncached by Venkatesh Pallipadi · 16 years ago
  92. e03ab9d Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/fixes' into for-linus by Pekka Enberg · 16 years ago
  93. 6837765 mm: remove CONFIG_UNEVICTABLE_LRU config option by KOSAKI Motohiro · 16 years ago
  94. 7303f24 slob: use PG_slab for identifying SLOB pages by Wu Fengguang · 16 years ago
  95. 266cf65 FS-Cache: Recruit a page flags for cache management by David Howells · 16 years ago
  96. 03fb3d2 FS-Cache: Release page->private after failed readahead by David Howells · 16 years ago
  97. 33925b2 nommu: there is no mlock() for NOMMU, so don't provide the bits by David Howells · 16 years ago
  98. 79f4b7b badpage: simplify page_alloc flag check+clear by Hugh Dickins · 16 years ago
  99. 6d91add mm: add Set,ClearPageSwapCache stubs by Hugh Dickins · 16 years ago
  100. b291f00 mlock: mlocked pages are unevictable by Nick Piggin · 16 years ago