summaryrefslogtreecommitdiffstats
path: root/mm/zsmalloc.c
Commit message (Expand)AuthorAgeFilesLines
* mm: use octal not symbolic permissionsJoe Perches2018-06-151-2/+3
* mm: kernel-doc: add missing parameter descriptionsMike Rapoport2018-04-051-0/+2
* zsmalloc: introduce zs_huge_class_size()Sergey Senozhatsky2018-04-051-0/+41
* mm: reuse DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-04-051-13/+2
* mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITSKirill A. Shutemov2018-02-141-6/+7
* zsmalloc: use U suffix for negative literals being shiftedNick Desaulniers2018-01-311-1/+1
* zswap: only save zswap header when necessaryYu Zhao2018-01-311-7/+0
* mm/zsmalloc: simplify shrinker init/destroyAliaksei Karaliou2018-01-311-13/+9
* mm/zsmalloc.c: include fs.hSergey Senozhatsky2018-01-041-0/+1
* zsmalloc: calling zs_map_object() from irq is a bugSergey Senozhatsky2017-11-151-1/+1
* mm/zsmalloc.c: change stat type parameter to intMatthias Kaehlcke2017-09-081-3/+6
* mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse2017-09-081-0/+8
* zsmalloc: zs_page_migrate: skip unnecessary loops but not return -EBUSY if zs...Hui Zhu2017-09-061-3/+5
* zram: do not free pool->size_classMinchan Kim2017-08-021-1/+0
* mm/zsmalloc: simplify zs_max_alloc_size handlingJerome Marchand2017-07-101-37/+15
* mm/zsmalloc.c: fix -Wunneeded-internal-declaration warningNick Desaulniers2017-07-101-1/+1
* zsmalloc: expand class bitMinchan Kim2017-04-131-1/+1
* sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...Ingo Molnar2017-03-021-0/+1
* mm/zsmalloc: fix comment in zsmallocYisheng Xie2017-02-241-4/+0
* mm/zsmalloc: remove redundant SetPagePrivate2 in create_page_chainYisheng Xie2017-02-241-5/+1
* mm: fix some typos in mm/zsmalloc.cXishi Qiu2017-02-221-3/+3
* mm/zsmalloc: Convert to hotplug state machineSebastian Andrzej Siewior2016-12-021-54/+13
* zsmalloc: Delete an unnecessary check before the function call "iput"Markus Elfring2016-07-281-2/+1
* mm/zsmalloc: use helper to clear page->flags bitGanesh Mahendran2016-07-281-2/+2
* mm/zsmalloc: add __init,__exit attributeGanesh Mahendran2016-07-281-1/+1
* mm/zsmalloc: keep comments consistent with codeGanesh Mahendran2016-07-281-4/+3
* mm/zsmalloc: avoid calculate max objects of zspage twiceGanesh Mahendran2016-07-281-16/+10
* mm/zsmalloc: use class->objs_per_zspage to get num of max objectsGanesh Mahendran2016-07-281-11/+7
* mm/zsmalloc: take obj index back from find_alloced_objGanesh Mahendran2016-07-281-2/+6
* mm/zsmalloc: use obj_index to keep consistent with othersGanesh Mahendran2016-07-281-7/+7
* mm: fix build warnings in <linux/compaction.h>Minchan Kim2016-07-261-2/+2
* mm: add NR_ZSMALLOC to vmstatMinchan Kim2016-07-261-1/+6
* zsmalloc: use OBJ_TAG_BIT for bit shifterMinchan Kim2016-07-261-6/+6
* zsmalloc: page migration supportMinchan Kim2016-07-261-116/+653
* zsmalloc: use freeobj for indexMinchan Kim2016-07-261-66/+73
* zsmalloc: separate free_zspage from putback_zspageMinchan Kim2016-07-261-16/+11
* zsmalloc: introduce zspage structureMinchan Kim2016-07-261-289/+242
* zsmalloc: factor page chain functionality outMinchan Kim2016-07-261-24/+35
* zsmalloc: use accessorMinchan Kim2016-07-261-22/+60
* zsmalloc: use bit_spin_lockMinchan Kim2016-07-261-7/+3
* zsmalloc: keep max_object in size_classMinchan Kim2016-07-261-17/+15
* update "mm/zsmalloc: don't fail if can't create debugfs info"Dan Streetman2016-05-261-19/+16
* mm/zsmalloc: don't fail if can't create debugfs infoDan Streetman2016-05-201-11/+7
* zsmalloc: require GFP in zs_malloc()Sergey Senozhatsky2016-05-201-11/+13
* zsmalloc: remove unused pool param in obj_freeMinchan Kim2016-05-201-4/+3
* zsmalloc: reorder function parametersMinchan Kim2016-05-201-24/+26
* zsmalloc: clean up many BUG_ONMinchan Kim2016-05-201-27/+15
* zsmalloc: use first_page rather than pageMinchan Kim2016-05-201-30/+32
* zsmalloc: fix zs_can_compact() integer overflowSergey Senozhatsky2016-05-091-2/+5
* mm/zsmalloc: add `freeable' column to pool statSergey Senozhatsky2016-03-171-7/+13
OpenPOWER on IntegriCloud