aboutsummaryrefslogtreecommitdiff
path: root/mm/zsmalloc.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-15mm/zsmalloc.c: rework the list_add code in insert_zspage()Gravatar Miaohe Lin 1-7/+4
2020-12-06mm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPINGGravatar Minchan Kim 1-54/+0
2020-10-18zsmalloc: switch from alloc_vm_area to get_vm_areaGravatar Christoph Hellwig 1-2/+8
2020-08-12mm/zsmalloc.c: fix duplicated wordsGravatar Randy Dunlap 1-1/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-06-02mm: remove map_vm_rangeGravatar Christoph Hellwig 1-1/+3
2020-06-02mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPINGGravatar Christoph Hellwig 1-4/+4
2020-04-07mm: use fallthrough;Gravatar Joe Perches 1-1/+1
2020-04-07mm/zsmalloc: add missing annotation for unpin_tag()Gravatar Jules Irenge 1-1/+1
2020-04-07mm/zsmalloc: add missing annotation for pin_tag()Gravatar Jules Irenge 1-1/+1
2020-04-07mm/zsmalloc: add missing annotation for migrate_read_unlock()Gravatar Jules Irenge 1-1/+1
2020-04-07mm/zsmalloc: add missing annotation for migrate_read_lock()Gravatar Jules Irenge 1-1/+1
2020-01-04mm/zsmalloc.c: fix the migrated zspage statistics.Gravatar Chanho Min 1-0/+5
2019-09-24mm/zsmalloc.c: fix a -Wunused-function warningGravatar Qian Cai 1-4/+0
2019-09-24zpool: add malloc_support_movable to zpool_driverGravatar Hui Zhu 1-9/+10
2019-08-30mm/zsmalloc.c: fix build when CONFIG_COMPACTION=nGravatar Andrew Morton 1-0/+2
2019-08-24mm/zsmalloc.c: fix race condition in zs_destroy_poolGravatar Henry Burns 1-2/+59
2019-08-24mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitelyGravatar Henry Burns 1-4/+15
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-8/+4
2019-06-05mm/zsmalloc.c: remove unused variableGravatar Anders Roxell 1-2/+0
2019-06-03zsmalloc: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-18/+4
2019-05-25vfs: Convert zsmalloc to use the new mount APIGravatar David Howells 1-4/+4
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Gravatar Al Viro 1-1/+1
2019-05-20zsmalloc: don't bother with dentry_operationsGravatar Al Viro 1-5/+1
2018-10-26mm/zsmalloc.c: fix fall-through annotationGravatar Gustavo A. R. Silva 1-1/+1
2018-08-17mm/zsmalloc.c: make several functions and a struct staticGravatar Colin Ian King 1-18/+18
2018-06-15mm: use octal not symbolic permissionsGravatar Joe Perches 1-2/+3
2018-04-05mm: kernel-doc: add missing parameter descriptionsGravatar Mike Rapoport 1-0/+2
2018-04-05zsmalloc: introduce zs_huge_class_size()Gravatar Sergey Senozhatsky 1-0/+41
2018-04-05mm: reuse DEFINE_SHOW_ATTRIBUTE() macroGravatar Andy Shevchenko 1-13/+2
2018-02-14mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITSGravatar Kirill A. Shutemov 1-6/+7
2018-01-31zsmalloc: use U suffix for negative literals being shiftedGravatar Nick Desaulniers 1-1/+1
2018-01-31zswap: only save zswap header when necessaryGravatar Yu Zhao 1-7/+0
2018-01-31mm/zsmalloc: simplify shrinker init/destroyGravatar Aliaksei Karaliou 1-13/+9
2018-01-04mm/zsmalloc.c: include fs.hGravatar Sergey Senozhatsky 1-0/+1
2017-11-15zsmalloc: calling zs_map_object() from irq is a bugGravatar Sergey Senozhatsky 1-1/+1
2017-09-08mm/zsmalloc.c: change stat type parameter to intGravatar Matthias Kaehlcke 1-3/+6
2017-09-08mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYGravatar Jérôme Glisse 1-0/+8
2017-09-06zsmalloc: zs_page_migrate: skip unnecessary loops but not return -EBUSY if zs...Gravatar Hui Zhu 1-3/+5
2017-08-02zram: do not free pool->size_classGravatar Minchan Kim 1-1/+0
2017-07-10mm/zsmalloc: simplify zs_max_alloc_size handlingGravatar Jerome Marchand 1-37/+15
2017-07-10mm/zsmalloc.c: fix -Wunneeded-internal-declaration warningGravatar Nick Desaulniers 1-1/+1
2017-04-13zsmalloc: expand class bitGravatar Minchan Kim 1-1/+1
2017-03-02sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...Gravatar Ingo Molnar 1-0/+1
2017-02-24mm/zsmalloc: fix comment in zsmallocGravatar Yisheng Xie 1-4/+0
2017-02-24mm/zsmalloc: remove redundant SetPagePrivate2 in create_page_chainGravatar Yisheng Xie 1-5/+1
2017-02-22mm: fix some typos in mm/zsmalloc.cGravatar Xishi Qiu 1-3/+3
2016-12-02mm/zsmalloc: Convert to hotplug state machineGravatar Sebastian Andrzej Siewior 1-54/+13
2016-07-28zsmalloc: Delete an unnecessary check before the function call "iput"Gravatar Markus Elfring 1-2/+1