Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-27zsmalloc: factor page chain functionality outMinchan Kim
2016-07-27zsmalloc: use accessorMinchan Kim
2016-07-27zsmalloc: use bit_spin_lockMinchan Kim
2016-07-27zsmalloc: keep max_object in size_classMinchan Kim
2016-05-27update "mm/zsmalloc: don't fail if can't create debugfs info"Dan Streetman
2016-05-21mm/zsmalloc: don't fail if can't create debugfs infoDan Streetman
2016-05-21zsmalloc: require GFP in zs_malloc()Sergey Senozhatsky
2016-05-21zsmalloc: remove unused pool param in obj_freeMinchan Kim
2016-05-21zsmalloc: reorder function parametersMinchan Kim
2016-05-21zsmalloc: clean up many BUG_ONMinchan Kim
2016-05-21zsmalloc: use first_page rather than pageMinchan Kim
2016-05-10zsmalloc: fix zs_can_compact() integer overflowSergey Senozhatsky
2016-03-18mm/zsmalloc: add `freeable' column to pool statSergey Senozhatsky
2016-03-18zsmalloc: drop unused member 'mapping_area->huge'YiPing Xu
2016-01-21zsmalloc: fix migrate_zspage-zs_free race conditionJunil Lee
2016-01-15zsmalloc: reorganize struct size_class to pack 4 bytes holeWeijie Yang
2015-11-07zsmalloc: use page->private instead of page->first_pageKirill A. Shutemov
2015-11-07zsmalloc: reduce size_class memory usageSergey Senozhatsky
2015-11-07mm/zsmalloc.c: remove useless line in obj_free()Hui Zhu
2015-11-07zsmalloc: don't test shrinker_enabled in zs_shrinker_count()Sergey Senozhatsky
2015-11-07zsmalloc: use preempt.h for in_interrupt()Sergey Senozhatsky
2015-11-07zsmalloc: fix obj_to_head use page_private(page) as value but not pointerHui Zhu
2015-11-07zsmalloc: add comments for ->inuse to zspageHui Zhu
2015-11-07mm: zsmalloc: constify struct zs_pool nameSergey SENOZHATSKY
2015-09-09mm: zpool: constify the zpool_opsKrzysztof Kozlowski
2015-09-09zsmalloc: remove null check from destroy_handle_cache()Sergey Senozhatsky
2015-09-09zsmalloc: do not take class lock in zs_shrinker_count()Sergey Senozhatsky
2015-09-09zsmalloc: use class->pages_per_zspageMinchan Kim
2015-09-09zsmalloc: consider ZS_ALMOST_FULL as migrate sourceMinchan Kim
2015-09-09zsmalloc: partial page ordering within a fullness_listSergey Senozhatsky
2015-09-09zsmalloc: use shrinker to trigger auto-compactionSergey Senozhatsky
2015-09-09zsmalloc: account the number of compacted pagesSergey Senozhatsky
2015-09-09zsmalloc/zram: introduce zs_pool_stats apiSergey Senozhatsky
2015-09-09zsmalloc: cosmetic compaction code adjustmentsSergey Senozhatsky
2015-09-09zsmalloc: introduce zs_can_compact() functionSergey Senozhatsky
2015-09-09zsmalloc: always keep per-class statsSergey Senozhatsky
2015-09-09zsmalloc: drop unused variable `nr_to_migrate'Sergey Senozhatsky
2015-06-26zpool: remove zpool_evict()Dan Streetman
2015-06-26zsmalloc: remove obsolete ZSMALLOC_DEBUGMarcin Jabrzyk
2015-06-11zsmalloc: fix a null pointer dereference in destroy_handle_cache()Sergey Senozhatsky
2015-04-16zsmalloc: remove extra cond_resched() in __zs_compactSergey Senozhatsky
2015-04-16zsmalloc: fix fatal corruption due to wrong size class selectionHeesub Shin
2015-04-16zsmalloc: remove unnecessary insertion/removal of zspage in compactionMinchan Kim
2015-04-16zsmalloc: micro-optimize zs_object_copy()Sergey Senozhatsky
2015-04-16zsmalloc: remove synchronize_rcu from zs_compact()Sergey Senozhatsky
2015-04-16mm/zsmalloc.c: fix comment for get_pages_per_zspageYinghao Xie
2015-04-16zsmalloc: zsmalloc documentationMinchan Kim
2015-04-16zsmalloc: add fullness into statMinchan Kim
2015-04-16zsmalloc: record handle in page->private for huge objectMinchan Kim
2015-04-16zsmalloc: adjust ZS_ALMOST_FULLMinchan Kim