index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
subcmd
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-04-26
docs: hugetlbpage.rst: add hugetlb migration description
Baolin Wang
1
-0
/
+7
2024-04-26
mm: hugetlb: make the hugetlb migration strategy consistent
Baolin Wang
4
-6
/
+49
2024-04-26
mm: record the migration reason for struct migration_target_control
Baolin Wang
8
-1
/
+9
2024-04-26
mm/vmalloc: eliminated the lock contention from twice to once
rulinhuang
1
-28
/
+22
2024-04-26
mm/kmemleak: disable KASAN instrumentation in kmemleak
Waiman Long
1
-0
/
+1
2024-04-26
mm/kmemleak: compact kmemleak_object further
Waiman Long
1
-1
/
+1
2024-04-26
mm: zswap: remove nr_zswap_stored atomic
Yosry Ahmed
1
-5
/
+6
2024-04-26
mm: page_alloc: batch vmstat updates in expand()
Johannes Weiner
1
-1
/
+4
2024-04-26
mm: page_alloc: change move_freepages() to __move_freepages_block()
Vlastimil Babka
1
-23
/
+20
2024-04-26
mm: page_alloc: consolidate free page accounting
Johannes Weiner
5
-117
/
+118
2024-04-26
mm: page_isolation: prepare for hygienic freelists
Johannes Weiner
4
-163
/
+155
2024-04-26
mm: page_alloc: set migratetype inside move_freepages()
Zi Yan
2
-18
/
+16
2024-04-26
mm: page_alloc: close migratetype race between freeing and stealing
Johannes Weiner
1
-33
/
+19
2024-04-26
mm: page_alloc: fix freelist movement during block conversion
Johannes Weiner
3
-78
/
+121
2024-04-26
mm: page_alloc: fix move_freepages_block() range error
Johannes Weiner
1
-2
/
+8
2024-04-26
mm: page_alloc: move free pages when converting block during isolation
Johannes Weiner
1
-1
/
+4
2024-04-26
mm: page_alloc: fix up block types when merging compatible blocks
Johannes Weiner
1
-4
/
+11
2024-04-26
mm: page_alloc: optimize free_unref_folios()
Johannes Weiner
1
-9
/
+23
2024-04-26
mm: page_alloc: remove pcppage migratetype caching
Johannes Weiner
1
-52
/
+14
2024-04-26
selftests/mm: run_vmtests.sh: fix hugetlb mem size calculation
Peter Xu
1
-4
/
+9
2024-04-26
mm/page-flags: make PageMappingFlags return bool
Hao Ge
1
-1
/
+1
2024-04-26
mm/page-flags: make __PageMovable return bool
Hao Ge
1
-1
/
+1
2024-04-26
selftests/mm: confirm VA exhaustion without reliance on correctness of mmap()
Dev Jain
1
-0
/
+66
2024-04-26
hugetlb: remove mention of destructors
Matthew Wilcox (Oracle)
1
-24
/
+16
2024-04-26
mm: improve dumping of mapcount and page_type
Matthew Wilcox (Oracle)
1
-11
/
+8
2024-04-26
mm: free up PG_slab
Matthew Wilcox (Oracle)
5
-16
/
+21
2024-04-26
mm: remove a call to compound_head() from is_page_hwpoison()
Matthew Wilcox (Oracle)
1
-2
/
+5
2024-04-26
mm: remove folio_prep_large_rmappable()
Matthew Wilcox (Oracle)
4
-14
/
+5
2024-04-26
mm: always initialise folio->_deferred_list
Matthew Wilcox (Oracle)
5
-7
/
+12
2024-04-26
mm/slub: avoid recursive loop with kmemleak
Kees Cook
2
-3
/
+3
2024-04-26
alloc_tag: Tighten file permissions on /proc/allocinfo
Kees Cook
1
-1
/
+1
2024-04-26
mm: change inlined allocation helpers to account at the call site
Suren Baghdasaryan
26
-143
/
+142
2024-04-26
memprofiling: documentation
Kent Overstreet
2
-0
/
+101
2024-04-26
MAINTAINERS: add entries for code tagging and memory allocation profiling
Kent Overstreet
1
-0
/
+18
2024-04-26
codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
Suren Baghdasaryan
2
-8
/
+42
2024-04-26
codetag: debug: mark codetags for reserved pages as empty
Suren Baghdasaryan
4
-1
/
+23
2024-04-26
codetag: debug: skip objext checking when it's for objext itself
Suren Baghdasaryan
2
-0
/
+59
2024-04-26
lib: add memory allocations report in show_mem()
Suren Baghdasaryan
5
-0
/
+77
2024-04-26
rhashtable: plumb through alloc tag
Kent Overstreet
3
-10
/
+26
2024-04-26
mm: vmalloc: enable memory allocation profiling
Kent Overstreet
7
-92
/
+123
2024-04-26
mm: percpu: enable per-cpu allocation tagging
Suren Baghdasaryan
2
-63
/
+22
2024-04-26
mm: percpu: add codetag reference into pcpuobj_ext
Kent Overstreet
2
-2
/
+35
2024-04-26
mm: percpu: introduce pcpuobj_ext
Kent Overstreet
2
-17
/
+32
2024-04-26
mempool: hook up to memory allocation profiling
Kent Overstreet
2
-59
/
+50
2024-04-26
mm/slab: enable slab allocation tagging for kmalloc and friends
Suren Baghdasaryan
6
-123
/
+127
2024-04-26
rust: add a rust helper for krealloc()
Kent Overstreet
1
-0
/
+8
2024-04-26
mm/slab: add allocation accounting into slab allocation and free paths
Suren Baghdasaryan
1
-1
/
+95
2024-04-26
lib: add codetag reference into slabobj_ext
Suren Baghdasaryan
2
-0
/
+6
2024-04-26
mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
Suren Baghdasaryan
1
-0
/
+9
2024-04-26
mm: fix non-compound multi-order memory accounting in __free_pages
Suren Baghdasaryan
2
-1
/
+28
[next]