index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-04-25
mm: percpu: introduce pcpuobj_ext
Kent Overstreet
2024-04-25
mempool: hook up to memory allocation profiling
Kent Overstreet
2024-04-25
mm/slab: enable slab allocation tagging for kmalloc and friends
Suren Baghdasaryan
2024-04-25
rust: add a rust helper for krealloc()
Kent Overstreet
2024-04-25
mm/slab: add allocation accounting into slab allocation and free paths
Suren Baghdasaryan
2024-04-25
lib: add codetag reference into slabobj_ext
Suren Baghdasaryan
2024-04-25
mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y
Suren Baghdasaryan
2024-04-25
mm: fix non-compound multi-order memory accounting in __free_pages
Suren Baghdasaryan
2024-04-25
mm: create new codetag references during page splitting
Suren Baghdasaryan
2024-04-25
mm: enable page allocation tagging
Suren Baghdasaryan
2024-04-25
change alloc_pages name in dma_map_ops to avoid name conflicts
Suren Baghdasaryan
2024-04-25
mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags
Suren Baghdasaryan
2024-04-25
lib: introduce early boot parameter to avoid page_ext memory overhead
Suren Baghdasaryan
2024-04-25
lib: introduce support for page allocation tagging
Suren Baghdasaryan
2024-04-25
lib: add allocation tagging support for memory allocation profiling
Suren Baghdasaryan
2024-04-25
lib: prevent module unloading if memory is not freed
Suren Baghdasaryan
2024-04-25
lib: code tagging module support
Suren Baghdasaryan
2024-04-25
lib: code tagging framework
Suren Baghdasaryan
2024-04-25
slab: objext: introduce objext_flags as extension to page_memcg_data_flags
Suren Baghdasaryan
2024-04-25
mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
Suren Baghdasaryan
2024-04-25
mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
Suren Baghdasaryan
2024-04-25
mm: introduce slabobj_ext to support slab object extensions
Suren Baghdasaryan
2024-04-25
fs: convert alloc_inode_sb() to a macro
Kent Overstreet
2024-04-25
scripts/kallysms: always include __start and __stop symbols
Kent Overstreet
2024-04-25
mm/slub: mark slab_free_freelist_hook() __always_inline
Kent Overstreet
2024-04-25
asm-generic/io.h: kill vmalloc.h dependency
Kent Overstreet
2024-04-25
fix missing vmalloc.h includes
Kent Overstreet
2024-04-25
scripts/kernel-doc: drop "_noprof" on function prototypes
Randy Dunlap
2024-04-25
percpu: clean up all mappings when pcpu_map_pages() fails
Yosry Ahmed
2024-04-25
mm/numa_balancing: allow migrate on protnone reference with MPOL_PREFERRED_MA...
Donet Tom
2024-04-25
mm/mempolicy: use numa_node_id() instead of cpu_to_node()
Donet Tom
2024-04-25
mm: zswap: remove unnecessary check in zswap_find_zpool()
Yosry Ahmed
2024-04-25
lib/test_hmm.c: handle src_pfns and dst_pfns allocation failure
Duoming Zhou
2024-04-25
mm: zpool: return pool size in pages
Johannes Weiner
2024-04-25
mm: zswap: optimize zswap pool size tracking
Johannes Weiner
2024-04-25
mm: document pXd_leaf() API
Peter Xu
2024-04-25
mm/arm: remove pmd_thp_or_huge()
Peter Xu
2024-04-25
mm/treewide: remove pXd_huge()
Peter Xu
2024-04-25
mm/treewide: replace pXd_huge() with pXd_leaf()
Peter Xu
2024-04-25
mm/gup: merge pXd huge mapping checks
Peter Xu
2024-04-25
mm/powerpc: redefine pXd_huge() with pXd_leaf()
Peter Xu
2024-04-25
mm/arm64: merge pXd_huge() and pXd_leaf() definitions
Peter Xu
2024-04-25
mm/arm: redefine pmd_huge() with pmd_leaf()
Peter Xu
2024-04-25
mm/arm: use macros to define pmd/pud helpers
Peter Xu
2024-04-25
mm/sparc: change pXd_huge() behavior to exclude swap entries
Peter Xu
2024-04-25
mm/x86: change pXd_huge() behavior to exclude swap entries
Peter Xu
2024-04-25
mm/gup: check p4d presence before going on
Peter Xu
2024-04-25
mm/gup: cache p4d in follow_p4d_mask()
Peter Xu
2024-04-25
mm/hmm: process pud swap entry without pud_huge()
Peter Xu
2024-04-25
mm: page_alloc: control latency caused by zone PCP draining
Lucas Stach
[next]