index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
page-flags.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-30
mm: allow set/clear page_type again
Yu Zhao
1
-0
/
+8
2024-09-09
mm: introduce a pageflag for partially mapped folios
Usama Arif
1
-1
/
+12
2024-09-03
x86: remove PG_uncached
Matthew Wilcox (Oracle)
1
-10
/
+3
2024-09-03
mm: rename PG_mappedtodisk to PG_owner_2
Matthew Wilcox (Oracle)
1
-8
/
+16
2024-09-03
mm: remove page_has_private()
Matthew Wilcox (Oracle)
1
-10
/
+5
2024-09-03
mm: remove PageOwnerPriv1
Matthew Wilcox (Oracle)
1
-2
/
+0
2024-09-03
mm: remove PageMlocked
Matthew Wilcox (Oracle)
1
-5
/
+8
2024-09-03
mm: remove PageUnevictable
Matthew Wilcox (Oracle)
1
-3
/
+3
2024-09-03
mm: remove PageSwapCache
Matthew Wilcox (Oracle)
1
-8
/
+3
2024-09-03
mm: remove PageReadahead
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-09-03
mm: remove PageSwapBacked
Matthew Wilcox (Oracle)
1
-3
/
+3
2024-09-03
mm: remove PageActive
Matthew Wilcox (Oracle)
1
-2
/
+3
2024-09-03
mm: support only one page_type per page
Matthew Wilcox (Oracle)
1
-40
/
+28
2024-09-03
mm: introduce page_mapcount_is_type()
Matthew Wilcox (Oracle)
1
-3
/
+9
2024-09-03
mm: always inline _compound_head() with CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP=y
David Hildenbrand
1
-1
/
+1
2024-09-01
mm: introduce PageUnaccepted() page type
Kirill A. Shutemov
1
-0
/
+8
2024-09-01
mm: remove PG_error
Matthew Wilcox (Oracle)
1
-5
/
+1
2024-07-03
mm: read page_type using READ_ONCE
David Hildenbrand
1
-3
/
+3
2024-07-03
mm/memory_hotplug: skip adjust_managed_page_count() for PageOffline() pages w...
David Hildenbrand
1
-2
/
+6
2024-07-03
mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() inste...
David Hildenbrand
1
-7
/
+5
2024-07-03
mm/zsmalloc: use a proper page type
David Hildenbrand
1
-0
/
+3
2024-07-03
mm: allow reuse of the lower 16 bit of the page type with an actual type
David Hildenbrand
1
-10
/
+15
2024-07-03
mm/memory-failure: move some function declarations into internal.h
Miaohe Lin
1
-5
/
+0
2024-07-03
mm: remove page_mapping()
Matthew Wilcox (Oracle)
1
-11
/
+12
2024-06-24
mm: convert page type macros to enum
Stephen Brennan
1
-9
/
+12
2024-05-05
mm: remove PageReferenced
Matthew Wilcox (Oracle)
1
-3
/
+3
2024-05-05
mm/page-flags: make PageUptodate return bool
Hao Ge
1
-1
/
+1
2024-04-25
mm: generate PAGE_IDLE_FLAG definitions
Matthew Wilcox (Oracle)
1
-1
/
+8
2024-04-25
mm: allow anon exclusive check over hugetlb tail pages
Peter Xu
1
-1
/
+6
2024-04-25
proc: rewrite stable_page_flags()
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-04-25
mm: make is_free_buddy_page() take a const argument
Matthew Wilcox (Oracle)
1
-1
/
+1
2024-04-25
mm/page-flags: make PageMappingFlags return bool
Hao Ge
1
-1
/
+1
2024-04-25
mm/page-flags: make __PageMovable return bool
Hao Ge
1
-1
/
+1
2024-04-25
mm: free up PG_slab
Matthew Wilcox (Oracle)
1
-4
/
+17
2024-04-25
mm: remove a call to compound_head() from is_page_hwpoison()
Matthew Wilcox (Oracle)
1
-2
/
+5
2024-04-25
mm: remove folio_prep_large_rmappable()
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-04-24
mm: turn folio_test_hugetlb into a PageType
Matthew Wilcox (Oracle)
1
-37
/
+33
2024-04-24
mm: support page_mapcount() on page_has_type() pages
Matthew Wilcox (Oracle)
1
-2
/
+2
2024-04-24
mm: create FOLIO_FLAG_FALSE and FOLIO_TYPE_OPS macros
Matthew Wilcox (Oracle)
1
-23
/
+47
2024-03-06
mm: constify more page/folio tests
Matthew Wilcox (Oracle)
1
-26
/
+26
2024-03-06
mm: constify testing page/folio flags
Matthew Wilcox (Oracle)
1
-7
/
+17
2024-03-06
mm: remove PageYoung and PageIdle definitions
Matthew Wilcox (Oracle)
1
-4
/
+4
2024-03-06
mm: remove PageWaiters, PageSetWaiters and PageClearWaiters
Matthew Wilcox (Oracle)
1
-9
/
+1
2024-03-06
mm: separate out FOLIO_FLAGS from PAGEFLAGS
Matthew Wilcox (Oracle)
1
-20
/
+43
2023-12-10
mm: return void from folio_start_writeback() and related functions
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-12-10
mm: remove test_set_page_writeback()
Matthew Wilcox (Oracle)
1
-5
/
+0
2023-10-18
mm: add folio_xor_flags_has_waiters()
Matthew Wilcox (Oracle)
1
-0
/
+19
2023-08-21
mm: remove folio_test_transhuge()
Matthew Wilcox (Oracle)
1
-5
/
+0
2023-08-21
mm: free up a word in the first tail page
Matthew Wilcox (Oracle)
1
-3
/
+4
2023-08-21
mm: rearrange page flags
Matthew Wilcox (Oracle)
1
-3
/
+3
[next]