summaryrefslogtreecommitdiff
path: root/mm/zsmalloc.c
Commit message (Expand)AuthorAge
* mm: kernel-doc: add missing parameter descriptionsMike Rapoport2018-04-05
* zsmalloc: introduce zs_huge_class_size()Sergey Senozhatsky2018-04-05
* mm: reuse DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-04-05
* mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITSKirill A. Shutemov2018-02-14
* zsmalloc: use U suffix for negative literals being shiftedNick Desaulniers2018-01-31
* zswap: only save zswap header when necessaryYu Zhao2018-01-31
* mm/zsmalloc: simplify shrinker init/destroyAliaksei Karaliou2018-01-31
* mm/zsmalloc.c: include fs.hSergey Senozhatsky2018-01-04
* zsmalloc: calling zs_map_object() from irq is a bugSergey Senozhatsky2017-11-15
* mm/zsmalloc.c: change stat type parameter to intMatthias Kaehlcke2017-09-08
* mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse2017-09-08
* zsmalloc: zs_page_migrate: skip unnecessary loops but not return -EBUSY if zs...Hui Zhu2017-09-06
* zram: do not free pool->size_classMinchan Kim2017-08-02
* mm/zsmalloc: simplify zs_max_alloc_size handlingJerome Marchand2017-07-10
* mm/zsmalloc.c: fix -Wunneeded-internal-declaration warningNick Desaulniers2017-07-10
* zsmalloc: expand class bitMinchan Kim2017-04-13
* sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...Ingo Molnar2017-03-02
* mm/zsmalloc: fix comment in zsmallocYisheng Xie2017-02-24
* mm/zsmalloc: remove redundant SetPagePrivate2 in create_page_chainYisheng Xie2017-02-24
* mm: fix some typos in mm/zsmalloc.cXishi Qiu2017-02-22
* mm/zsmalloc: Convert to hotplug state machineSebastian Andrzej Siewior2016-12-02
* zsmalloc: Delete an unnecessary check before the function call "iput"Markus Elfring2016-07-28
* mm/zsmalloc: use helper to clear page->flags bitGanesh Mahendran2016-07-28
* mm/zsmalloc: add __init,__exit attributeGanesh Mahendran2016-07-28
* mm/zsmalloc: keep comments consistent with codeGanesh Mahendran2016-07-28
* mm/zsmalloc: avoid calculate max objects of zspage twiceGanesh Mahendran2016-07-28
* mm/zsmalloc: use class->objs_per_zspage to get num of max objectsGanesh Mahendran2016-07-28
* mm/zsmalloc: take obj index back from find_alloced_objGanesh Mahendran2016-07-28
* mm/zsmalloc: use obj_index to keep consistent with othersGanesh Mahendran2016-07-28
* mm: fix build warnings in <linux/compaction.h>Minchan Kim2016-07-26
* mm: add NR_ZSMALLOC to vmstatMinchan Kim2016-07-26
* zsmalloc: use OBJ_TAG_BIT for bit shifterMinchan Kim2016-07-26
* zsmalloc: page migration supportMinchan Kim2016-07-26
* zsmalloc: use freeobj for indexMinchan Kim2016-07-26
* zsmalloc: separate free_zspage from putback_zspageMinchan Kim2016-07-26
* zsmalloc: introduce zspage structureMinchan Kim2016-07-26
* zsmalloc: factor page chain functionality outMinchan Kim2016-07-26
* zsmalloc: use accessorMinchan Kim2016-07-26
* zsmalloc: use bit_spin_lockMinchan Kim2016-07-26
* zsmalloc: keep max_object in size_classMinchan Kim2016-07-26
* update "mm/zsmalloc: don't fail if can't create debugfs info"Dan Streetman2016-05-26
* mm/zsmalloc: don't fail if can't create debugfs infoDan Streetman2016-05-20
* zsmalloc: require GFP in zs_malloc()Sergey Senozhatsky2016-05-20
* zsmalloc: remove unused pool param in obj_freeMinchan Kim2016-05-20
* zsmalloc: reorder function parametersMinchan Kim2016-05-20
* zsmalloc: clean up many BUG_ONMinchan Kim2016-05-20
* zsmalloc: use first_page rather than pageMinchan Kim2016-05-20
* zsmalloc: fix zs_can_compact() integer overflowSergey Senozhatsky2016-05-09
* mm/zsmalloc: add `freeable' column to pool statSergey Senozhatsky2016-03-17
* zsmalloc: drop unused member 'mapping_area->huge'YiPing Xu2016-03-17