summaryrefslogtreecommitdiffstats
path: root/mm/zsmalloc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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