1. e2f0a0d page-flags: relax policy for PG_mappedtodisk and PG_reclaim by Kirill A. Shutemov · 8 years ago
  2. 9a73f61 thp, mlock: do not mlock PTE-mapped file huge pages by Kirill A. Shutemov · 8 years ago
  3. 4949148 mm: charge/uncharge kmemcg from generic page allocator paths by Vladimir Davydov · 8 years ago
  4. 632c0a1 mm: clean up non-standard page->_mapcount users by Vladimir Davydov · 8 years ago
  5. bda807d mm: migrate: support non-lru movable page migration by Minchan Kim · 8 years ago
  6. d2a1a1f mm: use unsigned long constant for page flags by Yu Zhao · 8 years ago
  7. 1751457 mm, page_alloc: use new PageAnonHead helper in the free page fast path by Mel Gorman · 8 years ago
  8. 127393f mm: thp: kvm: fix memory corruption in KVM with THP enabled by Andrea Arcangeli · 8 years ago
  9. 4b0f326 include/linux/page-flags.h: force inlining of selected page flag modifications by Denys Vlasenko · 8 years ago
  10. 832fc1d /proc/kpageflags: return KPF_BUDDY for "tail" buddy pages by Naoya Horiguchi · 8 years ago
  11. 53f9263 mm: rework mapcount accounting to enable 4k mapping of THPs by Kirill A. Shutemov · 8 years ago
  12. 3ac808f mm, thp: remove compound_lock() by Kirill A. Shutemov · 8 years ago
  13. 685eaad page-flags: drop __TestClearPage*() helpers by Kirill A. Shutemov · 8 years ago
  14. 822cdd11 page-flags: look at head page if the flag is encoded in page->mapping by Kirill A. Shutemov · 8 years ago
  15. d2998c4 page-flags: define PG_uptodate behavior on compound pages by Kirill A. Shutemov · 8 years ago
  16. b9d4181 page-flags: define PG_uncached behavior on compound pages by Kirill A. Shutemov · 8 years ago
  17. e4f87d5 page-flags: define PG_mlocked behavior on compound pages by Kirill A. Shutemov · 8 years ago
  18. 50ea78d page-flags: define PG_swapcache behavior on compound pages by Kirill A. Shutemov · 8 years ago
  19. da5efc4 page-flags: define PG_swapbacked behavior on compound pages by Kirill A. Shutemov · 8 years ago
  20. de09d31 page-flags: define PG_reserved behavior on compound pages by Kirill A. Shutemov · 8 years ago
  21. c13985f page-flags: define behavior of Xen-related flags on compound pages by Kirill A. Shutemov · 8 years ago
  22. dcb351c page-flags: define behavior SL*B-related flags on compound pages by Kirill A. Shutemov · 8 years ago
  23. 8cb38fa page-flags: define behavior of LRU-related flags on compound pages by Kirill A. Shutemov · 8 years ago
  24. df8c94d page-flags: define behavior of FS/IO-related flags on compound pages by Kirill A. Shutemov · 8 years ago
  25. 48c935a page-flags: define PG_locked behavior on compound pages by Kirill A. Shutemov · 8 years ago
  26. 95ad975 page-flags: introduce page flags policies wrt compound pages by Kirill A. Shutemov · 8 years ago
  27. 0e6d31a page-flags: move code around by Kirill A. Shutemov · 8 years ago
  28. d8c1bde page-flags: trivial cleanup for PageTrans* helpers by Kirill A. Shutemov · 8 years ago
  29. 1d798ca mm: make compound_head() robust by Kirill A. Shutemov · 9 years ago
  30. 3ca65c1 mm: optimize PageHighMem() check by Vineet Gupta · 9 years ago
  31. 33c3fc7 mm: introduce idle page tracking by Vladimir Davydov · 9 years ago
  32. f4c18e6 mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_* by Naoya Horiguchi · 9 years ago
  33. 7e1f049 mm: hugetlb: cleanup using paeg_huge_active() by Naoya Horiguchi · 9 years ago
  34. e8c6158 mm: consolidate all page-flags helpers in <linux/page-flags.h> by Kirill A. Shutemov · 9 years ago
  35. b9ea251 page_writeback: clean up mess around cancel_dirty_page() by Konstantin Khlebnikov · 9 years ago
  36. d8ac3dd mm: add 'foreign' alias for the 'pinned' page flag by Jennifer Herbert · 9 years ago
  37. 2f3e442 mm: page-flags: clean up the page flag test, set, clear macros by Johannes Weiner · 10 years ago
  38. b3acc56 kexec: save PG_head_mask in VMCOREINFO by Petr Tesarik · 10 years ago
  39. f8409ab Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  40. 2457aec mm: non-atomically mark page accessed during page cache allocation where possible by Mel Gorman · 10 years ago
  41. 07a4278 mm: shmem: avoid atomic operation during shmem_getpage_gfp by Mel Gorman · 10 years ago
  42. 1c8349a ext4: fix data integrity sync in ordered mode by Namjae Jeon · 10 years ago
  43. 579f829 swap: add a simple detector for inappropriate swapin readahead by Shaohua Li · 10 years ago
  44. 309381fea mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE by Sasha Levin · 10 years ago
  45. 8e0861f powerpc: Prepare to support kernel handling of IOMMU map/unmap by Alexey Kardashevskiy · 11 years ago
  46. abf09be s390/mm: implement software dirty bits by Martin Schwidefsky · 12 years ago
  47. ad4b3fb mm: Fix PageHead when !CONFIG_PAGEFLAGS_EXTENDED by Christoffer Dall · 11 years ago
  48. 072bb0a mm: sl[au]b: add knowledge of PFMEMALLOC reserve pages by Mel Gorman · 12 years ago
  49. ed2d265 Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  50. 385de35 thp: allow a hwpoisoned head page to be put back to LRU by Dean Nelson · 12 years ago
  51. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  52. 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
  53. 67db392 mm: use const struct page for r/o page-flag accessor methods by Ian Campbell · 13 years ago
  54. 50d5c41 slub: Do not use frozen page flag but a bit in the page counters by Christoph Lameter · 13 years ago
  55. a43a9d9 [S390] mm: fix storage key handling by Heiko Carstens · 13 years ago
  56. 2d42552 [S390] merge page_test_dirty and page_clear_dirty by Martin Schwidefsky · 13 years ago
  57. cb24045 mm: remove unused TestSetPageLocked() interface by Michel Lespinasse · 13 years ago
  58. 5f24ce5 thp: remove PG_buddy by Andrea Arcangeli · 13 years ago
  59. 71e3aac thp: transparent hugepage core by Andrea Arcangeli · 13 years ago
  60. 936a5fe thp: kvm mmu transparent hugepage support by Andrea Arcangeli · 13 years ago
  61. 4e6af67 thp: clear page compound by Andrea Arcangeli · 13 years ago
  62. e9da73d thp: compound_lock by Andrea Arcangeli · 13 years ago
  63. 212260a mm: clear PageError bit in msync & fsync by Rik van Riel · 13 years ago
  64. e2b8d7a [S390] add support for nonquiescing sske by Martin Schwidefsky · 14 years ago
  65. af537b0 slub: Use kmem_cache flags to detect if slab is in debugging mode. by Christoph Lameter · 14 years ago
  66. 5a865c0 Merge branch 'for-33' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 15 years ago
  67. 1a9b5b7 mm: export stable page flags by Wu Fengguang · 15 years ago
  68. 847ce40 HWPOISON: Add unpoisoning support by Wu Fengguang · 15 years ago
  69. af8e335 mm: CONFIG_MMU for PG_mlocked by Hugh Dickins · 15 years ago
  70. 01fc0ac kbuild: move bounds.h to include/generated by Sam Ravnborg · 15 years ago
  71. 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
  72. edcf474 mm: return boolean from page_has_private() by Johannes Weiner · 15 years ago
  73. 451ea25 mm: perform non-atomic test-clear of PG_mlocked on free by Johannes Weiner · 15 years ago
  74. d466f2f HWPOISON: Add page flag for poisoned pages by Andi Kleen · 15 years ago
  75. 46cf98c x86, pat: Generalize the use of page flag PG_uncached by Venkatesh Pallipadi · 15 years ago
  76. e03ab9d Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/fixes' into for-linus by Pekka Enberg · 15 years ago
  77. 6837765 mm: remove CONFIG_UNEVICTABLE_LRU config option by KOSAKI Motohiro · 15 years ago
  78. 7303f24 slob: use PG_slab for identifying SLOB pages by Wu Fengguang · 15 years ago
  79. 266cf65 FS-Cache: Recruit a page flags for cache management by David Howells · 15 years ago
  80. 03fb3d2 FS-Cache: Release page->private after failed readahead by David Howells · 15 years ago
  81. 33925b2 nommu: there is no mlock() for NOMMU, so don't provide the bits by David Howells · 15 years ago
  82. 79f4b7b badpage: simplify page_alloc flag check+clear by Hugh Dickins · 15 years ago
  83. 6d91add mm: add Set,ClearPageSwapCache stubs by Hugh Dickins · 15 years ago
  84. b291f00 mlock: mlocked pages are unevictable by Nick Piggin · 16 years ago
  85. 894bc31 Unevictable LRU Infrastructure by Lee Schermerhorn · 16 years ago
  86. 8a7a854 pageflag helpers for configed-out flags by Lee Schermerhorn · 16 years ago
  87. b2e1853 define page_file_cache() function by Rik van Riel · 16 years ago
  88. 529ae9a mm: rename page trylock by Nick Piggin · 16 years ago
  89. a4b526b [S390] Optimize storage key operations for anon pages by Martin Schwidefsky · 16 years ago
  90. 9023cb7 slob: record page flag overlays explicitly by Andy Whitcroft · 16 years ago
  91. 8a38082 slub: record page flag overlays explicitly by Andy Whitcroft · 16 years ago
  92. 0cad47c page-flags: record page flag overlays explicitly by Andy Whitcroft · 16 years ago
  93. 688d22e Merge branch 'linus' into x86/xen by Ingo Molnar · 16 years ago
  94. dfa7e20 mm: Minor clean-up of page flags in mm/page_alloc.c by Russ Anderson · 16 years ago
  95. 0e91398 xen: implement save/restore by Jeremy Fitzhardinge · 16 years ago
  96. e20b8cc PAGEFLAGS_EXTENDED and separate page flags for Head and Tail by Christoph Lameter · 16 years ago
  97. ec7cade page flags: add PAGEFLAGS_FALSE for flags that are always false by Christoph Lameter · 16 years ago
  98. 602c4d1 page flags: handle PG_uncached like all other flags by Christoph Lameter · 16 years ago
  99. 0a128b2 pageflags: eliminate PG_xxx aliases by Christoph Lameter · 16 years ago
  100. d60cd46 pageflags: use proper page flag functions in Xen by Christoph Lameter · 16 years ago