index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
page-flags.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-05-26
1
-10
/
+52
|
\
|
*
mm: add folio_mapping_flags()
Matthew Wilcox (Oracle)
2022-05-13
1
-0
/
+5
|
*
mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pages
David Hildenbrand
2022-05-09
1
-1
/
+38
|
*
mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*
Muchun Song
2022-04-28
1
-3
/
+3
|
*
mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*
Muchun Song
2022-04-28
1
-6
/
+6
*
|
fs: Remove last vestiges of releasepage
Matthew Wilcox (Oracle)
2022-05-09
1
-1
/
+1
|
/
*
mm: delete __ClearPageWaiters()
Hugh Dickins
2022-03-24
1
-1
/
+1
*
mm/migrate: fix race between lock page and clear PG_Isolated
andrew.yang
2022-03-22
1
-1
/
+1
*
mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_key
Muchun Song
2022-03-22
1
-2
/
+14
*
mm: hugetlb: free the 2nd vmemmap page associated with each HugeTLB page
Muchun Song
2022-03-22
1
-4
/
+74
*
Merge tag 'slab-for-5.17-part2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-01-18
1
-37
/
+0
|
\
|
*
mm: Remove slab from struct page
Matthew Wilcox (Oracle)
2022-01-06
1
-37
/
+0
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-01-15
1
-1
/
+5
|
\
\
|
*
|
mm/hwpoison: fix unpoison_memory()
Naoya Horiguchi
2022-01-15
1
-0
/
+4
|
*
|
mm: fix boolreturn.cocci warning
Changcheng Deng
2022-01-15
1
-1
/
+1
|
|
/
*
/
mm/doc: Add documentation for folio_test_uptodate
Matthew Wilcox (Oracle)
2022-01-02
1
-3
/
+10
|
/
*
mm: Remove folio_test_single
Matthew Wilcox (Oracle)
2021-11-17
1
-6
/
+0
*
mm: Rename folio_test_multi to folio_test_large
Matthew Wilcox (Oracle)
2021-11-17
1
-1
/
+7
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-06
1
-1
/
+1
|
\
|
*
mm: fix data race in PagePoisoned()
Marco Elver
2021-11-06
1
-1
/
+1
*
|
mm: fix mismerge of folio page flag manipulators
Linus Torvalds
2021-11-01
1
-2
/
+2
*
|
Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2021-11-01
1
-73
/
+194
|
\
\
|
|
/
|
/
|
|
*
mm/writeback: Add folio_start_writeback()
Matthew Wilcox (Oracle)
2021-10-18
1
-9
/
+10
|
*
mm/writeback: Add __folio_end_writeback()
Matthew Wilcox (Oracle)
2021-10-18
1
-1
/
+0
|
*
mm: Add folio flag manipulation functions
Matthew Wilcox (Oracle)
2021-09-27
1
-63
/
+156
|
*
mm: Introduce struct folio
Matthew Wilcox (Oracle)
2021-09-27
1
-0
/
+28
*
|
mm: filemap: check if THP has hwpoisoned subpage for PMD page fault
Yang Shi
2021-10-28
1
-0
/
+23
|
/
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-08
1
-3
/
+5
|
\
|
*
mm/idle_page_tracking: make PG_idle reusable
SeongJae Park
2021-09-08
1
-2
/
+2
|
*
mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)
Muchun Song
2021-09-08
1
-1
/
+3
*
|
Merge tag 'mm-slub-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-09-08
1
-0
/
+9
|
\
\
|
*
|
mm, slub: do initial checks in ___slab_alloc() with irqs enabled
Vlastimil Babka
2021-09-04
1
-0
/
+9
|
|
/
*
/
KVM: Remove kvm_is_transparent_hugepage() and PageTransCompoundMap()
Marc Zyngier
2021-08-02
1
-37
/
+0
|
/
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-07-02
1
-0
/
+22
|
\
|
*
mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting Pag...
David Hildenbrand
2021-06-30
1
-0
/
+10
|
*
fs/proc/kcore: don't read offline sections, logically offline pages and hwpoi...
David Hildenbrand
2021-06-30
1
-0
/
+12
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-06-29
1
-5
/
+5
|
\
|
|
*
mm: make compound_head const-preserving
Matthew Wilcox (Oracle)
2021-06-29
1
-5
/
+5
*
|
kasan: disable freed user page poisoning with HW tags
Peter Collingbourne
2021-06-04
1
-0
/
+9
|
/
*
mm: page-flags.h: Typo fix (It -> If)
Guo Ren
2021-02-26
1
-2
/
+2
*
hugetlb: convert page_huge_active() HPageMigratable flag
Mike Kravetz
2021-02-24
1
-6
/
+0
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-12-15
1
-0
/
+1
|
\
|
*
mm/lru: introduce TestClearPageLRU()
Alex Shi
2020-12-15
1
-0
/
+1
*
|
Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2020-12-15
1
-9
/
+2
|
\
\
|
|
/
|
/
|
|
*
mm: Convert page kmemcg type to a page memcg flag
Roman Gushchin
2020-12-02
1
-9
/
+2
*
|
mm/page-flags: fix comment
Matthew Wilcox (Oracle)
2020-12-15
1
-2
/
+1
*
|
include/linux/page-flags.h: remove unused __[Set|Clear]PagePrivate
Miaohe Lin
2020-12-15
1
-2
/
+1
|
/
*
mm,hwpoison: rework soft offline for in-use pages
Oscar Salvador
2020-10-16
1
-5
/
+0
*
mm,hwpoison: rework soft offline for free pages
Oscar Salvador
2020-10-16
1
-0
/
+1
*
mm: simplify PageDoubleMap with PF_SECOND policy
Matthew Wilcox (Oracle)
2020-10-13
1
-30
/
+10
[next]