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
path:
root
/
mm
/
swap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: add folio_add_lru_vma()
Matthew Wilcox (Oracle)
2022-10-03
1
-10
/
+9
*
mm: multi-gen LRU: exploit locality in rmap
Yu Zhao
2022-09-26
1
-2
/
+2
*
mm: multi-gen LRU: minimal implementation
Yu Zhao
2022-09-26
1
-0
/
+39
*
mm: multi-gen LRU: groundwork
Yu Zhao
2022-09-26
1
-3
/
+8
*
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-05
1
-315
/
+284
|
\
|
*
mm: convert destroy_compound_page() to destroy_large_folio()
Matthew Wilcox (Oracle)
2022-07-03
1
-1
/
+1
|
*
mm/swap: convert __page_cache_release() to use a folio
Matthew Wilcox (Oracle)
2022-07-03
1
-17
/
+16
|
*
mm/swap: convert __put_compound_page() to __folio_put_large()
Matthew Wilcox (Oracle)
2022-07-03
1
-7
/
+7
|
*
mm/swap: convert __put_single_page() to __folio_put_small()
Matthew Wilcox (Oracle)
2022-07-03
1
-5
/
+5
|
*
mm/swap: convert __put_page() to __folio_put()
Matthew Wilcox (Oracle)
2022-07-03
1
-7
/
+7
|
*
mm/swap: convert put_pages_list to use folios
Matthew Wilcox (Oracle)
2022-07-03
1
-8
/
+8
|
*
mm/swap: convert release_pages to use a folio internally
Matthew Wilcox (Oracle)
2022-07-03
1
-18
/
+16
|
*
mm/swap: optimise lru_add_drain_cpu()
Matthew Wilcox (Oracle)
2022-07-03
1
-4
/
+5
|
*
mm/swap: pull the CPU conditional out of __lru_add_drain_all()
Matthew Wilcox (Oracle)
2022-07-03
1
-8
/
+16
|
*
mm/swap: rename lru_pvecs to cpu_fbatches
Matthew Wilcox (Oracle)
2022-07-03
1
-44
/
+46
|
*
mm/swap: convert activate_page to a folio_batch
Matthew Wilcox (Oracle)
2022-07-03
1
-65
/
+16
|
*
mm/swap: convert lru_lazyfree to a folio_batch
Matthew Wilcox (Oracle)
2022-07-03
1
-25
/
+26
|
*
mm/swap: convert lru_deactivate to a folio_batch
Matthew Wilcox (Oracle)
2022-07-03
1
-18
/
+20
|
*
mm/swap: convert lru_deactivate_file to a folio_batch
Matthew Wilcox (Oracle)
2022-07-03
1
-43
/
+39
|
*
mm/swap: convert lru_add to a folio_batch
Matthew Wilcox (Oracle)
2022-07-03
1
-49
/
+26
|
*
mm/swap: make __pagevec_lru_add static
Matthew Wilcox (Oracle)
2022-07-03
1
-63
/
+63
|
*
mm/swap: add folio_batch_move_lru()
Matthew Wilcox (Oracle)
2022-07-03
1
-22
/
+56
*
|
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-08-03
1
-29
/
+0
|
\
\
|
|
/
|
/
|
|
*
filemap: Remove find_get_pages_range() and associated functions
Matthew Wilcox (Oracle)
2022-06-29
1
-29
/
+0
*
|
mm: lru_cache_disable: use synchronize_rcu_expedited
Marcelo Tosatti
2022-06-16
1
-1
/
+1
|
/
*
mm/swap: fix the comment of get_kernel_pages
Miaohe Lin
2022-05-19
1
-4
/
+4
*
mm/swap: make page_swapcount and __lru_add_drain_all static
Miaohe Lin
2022-05-19
1
-1
/
+1
*
mm/munlock: protect the per-CPU pagevec by a local_lock_t
Sebastian Andrzej Siewior
2022-04-01
1
-1
/
+3
*
mm: delete __ClearPageWaiters()
Hugh Dickins
2022-03-24
1
-4
/
+0
*
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
1
-105
/
+68
|
\
|
*
mm: Turn deactivate_file_page() into deactivate_file_folio()
Matthew Wilcox (Oracle)
2022-03-21
1
-17
/
+18
|
*
mm: remove the extra ZONE_DEVICE struct page refcount
Christoph Hellwig
2022-03-03
1
-12
/
+4
|
*
mm: simplify freeing of devmap managed pages
Christoph Hellwig
2022-03-03
1
-9
/
+1
|
*
mm: move free_devmap_managed_page to memremap.c
Christoph Hellwig
2022-03-03
1
-23
/
+0
|
*
mm/munlock: mlock_page() munlock_page() batch by pagevec
Hugh Dickins
2022-02-17
1
-12
/
+15
|
*
mm/munlock: delete smp_mb() from __pagevec_lru_add_fn()
Hugh Dickins
2022-02-17
1
-28
/
+9
|
*
mm/munlock: maintain page->mlock_count while unevictable
Hugh Dickins
2022-02-17
1
-0
/
+1
|
*
mm/munlock: replace clear_page_mlock() by final clearance
Hugh Dickins
2022-02-17
1
-8
/
+24
*
|
mm: lru_cache_disable: replace work queue synchronization with synchronize_rcu
Marcelo Tosatti
2022-03-22
1
-9
/
+14
*
|
mm/swap: fix confusing comment in folio_mark_accessed
Bang Li
2022-03-22
1
-1
/
+1
|
/
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-01-15
1
-1
/
+1
|
\
|
*
mm: fix some comment errors
Quanfa Fu
2022-01-15
1
-1
/
+1
*
|
mm: Remove pagevec_remove_exceptionals()
Matthew Wilcox (Oracle)
2022-01-08
1
-13
/
+13
|
/
*
mm/swap.c:put_pages_list(): reinitialise the page list
Matthew Wilcox
2021-11-20
1
-0
/
+1
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-06
1
-7
/
+16
|
\
|
*
mm: optimise put_pages_list()
Matthew Wilcox (Oracle)
2021-11-06
1
-7
/
+16
*
|
mm/lru: Add folio_add_lru()
Matthew Wilcox (Oracle)
2021-10-18
1
-11
/
+11
*
|
mm/lru: Convert __pagevec_lru_add_fn to take a folio
Matthew Wilcox (Oracle)
2021-10-18
1
-24
/
+25
*
|
mm/workingset: Convert workingset_refault() to take a folio
Matthew Wilcox (Oracle)
2021-10-18
1
-4
/
+3
*
|
mm/swap: Add folio_mark_accessed()
Matthew Wilcox (Oracle)
2021-10-18
1
-18
/
+16
[next]