aboutsummaryrefslogtreecommitdiffstats
path: root/mm/zsmalloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-12mm/zsmalloc: add statistics supportGanesh Mahendran1-4/+229
2015-02-12mm/zpool: add name argument to create zpoolGanesh Mahendran1-3/+3
2014-12-18mm/zsmalloc: adjust order of functionsGanesh Mahendran1-187/+187
2014-12-13mm/zsmalloc: allocate exactly size of struct zs_poolGanesh Mahendran1-3/+2
2014-12-13mm/zsmalloc: avoid duplicate assignment of prev_classGanesh Mahendran1-5/+4
2014-12-13mm/zsmalloc: support allocating obj with size of ZS_MAX_ALLOC_SIZEMahendran Ganesh1-6/+32
2014-12-13zsmalloc: correct fragile [kmap|kunmap]_atomic useMinchan Kim1-9/+12
2014-12-13zsmalloc: fix zs_init cpu notifier error handlingSergey Senozhatsky1-15/+24
2014-12-13zsmalloc: merge size_class to reduce fragmentationJoonsoo Kim1-14/+66
2014-10-09zsmalloc: simplify init_zspage free obj linkingDan Streetman1-9/+5
2014-10-09mm/zsmalloc.c: correct comment for fullness group computationWang Sheng-Hui1-1/+1
2014-10-09zsmalloc: change return value unit of zs_get_total_size_bytesMinchan Kim1-5/+4
2014-10-09zsmalloc: move pages_allocated to zs_poolMinchan Kim1-15/+8
2014-08-29mm/zpool: use prefixed module loadingKees Cook1-0/+1
2014-08-06mm/zpool: zbud/zsmalloc implement zpoolDan Streetman1-0/+85
2014-08-06mm/zpool: implement common zpool api to zbud/zsmallocDan Streetman1-1/+0
2014-08-06mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao1-1/+1
2014-06-04zsmalloc: fixup trivial zs size classes value in commentsWeijie Yang1-1/+1
2014-06-04mm: replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter1-1/+1
2014-03-20zsmalloc: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-3/+14
2014-01-30zsmalloc: add copyrightMinchan Kim1-0/+1
2014-01-30zsmalloc: move it under mmMinchan Kim1-0/+1105