summaryrefslogtreecommitdiff
path: root/mm/zsmalloc.c
AgeCommit message (Expand)Author
2017-11-15zsmalloc: calling zs_map_object() from irq is a bugSergey Senozhatsky
2017-09-08mm/zsmalloc.c: change stat type parameter to intMatthias Kaehlcke
2017-09-08mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse
2017-09-06zsmalloc: zs_page_migrate: skip unnecessary loops but not return -EBUSY if zs...Hui Zhu
2017-08-02zram: do not free pool->size_classMinchan Kim
2017-07-10mm/zsmalloc: simplify zs_max_alloc_size handlingJerome Marchand
2017-07-10mm/zsmalloc.c: fix -Wunneeded-internal-declaration warningNick Desaulniers
2017-04-13zsmalloc: expand class bitMinchan Kim
2017-03-02sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...Ingo Molnar
2017-02-24mm/zsmalloc: fix comment in zsmallocYisheng Xie
2017-02-24mm/zsmalloc: remove redundant SetPagePrivate2 in create_page_chainYisheng Xie
2017-02-22mm: fix some typos in mm/zsmalloc.cXishi Qiu
2016-12-02mm/zsmalloc: Convert to hotplug state machineSebastian Andrzej Siewior
2016-07-28zsmalloc: Delete an unnecessary check before the function call "iput"Markus Elfring
2016-07-28mm/zsmalloc: use helper to clear page->flags bitGanesh Mahendran
2016-07-28mm/zsmalloc: add __init,__exit attributeGanesh Mahendran
2016-07-28mm/zsmalloc: keep comments consistent with codeGanesh Mahendran
2016-07-28mm/zsmalloc: avoid calculate max objects of zspage twiceGanesh Mahendran
2016-07-28mm/zsmalloc: use class->objs_per_zspage to get num of max objectsGanesh Mahendran
2016-07-28mm/zsmalloc: take obj index back from find_alloced_objGanesh Mahendran
2016-07-28mm/zsmalloc: use obj_index to keep consistent with othersGanesh Mahendran
2016-07-26mm: fix build warnings in <linux/compaction.h>Minchan Kim
2016-07-26mm: add NR_ZSMALLOC to vmstatMinchan Kim
2016-07-26zsmalloc: use OBJ_TAG_BIT for bit shifterMinchan Kim
2016-07-26zsmalloc: page migration supportMinchan Kim
2016-07-26zsmalloc: use freeobj for indexMinchan Kim
2016-07-26zsmalloc: separate free_zspage from putback_zspageMinchan Kim
2016-07-26zsmalloc: introduce zspage structureMinchan Kim
2016-07-26zsmalloc: factor page chain functionality outMinchan Kim
2016-07-26zsmalloc: use accessorMinchan Kim
2016-07-26zsmalloc: use bit_spin_lockMinchan Kim
2016-07-26zsmalloc: keep max_object in size_classMinchan Kim
2016-05-26update "mm/zsmalloc: don't fail if can't create debugfs info"Dan Streetman
2016-05-20mm/zsmalloc: don't fail if can't create debugfs infoDan Streetman
2016-05-20zsmalloc: require GFP in zs_malloc()Sergey Senozhatsky
2016-05-20zsmalloc: remove unused pool param in obj_freeMinchan Kim
2016-05-20zsmalloc: reorder function parametersMinchan Kim
2016-05-20zsmalloc: clean up many BUG_ONMinchan Kim
2016-05-20zsmalloc: use first_page rather than pageMinchan Kim
2016-05-09zsmalloc: fix zs_can_compact() integer overflowSergey Senozhatsky
2016-03-17mm/zsmalloc: add `freeable' column to pool statSergey Senozhatsky
2016-03-17zsmalloc: drop unused member 'mapping_area->huge'YiPing Xu
2016-01-20zsmalloc: fix migrate_zspage-zs_free race conditionJunil Lee
2016-01-15zsmalloc: reorganize struct size_class to pack 4 bytes holeWeijie Yang
2015-11-06zsmalloc: use page->private instead of page->first_pageKirill A. Shutemov
2015-11-06zsmalloc: reduce size_class memory usageSergey Senozhatsky
2015-11-06mm/zsmalloc.c: remove useless line in obj_free()Hui Zhu
2015-11-06zsmalloc: don't test shrinker_enabled in zs_shrinker_count()Sergey Senozhatsky
2015-11-06zsmalloc: use preempt.h for in_interrupt()Sergey Senozhatsky
2015-11-06zsmalloc: fix obj_to_head use page_private(page) as value but not pointerHui Zhu