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-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
2021-09-27
mm/memcg: Add folio_lruvec()
Matthew Wilcox (Oracle)
1
-1
/
+2
2021-09-27
mm/memcg: Convert mem_cgroup_uncharge() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-09-27
mm/swap: Add folio_rotate_reclaimable()
Matthew Wilcox (Oracle)
1
-14
/
+16
2021-09-25
mm: fs: invalidate bh_lrus for only cold path
Minchan Kim
1
-3
/
+16
2021-09-03
mm: delete unused get_kernel_page()
John Hubbard
1
-22
/
+0
2021-07-01
mm: fix typos and grammar error in comments
Hyeonggon Yoo
1
-1
/
+1
2021-06-29
mm/page_alloc: allow high-order pages to be stored on the per-cpu lists
Mel Gorman
1
-1
/
+1
2021-06-29
mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvec
Muchun Song
1
-1
/
+1
2021-05-07
mm: fix some typos and code style problems
Shijie Luo
1
-2
/
+2
2021-05-05
mm: fs: invalidate BH LRU during page migration
Minchan Kim
1
-1
/
+4
2021-05-05
mm: disable LRU pagevec during the migration temporarily
Minchan Kim
1
-9
/
+55
2021-02-26
mm: remove pagevec_lookup_entries
Matthew Wilcox (Oracle)
1
-34
/
+2
2021-02-26
mm: pass pvec directly to find_get_entries
Matthew Wilcox (Oracle)
1
-3
/
+1
2021-02-26
mm: remove nr_entries parameter from pagevec_lookup_entries
Matthew Wilcox (Oracle)
1
-2
/
+2
2021-02-26
mm: add an 'end' parameter to pagevec_lookup_entries
Matthew Wilcox (Oracle)
1
-4
/
+4
2021-02-26
mm: add an 'end' parameter to find_get_entries
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-02-25
mm: VM_BUG_ON lru page flags
Yu Zhao
1
-2
/
+0
2021-02-25
mm: add __clear_page_lru_flags() to replace page_off_lru()
Yu Zhao
1
-4
/
+2
2021-02-25
mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list()
Yu Zhao
1
-16
/
+10
2021-02-25
mm/swap.c: don't pass "enum lru_list" to trace_mm_lru_insertion()
Yu Zhao
1
-4
/
+1
2021-02-25
mm: don't pass "enum lru_list" to lru list addition functions
Yu Zhao
1
-8
/
+7
2020-12-16
mm/lru: introduce relock_page_lruvec()
Alexander Duyck
1
-26
/
+7
2020-12-16
mm/lru: replace pgdat lru_lock with lruvec lock
Alex Shi
1
-58
/
+58
2020-12-16
mm/swap.c: serialize memcg changes in pagevec_lru_move_fn
Alex Shi
1
-9
/
+35
2020-12-16
mm/lru: move lock into lru_note_cost
Alex Shi
1
-0
/
+3
2020-12-16
mm/swap.c: fold vm event PGROTATED into pagevec_move_tail_fn
Alex Shi
1
-42
/
+23
2020-12-16
mm/thp: move lru_add_page_tail() to huge_memory.c
Alex Shi
1
-33
/
+0
2020-12-15
mm: remove pagevec_lookup_range_nr_tag()
Jeff Layton
1
-9
/
+0
2020-12-15
mm: handle zone device pages in release_pages()
Ralph Campbell
1
-0
/
+3
2020-10-14
mm: move call to compound_head() in release_pages()
Ralph Campbell
1
-1
/
+1
2020-10-14
mm/swap.c: fix incomplete comment in lru_cache_add_inactive_or_unevictable()
Miaohe Lin
1
-3
/
+1
2020-10-14
mm/swap.c: fix confusing comment in release_pages()
Miaohe Lin
1
-1
/
+1
2020-10-14
mm: remove superfluous __ClearPageActive()
Yu Zhao
1
-2
/
+0
[prev]
[next]