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
/
include
/
linux
/
mm_inline.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-18
mm-make-pte_marker_swapin_error-more-general-fix
Andrew Morton
1
-0
/
+2
2023-08-18
mm: make PTE_MARKER_SWAPIN_ERROR more general
Axel Rasmussen
1
-0
/
+19
2023-06-24
mm: kill [add|del]_page_to_lru_list()
Kefeng Wang
1
-12
/
+0
2023-06-20
mm: ptep_get() conversion
Ryan Roberts
1
-1
/
+1
2023-04-06
mm/uffd: UFFD_FEATURE_WP_UNPOPULATED
Peter Xu
1
-0
/
+6
2023-02-03
mm: multi-gen LRU: section for memcg LRU
T.J. Alumbaugh
1
-17
/
+0
2023-01-19
mm: support POSIX_FADV_NOREUSE
Yu Zhao
1
-0
/
+3
2023-01-19
mm: add vma_has_recency()
Yu Zhao
1
-0
/
+8
2023-01-19
mm: multi-gen LRU: per-node lru_gen_folio lists
Yu Zhao
1
-0
/
+17
2023-01-19
mm: multi-gen LRU: rename lrugen->lists[] to lrugen->folios[]
Yu Zhao
1
-2
/
+2
2023-01-19
mm: multi-gen LRU: rename lru_gen_struct to lru_gen_folio
Yu Zhao
1
-2
/
+2
2023-01-12
mm: fix vma->anon_name memory leak for anonymous shmem VMAs
Suren Baghdasaryan
1
-2
/
+1
2022-10-04
mm: remove unused inline functions from include/linux/mm_inline.h
Gaosheng Cui
1
-11
/
+0
2022-09-27
mm: multi-gen LRU: kill switch
Yu Zhao
1
-2
/
+13
2022-09-27
mm: multi-gen LRU: minimal implementation
Yu Zhao
1
-0
/
+36
2022-09-27
mm: multi-gen LRU: groundwork
Yu Zhao
1
-0
/
+175
2022-09-27
Revert "include/linux/mm_inline.h: fold __update_lru_size() into its sole cal...
Yu Zhao
1
-1
/
+8
2022-05-13
mm/shmem: persist uffd-wp bit across zapping for file-backed
Peter Xu
1
-0
/
+43
2022-03-23
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-3
/
+8
2022-03-05
mm: prevent vm_area_struct::anon_name refcount saturation
Suren Baghdasaryan
1
-4
/
+14
2022-03-05
mm: refactor vm_area_struct::anon_vma_name usage code
Suren Baghdasaryan
1
-28
/
+59
2022-02-17
mm/munlock: maintain page->mlock_count while unevictable
Hugh Dickins
1
-3
/
+8
2022-01-15
mm: move tlb_flush_pending inline helpers to mm_inline.h
Arnd Bergmann
1
-0
/
+86
2022-01-15
mm: move anon_vma declarations to linux/mm_inline.h
Arnd Bergmann
1
-0
/
+50
2021-09-27
mm/lru: Add folio LRU functions
Matthew Wilcox (Oracle)
1
-36
/
+67
2021-02-25
include/linux/mm_inline.h: fold __update_lru_size() into its sole caller
Yu Zhao
1
-8
/
+1
2021-02-25
include/linux/mm_inline.h: fold page_lru_base_type() into its sole caller
Yu Zhao
1
-21
/
+6
2021-02-25
mm: VM_BUG_ON lru page flags
Yu Zhao
1
-0
/
+4
2021-02-25
mm: add __clear_page_lru_flags() to replace page_off_lru()
Yu Zhao
1
-18
/
+10
2021-02-25
mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list()
Yu Zhao
1
-2
/
+3
2021-02-25
mm: don't pass "enum lru_list" to lru list addition functions
Yu Zhao
1
-2
/
+6
2021-02-25
include/linux/mm_inline.h: shuffle lru list addition and deletion functions
Yu Zhao
1
-21
/
+21
2020-08-15
mm: replace hpage_nr_pages with thp_nr_pages
Matthew Wilcox (Oracle)
1
-3
/
+3
2020-04-07
mm: code cleanup for MADV_FREE
Huang Ying
1
-7
/
+8
2019-05-14
mm: memcontrol: track LRU counts in the vmstats array
Johannes Weiner
1
-1
/
+1
2019-01-05
fs: don't open code lru_to_page()
Nikolay Borisov
1
-3
/
+0
2018-02-13
x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages
Tony Luck
1
-6
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-17
x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pages
Tony Luck
1
-0
/
+6
2017-02-25
mm: vmscan: move dirty pages out of the way until they're flushed
Johannes Weiner
1
-0
/
+7
2017-01-11
mm, memcg: fix the active list aging for lowmem requests when memcg is enabled
Michal Hocko
1
-1
/
+1
2016-07-29
mm, vmscan: remove highmem_file_pages
Mel Gorman
1
-17
/
+0
2016-07-29
mm: add per-zone lru list stat
Minchan Kim
1
-0
/
+2
2016-07-29
mm, vmscan: Update all zone LRU sizes before updating memcg
Mel Gorman
1
-3
/
+2
2016-07-29
mm, vmstat: remove zone and node double accounting by approximating retries
Mel Gorman
1
-3
/
+17
2016-07-29
mm, vmscan: move LRU lists to node
Mel Gorman
1
-7
/
+14
2016-05-20
mm: update_lru_size do the __mod_zone_page_state
Hugh Dickins
1
-6
/
+18
2016-05-20
mm: update_lru_size warn and reset bad lru_size
Hugh Dickins
1
-1
/
+1
2016-01-15
mm: move lru_to_page to mm_inline.h
Geliang Tang
1
-0
/
+2
2013-09-12
mm: vmscan: fix do_try_to_free_pages() livelock
Lisa Du
1
-0
/
+1
[next]