aboutsummaryrefslogtreecommitdiffstats
path: root/mm/zsmalloc.c
Commit message (Expand)AuthorAge
* mm/zsmalloc.c: fix a -Wunused-function warningQian Cai2019-09-24
* zpool: add malloc_support_movable to zpool_driverHui Zhu2019-09-24
* mm/zsmalloc.c: fix build when CONFIG_COMPACTION=nAndrew Morton2019-08-30
* mm/zsmalloc.c: fix race condition in zs_destroy_poolHenry Burns2019-08-24
* mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitelyHenry Burns2019-08-24
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-19
|\
| * vfs: Convert zsmalloc to use the new mount APIDavid Howells2019-05-25
| * mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-25
| * zsmalloc: don't bother with dentry_operationsAl Viro2019-05-20
* | mm/zsmalloc.c: remove unused variableAnders Roxell2019-06-05
* | zsmalloc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-03
|/
* mm/zsmalloc.c: fix fall-through annotationGustavo A. R. Silva2018-10-26
* mm/zsmalloc.c: make several functions and a struct staticColin Ian King2018-08-17
* mm: use octal not symbolic permissionsJoe Perches2018-06-14
* mm: kernel-doc: add missing parameter descriptionsMike Rapoport2018-04-06
* zsmalloc: introduce zs_huge_class_size()Sergey Senozhatsky2018-04-06
* mm: reuse DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-04-06
* mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITSKirill A. Shutemov2018-02-14
* zsmalloc: use U suffix for negative literals being shiftedNick Desaulniers2018-01-31
* zswap: only save zswap header when necessaryYu Zhao2018-01-31
* mm/zsmalloc: simplify shrinker init/destroyAliaksei Karaliou2018-01-31
* mm/zsmalloc.c: include fs.hSergey Senozhatsky2018-01-04
* zsmalloc: calling zs_map_object() from irq is a bugSergey Senozhatsky2017-11-15
* mm/zsmalloc.c: change stat type parameter to intMatthias Kaehlcke2017-09-08
* mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse2017-09-08
* zsmalloc: zs_page_migrate: skip unnecessary loops but not return -EBUSY if zs...Hui Zhu2017-09-06
* zram: do not free pool->size_classMinchan Kim2017-08-02
* mm/zsmalloc: simplify zs_max_alloc_size handlingJerome Marchand2017-07-10
* mm/zsmalloc.c: fix -Wunneeded-internal-declaration warningNick Desaulniers2017-07-10
* zsmalloc: expand class bitMinchan Kim2017-04-13
* sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...Ingo Molnar2017-03-02
* mm/zsmalloc: fix comment in zsmallocYisheng Xie2017-02-24
* mm/zsmalloc: remove redundant SetPagePrivate2 in create_page_chainYisheng Xie2017-02-24
* mm: fix some typos in mm/zsmalloc.cXishi Qiu2017-02-22
* mm/zsmalloc: Convert to hotplug state machineSebastian Andrzej Siewior2016-12-01
* zsmalloc: Delete an unnecessary check before the function call "iput"Markus Elfring2016-07-28
* mm/zsmalloc: use helper to clear page->flags bitGanesh Mahendran2016-07-28
* mm/zsmalloc: add __init,__exit attributeGanesh Mahendran2016-07-28
* mm/zsmalloc: keep comments consistent with codeGanesh Mahendran2016-07-28
* mm/zsmalloc: avoid calculate max objects of zspage twiceGanesh Mahendran2016-07-28
* mm/zsmalloc: use class->objs_per_zspage to get num of max objectsGanesh Mahendran2016-07-28
* mm/zsmalloc: take obj index back from find_alloced_objGanesh Mahendran2016-07-28
* mm/zsmalloc: use obj_index to keep consistent with othersGanesh Mahendran2016-07-28
* mm: fix build warnings in <linux/compaction.h>Minchan Kim2016-07-26
* mm: add NR_ZSMALLOC to vmstatMinchan Kim2016-07-26
* zsmalloc: use OBJ_TAG_BIT for bit shifterMinchan Kim2016-07-26
* zsmalloc: page migration supportMinchan Kim2016-07-26
* zsmalloc: use freeobj for indexMinchan Kim2016-07-26
* zsmalloc: separate free_zspage from putback_zspageMinchan Kim2016-07-26
* zsmalloc: introduce zspage structureMinchan Kim2016-07-26