index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
swap.c
Age
Commit message (
Expand
)
Author
2022-10-03
mm: add folio_add_lru_vma()
Matthew Wilcox (Oracle)
2022-09-26
mm: multi-gen LRU: exploit locality in rmap
Yu Zhao
2022-09-26
mm: multi-gen LRU: minimal implementation
Yu Zhao
2022-09-26
mm: multi-gen LRU: groundwork
Yu Zhao
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-03
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-07-03
mm: convert destroy_compound_page() to destroy_large_folio()
Matthew Wilcox (Oracle)
2022-07-03
mm/swap: convert __page_cache_release() to use a folio
Matthew Wilcox (Oracle)
2022-07-03
mm/swap: convert __put_compound_page() to __folio_put_large()
Matthew Wilcox (Oracle)
2022-07-03
mm/swap: convert __put_single_page() to __folio_put_small()
Matthew Wilcox (Oracle)
2022-07-03
mm/swap: convert __put_page() to __folio_put()
Matthew Wilcox (Oracle)
2022-07-03
mm/swap: convert put_pages_list to use folios
Matthew Wilcox (Oracle)
2022-07-03
mm/swap: convert release_pages to use a folio internally
Matthew Wilcox (Oracle)
2022-07-03
mm/swap: optimise lru_add_drain_cpu()
Matthew Wilcox (Oracle)
2022-07-03
mm/swap: pull the CPU conditional out of __lru_add_drain_all()
Matthew Wilcox (Oracle)
2022-07-03
mm/swap: rename lru_pvecs to cpu_fbatches
Matthew Wilcox (Oracle)
2022-07-03
mm/swap: convert activate_page to a folio_batch
Matthew Wilcox (Oracle)
2022-07-03
mm/swap: convert lru_lazyfree to a folio_batch
Matthew Wilcox (Oracle)
2022-07-03
mm/swap: convert lru_deactivate to a folio_batch
Matthew Wilcox (Oracle)
2022-07-03
mm/swap: convert lru_deactivate_file to a folio_batch
Matthew Wilcox (Oracle)
2022-07-03
mm/swap: convert lru_add to a folio_batch
Matthew Wilcox (Oracle)
2022-07-03
mm/swap: make __pagevec_lru_add static
Matthew Wilcox (Oracle)
2022-07-03
mm/swap: add folio_batch_move_lru()
Matthew Wilcox (Oracle)
2022-06-29
filemap: Remove find_get_pages_range() and associated functions
Matthew Wilcox (Oracle)
2022-06-16
mm: lru_cache_disable: use synchronize_rcu_expedited
Marcelo Tosatti
2022-05-19
mm/swap: fix the comment of get_kernel_pages
Miaohe Lin
2022-05-19
mm/swap: make page_swapcount and __lru_add_drain_all static
Miaohe Lin
2022-04-01
mm/munlock: protect the per-CPU pagevec by a local_lock_t
Sebastian Andrzej Siewior
2022-03-24
mm: delete __ClearPageWaiters()
Hugh Dickins
2022-03-22
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-03-22
mm: lru_cache_disable: replace work queue synchronization with synchronize_rcu
Marcelo Tosatti
2022-03-22
mm/swap: fix confusing comment in folio_mark_accessed
Bang Li
2022-03-21
mm: Turn deactivate_file_page() into deactivate_file_folio()
Matthew Wilcox (Oracle)
2022-03-03
mm: remove the extra ZONE_DEVICE struct page refcount
Christoph Hellwig
2022-03-03
mm: simplify freeing of devmap managed pages
Christoph Hellwig
2022-03-03
mm: move free_devmap_managed_page to memremap.c
Christoph Hellwig
2022-02-17
mm/munlock: mlock_page() munlock_page() batch by pagevec
Hugh Dickins
2022-02-17
mm/munlock: delete smp_mb() from __pagevec_lru_add_fn()
Hugh Dickins
2022-02-17
mm/munlock: maintain page->mlock_count while unevictable
Hugh Dickins
2022-02-17
mm/munlock: replace clear_page_mlock() by final clearance
Hugh Dickins
2022-01-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-01-15
mm: fix some comment errors
Quanfa Fu
2022-01-08
mm: Remove pagevec_remove_exceptionals()
Matthew Wilcox (Oracle)
2021-11-20
mm/swap.c:put_pages_list(): reinitialise the page list
Matthew Wilcox
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-06
mm: optimise put_pages_list()
Matthew Wilcox (Oracle)
2021-10-18
mm/lru: Add folio_add_lru()
Matthew Wilcox (Oracle)
2021-10-18
mm/lru: Convert __pagevec_lru_add_fn to take a folio
Matthew Wilcox (Oracle)
2021-10-18
mm/workingset: Convert workingset_refault() to take a folio
Matthew Wilcox (Oracle)
2021-10-18
mm/swap: Add folio_mark_accessed()
Matthew Wilcox (Oracle)
[next]