index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
swap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-06
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-315
/
+284
2022-08-03
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-29
/
+0
2022-07-04
mm: convert destroy_compound_page() to destroy_large_folio()
Matthew Wilcox (Oracle)
1
-1
/
+1
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: 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-06-29
filemap: Remove find_get_pages_range() and associated functions
Matthew Wilcox (Oracle)
1
-29
/
+0
2022-06-17
mm: lru_cache_disable: use synchronize_rcu_expedited
Marcelo Tosatti
1
-1
/
+1
2022-05-20
mm/swap: fix the comment of get_kernel_pages
Miaohe Lin
1
-4
/
+4
2022-05-20
mm/swap: make page_swapcount and __lru_add_drain_all static
Miaohe Lin
1
-1
/
+1
2022-04-01
mm/munlock: protect the per-CPU pagevec by a local_lock_t
Sebastian Andrzej Siewior
1
-1
/
+3
2022-03-25
mm: delete __ClearPageWaiters()
Hugh Dickins
1
-4
/
+0
2022-03-23
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-105
/
+68
2022-03-23
mm: lru_cache_disable: replace work queue synchronization with synchronize_rcu
Marcelo Tosatti
1
-9
/
+14
2022-03-23
mm/swap: fix confusing comment in folio_mark_accessed
Bang Li
1
-1
/
+1
2022-03-21
mm: Turn deactivate_file_page() into deactivate_file_folio()
Matthew Wilcox (Oracle)
1
-17
/
+18
2022-03-03
mm: remove the extra ZONE_DEVICE struct page refcount
Christoph Hellwig
1
-12
/
+4
2022-03-03
mm: simplify freeing of devmap managed pages
Christoph Hellwig
1
-9
/
+1
2022-03-03
mm: move free_devmap_managed_page to memremap.c
Christoph Hellwig
1
-23
/
+0
2022-02-17
mm/munlock: mlock_page() munlock_page() batch by pagevec
Hugh Dickins
1
-12
/
+15
2022-02-17
mm/munlock: delete smp_mb() from __pagevec_lru_add_fn()
Hugh Dickins
1
-28
/
+9
2022-02-17
mm/munlock: maintain page->mlock_count while unevictable
Hugh Dickins
1
-0
/
+1
2022-02-17
mm/munlock: replace clear_page_mlock() by final clearance
Hugh Dickins
1
-8
/
+24
2022-01-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2022-01-15
mm: fix some comment errors
Quanfa Fu
1
-1
/
+1
2022-01-08
mm: Remove pagevec_remove_exceptionals()
Matthew Wilcox (Oracle)
1
-13
/
+13
2021-11-20
mm/swap.c:put_pages_list(): reinitialise the page list
Matthew Wilcox
1
-0
/
+1
2021-11-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-7
/
+16
2021-11-06
mm: optimise put_pages_list()
Matthew Wilcox (Oracle)
1
-7
/
+16
2021-10-18
mm/lru: Add folio_add_lru()
Matthew Wilcox (Oracle)
1
-11
/
+11
2021-10-18
mm/lru: Convert __pagevec_lru_add_fn to take a folio
Matthew Wilcox (Oracle)
1
-24
/
+25
2021-10-18
mm/workingset: Convert workingset_refault() to take a folio
Matthew Wilcox (Oracle)
1
-4
/
+3
2021-10-18
mm/swap: Add folio_mark_accessed()
Matthew Wilcox (Oracle)
1
-18
/
+16
2021-10-18
mm/swap: Add folio_activate()
Matthew Wilcox (Oracle)
1
-19
/
+22
2021-09-27
mm/workingset: Convert workingset_activation to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-09-27
mm/memcg: Add folio_lruvec_relock_irq() and folio_lruvec_relock_irqsave()
Matthew Wilcox (Oracle)
1
-5
/
+8
2021-09-27
mm/memcg: Add folio_lruvec_lock() and similar functions
Matthew Wilcox (Oracle)
1
-3
/
+5
[next]