Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-05mm/zsmalloc: use BUG_ON instead of if condition followed by BUG.zhouchuangao
2021-02-26mm/zsmalloc.c: use page_private() to access page->privateMiaohe Lin
2021-02-26zsmalloc: account the number of compacted pages correctlyRokudo Yan
2021-02-26mm/zsmalloc.c: convert to use kmem_cache_zalloc in cache_alloc_zspage()Miaohe Lin
2020-12-15mm/zsmalloc.c: rework the list_add code in insert_zspage()Miaohe Lin
2020-12-06mm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPINGMinchan Kim
2020-10-18zsmalloc: switch from alloc_vm_area to get_vm_areaChristoph Hellwig
2020-08-12mm/zsmalloc.c: fix duplicated wordsRandy Dunlap
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-02mm: remove map_vm_rangeChristoph Hellwig
2020-06-02mm: rename CONFIG_PGTABLE_MAPPING to CONFIG_ZSMALLOC_PGTABLE_MAPPINGChristoph Hellwig
2020-04-07mm: use fallthrough;Joe Perches
2020-04-07mm/zsmalloc: add missing annotation for unpin_tag()Jules Irenge
2020-04-07mm/zsmalloc: add missing annotation for pin_tag()Jules Irenge
2020-04-07mm/zsmalloc: add missing annotation for migrate_read_unlock()Jules Irenge
2020-04-07mm/zsmalloc: add missing annotation for migrate_read_lock()Jules Irenge
2020-01-05mm/zsmalloc.c: fix the migrated zspage statistics.Chanho Min
2019-09-25mm/zsmalloc.c: fix a -Wunused-function warningQian Cai
2019-09-25zpool: add malloc_support_movable to zpool_driverHui Zhu
2019-08-31mm/zsmalloc.c: fix build when CONFIG_COMPACTION=nAndrew Morton
2019-08-25mm/zsmalloc.c: fix race condition in zs_destroy_poolHenry Burns
2019-08-25mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitelyHenry Burns
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-06-05mm/zsmalloc.c: remove unused variableAnders Roxell
2019-06-03zsmalloc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-05-26vfs: Convert zsmalloc to use the new mount APIDavid Howells
2019-05-26mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro
2019-05-20zsmalloc: don't bother with dentry_operationsAl Viro
2018-10-27mm/zsmalloc.c: fix fall-through annotationGustavo A. R. Silva
2018-08-18mm/zsmalloc.c: make several functions and a struct staticColin Ian King
2018-06-15mm: use octal not symbolic permissionsJoe Perches
2018-04-06mm: kernel-doc: add missing parameter descriptionsMike Rapoport
2018-04-06zsmalloc: introduce zs_huge_class_size()Sergey Senozhatsky
2018-04-06mm: reuse DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko
2018-02-14mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITSKirill A. Shutemov
2018-02-01zsmalloc: use U suffix for negative literals being shiftedNick Desaulniers
2018-02-01zswap: only save zswap header when necessaryYu Zhao
2018-02-01mm/zsmalloc: simplify shrinker init/destroyAliaksei Karaliou
2018-01-05mm/zsmalloc.c: include fs.hSergey Senozhatsky
2017-11-16zsmalloc: calling zs_map_object() from irq is a bugSergey Senozhatsky
2017-09-09mm/zsmalloc.c: change stat type parameter to intMatthias Kaehlcke
2017-09-09mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse
2017-09-07zsmalloc: zs_page_migrate: skip unnecessary loops but not return -EBUSY if zs...Hui Zhu
2017-08-03zram: do not free pool->size_classMinchan Kim
2017-07-11mm/zsmalloc: simplify zs_max_alloc_size handlingJerome Marchand
2017-07-11mm/zsmalloc.c: fix -Wunneeded-internal-declaration warningNick Desaulniers
2017-04-14zsmalloc: expand class bitMinchan Kim
2017-03-02sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...Ingo Molnar
2017-02-25mm/zsmalloc: fix comment in zsmallocYisheng Xie