aboutsummaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/page_alloc: Remove kernel address exposure in free_reserved_area()Josh Poimboeuf2017-11-061-2/+2
* mm: vmscan: support equal reclaim for anon and file pagesLiam Mark2017-10-212-1/+11
* gather extra early boot entropy like PaXDaniel Micay2017-10-141-0/+11
* BACKPORT: Sanitize 'move_pages()' permission checksMarissa Wall2017-10-141-8/+4
* CHROMIUM: remove Android's cgroup generic permissions checksDmitry Torokhov2017-09-301-12/+0
* mm/zpool: add name argument to create zpoolGanesh Mahendran2017-09-252-3/+6
* mm/zpool: use prefixed module loadingKees Cook2017-09-252-1/+86
* zbud: add to mm/Seth Jennings2017-09-252-0/+528
* zsmalloc: use OBJ_TAG_BIT for bit shifterMinchan Kim2017-09-251-6/+6
* zsmalloc: use freeobj for indexMinchan Kim2017-09-251-66/+73
* zsmalloc: separate free_zspage from putback_zspageMinchan Kim2017-09-251-16/+11
* zsmalloc: introduce zspage structureMinchan Kim2017-09-251-293/+241
* zsmalloc: factor page chain functionality outMinchan Kim2017-09-251-24/+36
* zsmalloc: use accessorMinchan Kim2017-09-251-22/+60
* zsmalloc: use bit_spin_lockMinchan Kim2017-09-251-7/+3
* zsmalloc: keep max_object in size_classMinchan Kim2017-09-251-19/+15
* update "mm/zsmalloc: don't fail if can't create debugfs info"Dan Streetman2017-09-251-19/+16
* mm/zsmalloc: don't fail if can't create debugfs infoDan Streetman2017-09-251-11/+7
* zsmalloc: require GFP in zs_malloc()Sergey Senozhatsky2017-09-251-11/+13
* zsmalloc: remove unused pool param in obj_freeMinchan Kim2017-09-251-4/+3
* zsmalloc: reorder function parametersMinchan Kim2017-09-251-24/+26
* zsmalloc: use first_page rather than pageMinchan Kim2017-09-251-30/+32
* zsmalloc: fix zs_can_compact() integer overflowSergey Senozhatsky2017-09-251-2/+5
* mm/zsmalloc: add `freeable' column to pool statSergey Senozhatsky2017-09-251-7/+13
* zsmalloc: drop unused member 'mapping_area->huge'YiPing Xu2017-09-251-6/+3
* zsmalloc: fix migrate_zspage-zs_free race conditionJunil Lee2017-09-251-1/+13
* zsmalloc: reorganize struct size_class to pack 4 bytes holeWeijie Yang2017-09-251-2/+2
* zsmalloc: use page->private instead of page->first_pageKirill A. Shutemov2017-09-251-6/+5
* zsmalloc: reduce size_class memory usageSergey Senozhatsky2017-09-251-4/+13
* mm/zsmalloc.c: remove useless line in obj_free()Hui Zhu2017-09-251-3/+0
* zsmalloc: use preempt.h for in_interrupt()Sergey Senozhatsky2017-09-251-1/+1
* zsmalloc: fix obj_to_head use page_private(page) as value but not pointerHui Zhu2017-09-251-1/+1
* zsmalloc: add comments for ->inuse to zspageHui Zhu2017-09-251-0/+1
* zsmalloc: remove null check from destroy_handle_cache()Sergey Senozhatsky2017-09-251-2/+1
* zsmalloc: use class->pages_per_zspageMinchan Kim2017-09-251-3/+2
* zsmalloc: consider ZS_ALMOST_FULL as migrate sourceMinchan Kim2017-09-251-7/+10
* zsmalloc: partial page ordering within a fullness_listSergey Senozhatsky2017-09-251-5/+14
* zsmalloc: account the number of compacted pagesSergey Senozhatsky2017-09-251-10/+17
* zsmalloc/zram: introduce zs_pool_stats apiSergey Senozhatsky2017-09-251-14/+15
* zsmalloc: cosmetic compaction code adjustmentsSergey Senozhatsky2017-09-251-6/+6
* zsmalloc: introduce zs_can_compact() functionSergey Senozhatsky2017-09-251-0/+26
* zsmalloc: always keep per-class statsSergey Senozhatsky2017-09-251-32/+8
* zsmalloc: drop unused variable `nr_to_migrate'Sergey Senozhatsky2017-09-251-4/+0
* zsmalloc: remove obsolete ZSMALLOC_DEBUGMarcin Jabrzyk2017-09-251-4/+0
* block: zram: Backport from Linux 4.1Sultan Qasim Khan2017-09-251-2/+0
* mm: zsmalloc: backport from Linux 4.1Sultan Qasim Khan2017-09-251-245/+1075
* mm/zpool: implement common zpool api to zbud/zsmallocDan Streetman2017-09-253-0/+394
* misc: replace __FUNCTION__ by __function__Moyster2017-09-233-7/+7
* vmstat: squash 4 patches from upstreamFrancisco Franco2017-08-311-3/+5
* mm: make migrate_page_move_mapping() take an extra_count parameterBenjamin LaHaise2017-07-211-6/+7