index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
page-flags.h
Age
Commit message (
Expand
)
Author
2024-09-09
mm: introduce a pageflag for partially mapped folios
Usama Arif
2024-09-03
x86: remove PG_uncached
Matthew Wilcox (Oracle)
2024-09-03
mm: rename PG_mappedtodisk to PG_owner_2
Matthew Wilcox (Oracle)
2024-09-03
mm: remove page_has_private()
Matthew Wilcox (Oracle)
2024-09-03
mm: remove PageOwnerPriv1
Matthew Wilcox (Oracle)
2024-09-03
mm: remove PageMlocked
Matthew Wilcox (Oracle)
2024-09-03
mm: remove PageUnevictable
Matthew Wilcox (Oracle)
2024-09-03
mm: remove PageSwapCache
Matthew Wilcox (Oracle)
2024-09-03
mm: remove PageReadahead
Matthew Wilcox (Oracle)
2024-09-03
mm: remove PageSwapBacked
Matthew Wilcox (Oracle)
2024-09-03
mm: remove PageActive
Matthew Wilcox (Oracle)
2024-09-03
mm: support only one page_type per page
Matthew Wilcox (Oracle)
2024-09-03
mm: introduce page_mapcount_is_type()
Matthew Wilcox (Oracle)
2024-09-03
mm: always inline _compound_head() with CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP=y
David Hildenbrand
2024-09-01
mm: introduce PageUnaccepted() page type
Kirill A. Shutemov
2024-09-01
mm: remove PG_error
Matthew Wilcox (Oracle)
2024-07-03
mm: read page_type using READ_ONCE
David Hildenbrand
2024-07-03
mm/memory_hotplug: skip adjust_managed_page_count() for PageOffline() pages w...
David Hildenbrand
2024-07-03
mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() inste...
David Hildenbrand
2024-07-03
mm/zsmalloc: use a proper page type
David Hildenbrand
2024-07-03
mm: allow reuse of the lower 16 bit of the page type with an actual type
David Hildenbrand
2024-07-03
mm/memory-failure: move some function declarations into internal.h
Miaohe Lin
2024-07-03
mm: remove page_mapping()
Matthew Wilcox (Oracle)
2024-06-24
mm: convert page type macros to enum
Stephen Brennan
2024-05-05
mm: remove PageReferenced
Matthew Wilcox (Oracle)
2024-05-05
mm/page-flags: make PageUptodate return bool
Hao Ge
2024-04-25
mm: generate PAGE_IDLE_FLAG definitions
Matthew Wilcox (Oracle)
2024-04-25
mm: allow anon exclusive check over hugetlb tail pages
Peter Xu
2024-04-25
proc: rewrite stable_page_flags()
Matthew Wilcox (Oracle)
2024-04-25
mm: make is_free_buddy_page() take a const argument
Matthew Wilcox (Oracle)
2024-04-25
mm/page-flags: make PageMappingFlags return bool
Hao Ge
2024-04-25
mm/page-flags: make __PageMovable return bool
Hao Ge
2024-04-25
mm: free up PG_slab
Matthew Wilcox (Oracle)
2024-04-25
mm: remove a call to compound_head() from is_page_hwpoison()
Matthew Wilcox (Oracle)
2024-04-25
mm: remove folio_prep_large_rmappable()
Matthew Wilcox (Oracle)
2024-04-24
mm: turn folio_test_hugetlb into a PageType
Matthew Wilcox (Oracle)
2024-04-24
mm: support page_mapcount() on page_has_type() pages
Matthew Wilcox (Oracle)
2024-04-24
mm: create FOLIO_FLAG_FALSE and FOLIO_TYPE_OPS macros
Matthew Wilcox (Oracle)
2024-03-06
mm: constify more page/folio tests
Matthew Wilcox (Oracle)
2024-03-06
mm: constify testing page/folio flags
Matthew Wilcox (Oracle)
2024-03-06
mm: remove PageYoung and PageIdle definitions
Matthew Wilcox (Oracle)
2024-03-06
mm: remove PageWaiters, PageSetWaiters and PageClearWaiters
Matthew Wilcox (Oracle)
2024-03-06
mm: separate out FOLIO_FLAGS from PAGEFLAGS
Matthew Wilcox (Oracle)
2023-12-10
mm: return void from folio_start_writeback() and related functions
Matthew Wilcox (Oracle)
2023-12-10
mm: remove test_set_page_writeback()
Matthew Wilcox (Oracle)
2023-10-18
mm: add folio_xor_flags_has_waiters()
Matthew Wilcox (Oracle)
2023-08-21
mm: remove folio_test_transhuge()
Matthew Wilcox (Oracle)
2023-08-21
mm: free up a word in the first tail page
Matthew Wilcox (Oracle)
2023-08-21
mm: rearrange page flags
Matthew Wilcox (Oracle)
2023-08-21
mm: add large_rmappable page flag
Matthew Wilcox (Oracle)
[next]