index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-25
mm/kmemleak: compact kmemleak_object further
Waiman Long
1
-1
/
+1
2024-04-25
mm: zswap: remove nr_zswap_stored atomic
Yosry Ahmed
1
-5
/
+6
2024-04-25
mm: page_alloc: batch vmstat updates in expand()
Johannes Weiner
1
-1
/
+4
2024-04-25
mm: page_alloc: change move_freepages() to __move_freepages_block()
Vlastimil Babka
1
-23
/
+20
2024-04-25
mm: page_alloc: consolidate free page accounting
Johannes Weiner
3
-99
/
+110
2024-04-25
mm: page_isolation: prepare for hygienic freelists
Johannes Weiner
3
-162
/
+152
2024-04-25
mm: page_alloc: set migratetype inside move_freepages()
Zi Yan
2
-18
/
+16
2024-04-25
mm: page_alloc: close migratetype race between freeing and stealing
Johannes Weiner
1
-33
/
+19
2024-04-25
mm: page_alloc: fix freelist movement during block conversion
Johannes Weiner
2
-76
/
+120
2024-04-25
mm: page_alloc: fix move_freepages_block() range error
Johannes Weiner
1
-2
/
+8
2024-04-25
mm: page_alloc: move free pages when converting block during isolation
Johannes Weiner
1
-1
/
+4
2024-04-25
mm: page_alloc: fix up block types when merging compatible blocks
Johannes Weiner
1
-4
/
+11
2024-04-25
mm: page_alloc: optimize free_unref_folios()
Johannes Weiner
1
-9
/
+23
2024-04-25
mm: page_alloc: remove pcppage migratetype caching
Johannes Weiner
1
-52
/
+14
2024-04-25
hugetlb: remove mention of destructors
Matthew Wilcox (Oracle)
1
-24
/
+16
2024-04-25
mm: improve dumping of mapcount and page_type
Matthew Wilcox (Oracle)
1
-11
/
+8
2024-04-25
mm: free up PG_slab
Matthew Wilcox (Oracle)
2
-10
/
+1
2024-04-25
mm: remove folio_prep_large_rmappable()
Matthew Wilcox (Oracle)
2
-9
/
+3
2024-04-25
mm: always initialise folio->_deferred_list
Matthew Wilcox (Oracle)
5
-7
/
+12
2024-04-25
mm/slub: avoid recursive loop with kmemleak
Kees Cook
2
-3
/
+3
2024-04-25
codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations
Suren Baghdasaryan
1
-7
/
+39
2024-04-25
codetag: debug: mark codetags for reserved pages as empty
Suren Baghdasaryan
1
-1
/
+11
2024-04-25
codetag: debug: skip objext checking when it's for objext itself
Suren Baghdasaryan
1
-0
/
+33
2024-04-25
lib: add memory allocations report in show_mem()
Suren Baghdasaryan
1
-0
/
+26
2024-04-25
mm: vmalloc: enable memory allocation profiling
Kent Overstreet
3
-74
/
+74
2024-04-25
mm: percpu: enable per-cpu allocation tagging
Suren Baghdasaryan
1
-56
/
+6
2024-04-25
mm: percpu: add codetag reference into pcpuobj_ext
Kent Overstreet
2
-2
/
+35
2024-04-25
mm: percpu: introduce pcpuobj_ext
Kent Overstreet
2
-17
/
+32
2024-04-25
mempool: hook up to memory allocation profiling
Kent Overstreet
1
-21
/
+15
2024-04-25
mm/slab: enable slab allocation tagging for kmalloc and friends
Suren Baghdasaryan
3
-36
/
+36
2024-04-25
mm/slab: add allocation accounting into slab allocation and free paths
Suren Baghdasaryan
1
-1
/
+95
2024-04-25
mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
Suren Baghdasaryan
1
-0
/
+9
2024-04-25
mm: fix non-compound multi-order memory accounting in __free_pages
Suren Baghdasaryan
1
-1
/
+4
2024-04-25
mm: create new codetag references during page splitting
Suren Baghdasaryan
2
-0
/
+4
2024-04-25
mm: enable page allocation tagging
Suren Baghdasaryan
4
-53
/
+58
2024-04-25
lib: introduce support for page allocation tagging
Suren Baghdasaryan
3
-0
/
+9
2024-04-25
slab: objext: introduce objext_flags as extension to page_memcg_data_flags
Suren Baghdasaryan
1
-4
/
+1
2024-04-25
mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
Suren Baghdasaryan
1
-2
/
+3
2024-04-25
mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
Suren Baghdasaryan
1
-0
/
+2
2024-04-25
mm: introduce slabobj_ext to support slab object extensions
Suren Baghdasaryan
6
-104
/
+125
2024-04-25
mm/slub: mark slab_free_freelist_hook() __always_inline
Kent Overstreet
1
-3
/
+3
2024-04-25
fix missing vmalloc.h includes
Kent Overstreet
2
-0
/
+2
2024-04-25
percpu: clean up all mappings when pcpu_map_pages() fails
Yosry Ahmed
1
-2
/
+2
2024-04-25
mm/numa_balancing: allow migrate on protnone reference with MPOL_PREFERRED_MA...
Donet Tom
1
-5
/
+17
2024-04-25
mm/mempolicy: use numa_node_id() instead of cpu_to_node()
Donet Tom
4
-9
/
+17
2024-04-25
mm: zswap: remove unnecessary check in zswap_find_zpool()
Yosry Ahmed
1
-6
/
+1
2024-04-25
mm: zpool: return pool size in pages
Johannes Weiner
5
-21
/
+21
2024-04-25
mm: zswap: optimize zswap pool size tracking
Johannes Weiner
1
-51
/
+50
2024-04-25
mm/treewide: replace pXd_huge() with pXd_leaf()
Peter Xu
3
-4
/
+4
2024-04-25
mm/gup: merge pXd huge mapping checks
Peter Xu
1
-4
/
+3
[prev]
[next]