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
2022-10-21zsmalloc: zs_destroy_pool: add size_class NULL checkAlexey Romanov
2022-10-04zsmalloc: use correct types in _first_obj_offset functionsAlexey Romanov
2022-09-12zsmalloc: zs_object_copy: replace email link to docAlexey Romanov
2022-09-12zsmalloc: remove unnecessary size_class NULL checkAlexey Romanov
2022-09-12zsmalloc: zs_object_copy: add clarifying commentAlexey Romanov
2022-08-29mm/zsmalloc: do not attempt to free IS_ERR handleSergey Senozhatsky
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-02mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)
2022-07-30zsmalloc: zs_malloc: return ERR_PTR on failureHui Zhu
2022-07-04mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-05-14zsmalloc: fix races between asynchronous zspage free and page migrationSultan Alsawaf
2022-01-22zsmalloc: replace get_cpu_var with local_lockMike Galbraith
2022-01-22zsmalloc: replace per zpage lock with pool->migrate_lockMinchan Kim
2022-01-22zsmalloc: remove zspage isolation for migrationMinchan Kim
2022-01-22zsmalloc: move huge compressed obj from page to zspageMinchan Kim
2022-01-22zsmalloc: introduce obj_allocatedMinchan Kim
2022-01-22zsmalloc: decouple class actions from zspage worksMinchan Kim
2022-01-22zsmalloc: rename zs_stat_type to class_stat_typeMinchan Kim
2022-01-22zsmalloc: introduce some helper functionsMinchan Kim
2022-01-06zsmalloc: Stop using slab fields in struct pageMatthew Wilcox (Oracle)
2021-11-06mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregi...Miaohe Lin
2021-07-01mm/zsmalloc.c: improve readability for async_free_zspage()Miaohe Lin
2021-07-01mm/zsmalloc.c: remove confusing code in obj_free()Miaohe Lin
2021-05-07mm: fix typos in commentsIngo Molnar
2021-05-07mm: fix some typos and code style problemsShijie Luo
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