summaryrefslogtreecommitdiffstats
path: root/mm/zsmalloc.c
Commit message (Expand)AuthorAgeFilesLines
* mm/zsmalloc.c: fix duplicated wordsRandy Dunlap2020-08-121-1/+1
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: remove map_vm_rangeChristoph Hellwig2020-06-021-1/+3
* mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPINGChristoph Hellwig2020-06-021-4/+4
* mm: use fallthrough;Joe Perches2020-04-071-1/+1
* mm/zsmalloc: add missing annotation for unpin_tag()Jules Irenge2020-04-071-1/+1
* mm/zsmalloc: add missing annotation for pin_tag()Jules Irenge2020-04-071-1/+1
* mm/zsmalloc: add missing annotation for migrate_read_unlock()Jules Irenge2020-04-071-1/+1
* mm/zsmalloc: add missing annotation for migrate_read_lock()Jules Irenge2020-04-071-1/+1
* mm/zsmalloc.c: fix the migrated zspage statistics.Chanho Min2020-01-041-0/+5
* mm/zsmalloc.c: fix a -Wunused-function warningQian Cai2019-09-241-4/+0
* zpool: add malloc_support_movable to zpool_driverHui Zhu2019-09-241-9/+10
* mm/zsmalloc.c: fix build when CONFIG_COMPACTION=nAndrew Morton2019-08-301-0/+2
* mm/zsmalloc.c: fix race condition in zs_destroy_poolHenry Burns2019-08-241-2/+59
* mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitelyHenry Burns2019-08-241-4/+15
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-8/+4
|\
| * vfs: Convert zsmalloc to use the new mount APIDavid Howells2019-05-251-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/+1
* | mm/zsmalloc.c: remove unused variableAnders Roxell2019-06-051-2/+0
* | zsmalloc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-18/+4
|/
* mm/zsmalloc.c: fix fall-through annotationGustavo A. R. Silva2018-10-261-1/+1
* mm/zsmalloc.c: make several functions and a struct staticColin Ian King2018-08-171-18/+18
* 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