index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-03
mips/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
3
-16
/
+131
2023-02-03
microblaze/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
2
-12
/
+37
2023-02-03
m68k/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
3
-9
/
+104
2023-02-03
m68k/mm: remove dummy __swp definitions for nommu
David Hildenbrand
1
-6
/
+0
2023-02-03
loongarch/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
2
-4
/
+39
2023-02-03
ia64/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
1
-3
/
+29
2023-02-03
hexagon/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
1
-6
/
+31
2023-02-03
csky/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
3
-11
/
+39
2023-02-03
arm/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
3
-7
/
+34
2023-02-03
arc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
1
-3
/
+24
2023-02-03
alpha/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
1
-4
/
+37
2023-02-03
mm/debug_vm_pgtable: more pte_swp_exclusive() sanity checks
David Hildenbrand
1
-1
/
+24
2023-02-03
mm/khugepaged: convert release_pte_pages() to use folios
Vishal Moola (Oracle)
1
-7
/
+7
2023-02-03
mm/khugepaged: introduce release_pte_folio() to replace release_pte_page()
Vishal Moola (Oracle)
1
-5
/
+10
2023-02-03
kmsan: silence -Wmissing-prototypes warnings
Alexander Potapenko
1
-0
/
+23
2023-02-03
Documentation/mm: update references to __m[un]lock_page() to *_folio()
Lorenzo Stoakes
1
-15
/
+15
2023-02-03
mm: mlock: update the interface to use folios
Lorenzo Stoakes
6
-45
/
+49
2023-02-03
m68k/mm/motorola: specify pmd_page() type
Lorenzo Stoakes
1
-1
/
+1
2023-02-03
mm: mlock: use folios and a folio batch internally
Lorenzo Stoakes
1
-122
/
+124
2023-02-03
mm: pagevec: add folio_batch_reinit()
Lorenzo Stoakes
1
-0
/
+5
2023-02-03
mm: madvise: use vm_normal_folio() in madvise_free_pte_range()
Kefeng Wang
1
-4
/
+2
2023-02-03
shmem: convert shmem_write_end() to use a folio
Matthew Wilcox (Oracle)
1
-20
/
+10
2023-02-03
mm/memory-failure: convert unpoison_memory() to folios
Sidhartha Kumar
1
-11
/
+9
2023-02-03
mm/memory-failure: convert hugetlb_set_page_hwpoison() to folios
Sidhartha Kumar
1
-4
/
+3
2023-02-03
mm/memory-failure: convert __free_raw_hwp_pages() to folios
Sidhartha Kumar
1
-4
/
+3
2023-02-03
mm/memory-failure: convert raw_hwp_list_head() to folios
Sidhartha Kumar
1
-7
/
+9
2023-02-03
mm/memory-failure: convert free_raw_hwp_pages() to folios
Sidhartha Kumar
1
-10
/
+12
2023-02-03
mm/memory-failure: convert hugetlb_clear_page_hwpoison to folios
Sidhartha Kumar
3
-8
/
+8
2023-02-03
mm/memory-failure: convert try_memory_failure_hugetlb() to folios
Sidhartha Kumar
1
-13
/
+13
2023-02-03
mm/memory-failure: convert __get_huge_page_for_hwpoison() to folios
Sidhartha Kumar
1
-10
/
+10
2023-02-03
Revert "x86: kmsan: sync metadata pages on page fault"
Alexander Potapenko
1
-22
/
+1
2023-02-03
mm/mmap: fix comment of unmapped_area{_topdown}
Vernon Yang
1
-5
/
+5
2023-02-03
maple_tree: fix comment of mte_destroy_walk
Vernon Yang
1
-2
/
+2
2023-02-03
mm: remove the hugetlb field from struct page
Sidhartha Kumar
1
-12
/
+0
2023-02-03
mm: convert deferred_split_huge_page() to deferred_split_folio()
Matthew Wilcox (Oracle)
4
-8
/
+7
2023-02-03
mm/huge_memory: convert get_deferred_split_queue() to take a folio
Matthew Wilcox (Oracle)
1
-8
/
+10
2023-02-03
mm/huge_memory: remove page_deferred_list()
Matthew Wilcox (Oracle)
2
-25
/
+17
2023-02-03
mm: move page->deferred_list to folio->_deferred_list
Matthew Wilcox (Oracle)
3
-28
/
+27
2023-02-03
doc: correct struct folio kernel-doc
Matthew Wilcox (Oracle)
1
-4
/
+4
2023-02-03
mm: remove 'First tail page' members from struct page
Matthew Wilcox (Oracle)
2
-20
/
+2
2023-02-03
hugetlb: remove uses of compound_dtor and compound_nr
Matthew Wilcox (Oracle)
1
-5
/
+7
2023-02-03
mm: convert destroy_large_folio() to use folio_dtor
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-02-03
mm: convert is_transparent_hugepage() to use a folio
Matthew Wilcox (Oracle)
1
-3
/
+5
2023-02-03
mm: convert set_compound_page_dtor() and set_compound_order() to folios
Matthew Wilcox (Oracle)
1
-3
/
+8
2023-02-03
mm: reimplement compound_nr()
Matthew Wilcox (Oracle)
1
-22
/
+27
2023-02-03
mm: reimplement compound_order()
Matthew Wilcox (Oracle)
1
-2
/
+11
2023-02-03
mm: remove head_compound_mapcount() and _ptr functions
Matthew Wilcox (Oracle)
2
-28
/
+3
2023-02-03
mm: convert page_mapcount() to use folio_entire_mapcount()
Matthew Wilcox (Oracle)
1
-9
/
+13
2023-02-03
hugetlb: remove uses of folio_mapcount_ptr
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-02-03
mm/debug: remove call to head_compound_mapcount()
Matthew Wilcox (Oracle)
1
-2
/
+2
[prev]
[next]