index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
zsmalloc.c
Age
Commit message (
Expand
)
Author
32 hours
mm/zsmalloc: document free_zspage helper variants
Wenchao Hao
32 hours
mm/zsmalloc: drop class lock before freeing zspage
Xueyuan Chen
32 hours
mm-zsmalloc-drop-pool-lock-from-zs_free-on-64-bit-systems-fix-fix
Andrew Morton
32 hours
mm-zsmalloc-drop-pool-lock-from-zs_free-on-64-bit-systems-fix
Andrew Morton
32 hours
mm/zsmalloc: drop pool->lock from zs_free on 64-bit systems
Wenchao Hao
32 hours
mm-zsmalloc-encode-class-index-in-obj-value-for-lockless-class-lookup-fix
Andrew Morton
32 hours
mm/zsmalloc: encode class index in obj value for lockless class lookup
Wenchao Hao
2026-06-21
zsmalloc: simplify data output in zs_stats_size_show()
Markus Elfring
2026-04-05
mm/zsmalloc: copy KMSAN metadata in zs_page_migrate()
Shigeru Yoshida
2026-04-05
zsmalloc: return -EBUSY for zspage migration lock contention
teawater
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-06
zsmalloc: make common caches global
Sergey Senozhatsky
2026-01-26
zsmalloc: introduce SG-list based object read API
Sergey Senozhatsky
2026-01-26
zsmalloc: simplify read begin/end logic
Yosry Ahmed
2026-01-26
zsmalloc: use actual object size to detect spans
Sergey Senozhatsky
2026-01-20
mm: fix minor spelling mistakes in comments
Kevin Lourenco
2025-09-21
mm: remove unused zpool layer
Johannes Weiner
2025-09-13
treewide: remove MIGRATEPAGE_SUCCESS
David Hildenbrand
2025-08-19
mm/migrate: fix NULL movable_ops if CONFIG_ZSMALLOC=m
Huacai Chen
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-07-19
mm/zsmalloc: do not pass __GFP_MOVABLE if CONFIG_COMPACTION=n
Harry Yoo
2025-07-13
mm: stop storing migration_ops in page->mapping
David Hildenbrand
2025-07-13
mm/zsmalloc: stop using __ClearPageMovable()
David Hildenbrand
2025-07-13
mm/zsmalloc: make PageZsmalloc() sticky until the page is freed
David Hildenbrand
2025-07-13
mm/zsmalloc: drop PageIsolated() related VM_BUG_ONs
David Hildenbrand
2025-05-11
zsmalloc: cleanup headers includes
Sergey Senozhatsky
2025-05-11
zsmalloc: prefer the the original page's node for compressed data
Nhat Pham
2025-05-11
zsmalloc: don't underflow size calculation in zs_obj_write()
Sergey Senozhatsky
2025-03-17
mm: zpool: remove zpool_malloc_support_movable()
Yosry Ahmed
2025-03-17
mm: zsmalloc: remove object mapping APIs and per-CPU map areas
Yosry Ahmed
2025-03-17
mm: zpool: remove object mapping APIs
Yosry Ahmed
2025-03-17
mm: zpool: add interfaces for object read/write APIs
Yosry Ahmed
2025-03-16
zsmalloc: introduce new object mapping API
Sergey Senozhatsky
2025-03-16
zsmalloc: sleepable zspage reader-lock
Sergey Senozhatsky
2025-03-16
zsmalloc: rename pool lock
Sergey Senozhatsky
2025-02-01
mm/zsmalloc: add __maybe_unused attribute for is_first_zpdesc()
Hyeonggon Yoo
2025-01-25
mm/zsmalloc: introduce __zpdesc_clear/set_zsmalloc()
Alex Shi
2025-01-25
mm/zsmalloc: convert get/set_first_obj_offset() to take zpdesc
Alex Shi
2025-01-25
mm/zsmalloc: convert SetZsPageMovable and remove unused funcs
Alex Shi
2025-01-25
mm/zsmalloc: convert get_zspage() to take zpdesc
Hyeonggon Yoo
2025-01-25
mm/zsmalloc: convert migrate_zspage() to use zpdesc
Hyeonggon Yoo
2025-01-25
mm/zsmalloc: convert location_to_obj() to take zpdesc
Hyeonggon Yoo
2025-01-25
mm/zsmalloc: convert __free_zspage() to use zpdesc
Hyeonggon Yoo
2025-01-25
mm/zsmalloc: convert reset_page to reset_zpdesc
Alex Shi
2025-01-25
mm/zsmalloc: add two helpers for zs_page_migrate() and make it use zpdesc
Hyeonggon Yoo
2025-01-25
mm/zsmalloc: convert obj_to_page() and zs_free() to use zpdesc
Hyeonggon Yoo
2025-01-25
mm/zsmalloc: convert init_zspage() to use zpdesc
Hyeonggon Yoo
2025-01-25
mm/zsmalloc: convert obj_allocated() and related helpers to use zpdesc
Hyeonggon Yoo
2025-01-25
mm/zsmalloc: convert create_page_chain() and its users to use zpdesc
Alex Shi
[next]