index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-04-26
mm: fix non-compound multi-order memory accounting in __free_pages
Suren Baghdasaryan
2
-1
/
+28
2024-04-26
mm: create new codetag references during page splitting
Suren Baghdasaryan
4
-0
/
+43
2024-04-26
mm: enable page allocation tagging
Suren Baghdasaryan
7
-103
/
+157
2024-04-26
change alloc_pages name in dma_map_ops to avoid name conflicts
Suren Baghdasaryan
13
-15
/
+15
2024-04-26
mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags
Suren Baghdasaryan
1
-0
/
+4
2024-04-26
lib: introduce early boot parameter to avoid page_ext memory overhead
Suren Baghdasaryan
1
-1
/
+40
2024-04-26
lib: introduce support for page allocation tagging
Suren Baghdasaryan
7
-1
/
+105
2024-04-26
lib: add allocation tagging support for memory allocation profiling
Suren Baghdasaryan
10
-0
/
+428
2024-04-26
lib: prevent module unloading if memory is not freed
Suren Baghdasaryan
3
-14
/
+30
2024-04-26
lib: code tagging module support
Suren Baghdasaryan
3
-2
/
+72
2024-04-26
lib: code tagging framework
Suren Baghdasaryan
4
-0
/
+292
2024-04-26
slab: objext: introduce objext_flags as extension to page_memcg_data_flags
Suren Baghdasaryan
2
-11
/
+23
2024-04-26
mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
Suren Baghdasaryan
2
-2
/
+13
2024-04-26
mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
Suren Baghdasaryan
2
-0
/
+13
2024-04-26
mm: introduce slabobj_ext to support slab object extensions
Suren Baghdasaryan
9
-112
/
+145
2024-04-26
fs: convert alloc_inode_sb() to a macro
Kent Overstreet
1
-5
/
+1
2024-04-26
scripts/kallysms: always include __start and __stop symbols
Kent Overstreet
1
-0
/
+13
2024-04-26
mm/slub: mark slab_free_freelist_hook() __always_inline
Kent Overstreet
1
-3
/
+3
2024-04-26
asm-generic/io.h: kill vmalloc.h dependency
Kent Overstreet
1
-1
/
+0
2024-04-26
fix missing vmalloc.h includes
Kent Overstreet
56
-0
/
+59
2024-04-26
scripts/kernel-doc: drop "_noprof" on function prototypes
Randy Dunlap
1
-0
/
+1
2024-04-26
percpu: clean up all mappings when pcpu_map_pages() fails
Yosry Ahmed
1
-2
/
+2
2024-04-26
mm/numa_balancing: allow migrate on protnone reference with MPOL_PREFERRED_MA...
Donet Tom
1
-5
/
+17
2024-04-26
mm/mempolicy: use numa_node_id() instead of cpu_to_node()
Donet Tom
5
-11
/
+20
2024-04-26
mm: zswap: remove unnecessary check in zswap_find_zpool()
Yosry Ahmed
1
-6
/
+1
2024-04-26
lib/test_hmm.c: handle src_pfns and dst_pfns allocation failure
Duoming Zhou
1
-4
/
+4
2024-04-26
mm: zpool: return pool size in pages
Johannes Weiner
6
-23
/
+23
2024-04-26
mm: zswap: optimize zswap pool size tracking
Johannes Weiner
3
-54
/
+52
2024-04-26
mm: document pXd_leaf() API
Peter Xu
1
-5
/
+19
2024-04-26
mm/arm: remove pmd_thp_or_huge()
Peter Xu
4
-6
/
+2
2024-04-26
mm/treewide: remove pXd_huge()
Peter Xu
17
-198
/
+2
2024-04-26
mm/treewide: replace pXd_huge() with pXd_leaf()
Peter Xu
10
-15
/
+15
2024-04-26
mm/gup: merge pXd huge mapping checks
Peter Xu
1
-4
/
+3
2024-04-26
mm/powerpc: redefine pXd_huge() with pXd_leaf()
Peter Xu
2
-27
/
+14
2024-04-26
mm/arm64: merge pXd_huge() and pXd_leaf() definitions
Peter Xu
2
-6
/
+6
2024-04-26
mm/arm: redefine pmd_huge() with pmd_leaf()
Peter Xu
1
-6
/
+1
2024-04-26
mm/arm: use macros to define pmd/pud helpers
Peter Xu
3
-4
/
+5
2024-04-26
mm/sparc: change pXd_huge() behavior to exclude swap entries
Peter Xu
1
-4
/
+2
2024-04-26
mm/x86: change pXd_huge() behavior to exclude swap entries
Peter Xu
1
-14
/
+4
2024-04-26
mm/gup: check p4d presence before going on
Peter Xu
1
-2
/
+2
2024-04-26
mm/gup: cache p4d in follow_p4d_mask()
Peter Xu
1
-6
/
+7
2024-04-26
mm/hmm: process pud swap entry without pud_huge()
Peter Xu
1
-6
/
+1
2024-04-26
mm: page_alloc: control latency caused by zone PCP draining
Lucas Stach
1
-4
/
+7
2024-04-26
selftests/mm: virtual_address_range: Switch to ksft_exit_fail_msg
Dev Jain
1
-7
/
+5
2024-04-26
mm/madvise: don't perform madvise VMA walk for MADV_POPULATE_(READ|WRITE)
David Hildenbrand
1
-14
/
+12
2024-04-26
mm: memcg: add NULL check to obj_cgroup_put()
Yosry Ahmed
4
-19
/
+11
2024-04-26
mm: remove guard around pgd_offset_k() macro
Christophe Leroy
1
-2
/
+0
2024-04-25
mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when dissolve_free_hugetlb_folio()
Miaohe Lin
1
-1
/
+1
2024-04-25
selftests: mm: protection_keys: save/restore nr_hugepages value from launch s...
Muhammad Usama Anjum
2
-38
/
+2
2024-04-25
stackdepot: respect __GFP_NOLOCKDEP allocation flag
Andrey Ryabinin
1
-2
/
+2
[next]