summaryrefslogtreecommitdiff
path: root/mm/zsmalloc.c
AgeCommit message (Expand)Author
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
2014-10-09zsmalloc: change return value unit of zs_get_total_size_bytesMinchan Kim
2014-10-09zsmalloc: move pages_allocated to zs_poolMinchan Kim
2014-08-29mm/zpool: use prefixed module loadingKees Cook
2014-08-06mm/zpool: zbud/zsmalloc implement zpoolDan Streetman
2014-08-06mm/zpool: implement common zpool api to zbud/zsmallocDan Streetman
2014-08-06mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao
2014-06-04zsmalloc: fixup trivial zs size classes value in commentsWeijie Yang
2014-06-04mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter
2014-03-20zsmalloc: Fix CPU hotplug callback registrationSrivatsa S. Bhat
2014-01-30zsmalloc: add copyrightMinchan Kim
2014-01-30zsmalloc: move it under mmMinchan Kim