aboutsummaryrefslogtreecommitdiff
path: root/mm/zsmalloc.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-12mm/zsmalloc: add statistics supportGravatar Ganesh Mahendran 1-4/+229
2015-02-12mm/zpool: add name argument to create zpoolGravatar Ganesh Mahendran 1-3/+3
2014-12-18mm/zsmalloc: adjust order of functionsGravatar Ganesh Mahendran 1-187/+187
2014-12-13mm/zsmalloc: allocate exactly size of struct zs_poolGravatar Ganesh Mahendran 1-3/+2
2014-12-13mm/zsmalloc: avoid duplicate assignment of prev_classGravatar Ganesh Mahendran 1-5/+4
2014-12-13mm/zsmalloc: support allocating obj with size of ZS_MAX_ALLOC_SIZEGravatar Mahendran Ganesh 1-6/+32
2014-12-13zsmalloc: correct fragile [kmap|kunmap]_atomic useGravatar Minchan Kim 1-9/+12
2014-12-13zsmalloc: fix zs_init cpu notifier error handlingGravatar Sergey Senozhatsky 1-15/+24
2014-12-13zsmalloc: merge size_class to reduce fragmentationGravatar Joonsoo Kim 1-14/+66
2014-10-09zsmalloc: simplify init_zspage free obj linkingGravatar Dan Streetman 1-9/+5
2014-10-09mm/zsmalloc.c: correct comment for fullness group computationGravatar Wang Sheng-Hui 1-1/+1
2014-10-09zsmalloc: change return value unit of zs_get_total_size_bytesGravatar Minchan Kim 1-5/+4
2014-10-09zsmalloc: move pages_allocated to zs_poolGravatar Minchan Kim 1-15/+8
2014-08-29mm/zpool: use prefixed module loadingGravatar Kees Cook 1-0/+1
2014-08-06mm/zpool: zbud/zsmalloc implement zpoolGravatar Dan Streetman 1-0/+85
2014-08-06mm/zpool: implement common zpool api to zbud/zsmallocGravatar Dan Streetman 1-1/+0
2014-08-06mm/vmalloc.c: clean up map_vm_area third argumentGravatar WANG Chao 1-1/+1
2014-06-04zsmalloc: fixup trivial zs size classes value in commentsGravatar Weijie Yang 1-1/+1
2014-06-04mm: replace __get_cpu_var uses with this_cpu_ptrGravatar Christoph Lameter 1-1/+1
2014-03-20zsmalloc: Fix CPU hotplug callback registrationGravatar Srivatsa S. Bhat 1-3/+14
2014-01-30zsmalloc: add copyrightGravatar Minchan Kim 1-0/+1
2014-01-30zsmalloc: move it under mmGravatar Minchan Kim 1-0/+1105