index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
zsmalloc.c
Age
Commit message (
Expand
)
Author
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
2024-02-23
mm/zsmalloc: fix migrate_write_lock() when !CONFIG_COMPACTION
Chengming Zhou
2024-01-05
mm: zsmalloc: return -ENOSPC rather than -EINVAL in zs_malloc while size is t...
Barry Song
2023-10-18
zsmalloc: use copy_page for full page copy
Mark-PK Tsai
2023-10-04
zsmalloc: dynamically allocate the mm-zspool shrinker
Qi Zheng
2023-08-21
merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes
Andrew Morton
2023-08-18
zsmalloc: remove obj_tagged()
Sergey Senozhatsky
2023-08-18
zsmalloc: remove zs_compact_control
Minchan Kim
2023-08-18
zsmalloc: move migration destination zspage inuse check
Sergey Senozhatsky
2023-08-18
zsmalloc: do not scan for allocated objects in empty zspage
Sergey Senozhatsky
2023-08-04
zsmalloc: fix races between modifications of fullness and isolated
Andrew Yang
2023-06-19
mm: zswap: remove shrink from zpool interface
Domenico Cerasuolo
[next]