index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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/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
*
|
mm/swap: Add folio_activate()
Matthew Wilcox (Oracle)
2021-10-18
1
-19
/
+22
*
|
mm/workingset: Convert workingset_activation to take a folio
Matthew Wilcox (Oracle)
2021-09-27
1
-1
/
+1
*
|
mm/memcg: Add folio_lruvec_relock_irq() and folio_lruvec_relock_irqsave()
Matthew Wilcox (Oracle)
2021-09-27
1
-5
/
+8
*
|
mm/memcg: Add folio_lruvec_lock() and similar functions
Matthew Wilcox (Oracle)
2021-09-27
1
-3
/
+5
*
|
mm/memcg: Add folio_lruvec()
Matthew Wilcox (Oracle)
2021-09-27
1
-1
/
+2
*
|
mm/memcg: Convert mem_cgroup_uncharge() to take a folio
Matthew Wilcox (Oracle)
2021-09-27
1
-1
/
+1
*
|
mm/swap: Add folio_rotate_reclaimable()
Matthew Wilcox (Oracle)
2021-09-27
1
-14
/
+16
|
/
*
mm: fs: invalidate bh_lrus for only cold path
Minchan Kim
2021-09-24
1
-3
/
+16
*
mm: delete unused get_kernel_page()
John Hubbard
2021-09-03
1
-22
/
+0
*
mm: fix typos and grammar error in comments
Hyeonggon Yoo
2021-07-01
1
-1
/
+1
*
mm/page_alloc: allow high-order pages to be stored on the per-cpu lists
Mel Gorman
2021-06-29
1
-1
/
+1
*
mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvec
Muchun Song
2021-06-29
1
-1
/
+1
*
mm: fix some typos and code style problems
Shijie Luo
2021-05-07
1
-2
/
+2
*
mm: fs: invalidate BH LRU during page migration
Minchan Kim
2021-05-05
1
-1
/
+4
*
mm: disable LRU pagevec during the migration temporarily
Minchan Kim
2021-05-05
1
-9
/
+55
*
mm: remove pagevec_lookup_entries
Matthew Wilcox (Oracle)
2021-02-26
1
-34
/
+2
*
mm: pass pvec directly to find_get_entries
Matthew Wilcox (Oracle)
2021-02-26
1
-3
/
+1
*
mm: remove nr_entries parameter from pagevec_lookup_entries
Matthew Wilcox (Oracle)
2021-02-26
1
-2
/
+2
*
mm: add an 'end' parameter to pagevec_lookup_entries
Matthew Wilcox (Oracle)
2021-02-26
1
-4
/
+4
*
mm: add an 'end' parameter to find_get_entries
Matthew Wilcox (Oracle)
2021-02-26
1
-1
/
+1
*
mm: VM_BUG_ON lru page flags
Yu Zhao
2021-02-24
1
-2
/
+0
*
mm: add __clear_page_lru_flags() to replace page_off_lru()
Yu Zhao
2021-02-24
1
-4
/
+2
*
mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list()
Yu Zhao
2021-02-24
1
-16
/
+10
*
mm/swap.c: don't pass "enum lru_list" to trace_mm_lru_insertion()
Yu Zhao
2021-02-24
1
-4
/
+1
*
mm: don't pass "enum lru_list" to lru list addition functions
Yu Zhao
2021-02-24
1
-8
/
+7
*
mm/lru: introduce relock_page_lruvec()
Alexander Duyck
2020-12-15
1
-26
/
+7
*
mm/lru: replace pgdat lru_lock with lruvec lock
Alex Shi
2020-12-15
1
-58
/
+58
[next]