aboutsummaryrefslogtreecommitdiffstats
path: root/mm/zsmalloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-04mm/zsmalloc.c: fix the migrated zspage statistics.Chanho Min1-0/+5
2019-09-24mm/zsmalloc.c: fix a -Wunused-function warningQian Cai1-4/+0
2019-09-24zpool: add malloc_support_movable to zpool_driverHui Zhu1-9/+10
2019-08-30mm/zsmalloc.c: fix build when CONFIG_COMPACTION=nAndrew Morton1-0/+2
2019-08-24mm/zsmalloc.c: fix race condition in zs_destroy_poolHenry Burns1-2/+59
2019-08-24mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitelyHenry Burns1-4/+15
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+4
2019-06-05mm/zsmalloc.c: remove unused variableAnders Roxell1-2/+0
2019-06-03zsmalloc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-18/+4
2019-05-25vfs: Convert zsmalloc to use the new mount APIDavid Howells1-4/+4
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro1-1/+1
2019-05-20zsmalloc: don't bother with dentry_operationsAl Viro1-5/+1
2018-10-26mm/zsmalloc.c: fix fall-through annotationGustavo A. R. Silva1-1/+1
2018-08-17mm/zsmalloc.c: make several functions and a struct staticColin Ian King1-18/+18
2018-06-15mm: use octal not symbolic permissionsJoe Perches1-2/+3
2018-04-05mm: kernel-doc: add missing parameter descriptionsMike Rapoport1-0/+2
2018-04-05zsmalloc: introduce zs_huge_class_size()Sergey Senozhatsky1-0/+41
2018-04-05mm: reuse DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-13/+2
2018-02-14mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITSKirill A. Shutemov1-6/+7
2018-01-31zsmalloc: use U suffix for negative literals being shiftedNick Desaulniers1-1/+1
2018-01-31zswap: only save zswap header when necessaryYu Zhao1-7/+0
2018-01-31mm/zsmalloc: simplify shrinker init/destroyAliaksei Karaliou1-13/+9
2018-01-04mm/zsmalloc.c: include fs.hSergey Senozhatsky1-0/+1
2017-11-15zsmalloc: calling zs_map_object() from irq is a bugSergey Senozhatsky1-1/+1
2017-09-08mm/zsmalloc.c: change stat type parameter to intMatthias Kaehlcke1-3/+6
2017-09-08mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse1-0/+8
2017-09-06zsmalloc: zs_page_migrate: skip unnecessary loops but not return -EBUSY if zspage is not inuseHui Zhu1-3/+5
2017-08-02zram: do not free pool->size_classMinchan Kim1-1/+0
2017-07-10mm/zsmalloc: simplify zs_max_alloc_size handlingJerome Marchand1-37/+15
2017-07-10mm/zsmalloc.c: fix -Wunneeded-internal-declaration warningNick Desaulniers1-1/+1
2017-04-13zsmalloc: expand class bitMinchan Kim1-1/+1
2017-03-02sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-02-24mm/zsmalloc: fix comment in zsmallocYisheng Xie1-4/+0
2017-02-24mm/zsmalloc: remove redundant SetPagePrivate2 in create_page_chainYisheng Xie1-5/+1
2017-02-22mm: fix some typos in mm/zsmalloc.cXishi Qiu1-3/+3
2016-12-02mm/zsmalloc: Convert to hotplug state machineSebastian Andrzej Siewior1-54/+13
2016-07-28zsmalloc: Delete an unnecessary check before the function call "iput"Markus Elfring1-2/+1
2016-07-28mm/zsmalloc: use helper to clear page->flags bitGanesh Mahendran1-2/+2
2016-07-28mm/zsmalloc: add __init,__exit attributeGanesh Mahendran1-1/+1
2016-07-28mm/zsmalloc: keep comments consistent with codeGanesh Mahendran1-4/+3
2016-07-28mm/zsmalloc: avoid calculate max objects of zspage twiceGanesh Mahendran1-16/+10
2016-07-28mm/zsmalloc: use class->objs_per_zspage to get num of max objectsGanesh Mahendran1-11/+7
2016-07-28mm/zsmalloc: take obj index back from find_alloced_objGanesh Mahendran1-2/+6
2016-07-28mm/zsmalloc: use obj_index to keep consistent with othersGanesh Mahendran1-7/+7
2016-07-26mm: fix build warnings in <linux/compaction.h>Minchan Kim1-2/+2
2016-07-26mm: add NR_ZSMALLOC to vmstatMinchan Kim1-1/+6
2016-07-26zsmalloc: use OBJ_TAG_BIT for bit shifterMinchan Kim1-6/+6
2016-07-26zsmalloc: page migration supportMinchan Kim1-116/+653
2016-07-26zsmalloc: use freeobj for indexMinchan Kim1-66/+73
2016-07-26zsmalloc: separate free_zspage from putback_zspageMinchan Kim1-16/+11