index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
memremap.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-03
mm/sparse: fix "unused function 'pgdat_to_phys'" warning
Mike Rapoport
1
-1
/
+1
2023-02-03
mm/page_owner: record single timestamp value for high order allocations
Hyeonggon Yoo
1
-1
/
+2
2023-02-03
mm: memory-failure: document memory failure stats
Jiaqi Yan
1
-0
/
+39
2023-02-03
mm: memory-failure: bump memory failure stats to pglist_data
Jiaqi Yan
1
-0
/
+36
2023-02-03
mm: memory-failure: add memory failure stats to sysfs
Jiaqi Yan
4
-0
/
+71
2023-02-03
mm: multi-gen LRU: simplify lru_gen_look_around()
T.J. Alumbaugh
1
-50
/
+23
2023-02-03
mm: multi-gen LRU: improve walk_pmd_range()
T.J. Alumbaugh
1
-20
/
+20
2023-02-03
mm: multi-gen LRU: improve lru_gen_exit_memcg()
T.J. Alumbaugh
1
-0
/
+5
2023-02-03
mm: multi-gen LRU: section for memcg LRU
T.J. Alumbaugh
5
-143
/
+178
2023-02-03
mm: multi-gen LRU: section for Bloom filters
T.J. Alumbaugh
2
-88
/
+108
2023-02-03
mm: multi-gen LRU: section for rmap/PT walk feedback
T.J. Alumbaugh
2
-0
/
+18
2023-02-03
mm: multi-gen LRU: section for working set protection
T.J. Alumbaugh
2
-0
/
+19
2023-02-03
mm: move KMEMLEAK's Kconfig items from lib to mm
Zhaoyang Huang
2
-71
/
+72
2023-02-03
mm/damon/core-test: add a test for damon_update_monitoring_results()
SeongJae Park
1
-0
/
+30
2023-02-03
mm/damon/core: update monitoring results for new monitoring attributes
SeongJae Park
1
-0
/
+71
2023-02-03
mm/damon: update comments in damon.h for damon_attrs
SeongJae Park
1
-3
/
+3
2023-02-03
mm/kmemleak: fix UAF bug in kmemleak_scan()
Waiman Long
1
-6
/
+29
2023-02-03
mm/kmemleak: simplify kmemleak_cond_resched() usage
Waiman Long
1
-36
/
+12
2023-02-03
kselftest: vm: add tests for memory-deny-write-execute
Kees Cook
2
-0
/
+198
2023-02-03
mm: implement memory-deny-write-execute as a prctl
Joey Gouly
6
-1
/
+93
2023-02-03
tools/mm: allow users to provide additional cflags/ldflags
Herton R. Krzesinski
1
-2
/
+2
2023-02-03
Documentation: mm: use `s/higmem/highmem/` fix typo for highmem
Deming Wang
1
-1
/
+1
2023-02-03
mm/cma: fix potential memory loss on cma_declare_contiguous_nid
Levi Yun
1
-12
/
+12
2023-02-03
swap_state: update shadow_nodes for anonymous page
Yang Yang
3
-9
/
+21
2023-02-03
mm/hugetlb: convert get_hwpoison_huge_page() to folios
Sidhartha Kumar
3
-18
/
+18
2023-02-03
zsmalloc: set default zspage chain size to 8
Sergey Senozhatsky
1
-1
/
+1
2023-02-03
zsmalloc: make zspage chain size configurable
Sergey Senozhatsky
3
-8
/
+191
2023-02-03
zsmalloc: skip chain size calculation for pow_of_2 classes
Sergey Senozhatsky
1
-0
/
+3
2023-02-03
zsmalloc: rework zspage chain size selection
Sergey Senozhatsky
1
-37
/
+19
2023-02-03
mm/page_alloc: use deferred_pages_enabled() wherever applicable
Anshuman Khandual
1
-2
/
+2
2023-02-03
mm/page_ext: init page_ext early if there are no deferred struct pages
Pasha Tatashin
4
-5
/
+11
2023-02-03
mm/damon/core: skip apply schemes if empty
Huaisheng Ye
1
-1
/
+2
2023-02-03
mm/secretmem: remove redundant initiialization of pointer file
Colin Ian King
1
-1
/
+1
2023-02-03
readahead: convert readahead_expand() to use a folio
Matthew Wilcox (Oracle)
1
-17
/
+22
2023-02-03
filemap: convert filemap_range_has_page() to use a folio
Matthew Wilcox (Oracle)
1
-5
/
+5
2023-02-03
filemap: convert filemap_map_pmd() to take a folio
Matthew Wilcox (Oracle)
1
-8
/
+10
2023-02-03
rmap: add folio parameter to __page_set_anon_rmap()
Matthew Wilcox (Oracle)
1
-10
/
+11
2023-02-03
mm: clean up mlock_page / munlock_page references in comments
Matthew Wilcox (Oracle)
3
-17
/
+19
2023-02-03
mm: remove munlock_vma_page()
Matthew Wilcox (Oracle)
4
-17
/
+8
2023-02-03
mm: remove mlock_vma_page()
Matthew Wilcox (Oracle)
4
-16
/
+8
2023-02-03
mm: remove page_evictable()
Matthew Wilcox (Oracle)
2
-55
/
+47
2023-02-03
mm: convert mem_cgroup_css_from_page() to mem_cgroup_css_from_folio()
Matthew Wilcox (Oracle)
3
-10
/
+10
2023-02-03
mm/fs: convert inode_attach_wb() to take a folio
Matthew Wilcox (Oracle)
3
-10
/
+10
2023-02-03
mm: use a folio in copy_present_pte()
Matthew Wilcox (Oracle)
1
-6
/
+9
2023-02-03
mm: use a folio in copy_pte_range()
Matthew Wilcox (Oracle)
1
-26
/
+25
2023-02-03
mm: convert wp_page_copy() to use folios
Matthew Wilcox (Oracle)
1
-33
/
+32
2023-02-03
mm: convert do_anonymous_page() to use a folio
Matthew Wilcox (Oracle)
1
-11
/
+9
2023-02-03
mm: add vma_alloc_zeroed_movable_folio()
Matthew Wilcox (Oracle)
9
-47
/
+44
2023-02-03
filemap: remove find_get_pages_range_tag()
Vishal Moola (Oracle)
4
-88
/
+0
2023-02-03
nilfs2: convert nilfs_clear_dirty_pages() to use filemap_get_folios_tag()
Vishal Moola (Oracle)
1
-10
/
+10
[next]