summaryrefslogtreecommitdiffstats
path: root/mm/zsmalloc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-8/+4Star
|\
| * vfs: Convert zsmalloc to use the new mount APIDavid Howells2019-05-261-4/+4
| * mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-251-1/+1
| * zsmalloc: don't bother with dentry_operationsAl Viro2019-05-201-5/+1Star
* | mm/zsmalloc.c: remove unused variableAnders Roxell2019-06-051-2/+0Star
* | zsmalloc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-18/+4Star
|/
* mm/zsmalloc.c: fix fall-through annotationGustavo A. R. Silva2018-10-271-1/+1
* mm/zsmalloc.c: make several functions and a struct staticColin Ian King2018-08-181-18/+18
* mm: use octal not symbolic permissionsJoe Perches2018-06-151-2/+3
* mm: kernel-doc: add missing parameter descriptionsMike Rapoport2018-04-061-0/+2
* zsmalloc: introduce zs_huge_class_size()Sergey Senozhatsky2018-04-061-0/+41
* mm: reuse DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-04-061-13/+2Star
* mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITSKirill A. Shutemov2018-02-141-6/+7
* zsmalloc: use U suffix for negative literals being shiftedNick Desaulniers2018-02-011-1/+1
* zswap: only save zswap header when necessaryYu Zhao2018-02-011-7/+0Star
* mm/zsmalloc: simplify shrinker init/destroyAliaksei Karaliou2018-02-011-13/+9Star
* mm/zsmalloc.c: include fs.hSergey Senozhatsky2018-01-051-0/+1
* zsmalloc: calling zs_map_object() from irq is a bugSergey Senozhatsky2017-11-161-1/+1
* mm/zsmalloc.c: change stat type parameter to intMatthias Kaehlcke2017-09-091-3/+6
* mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse2017-09-091-0/+8
* zsmalloc: zs_page_migrate: skip unnecessary loops but not return -EBUSY if zs...Hui Zhu2017-09-071-3/+5
* zram: do not free pool->size_classMinchan Kim2017-08-031-1/+0Star
* mm/zsmalloc: simplify zs_max_alloc_size handlingJerome Marchand2017-07-111-37/+15Star
* mm/zsmalloc.c: fix -Wunneeded-internal-declaration warningNick Desaulniers2017-07-111-1/+1
* zsmalloc: expand class bitMinchan Kim2017-04-141-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-251-4/+0Star
* mm/zsmalloc: remove redundant SetPagePrivate2 in create_page_chainYisheng Xie2017-02-251-5/+1Star
* mm: fix some typos in mm/zsmalloc.cXishi Qiu2017-02-231-3/+3
* mm/zsmalloc: Convert to hotplug state machineSebastian Andrzej Siewior2016-12-021-54/+13Star
* zsmalloc: Delete an unnecessary check before the function call "iput"Markus Elfring2016-07-291-2/+1Star
* mm/zsmalloc: use helper to clear page->flags bitGanesh Mahendran2016-07-291-2/+2
* mm/zsmalloc: add __init,__exit attributeGanesh Mahendran2016-07-291-1/+1
* mm/zsmalloc: keep comments consistent with codeGanesh Mahendran2016-07-291-4/+3Star
* mm/zsmalloc: avoid calculate max objects of zspage twiceGanesh Mahendran2016-07-291-16/+10Star
* mm/zsmalloc: use class->objs_per_zspage to get num of max objectsGanesh Mahendran2016-07-291-11/+7Star
* mm/zsmalloc: take obj index back from find_alloced_objGanesh Mahendran2016-07-291-2/+6
* mm/zsmalloc: use obj_index to keep consistent with othersGanesh Mahendran2016-07-291-7/+7
* mm: fix build warnings in <linux/compaction.h>Minchan Kim2016-07-271-2/+2
* mm: add NR_ZSMALLOC to vmstatMinchan Kim2016-07-271-1/+6
* zsmalloc: use OBJ_TAG_BIT for bit shifterMinchan Kim2016-07-271-6/+6
* zsmalloc: page migration supportMinchan Kim2016-07-271-116/+653
* zsmalloc: use freeobj for indexMinchan Kim2016-07-271-66/+73
* zsmalloc: separate free_zspage from putback_zspageMinchan Kim2016-07-271-16/+11Star
* zsmalloc: introduce zspage structureMinchan Kim2016-07-271-289/+242Star
* zsmalloc: factor page chain functionality outMinchan Kim2016-07-271-24/+35
* zsmalloc: use accessorMinchan Kim2016-07-271-22/+60
* zsmalloc: use bit_spin_lockMinchan Kim2016-07-271-7/+3Star
* zsmalloc: keep max_object in size_classMinchan Kim2016-07-271-17/+15Star
* update "mm/zsmalloc: don't fail if can't create debugfs info"Dan Streetman2016-05-271-19/+16Star