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