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
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-03
mm: fix khugepaged with shmem_enabled=advise
David Stevens
2
-10
/
+11
2023-02-03
mm: discard __GFP_ATOMIC
NeilBrown
2
-11
/
+4
2023-02-03
mm/page_alloc: explicitly define how __GFP_HIGH non-blocking allocations acce...
Mel Gorman
2
-22
/
+29
2023-02-03
mm/page_alloc: explicitly define what alloc flags deplete min reserves
Mel Gorman
2
-12
/
+25
2023-02-03
mm/page_alloc: explicitly record high-order atomic allocations in alloc_flags
Mel Gorman
2
-6
/
+24
2023-02-03
mm/page_alloc: treat RT tasks similar to __GFP_HIGH
Mel Gorman
1
-1
/
+1
2023-02-03
mm/page_alloc: rename ALLOC_HIGH to ALLOC_MIN_RESERVE
Mel Gorman
2
-5
/
+7
2023-02-03
mm/page_ext: do not allocate space for page_ext->flags if not needed
Pasha Tatashin
3
-2
/
+14
2023-02-03
mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
3
-17
/
+0
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
mm: mlock: update the interface to use folios
Lorenzo Stoakes
6
-45
/
+49
2023-02-03
mm: mlock: use folios and a folio batch internally
Lorenzo Stoakes
1
-122
/
+124
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
2
-6
/
+6
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
mm/mmap: fix comment of unmapped_area{_topdown}
Vernon Yang
1
-5
/
+5
2023-02-03
mm: convert deferred_split_huge_page() to deferred_split_folio()
Matthew Wilcox (Oracle)
2
-3
/
+2
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)
1
-17
/
+17
2023-02-03
mm: move page->deferred_list to folio->_deferred_list
Matthew Wilcox (Oracle)
1
-17
/
+15
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
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
2023-02-03
mm: use a folio in hugepage_add_anon_rmap() and hugepage_add_new_anon_rmap()
Matthew Wilcox (Oracle)
1
-4
/
+7
2023-02-03
page_alloc: use folio fields directly
Matthew Wilcox (Oracle)
1
-6
/
+6
2023-02-03
mm: add folio_add_new_anon_rmap()
Matthew Wilcox (Oracle)
2
-19
/
+29
2023-02-03
mm: convert page_add_file_rmap() to use a folio internally
Matthew Wilcox (Oracle)
1
-11
/
+10
2023-02-03
mm: convert page_add_anon_rmap() to use a folio internally
Matthew Wilcox (Oracle)
1
-12
/
+11
2023-02-03
mm: convert page_remove_rmap() to use a folio internally
Matthew Wilcox (Oracle)
1
-21
/
+26
2023-02-03
mm: convert total_compound_mapcount() to folio_total_mapcount()
Matthew Wilcox (Oracle)
1
-11
/
+10
2023-02-03
mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()
Matthew Wilcox (Oracle)
4
-8
/
+27
2023-02-03
mm: remove folio_pincount_ptr() and head_compound_pincount()
Matthew Wilcox (Oracle)
5
-13
/
+16
2023-02-03
mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only export
Alistair Popple
13
-42
/
+30
2023-02-03
mm: compaction: avoid fragmentation score calculation for empty zones
Baolin Wang
1
-0
/
+2
2023-02-03
mm: compaction: add missing kcompactd wakeup trace event
Baolin Wang
1
-0
/
+2
2023-02-03
mm: compaction: count the migration scanned pages events for proactive compac...
Baolin Wang
1
-0
/
+5
2023-02-03
mm: compaction: move list validation into compact_zone()
Baolin Wang
1
-12
/
+3
2023-02-03
mm: compaction: remove redundant VM_BUG_ON() in compact_zone()
Baolin Wang
1
-3
/
+0
[next]