aboutsummaryrefslogtreecommitdiff
path: root/mm/zsmalloc.c
AgeCommit message (Expand)Author
2016-05-18zsmalloc: fix zs_can_compact() integer overflowSergey Senozhatsky
2016-02-17zsmalloc: fix migrate_zspage-zs_free race conditionJunil Lee
2015-11-06zsmalloc: use page->private instead of page->first_pageKirill A. Shutemov
2015-11-06zsmalloc: reduce size_class memory usageSergey Senozhatsky
2015-11-06mm/zsmalloc.c: remove useless line in obj_free()Hui Zhu
2015-11-06zsmalloc: don't test shrinker_enabled in zs_shrinker_count()Sergey Senozhatsky
2015-11-06zsmalloc: use preempt.h for in_interrupt()Sergey Senozhatsky
2015-11-06zsmalloc: fix obj_to_head use page_private(page) as value but not pointerHui Zhu
2015-11-06zsmalloc: add comments for ->inuse to zspageHui Zhu
2015-11-06mm: zsmalloc: constify struct zs_pool nameSergey SENOZHATSKY
2015-09-08mm: zpool: constify the zpool_opsKrzysztof Kozlowski
2015-09-08zsmalloc: remove null check from destroy_handle_cache()Sergey Senozhatsky
2015-09-08zsmalloc: do not take class lock in zs_shrinker_count()Sergey Senozhatsky
2015-09-08zsmalloc: use class->pages_per_zspageMinchan Kim
2015-09-08zsmalloc: consider ZS_ALMOST_FULL as migrate sourceMinchan Kim
2015-09-08zsmalloc: partial page ordering within a fullness_listSergey Senozhatsky
2015-09-08zsmalloc: use shrinker to trigger auto-compactionSergey Senozhatsky
2015-09-08zsmalloc: account the number of compacted pagesSergey Senozhatsky
2015-09-08zsmalloc/zram: introduce zs_pool_stats apiSergey Senozhatsky
2015-09-08zsmalloc: cosmetic compaction code adjustmentsSergey Senozhatsky
2015-09-08zsmalloc: introduce zs_can_compact() functionSergey Senozhatsky
2015-09-08zsmalloc: always keep per-class statsSergey Senozhatsky
2015-09-08zsmalloc: drop unused variable `nr_to_migrate'Sergey Senozhatsky
2015-06-25zpool: remove zpool_evict()Dan Streetman
2015-06-25zsmalloc: remove obsolete ZSMALLOC_DEBUGMarcin Jabrzyk
2015-06-10zsmalloc: fix a null pointer dereference in destroy_handle_cache()Sergey Senozhatsky
2015-04-15zsmalloc: remove extra cond_resched() in __zs_compactSergey Senozhatsky
2015-04-15zsmalloc: fix fatal corruption due to wrong size class selectionHeesub Shin
2015-04-15zsmalloc: remove unnecessary insertion/removal of zspage in compactionMinchan Kim
2015-04-15zsmalloc: micro-optimize zs_object_copy()Sergey Senozhatsky
2015-04-15zsmalloc: remove synchronize_rcu from zs_compact()Sergey Senozhatsky
2015-04-15mm/zsmalloc.c: fix comment for get_pages_per_zspageYinghao Xie
2015-04-15zsmalloc: zsmalloc documentationMinchan Kim
2015-04-15zsmalloc: add fullness into statMinchan Kim
2015-04-15zsmalloc: record handle in page->private for huge objectMinchan Kim
2015-04-15zsmalloc: adjust ZS_ALMOST_FULLMinchan Kim
2015-04-15zsmalloc: support compactionMinchan Kim
2015-04-15zsmalloc: factor out obj_[malloc|free]Minchan Kim
2015-04-15zsmalloc: decouple handle and objectMinchan Kim
2015-02-12mm/zsmalloc: add statistics supportGanesh Mahendran
2015-02-12mm/zpool: add name argument to create zpoolGanesh Mahendran
2014-12-18mm/zsmalloc: adjust order of functionsGanesh Mahendran
2014-12-13mm/zsmalloc: allocate exactly size of struct zs_poolGanesh Mahendran
2014-12-13mm/zsmalloc: avoid duplicate assignment of prev_classGanesh Mahendran
2014-12-13mm/zsmalloc: support allocating obj with size of ZS_MAX_ALLOC_SIZEMahendran Ganesh
2014-12-13zsmalloc: correct fragile [kmap|kunmap]_atomic useMinchan Kim
2014-12-13zsmalloc: fix zs_init cpu notifier error handlingSergey Senozhatsky
2014-12-13zsmalloc: merge size_class to reduce fragmentationJoonsoo Kim
2014-10-09zsmalloc: simplify init_zspage free obj linkingDan Streetman
2014-10-09mm/zsmalloc.c: correct comment for fullness group computationWang Sheng-Hui