index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
zsmalloc.c
Age
Commit message (
Expand
)
Author
11 days
mm/zsmalloc: do not pass __GFP_MOVABLE if CONFIG_COMPACTION=n
Harry Yoo
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
2025-01-25
mm/zsmalloc: convert obj_malloc() to use zpdesc
Hyeonggon Yoo
2025-01-25
mm/zsmalloc: add and use pfn/zpdesc seeking funcs
Hyeonggon Yoo
2025-01-25
mm/zsmalloc: convert __zs_map_object/__zs_unmap_object to use zpdesc
Hyeonggon Yoo
2025-01-25
mm/zsmalloc: use zpdesc in trylock_zspage()/lock_zspage()
Alex Shi
2025-01-25
mm/zsmalloc: add zpdesc memory descriptor for zswap.zpool
Alex Shi
2024-11-07
mm/zsmalloc: use memcpy_from/to_page whereever possible
Pintu Kumar
2024-11-07
zsmalloc: replace kmap_atomic with kmap_local_page
Pintu Kumar
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-09-17
zsmalloc: use unique zsmalloc caches names
Sergey Senozhatsky
2024-09-03
zsmalloc: use all available 24 bits of page_type
Matthew Wilcox (Oracle)
2024-07-28
minmax: make generic MIN() and MAX() macros available everywhere
Linus Torvalds
2024-07-12
zsmalloc: rename class stat mutators
Sergey Senozhatsky
2024-07-12
mm/zsmalloc: move record_obj() into obj_malloc()
Chengming Zhou
2024-07-12
mm/zsmalloc: clarify class per-fullness zspage counts
Chengming Zhou
2024-07-12
mm/zsmalloc: change back to per-size_class lock
Chengming Zhou
2024-07-03
mm/zsmalloc: use a proper page type
David Hildenbrand
2024-07-03
mm: remove MIGRATE_SYNC_NO_COPY mode
Kefeng Wang
2024-07-03
mm/zsmalloc: add MODULE_DESCRIPTION()
Jeff Johnson
2024-04-25
mm: zpool: return pool size in pages
Johannes Weiner
2024-03-04
mm/zsmalloc: don't need to reserve LSB in handle
Chengming Zhou
2024-02-23
mm/zsmalloc: remove get_zspage_mapping()
Chengming Zhou
2024-02-23
mm/zsmalloc: remove_zspage() don't need fullness parameter
Chengming Zhou
2024-02-23
mm/zsmalloc: remove set_zspage_mapping()
Chengming Zhou
2024-02-23
mm/zsmalloc: remove unused zspage->isolated
Chengming Zhou
2024-02-23
mm/zsmalloc: remove migrate_write_lock_nested()
Chengming Zhou
[next]