index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/thp: check and bail out if page in deferred queue already
Yin Fengwei
2023-01-19
1
-0
/
+3
*
mm/page_reporting: replace rcu_access_pointer() with rcu_dereference_protected()
SeongJae Park
2023-01-19
1
-2
/
+4
*
mm: fix comment of page table counter
Kele Huang
2023-01-19
1
-1
/
+1
*
mm/mprotect: drop pgprot_t parameter from change_protection()
David Hildenbrand
2023-01-19
4
-9
/
+18
*
mm/userfaultfd: rely on vma->vm_page_prot in uffd_wp_range()
David Hildenbrand
2023-01-19
1
-5
/
+13
*
selftests/vm: ksm_functional_tests: fix a typo in comment
Xu Panda
2023-01-19
1
-1
/
+1
*
mm: multi-gen LRU: simplify arch_has_hw_pte_young() check
Yu Zhao
2023-01-19
1
-1
/
+1
*
mm: multi-gen LRU: clarify scan_control flags
Yu Zhao
2023-01-19
1
-28
/
+28
*
mm: multi-gen LRU: per-node lru_gen_folio lists
Yu Zhao
2023-01-19
6
-35
/
+500
*
mm: multi-gen LRU: shuffle should_run_aging()
Yu Zhao
2023-01-19
1
-62
/
+62
*
mm: multi-gen LRU: remove aging fairness safeguard
Yu Zhao
2023-01-19
1
-67
/
+59
*
mm: multi-gen LRU: remove eviction fairness safeguard
Yu Zhao
2023-01-19
1
-58
/
+23
*
mm: multi-gen LRU: rename lrugen->lists[] to lrugen->folios[]
Yu Zhao
2023-01-19
4
-20
/
+20
*
mm: multi-gen LRU: rename lru_gen_struct to lru_gen_folio
Yu Zhao
2023-01-19
4
-24
/
+24
*
mm: vmalloc: replace BUG_ON() by WARN_ON_ONCE()
Uladzislau Rezki (Sony)
2023-01-19
1
-1
/
+3
*
mm: vmalloc: avoid calling __find_vmap_area() twice in __vunmap()
Uladzislau Rezki (Sony)
2023-01-19
1
-31
/
+48
*
mm: move FOLL_* defs to mm_types.h
David Howells
2023-01-19
2
-75
/
+75
*
mm: new primitive kvmemdup()
Hao Sun
2023-01-19
3
-11
/
+25
*
mm/swap: convert deactivate_page() to folio_deactivate()
Vishal Moola (Oracle)
2023-01-19
6
-15
/
+13
*
mm/damon: convert damon_pa_mark_accessed_or_deactivate() to use folios
Vishal Moola (Oracle)
2023-01-19
1
-6
/
+8
*
madvise: convert madvise_cold_or_pageout_pte_range() to use folios
Vishal Moola (Oracle)
2023-01-19
1
-49
/
+49
*
mm/memory: add vm_normal_folio()
Vishal Moola (Oracle)
2023-01-19
2
-0
/
+12
*
maple_tree: refine mab_calc_split function
Vernon Yang
2023-01-19
1
-3
/
+2
*
maple_tree: refine ma_state init from mas_start()
Vernon Yang
2023-01-19
1
-3
/
+3
*
maple_tree: remove the redundant code
Vernon Yang
2023-01-19
1
-4
/
+0
*
maple_tree: use macro MA_ROOT_PARENT instead of number
Vernon Yang
2023-01-19
1
-2
/
+1
*
maple_tree: use mt_node_max() instead of direct operations mt_max[]
Vernon Yang
2023-01-19
1
-2
/
+2
*
maple_tree: remove extra return statement
Vernon Yang
2023-01-19
1
-3
/
+0
*
maple_tree: remove extra space and blank line
Vernon Yang
2023-01-19
2
-12
/
+4
*
mm: vmalloc: correct use of __GFP_NOWARN mask in __vmalloc_area_node()
Lorenzo Stoakes
2023-01-19
1
-1
/
+1
*
tools/vm/page_owner_sort: free memory before exit
Jianlin Lv
2023-01-19
1
-20
/
+45
*
kasan: allow sampling page_alloc allocations for HW_TAGS
Andrey Konovalov
2023-01-19
6
-21
/
+149
*
swap: avoid holding swap reference in swap_cache_get_folio
Kairui Song
2023-01-19
2
-6
/
+13
*
swap: fold swap_ra_clamp_pfn into swap_ra_info
Kairui Song
2023-01-19
1
-25
/
+19
*
swap: avoid a redundant pte map if ra window is 1
Kairui Song
2023-01-19
1
-5
/
+2
*
swapfile: get rid of volatile and avoid redundant read
Kairui Song
2023-01-19
1
-3
/
+4
*
Docs/ABI/damon: document scheme filters files
SeongJae Park
2023-01-19
1
-0
/
+29
*
Docs/admin-guide/mm/damon/usage: document DAMOS filters of sysfs
SeongJae Park
2023-01-19
1
-2
/
+46
*
selftests/damon/sysfs: test filters directory
SeongJae Park
2023-01-19
1
-0
/
+29
*
mm/damon/sysfs-schemes: implement scheme filters
SeongJae Park
2023-01-19
1
-1
/
+92
*
mm/damon/sysfs-schemes: connect filter directory and filters directory
SeongJae Park
2023-01-19
1
-0
/
+68
*
mm/damon/sysfs-schemes: implement filter directory
SeongJae Park
2023-01-19
1
-0
/
+128
*
mm/damon/sysfs-schemes: implement filters directory
SeongJae Park
2023-01-19
1
-1
/
+84
*
Docs/admin-guide/damon/reclaim: document 'skip_anon' parameter
SeongJae Park
2023-01-19
1
-0
/
+9
*
mm/damon/reclaim: add a parameter called skip_anon for avoiding anonymous pag...
SeongJae Park
2023-01-19
1
-0
/
+19
*
mm/damon/paddr: support DAMOS filters
SeongJae Park
2023-01-19
1
-9
/
+62
*
mm/damon/core: implement damos filter
SeongJae Park
2023-01-19
2
-0
/
+90
*
mm: memcontrol: deprecate charge moving
Johannes Weiner
2023-01-19
2
-2
/
+15
*
mm: rmap: remove lock_page_memcg()
Johannes Weiner
2023-01-19
1
-18
/
+8
*
mm: memcontrol: skip moving non-present pages that are mapped elsewhere
Johannes Weiner
2023-01-19
1
-14
/
+38
[next]