index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/rmap: Constify the rmap_walk_control argument
Matthew Wilcox (Oracle)
2022-03-21
5
-13
/
+13
*
mm/rmap: Convert rmap_walk() to take a folio
Matthew Wilcox (Oracle)
2022-03-21
9
-99
/
+80
*
mm: Turn page_anon_vma() into folio_anon_vma()
Matthew Wilcox (Oracle)
2022-03-21
5
-11
/
+16
*
mm/rmap: Turn page_lock_anon_vma_read() into folio_lock_anon_vma_read()
Matthew Wilcox (Oracle)
2022-03-21
4
-7
/
+16
*
mm/damon: Convert damon_pa_young() to use a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-12
/
+15
*
mm/damon: Convert damon_pa_mkold() to use a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-7
/
+9
*
mm/migrate: Convert remove_migration_ptes() to folios
Matthew Wilcox (Oracle)
2022-03-21
4
-42
/
+54
*
mm/rmap: Convert make_device_exclusive_range() to use folios
Matthew Wilcox (Oracle)
2022-03-21
1
-27
/
+31
*
mm/rmap: Convert try_to_migrate() to folios
Matthew Wilcox (Oracle)
2022-03-21
5
-35
/
+42
*
mm/rmap: Convert try_to_unmap() to take a folio
Matthew Wilcox (Oracle)
2022-03-21
7
-53
/
+62
*
mm/huge_memory: Convert __split_huge_pmd() to take a folio
Matthew Wilcox (Oracle)
2022-03-21
3
-29
/
+31
*
mm/rmap: Turn page_referenced() into folio_referenced()
Matthew Wilcox (Oracle)
2022-03-21
4
-46
/
+50
*
mm/mlock: Add mlock_vma_folio()
Matthew Wilcox (Oracle)
2022-03-21
2
-15
/
+22
*
mm/rmap: Use a folio in page_mkclean_one()
Matthew Wilcox (Oracle)
2022-03-21
1
-4
/
+5
*
mm/page_idle: Convert page_idle_clear_pte_refs() to use a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-9
/
+12
*
mm: Convert page_vma_mapped_walk to work on PFNs
Matthew Wilcox (Oracle)
2022-03-21
6
-50
/
+58
*
sparc32: Add pmd_pfn()
Matthew Wilcox (Oracle)
2022-03-21
1
-1
/
+6
*
powerpc: Add pmd_pfn()
Matthew Wilcox (Oracle)
2022-03-21
3
-6
/
+6
*
mips: Make pmd_pfn() available in all configurations
Matthew Wilcox (Oracle)
2022-03-21
1
-5
/
+5
*
arch: Add pmd_pfn() where it is missing
Mike Rapoport
2022-03-21
18
-1
/
+24
*
mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALK
Matthew Wilcox (Oracle)
2022-03-21
7
-56
/
+27
*
mm: Add folio_pgoff()
Matthew Wilcox (Oracle)
2022-03-21
1
-0
/
+11
*
mm: Add split_folio_to_list()
Matthew Wilcox (Oracle)
2022-03-21
2
-5
/
+11
*
mm: Add folio_mapcount()
Matthew Wilcox (Oracle)
2022-03-21
3
-25
/
+40
*
mm: Turn head_compound_mapcount() into folio_entire_mapcount()
Matthew Wilcox (Oracle)
2022-03-21
2
-8
/
+15
*
mm/vmscan: Turn page_check_dirty_writeback() into folio_check_dirty_writeback()
Matthew Wilcox (Oracle)
2022-03-21
1
-10
/
+10
*
fs: Move many prototypes to pagemap.h
Matthew Wilcox (Oracle)
2022-03-21
9
-116
/
+121
*
mm/truncate: Combine invalidate_mapping_pagevec() and __invalidate_mapping_pa...
Matthew Wilcox (Oracle)
2022-03-21
3
-23
/
+15
*
mm: Turn deactivate_file_page() into deactivate_file_folio()
Matthew Wilcox (Oracle)
2022-03-21
4
-19
/
+20
*
mm/truncate: Convert __invalidate_mapping_pages() to use a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-9
/
+9
*
mm/truncate: Split invalidate_inode_page() into mapping_evict_folio()
Matthew Wilcox (Oracle)
2022-03-21
4
-14
/
+26
*
mm: Convert remove_mapping() to take a folio
Matthew Wilcox (Oracle)
2022-03-21
4
-14
/
+18
*
mm/truncate: Replace page_mapped() call in invalidate_inode_page()
Matthew Wilcox (Oracle)
2022-03-21
1
-1
/
+3
*
mm/truncate: Convert invalidate_inode_page() to use a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-3
/
+4
*
mm/truncate: Inline invalidate_complete_page() into its one caller
Matthew Wilcox (Oracle)
2022-03-21
2
-24
/
+6
*
splice: Use a folio in page_cache_pipe_buf_try_steal()
Matthew Wilcox (Oracle)
2022-03-21
1
-10
/
+11
*
mm/vmscan: Convert __remove_mapping() to take a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-21
/
+23
*
mm: Turn putback_lru_page() into folio_putback_lru()
Matthew Wilcox (Oracle)
2022-03-21
3
-9
/
+15
*
mm: Add lru_to_folio()
Matthew Wilcox (Oracle)
2022-03-21
1
-0
/
+4
*
mm/memcg: Convert mem_cgroup_swapout() to take a folio
Matthew Wilcox (Oracle)
2022-03-21
3
-14
/
+14
*
mm/workingset: Convert workingset_eviction() to take a folio
Matthew Wilcox (Oracle)
2022-03-21
3
-16
/
+18
*
mm/gup: Convert check_and_migrate_movable_pages() to use a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-13
/
+14
*
mm: Add three folio wrappers
Matthew Wilcox (Oracle)
2022-03-21
2
-0
/
+15
*
mm: Turn isolate_lru_page() into folio_isolate_lru()
Matthew Wilcox (Oracle)
2022-03-21
4
-26
/
+29
*
mm/gup: Turn compound_range_next() into gup_folio_range_next()
Matthew Wilcox (Oracle)
2022-03-21
2
-23
/
+19
*
mm/gup: Turn compound_next() into gup_folio_next()
Matthew Wilcox (Oracle)
2022-03-21
1
-19
/
+21
*
mm/gup: Convert gup_huge_pgd() to use a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-11
/
+6
*
mm/gup: Convert gup_huge_pud() to use a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-5
/
+6
*
mm/gup: Convert gup_huge_pmd() to use a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-5
/
+6
*
mm/gup: Convert gup_hugepte() to use a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-7
/
+7
[next]