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
2022-07-04
mm, docs: fix comments that mention mem_hotplug_end()
Yun-Ze Li
2
-2
/
+2
2022-07-04
mm: rmap: simplify the hugetlb handling when unmapping or migration
Baolin Wang
1
-46
/
+44
2022-07-04
mm/madvise: minor cleanup for swapin_walk_pmd_entry()
Miaohe Lin
1
-5
/
+5
2022-07-04
mm: hugetlb: remove minimum_order variable
Muchun Song
1
-11
/
+7
2022-07-04
mm: memory_hotplug: make hugetlb_optimize_vmemmap compatible with memmap_on_m...
Muchun Song
2
-24
/
+69
2022-07-04
mm: memory_hotplug: enumerate all supported section flags
Muchun Song
2
-1
/
+7
2022-07-04
mm/swap: convert __delete_from_swap_cache() to a folio
Matthew Wilcox (Oracle)
3
-15
/
+16
2022-07-04
mm/swap: convert delete_from_swap_cache() to take a folio
Matthew Wilcox (Oracle)
5
-15
/
+16
2022-07-04
mm: convert page_swap_flags to folio_swap_flags
Matthew Wilcox (Oracle)
2
-4
/
+4
2022-07-04
mm: convert destroy_compound_page() to destroy_large_folio()
Matthew Wilcox (Oracle)
3
-3
/
+11
2022-07-04
mm/swap: convert __page_cache_release() to use a folio
Matthew Wilcox (Oracle)
1
-17
/
+16
2022-07-04
mm/swap: convert __put_compound_page() to __folio_put_large()
Matthew Wilcox (Oracle)
1
-7
/
+7
2022-07-04
mm/swap: convert __put_single_page() to __folio_put_small()
Matthew Wilcox (Oracle)
1
-5
/
+5
2022-07-04
mm/swap: convert __put_page() to __folio_put()
Matthew Wilcox (Oracle)
1
-7
/
+7
2022-07-04
mm/swap: convert put_pages_list to use folios
Matthew Wilcox (Oracle)
1
-8
/
+8
2022-07-04
mm/swap: convert release_pages to use a folio internally
Matthew Wilcox (Oracle)
1
-18
/
+16
2022-07-04
mm/swap: convert try_to_free_swap to use a folio
Matthew Wilcox (Oracle)
1
-12
/
+11
2022-07-04
mm/swap: optimise lru_add_drain_cpu()
Matthew Wilcox (Oracle)
1
-4
/
+5
2022-07-04
mm/swap: pull the CPU conditional out of __lru_add_drain_all()
Matthew Wilcox (Oracle)
1
-8
/
+16
2022-07-04
mm/swap: rename lru_pvecs to cpu_fbatches
Matthew Wilcox (Oracle)
1
-44
/
+46
2022-07-04
mm/swap: convert activate_page to a folio_batch
Matthew Wilcox (Oracle)
1
-65
/
+16
2022-07-04
mm/swap: convert lru_lazyfree to a folio_batch
Matthew Wilcox (Oracle)
1
-25
/
+26
2022-07-04
mm/swap: convert lru_deactivate to a folio_batch
Matthew Wilcox (Oracle)
1
-18
/
+20
2022-07-04
mm/swap: convert lru_deactivate_file to a folio_batch
Matthew Wilcox (Oracle)
1
-43
/
+39
2022-07-04
mm/swap: convert lru_add to a folio_batch
Matthew Wilcox (Oracle)
1
-49
/
+26
2022-07-04
mm/swap: make __pagevec_lru_add static
Matthew Wilcox (Oracle)
1
-63
/
+63
2022-07-04
mm/swap: add folio_batch_move_lru()
Matthew Wilcox (Oracle)
1
-22
/
+56
2022-07-04
mm/vmscan: convert reclaim_pages() to use a folio
Matthew Wilcox (Oracle)
1
-13
/
+12
2022-07-04
mm/vmscan: convert shrink_active_list() to use a folio
Matthew Wilcox (Oracle)
1
-32
/
+29
2022-07-04
mm/vmscan: convert move_pages_to_lru() to use a folio
Matthew Wilcox (Oracle)
1
-27
/
+27
2022-07-04
mm/vmscan: convert isolate_lru_pages() to use a folio
Matthew Wilcox (Oracle)
1
-33
/
+33
2022-07-04
mm/vmscan: convert reclaim_clean_pages_from_list() to folios
Matthew Wilcox (Oracle)
1
-11
/
+11
2022-07-04
mm/mprotect: try avoiding write faults for exclusive anonymous pages when cha...
David Hildenbrand
1
-15
/
+62
2022-07-04
mm/damon: introduce DAMON-based LRU-lists Sorting
SeongJae Park
3
-0
/
+555
2022-07-04
mm/damon/schemes: add 'LRU_DEPRIO' action
SeongJae Park
2
-0
/
+21
2022-07-04
mm/damon/schemes: add 'LRU_PRIO' DAMOS action
SeongJae Park
4
-0
/
+65
2022-07-04
mm/damon/paddr: use a separate function for 'DAMOS_PAGEOUT' handling
SeongJae Park
1
-6
/
+14
2022-07-04
mm/damon/dbgfs: add and use mappings between 'schemes' action inputs and 'dam...
SeongJae Park
1
-14
/
+50
2022-07-04
mm/swap: remove swap_cache_info statistics
Miaohe Lin
1
-17
/
+0
2022-07-04
mm/swapfile: fix possible data races of inuse_pages
Miaohe Lin
1
-4
/
+4
2022-07-04
mm/vmalloc: extend __find_vmap_area() with one more argument
Uladzislau Rezki (Sony)
1
-4
/
+4
2022-07-04
mm/vmalloc: initialize VA's list node after unlink
Uladzislau Rezki (Sony)
1
-1
/
+1
2022-07-04
mm/vmalloc: extend __alloc_vmap_area() with extra arguments
Uladzislau Rezki (Sony)
1
-13
/
+17
2022-07-04
mm/vmalloc: make link_va()/unlink_va() common to different rb_root
Uladzislau Rezki (Sony)
1
-12
/
+48
2022-07-04
mm: shrinkers: add scan interface for shrinker debugfs
Roman Gushchin
1
-0
/
+74
2022-07-04
mm: shrinkers: provide shrinkers with names
Roman Gushchin
5
-9
/
+105
2022-07-04
mm: shrinkers: introduce debugfs interface for memory shrinkers
Roman Gushchin
3
-2
/
+173
2022-07-04
mm: memcontrol: introduce mem_cgroup_ino() and mem_cgroup_get_from_ino()
Roman Gushchin
1
-0
/
+23
2022-07-04
mm/mempolicy: fix get_nodes out of bound access
Tianyu Li
1
-1
/
+1
2022-07-04
mm/hugetlb: remove unnecessary huge_ptep_set_access_flags() in hugetlb_mcopy_...
Baolin Wang
1
-2
/
+0
[next]