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
*
ufs: remove writepage implementation
Matthew Wilcox (Oracle)
2023-12-29
1
-4
/
+7
*
sysv: remove writepage implementation
Matthew Wilcox (Oracle)
2023-12-29
1
-3
/
+6
*
ocfs2: remove writepage implementation
Matthew Wilcox (Oracle)
2023-12-29
2
-11
/
+6
*
minix: remove writepage implementation
Matthew Wilcox (Oracle)
2023-12-29
1
-3
/
+6
*
hfsplus: really remove hfsplus_writepage
Matthew Wilcox (Oracle)
2023-12-29
1
-6
/
+2
*
hfs: really remove hfs_writepage
Matthew Wilcox (Oracle)
2023-12-29
1
-6
/
+2
*
bfs: remove writepage implementation
Matthew Wilcox (Oracle)
2023-12-29
1
-3
/
+6
*
adfs: remove writepage implementation
Matthew Wilcox (Oracle)
2023-12-29
1
-4
/
+7
*
fs: reduce stack usage in do_mpage_readpage
Matthew Wilcox (Oracle)
2023-12-29
1
-8
/
+8
*
fs: reduce stack usage in __mpage_writepage
Matthew Wilcox (Oracle)
2023-12-29
1
-8
/
+12
*
fs: convert clean_buffers() to take a folio
Matthew Wilcox (Oracle)
2023-12-29
1
-7
/
+7
*
fs: remove clean_page_buffers()
Matthew Wilcox (Oracle)
2023-12-29
2
-11
/
+0
*
mm: migrate: fix getting incorrect page mapping during page migration
Baolin Wang
2023-12-29
1
-17
/
+10
*
mm: convert swap_cluster_readahead and swap_vma_readahead to return a folio
Matthew Wilcox (Oracle)
2023-12-29
3
-19
/
+19
*
mm: return a folio from read_swap_cache_async()
Matthew Wilcox (Oracle)
2023-12-29
3
-19
/
+18
*
mm: remove page_swap_info()
Matthew Wilcox (Oracle)
2023-12-29
3
-10
/
+3
*
mm: convert swap_readpage() to swap_read_folio()
Matthew Wilcox (Oracle)
2023-12-29
5
-20
/
+21
*
mm: convert swap_page_sector() to swap_folio_sector()
Matthew Wilcox (Oracle)
2023-12-29
3
-8
/
+8
*
mm: pass a folio to swap_readpage_bdev_async()
Matthew Wilcox (Oracle)
2023-12-29
1
-4
/
+4
*
mm: pass a folio to swap_readpage_bdev_sync()
Matthew Wilcox (Oracle)
2023-12-29
1
-4
/
+4
*
mm: pass a folio to swap_readpage_fs()
Matthew Wilcox (Oracle)
2023-12-29
1
-7
/
+6
*
mm: pass a folio to swap_writepage_bdev_async()
Matthew Wilcox (Oracle)
2023-12-29
1
-5
/
+4
*
mm: pass a folio to swap_writepage_bdev_sync()
Matthew Wilcox (Oracle)
2023-12-29
1
-5
/
+4
*
mm: pass a folio to swap_writepage_fs()
Matthew Wilcox (Oracle)
2023-12-29
1
-9
/
+9
*
mm: pass a folio to __swap_writepage()
Matthew Wilcox (Oracle)
2023-12-29
3
-9
/
+9
*
mm: return the folio from __read_swap_cache_async()
Matthew Wilcox (Oracle)
2023-12-29
4
-75
/
+69
*
mm/zswap: change per-cpu mutex and buffer to per-acomp_ctx
Chengming Zhou
2023-12-29
2
-72
/
+33
*
mm/zswap: cleanup zswap_writeback_entry()
Chengming Zhou
2023-12-29
1
-19
/
+10
*
mm/zswap: cleanup zswap_load()
Chengming Zhou
2023-12-29
1
-9
/
+5
*
mm/zswap: refactor out __zswap_load()
Chengming Zhou
2023-12-29
1
-60
/
+32
*
mm/zswap: reuse dstmem when decompress
Chengming Zhou
2023-12-29
1
-32
/
+12
*
mm/ksm: document ksm advisor and its sysfs knobs
Stefan Roesch
2023-12-29
1
-0
/
+55
*
mm/ksm: add tracepoint for ksm advisor
Stefan Roesch
2023-12-29
2
-0
/
+34
*
mm/ksm: add sysfs knobs for advisor
Stefan Roesch
2023-12-29
1
-0
/
+148
*
mm/ksm: add ksm advisor
Stefan Roesch
2023-12-29
1
-1
/
+157
*
mm: remove page_add_new_anon_rmap and lru_cache_add_inactive_or_unevictable
Matthew Wilcox (Oracle)
2023-12-29
3
-21
/
+0
*
mm: convert collapse_huge_page() to use a folio
Matthew Wilcox (Oracle)
2023-12-29
1
-7
/
+8
*
mm: convert migrate_vma_insert_page() to use a folio
Matthew Wilcox (Oracle)
2023-12-29
1
-11
/
+12
*
mm: remove references to page_add_new_anon_rmap in comments
Matthew Wilcox (Oracle)
2023-12-29
1
-2
/
+2
*
mm: remove stale example from comment
Matthew Wilcox (Oracle)
2023-12-29
1
-14
/
+4
*
mm: remove some calls to page_add_new_anon_rmap()
Matthew Wilcox (Oracle)
2023-12-29
3
-3
/
+3
*
mm: convert unuse_pte() to use a folio throughout
Matthew Wilcox (Oracle)
2023-12-29
1
-22
/
+25
*
mm: remove PageAnonExclusive assertions in unuse_pte()
Matthew Wilcox (Oracle)
2023-12-29
1
-4
/
+0
*
mm: convert ksm_might_need_to_copy() to work on folios
Matthew Wilcox (Oracle)
2023-12-29
4
-20
/
+26
*
selftests/mm: add UFFDIO_MOVE ioctl test
Suren Baghdasaryan
2023-12-29
3
-0
/
+214
*
selftests/mm: add uffd_test_case_ops to allow test case-specific operations
Suren Baghdasaryan
2023-12-29
3
-0
/
+22
*
selftests/mm: call uffd_test_ctx_clear at the end of the test
Suren Baghdasaryan
2023-12-29
4
-4
/
+7
*
userfaultfd: UFFDIO_MOVE uABI
Andrea Arcangeli
2023-12-29
9
-1
/
+864
*
mm/rmap: support move to different root anon_vma in folio_move_anon_rmap()
Andrea Arcangeli
2023-12-29
1
-0
/
+24
*
buffer: fix more functions for block size > PAGE_SIZE
Matthew Wilcox (Oracle)
2023-12-29
1
-21
/
+6
[next]