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