summaryrefslogtreecommitdiff
path: root/mm/zsmalloc.c
AgeCommit message (Expand)Author
2020-02-02UPSTREAM: mm/zsmalloc.c: change stat type parameter to intMatthias Kaehlcke
2020-02-02UPSTREAM: mm/zsmalloc.c: fix -Wunneeded-internal-declaration warningNick Desaulniers
2018-09-12Merge android-4.4.154 (d762e28) into msm-4.4Srinivasarao P
2018-08-31BACKPORT: zsmalloc: introduce zs_huge_class_size()Sergey Senozhatsky
2018-08-23BACKPORT: zsmalloc: require GFP in zs_malloc()Sergey Senozhatsky
2017-02-21mm: fix build warnings in <linux/compaction.h>Minchan Kim
2017-02-21zsmalloc: page migration supportMinchan Kim
2017-02-21zsmalloc: use freeobj for indexMinchan Kim
2017-02-21zsmalloc: separate free_zspage from putback_zspageMinchan Kim
2017-02-21zsmalloc: introduce zspage structureMinchan Kim
2017-02-21zsmalloc: factor page chain functionality outMinchan Kim
2017-02-21zsmalloc: use accessorMinchan Kim
2017-02-21zsmalloc: use bit_spin_lockMinchan Kim
2017-02-21zsmalloc: keep max_object in size_classMinchan Kim
2017-02-21zsmalloc: require GFP in zs_malloc()Sergey Senozhatsky
2017-02-21zsmalloc: remove unused pool param in obj_freeMinchan Kim
2017-02-21zsmalloc: reorder function parametersMinchan Kim
2017-02-21zsmalloc: clean up many BUG_ONMinchan Kim
2017-02-21zsmalloc: use first_page rather than pageMinchan Kim
2017-02-21mm/zsmalloc: add `freeable' column to pool statSergey Senozhatsky
2017-02-21zsmalloc: drop unused member 'mapping_area->huge'YiPing Xu
2017-02-21zsmalloc: reorganize struct size_class to pack 4 bytes holeWeijie Yang
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