aboutsummaryrefslogtreecommitdiffstats
path: root/mm/zsmalloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-22zsmalloc: replace get_cpu_var with local_lockMike Galbraith1-3/+8
2022-01-22zsmalloc: replace per zpage lock with pool->migrate_lockMinchan Kim1-109/+96
2022-01-22zsmalloc: remove zspage isolation for migrationMinchan Kim1-149/+8
2022-01-22zsmalloc: move huge compressed obj from page to zspageMinchan Kim1-24/+26
2022-01-22zsmalloc: introduce obj_allocatedMinchan Kim1-17/+16
2022-01-22zsmalloc: decouple class actions from zspage worksMinchan Kim1-10/+13
2022-01-22zsmalloc: rename zs_stat_type to class_stat_typeMinchan Kim1-12/+12
2022-01-22zsmalloc: introduce some helper functionsMinchan Kim1-31/+23
2022-01-06zsmalloc: Stop using slab fields in struct pageMatthew Wilcox (Oracle)1-9/+9
2021-11-06mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregister_migration()Miaohe Lin1-3/+4
2021-07-01mm/zsmalloc.c: improve readability for async_free_zspage()Miaohe Lin1-1/+1
2021-07-01mm/zsmalloc.c: remove confusing code in obj_free()Miaohe Lin1-1/+0
2021-05-07mm: fix typos in commentsIngo Molnar1-1/+1
2021-05-07mm: fix some typos and code style problemsShijie Luo1-2/+2
2021-05-05mm/zsmalloc: use BUG_ON instead of if condition followed by BUG.zhouchuangao1-4/+2
2021-02-26mm/zsmalloc.c: use page_private() to access page->privateMiaohe Lin1-1/+1
2021-02-26zsmalloc: account the number of compacted pages correctlyRokudo Yan1-6/+11
2021-02-26mm/zsmalloc.c: convert to use kmem_cache_zalloc in cache_alloc_zspage()Miaohe Lin1-2/+1
2020-12-15mm/zsmalloc.c: rework the list_add code in insert_zspage()Miaohe Lin1-7/+4
2020-12-06mm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPINGMinchan Kim1-54/+0
2020-10-18zsmalloc: switch from alloc_vm_area to get_vm_areaChristoph Hellwig1-2/+8
2020-08-12mm/zsmalloc.c: fix duplicated wordsRandy Dunlap1-1/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-02mm: remove map_vm_rangeChristoph Hellwig1-1/+3
2020-06-02mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPINGChristoph Hellwig1-4/+4
2020-04-07mm: use fallthrough;Joe Perches1-1/+1
2020-04-07mm/zsmalloc: add missing annotation for unpin_tag()Jules Irenge1-1/+1
2020-04-07mm/zsmalloc: add missing annotation for pin_tag()Jules Irenge1-1/+1
2020-04-07mm/zsmalloc: add missing annotation for migrate_read_unlock()Jules Irenge1-1/+1
2020-04-07mm/zsmalloc: add missing annotation for migrate_read_lock()Jules Irenge1-1/+1
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