Age | Commit message (Expand) | Author | Files | Lines |
2025-05-11 | zsmalloc: don't underflow size calculation in zs_obj_write() | Sergey Senozhatsky | 1 | -4/+4 |
2025-03-17 | mm: zpool: remove zpool_malloc_support_movable() | Yosry Ahmed | 1 | -1/+0 |
2025-03-17 | mm: zsmalloc: remove object mapping APIs and per-CPU map areas | Yosry Ahmed | 1 | -225/+1 |
2025-03-17 | mm: zpool: remove object mapping APIs | Yosry Ahmed | 1 | -27/+0 |
2025-03-17 | mm: zpool: add interfaces for object read/write APIs | Yosry Ahmed | 1 | -0/+21 |
2025-03-16 | zsmalloc: introduce new object mapping API | Sergey Senozhatsky | 1 | -0/+125 |
2025-03-16 | zsmalloc: sleepable zspage reader-lock | Sergey Senozhatsky | 1 | -52/+114 |
2025-03-16 | zsmalloc: rename pool lock | Sergey Senozhatsky | 1 | -19/+19 |
2025-02-01 | mm/zsmalloc: add __maybe_unused attribute for is_first_zpdesc() | Hyeonggon Yoo | 1 | -1/+1 |
2025-01-25 | mm/zsmalloc: introduce __zpdesc_clear/set_zsmalloc() | Alex Shi | 1 | -3/+3 |
2025-01-25 | mm/zsmalloc: convert get/set_first_obj_offset() to take zpdesc | Alex Shi | 1 | -12/+12 |
2025-01-25 | mm/zsmalloc: convert SetZsPageMovable and remove unused funcs | Alex Shi | 1 | -28/+5 |
2025-01-25 | mm/zsmalloc: convert get_zspage() to take zpdesc | Hyeonggon Yoo | 1 | -10/+10 |
2025-01-25 | mm/zsmalloc: convert migrate_zspage() to use zpdesc | Hyeonggon Yoo | 1 | -4/+4 |
2025-01-25 | mm/zsmalloc: convert location_to_obj() to take zpdesc | Hyeonggon Yoo | 1 | -7/+6 |
2025-01-25 | mm/zsmalloc: convert __free_zspage() to use zpdesc | Hyeonggon Yoo | 1 | -10/+10 |
2025-01-25 | mm/zsmalloc: convert reset_page to reset_zpdesc | Alex Shi | 1 | -5/+7 |
2025-01-25 | mm/zsmalloc: add two helpers for zs_page_migrate() and make it use zpdesc | Hyeonggon Yoo | 1 | -14/+16 |
2025-01-25 | mm/zsmalloc: convert obj_to_page() and zs_free() to use zpdesc | Hyeonggon Yoo | 1 | -5/+5 |
2025-01-25 | mm/zsmalloc: convert init_zspage() to use zpdesc | Hyeonggon Yoo | 1 | -8/+8 |
2025-01-25 | mm/zsmalloc: convert obj_allocated() and related helpers to use zpdesc | Hyeonggon Yoo | 1 | -10/+10 |
2025-01-25 | mm/zsmalloc: convert create_page_chain() and its users to use zpdesc | Alex Shi | 1 | -39/+70 |
2025-01-25 | mm/zsmalloc: convert obj_malloc() to use zpdesc | Hyeonggon Yoo | 1 | -8/+8 |
2025-01-25 | mm/zsmalloc: add and use pfn/zpdesc seeking funcs | Hyeonggon Yoo | 1 | -37/+38 |
2025-01-25 | mm/zsmalloc: convert __zs_map_object/__zs_unmap_object to use zpdesc | Hyeonggon Yoo | 1 | -8/+8 |
2025-01-25 | mm/zsmalloc: use zpdesc in trylock_zspage()/lock_zspage() | Alex Shi | 1 | -21/+43 |
2025-01-25 | mm/zsmalloc: add zpdesc memory descriptor for zswap.zpool | Alex Shi | 1 | -23/+5 |
2024-11-07 | mm/zsmalloc: use memcpy_from/to_page whereever possible | Pintu Kumar | 1 | -23/+13 |
2024-11-07 | zsmalloc: replace kmap_atomic with kmap_local_page | Pintu Kumar | 1 | -32/+34 |
2024-09-21 | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -11/+4 |
2024-09-17 | zsmalloc: use unique zsmalloc caches names | Sergey Senozhatsky | 1 | -6/+17 |
2024-09-03 | zsmalloc: use all available 24 bits of page_type | Matthew Wilcox (Oracle) | 1 | -11/+4 |
2024-07-28 | minmax: make generic MIN() and MAX() macros available everywhere | Linus Torvalds | 1 | -2/+0 |
2024-07-12 | zsmalloc: rename class stat mutators | Sergey Senozhatsky | 1 | -19/+19 |
2024-07-12 | mm/zsmalloc: move record_obj() into obj_malloc() | Chengming Zhou | 1 | -9/+6 |
2024-07-12 | mm/zsmalloc: clarify class per-fullness zspage counts | Chengming Zhou | 1 | -0/+1 |
2024-07-12 | mm/zsmalloc: change back to per-size_class lock | Chengming Zhou | 1 | -35/+50 |
2024-07-03 | mm/zsmalloc: use a proper page type | David Hildenbrand | 1 | -4/+25 |
2024-07-03 | mm: remove MIGRATE_SYNC_NO_COPY mode | Kefeng Wang | 1 | -8/+0 |
2024-07-03 | mm/zsmalloc: add MODULE_DESCRIPTION() | Jeff Johnson | 1 | -0/+1 |
2024-04-25 | mm: zpool: return pool size in pages | Johannes Weiner | 1 | -3/+3 |
2024-03-04 | mm/zsmalloc: don't need to reserve LSB in handle | Chengming Zhou | 1 | -4/+1 |
2024-02-23 | mm/zsmalloc: remove get_zspage_mapping() | Chengming Zhou | 1 | -24/+4 |
2024-02-23 | mm/zsmalloc: remove_zspage() don't need fullness parameter | Chengming Zhou | 1 | -7/+7 |
2024-02-23 | mm/zsmalloc: remove set_zspage_mapping() | Chengming Zhou | 1 | -11/+2 |
2024-02-23 | mm/zsmalloc: remove unused zspage->isolated | Chengming Zhou | 1 | -32/+0 |
2024-02-23 | mm/zsmalloc: remove migrate_write_lock_nested() | Chengming Zhou | 1 | -17/+5 |
2024-02-23 | mm/zsmalloc: fix migrate_write_lock() when !CONFIG_COMPACTION | Chengming Zhou | 1 | -6/+3 |
2024-01-05 | mm: zsmalloc: return -ENOSPC rather than -EINVAL in zs_malloc while size is t... | Barry Song | 1 | -1/+4 |
2023-10-18 | zsmalloc: use copy_page for full page copy | Mark-PK Tsai | 1 | -1/+1 |
2023-10-04 | zsmalloc: dynamically allocate the mm-zspool shrinker | Qi Zheng | 1 | -12/+15 |
2023-08-21 | merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes | Andrew Morton | 1 | -5/+9 |
2023-08-18 | zsmalloc: remove obj_tagged() | Sergey Senozhatsky | 1 | -22/+7 |
2023-08-18 | zsmalloc: remove zs_compact_control | Minchan Kim | 1 | -28/+9 |
2023-08-18 | zsmalloc: move migration destination zspage inuse check | Sergey Senozhatsky | 1 | -4/+4 |
2023-08-18 | zsmalloc: do not scan for allocated objects in empty zspage | Sergey Senozhatsky | 1 | -0/+9 |
2023-08-04 | zsmalloc: fix races between modifications of fullness and isolated | Andrew Yang | 1 | -5/+9 |
2023-06-19 | mm: zswap: remove shrink from zpool interface | Domenico Cerasuolo | 1 | -3/+1 |
2023-06-19 | mm: zswap: remove page reclaim logic from zsmalloc | Domenico Cerasuolo | 1 | -380/+12 |
2023-06-09 | mm/zsmalloc: get rid of PAGE_MASK | Alexey Romanov | 1 | -6/+6 |
2023-05-17 | zsmalloc: move LRU update from zs_map_object() to zs_malloc() | Nhat Pham | 1 | -27/+9 |
2023-04-21 | zsmalloc: allow only one active pool compaction context | Sergey Senozhatsky | 1 | -0/+12 |
2023-04-18 | zsmalloc: reset compaction source zspage pointer after putback_zspage() | Sergey Senozhatsky | 1 | -1/+1 |
2023-03-28 | zsmalloc: show per fullness group class stats | Sergey Senozhatsky | 1 | -30/+23 |
2023-03-28 | zsmalloc: rework compaction algorithm | Sergey Senozhatsky | 1 | -42/+36 |
2023-03-28 | zsmalloc: fine-grained inuse ratio based fullness grouping | Sergey Senozhatsky | 1 | -118/+130 |
2023-03-28 | zsmalloc: remove insert_zspage() ->inuse optimization | Sergey Senozhatsky | 1 | -12/+1 |
2023-02-02 | zsmalloc: make zspage chain size configurable | Sergey Senozhatsky | 1 | -8/+4 |
2023-02-02 | zsmalloc: skip chain size calculation for pow_of_2 classes | Sergey Senozhatsky | 1 | -0/+3 |
2023-02-02 | zsmalloc: rework zspage chain size selection | Sergey Senozhatsky | 1 | -37/+19 |
2023-01-31 | Sync mm-stable with mm-hotfixes-stable to pick up dependent patches | Andrew Morton | 1 | -32/+205 |
2023-01-31 | zsmalloc: fix a race with deferred_handles storing | Nhat Pham | 1 | -32/+205 |
2023-01-18 | mm: remove PageMovable export | Greg Kroah-Hartman | 1 | -3/+0 |
2022-12-11 | zsmalloc: implement writeback mechanism for zsmalloc | Nhat Pham | 1 | -11/+183 |
2022-12-11 | zsmalloc: add zpool_ops field to zs_pool to store evict handlers | Nhat Pham | 1 | -1/+10 |
2022-12-11 | zsmalloc: add a LRU to zs_pool to keep track of zspages in LRU order | Nhat Pham | 1 | -0/+50 |
2022-12-11 | zsmalloc: consolidate zs_pool's migrate_lock and size_class's locks | Nhat Pham | 1 | -50/+37 |
2022-11-30 | zram: add size class equals check into recompression | Alexey Romanov | 1 | -0/+21 |
2022-11-30 | zsmalloc: replace IS_ERR() with IS_ERR_VALUE() | Deming Wang | 1 | -1/+1 |
2022-10-20 | zsmalloc: zs_destroy_pool: add size_class NULL check | Alexey Romanov | 1 | -0/+3 |
2022-10-03 | zsmalloc: use correct types in _first_obj_offset functions | Alexey Romanov | 1 | -4/+4 |
2022-09-11 | zsmalloc: zs_object_copy: replace email link to doc | Alexey Romanov | 1 | -2/+2 |
2022-09-11 | zsmalloc: remove unnecessary size_class NULL check | Alexey Romanov | 1 | -7/+0 |
2022-09-11 | zsmalloc: zs_object_copy: add clarifying comment | Alexey Romanov | 1 | -0/+7 |
2022-08-28 | mm/zsmalloc: do not attempt to free IS_ERR handle | Sergey Senozhatsky | 1 | -1/+1 |
2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -6/+10 |
2022-08-02 | mm: Convert all PageMovable users to movable_operations | Matthew Wilcox (Oracle) | 1 | -80/+22 |
2022-07-29 | zsmalloc: zs_malloc: return ERR_PTR on failure | Hui Zhu | 1 | -5/+8 |
2022-07-03 | mm: shrinkers: provide shrinkers with names | Roman Gushchin | 1 | -1/+2 |
2022-05-13 | zsmalloc: fix races between asynchronous zspage free and page migration | Sultan Alsawaf | 1 | -4/+33 |
2022-01-22 | zsmalloc: replace get_cpu_var with local_lock | Mike Galbraith | 1 | -3/+8 |
2022-01-22 | zsmalloc: replace per zpage lock with pool->migrate_lock | Minchan Kim | 1 | -109/+96 |
2022-01-22 | zsmalloc: remove zspage isolation for migration | Minchan Kim | 1 | -149/+8 |
2022-01-22 | zsmalloc: move huge compressed obj from page to zspage | Minchan Kim | 1 | -24/+26 |
2022-01-22 | zsmalloc: introduce obj_allocated | Minchan Kim | 1 | -17/+16 |
2022-01-22 | zsmalloc: decouple class actions from zspage works | Minchan Kim | 1 | -10/+13 |
2022-01-22 | zsmalloc: rename zs_stat_type to class_stat_type | Minchan Kim | 1 | -12/+12 |
2022-01-22 | zsmalloc: introduce some helper functions | Minchan Kim | 1 | -31/+23 |
2022-01-06 | zsmalloc: Stop using slab fields in struct page | Matthew Wilcox (Oracle) | 1 | -9/+9 |
2021-11-06 | mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregi... | Miaohe Lin | 1 | -3/+4 |
2021-07-01 | mm/zsmalloc.c: improve readability for async_free_zspage() | Miaohe Lin | 1 | -1/+1 |
2021-07-01 | mm/zsmalloc.c: remove confusing code in obj_free() | Miaohe Lin | 1 | -1/+0 |
2021-05-07 | mm: fix typos in comments | Ingo Molnar | 1 | -1/+1 |
2021-05-07 | mm: fix some typos and code style problems | Shijie Luo | 1 | -2/+2 |
2021-05-05 | mm/zsmalloc: use BUG_ON instead of if condition followed by BUG. | zhouchuangao | 1 | -4/+2 |
2021-02-26 | mm/zsmalloc.c: use page_private() to access page->private | Miaohe Lin | 1 | -1/+1 |
2021-02-26 | zsmalloc: account the number of compacted pages correctly | Rokudo Yan | 1 | -6/+11 |
2021-02-26 | mm/zsmalloc.c: convert to use kmem_cache_zalloc in cache_alloc_zspage() | Miaohe Lin | 1 | -2/+1 |
2020-12-15 | mm/zsmalloc.c: rework the list_add code in insert_zspage() | Miaohe Lin | 1 | -7/+4 |
2020-12-06 | mm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPING | Minchan Kim | 1 | -54/+0 |
2020-10-18 | zsmalloc: switch from alloc_vm_area to get_vm_area | Christoph Hellwig | 1 | -2/+8 |
2020-08-12 | mm/zsmalloc.c: fix duplicated words | Randy Dunlap | 1 | -1/+1 |
2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 1 | -1/+1 |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport | 1 | -1/+1 |
2020-06-02 | mm: remove map_vm_range | Christoph Hellwig | 1 | -1/+3 |
2020-06-02 | mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPING | Christoph Hellwig | 1 | -4/+4 |
2020-04-07 | mm: use fallthrough; | Joe Perches | 1 | -1/+1 |
2020-04-07 | mm/zsmalloc: add missing annotation for unpin_tag() | Jules Irenge | 1 | -1/+1 |
2020-04-07 | mm/zsmalloc: add missing annotation for pin_tag() | Jules Irenge | 1 | -1/+1 |
2020-04-07 | mm/zsmalloc: add missing annotation for migrate_read_unlock() | Jules Irenge | 1 | -1/+1 |
2020-04-07 | mm/zsmalloc: add missing annotation for migrate_read_lock() | Jules Irenge | 1 | -1/+1 |
2020-01-04 | mm/zsmalloc.c: fix the migrated zspage statistics. | Chanho Min | 1 | -0/+5 |
2019-09-24 | mm/zsmalloc.c: fix a -Wunused-function warning | Qian Cai | 1 | -4/+0 |
2019-09-24 | zpool: add malloc_support_movable to zpool_driver | Hui Zhu | 1 | -9/+10 |
2019-08-30 | mm/zsmalloc.c: fix build when CONFIG_COMPACTION=n | Andrew Morton | 1 | -0/+2 |
2019-08-24 | mm/zsmalloc.c: fix race condition in zs_destroy_pool | Henry Burns | 1 | -2/+59 |
2019-08-24 | mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitely | Henry Burns | 1 | -4/+15 |
2019-07-19 | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -8/+4 |
2019-06-05 | mm/zsmalloc.c: remove unused variable | Anders Roxell | 1 | -2/+0 |
2019-06-03 | zsmalloc: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -18/+4 |
2019-05-25 | vfs: Convert zsmalloc to use the new mount API | David Howells | 1 | -4/+4 |
2019-05-25 | mount_pseudo(): drop 'name' argument, switch to d_make_root() | Al Viro | 1 | -1/+1 |
2019-05-20 | zsmalloc: don't bother with dentry_operations | Al Viro | 1 | -5/+1 |
2018-10-26 | mm/zsmalloc.c: fix fall-through annotation | Gustavo A. R. Silva | 1 | -1/+1 |
2018-08-17 | mm/zsmalloc.c: make several functions and a struct static | Colin Ian King | 1 | -18/+18 |
2018-06-15 | mm: use octal not symbolic permissions | Joe Perches | 1 | -2/+3 |
2018-04-05 | mm: kernel-doc: add missing parameter descriptions | Mike Rapoport | 1 | -0/+2 |
2018-04-05 | zsmalloc: introduce zs_huge_class_size() | Sergey Senozhatsky | 1 | -0/+41 |
2018-04-05 | mm: reuse DEFINE_SHOW_ATTRIBUTE() macro | Andy Shevchenko | 1 | -13/+2 |
2018-02-14 | mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITS | Kirill A. Shutemov | 1 | -6/+7 |
2018-01-31 | zsmalloc: use U suffix for negative literals being shifted | Nick Desaulniers | 1 | -1/+1 |
2018-01-31 | zswap: only save zswap header when necessary | Yu Zhao | 1 | -7/+0 |
2018-01-31 | mm/zsmalloc: simplify shrinker init/destroy | Aliaksei Karaliou | 1 | -13/+9 |
2018-01-04 | mm/zsmalloc.c: include fs.h | Sergey Senozhatsky | 1 | -0/+1 |
2017-11-15 | zsmalloc: calling zs_map_object() from irq is a bug | Sergey Senozhatsky | 1 | -1/+1 |
2017-09-08 | mm/zsmalloc.c: change stat type parameter to int | Matthias Kaehlcke | 1 | -3/+6 |
2017-09-08 | mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY | Jérôme Glisse | 1 | -0/+8 |
2017-09-06 | zsmalloc: zs_page_migrate: skip unnecessary loops but not return -EBUSY if zs... | Hui Zhu | 1 | -3/+5 |
2017-08-02 | zram: do not free pool->size_class | Minchan Kim | 1 | -1/+0 |
2017-07-10 | mm/zsmalloc: simplify zs_max_alloc_size handling | Jerome Marchand | 1 | -37/+15 |
2017-07-10 | mm/zsmalloc.c: fix -Wunneeded-internal-declaration warning | Nick Desaulniers | 1 | -1/+1 |
2017-04-13 | zsmalloc: expand class bit | Minchan Kim | 1 | -1/+1 |
2017-03-02 | sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche... | Ingo Molnar | 1 | -0/+1 |
2017-02-24 | mm/zsmalloc: fix comment in zsmalloc | Yisheng Xie | 1 | -4/+0 |
2017-02-24 | mm/zsmalloc: remove redundant SetPagePrivate2 in create_page_chain | Yisheng Xie | 1 | -5/+1 |
2017-02-22 | mm: fix some typos in mm/zsmalloc.c | Xishi Qiu | 1 | -3/+3 |
2016-12-02 | mm/zsmalloc: Convert to hotplug state machine | Sebastian Andrzej Siewior | 1 | -54/+13 |
2016-07-28 | zsmalloc: Delete an unnecessary check before the function call "iput" | Markus Elfring | 1 | -2/+1 |
2016-07-28 | mm/zsmalloc: use helper to clear page->flags bit | Ganesh Mahendran | 1 | -2/+2 |
2016-07-28 | mm/zsmalloc: add __init,__exit attribute | Ganesh Mahendran | 1 | -1/+1 |
2016-07-28 | mm/zsmalloc: keep comments consistent with code | Ganesh Mahendran | 1 | -4/+3 |
2016-07-28 | mm/zsmalloc: avoid calculate max objects of zspage twice | Ganesh Mahendran | 1 | -16/+10 |
2016-07-28 | mm/zsmalloc: use class->objs_per_zspage to get num of max objects | Ganesh Mahendran | 1 | -11/+7 |
2016-07-28 | mm/zsmalloc: take obj index back from find_alloced_obj | Ganesh Mahendran | 1 | -2/+6 |
2016-07-28 | mm/zsmalloc: use obj_index to keep consistent with others | Ganesh Mahendran | 1 | -7/+7 |
2016-07-26 | mm: fix build warnings in <linux/compaction.h> | Minchan Kim | 1 | -2/+2 |
2016-07-26 | mm: add NR_ZSMALLOC to vmstat | Minchan Kim | 1 | -1/+6 |
2016-07-26 | zsmalloc: use OBJ_TAG_BIT for bit shifter | Minchan Kim | 1 | -6/+6 |
2016-07-26 | zsmalloc: page migration support | Minchan Kim | 1 | -116/+653 |
2016-07-26 | zsmalloc: use freeobj for index | Minchan Kim | 1 | -66/+73 |
2016-07-26 | zsmalloc: separate free_zspage from putback_zspage | Minchan Kim | 1 | -16/+11 |
2016-07-26 | zsmalloc: introduce zspage structure | Minchan Kim | 1 | -289/+242 |
2016-07-26 | zsmalloc: factor page chain functionality out | Minchan Kim | 1 | -24/+35 |
2016-07-26 | zsmalloc: use accessor | Minchan Kim | 1 | -22/+60 |
2016-07-26 | zsmalloc: use bit_spin_lock | Minchan Kim | 1 | -7/+3 |
2016-07-26 | zsmalloc: keep max_object in size_class | Minchan Kim | 1 | -17/+15 |
2016-05-26 | update "mm/zsmalloc: don't fail if can't create debugfs info" | Dan Streetman | 1 | -19/+16 |
2016-05-20 | mm/zsmalloc: don't fail if can't create debugfs info | Dan Streetman | 1 | -11/+7 |
2016-05-20 | zsmalloc: require GFP in zs_malloc() | Sergey Senozhatsky | 1 | -11/+13 |
2016-05-20 | zsmalloc: remove unused pool param in obj_free | Minchan Kim | 1 | -4/+3 |
2016-05-20 | zsmalloc: reorder function parameters | Minchan Kim | 1 | -24/+26 |
2016-05-20 | zsmalloc: clean up many BUG_ON | Minchan Kim | 1 | -27/+15 |
2016-05-20 | zsmalloc: use first_page rather than page | Minchan Kim | 1 | -30/+32 |
2016-05-09 | zsmalloc: fix zs_can_compact() integer overflow | Sergey Senozhatsky | 1 | -2/+5 |
2016-03-17 | mm/zsmalloc: add `freeable' column to pool stat | Sergey Senozhatsky | 1 | -7/+13 |
2016-03-17 | zsmalloc: drop unused member 'mapping_area->huge' | YiPing Xu | 1 | -6/+3 |
2016-01-20 | zsmalloc: fix migrate_zspage-zs_free race condition | Junil Lee | 1 | -1/+13 |
2016-01-15 | zsmalloc: reorganize struct size_class to pack 4 bytes hole | Weijie Yang | 1 | -2/+2 |
2015-11-06 | zsmalloc: use page->private instead of page->first_page | Kirill A. Shutemov | 1 | -6/+5 |
2015-11-06 | zsmalloc: reduce size_class memory usage | Sergey Senozhatsky | 1 | -4/+13 |
2015-11-06 | mm/zsmalloc.c: remove useless line in obj_free() | Hui Zhu | 1 | -3/+0 |
2015-11-06 | zsmalloc: don't test shrinker_enabled in zs_shrinker_count() | Sergey Senozhatsky | 1 | -3/+0 |
2015-11-06 | zsmalloc: use preempt.h for in_interrupt() | Sergey Senozhatsky | 1 | -1/+1 |
2015-11-06 | zsmalloc: fix obj_to_head use page_private(page) as value but not pointer | Hui Zhu | 1 | -1/+1 |
2015-11-06 | zsmalloc: add comments for ->inuse to zspage | Hui Zhu | 1 | -0/+1 |
2015-11-06 | mm: zsmalloc: constify struct zs_pool name | Sergey SENOZHATSKY | 1 | -5/+5 |
2015-09-08 | mm: zpool: constify the zpool_ops | Krzysztof Kozlowski | 1 | -1/+2 |
2015-09-08 | zsmalloc: remove null check from destroy_handle_cache() | Sergey Senozhatsky | 1 | -2/+1 |
2015-09-08 | zsmalloc: do not take class lock in zs_shrinker_count() | Sergey Senozhatsky | 1 | -4/+0 |
2015-09-08 | zsmalloc: use class->pages_per_zspage | Minchan Kim | 1 | -3/+2 |