summaryrefslogtreecommitdiffstats
path: root/mm/zsmalloc.c
Commit message (Expand)AuthorAgeFilesLines
...
* zsmalloc: replace per zpage lock with pool->migrate_lockMinchan Kim2022-01-221-109/+96
* zsmalloc: remove zspage isolation for migrationMinchan Kim2022-01-221-149/+8
* zsmalloc: move huge compressed obj from page to zspageMinchan Kim2022-01-221-24/+26
* zsmalloc: introduce obj_allocatedMinchan Kim2022-01-221-17/+16
* zsmalloc: decouple class actions from zspage worksMinchan Kim2022-01-221-10/+13
* zsmalloc: rename zs_stat_type to class_stat_typeMinchan Kim2022-01-221-12/+12
* zsmalloc: introduce some helper functionsMinchan Kim2022-01-221-31/+23
* zsmalloc: Stop using slab fields in struct pageMatthew Wilcox (Oracle)2022-01-061-9/+9
* mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregi...Miaohe Lin2021-11-061-3/+4
* mm/zsmalloc.c: improve readability for async_free_zspage()Miaohe Lin2021-07-011-1/+1
* mm/zsmalloc.c: remove confusing code in obj_free()Miaohe Lin2021-07-011-1/+0
* mm: fix typos in commentsIngo Molnar2021-05-071-1/+1
* mm: fix some typos and code style problemsShijie Luo2021-05-071-2/+2
* mm/zsmalloc: use BUG_ON instead of if condition followed by BUG.zhouchuangao2021-05-051-4/+2
* mm/zsmalloc.c: use page_private() to access page->privateMiaohe Lin2021-02-261-1/+1
* zsmalloc: account the number of compacted pages correctlyRokudo Yan2021-02-261-6/+11
* mm/zsmalloc.c: convert to use kmem_cache_zalloc in cache_alloc_zspage()Miaohe Lin2021-02-261-2/+1
* mm/zsmalloc.c: rework the list_add code in insert_zspage()Miaohe Lin2020-12-151-7/+4
* mm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPINGMinchan Kim2020-12-061-54/+0
* zsmalloc: switch from alloc_vm_area to get_vm_areaChristoph Hellwig2020-10-181-2/+8
* 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