aboutsummaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'android-x86_64-fugu-3.10-nyc-mr1' into android-x86_64-fugu-3.10Jonathan Solnit2017-07-273-137/+109
|\
| * UPSTREAM: mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls2017-07-191-12/+8
| * UPSTREAM: mm: fix new crash in unmapped_area_topdown()Hugh Dickins2017-07-191-2/+4
| * BACKPORT: mm: larger stack guard gap, between vmasHugh Dickins2017-07-192-125/+99
* | UPSTREAM: mm: ensure get_unmapped_area() returns higher address than mmap_min...Akira Takeuchi2017-02-221-5/+5
|/
* BACKPORT: mm: avoid setting up anonymous pages into file mappingYuan Lin2016-11-171-5/+13
* UPSTREAM: mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds2016-10-201-2/+12
* Merge remote-tracking branch 'common/android-3.10' into android-x86_64-fugu-3.10Patrick Tjin2016-01-207-323/+1653
|\
| * UPSTREAM: memcg: Only free spare array when readers are doneMartijn Coenen2016-01-191-5/+6
| * FROMLIST: mm: mmap: Add new /proc tunable for mmap_base ASLR.dcashman2016-01-121-0/+12
| * UPSTREAM: mm: more aggressive page stealing for UNMOVABLE allocationsVlastimil Babka2016-01-061-4/+14
| * UPSTREAM: mm: always steal split buddies in fallback allocationsVlastimil Babka2016-01-061-33/+29
| * UPSTREAM: mm: page_alloc: use unsigned int for order in more placesMel Gorman2016-01-061-20/+25
| * UPSTREAM: mm: when stealing freepages, also take pages created by splitting b...Vlastimil Babka2016-01-061-7/+5
| * UPSTREAM: mm/page_alloc: prevent MIGRATE_RESERVE pages from being misplacedVlastimil Babka2016-01-061-10/+13
| * UPSTREAM: mm: __rmqueue_fallback() should respect pageblock typeKOSAKI Motohiro2016-01-061-10/+5
| * UPSTREAM: mm: get rid of unnecessary overhead of trace_mm_page_alloc_extfrag()KOSAKI Motohiro2016-01-061-3/+2
| * UPSTREAM: mm/page_alloc.c: fix the value of fallback_migratetype in alloc_ext...Srivatsa S. Bhat2016-01-061-2/+3
| * UPSTREAM: mm/page_allo.c: restructure free-page stealing code and fix a bugSrivatsa S. Bhat2016-01-061-36/+59
| * BACKPORT: mm: /proc/pid/smaps:: show proportional swap share of the mappingMinchan Kim2015-12-161-0/+42
| * UPSTREAM: zsmalloc: fix a null pointer dereference in destroy_handle_cache()Sergey Senozhatsky2015-12-091-1/+2
| * UPSTREAM: zsmalloc: remove extra cond_resched() in __zs_compactSergey Senozhatsky2015-12-091-2/+0
| * UPSTREAM: zsmalloc: fix fatal corruption due to wrong size class selectionHeesub Shin2015-12-091-5/+0
| * UPSTREAM: zsmalloc: remove unnecessary insertion/removal of zspage in compactionMinchan Kim2015-12-091-3/+3
| * UPSTREAM: zsmalloc: micro-optimize zs_object_copy()Sergey Senozhatsky2015-12-091-8/+7
| * UPSTREAM: zsmalloc: remove synchronize_rcu from zs_compact()Sergey Senozhatsky2015-12-091-2/+0
| * UPSTREAM: mm/zsmalloc.c: fix comment for get_pages_per_zspageYinghao Xie2015-12-091-1/+2
| * UPSTREAM: zsmalloc: zsmalloc documentationMinchan Kim2015-12-091-29/+0
| * UPSTREAM: zsmalloc: add fullness into statMinchan Kim2015-12-091-165/+184
| * UPSTREAM: zsmalloc: record handle in page->private for huge objectMinchan Kim2015-12-091-12/+42
| * UPSTREAM: zsmalloc: adjust ZS_ALMOST_FULLMinchan Kim2015-12-091-1/+1
| * UPSTREAM: zsmalloc: support compactionMinchan Kim2015-12-091-19/+359
| * UPSTREAM: zsmalloc: factor out obj_[malloc|free]Minchan Kim2015-12-091-38/+60
| * UPSTREAM: zsmalloc: decouple handle and objectMinchan Kim2015-12-091-28/+98
| * BACKPORT: mm/zsmalloc: add statistics supportGanesh Mahendran2015-12-092-4/+239
| * BACKPORT: mm/zpool: add name argument to create zpoolGanesh Mahendran2015-12-092-5/+7
| * BACKPORT: mm/zsmalloc: adjust order of functionsGanesh Mahendran2015-12-091-187/+187
| * UPSTREAM: mm/zsmalloc: allocate exactly size of struct zs_poolGanesh Mahendran2015-12-091-3/+2
| * UPSTREAM: mm/zsmalloc: avoid duplicate assignment of prev_classGanesh Mahendran2015-12-091-5/+4
| * UPSTREAM: mm/zsmalloc: support allocating obj with size of ZS_MAX_ALLOC_SIZEMahendran Ganesh2015-12-091-6/+32
| * UPSTREAM: zsmalloc: correct fragile [kmap|kunmap]_atomic useMinchan Kim2015-12-091-9/+12
| * UPSTREAM: zsmalloc: fix zs_init cpu notifier error handlingSergey Senozhatsky2015-12-091-15/+24
| * UPSTREAM: zsmalloc: merge size_class to reduce fragmentationJoonsoo Kim2015-12-091-14/+66
| * UPSTREAM: zsmalloc: simplify init_zspage free obj linkingDan Streetman2015-12-091-9/+5
| * UPSTREAM: mm/zsmalloc.c: correct comment for fullness group computationWang Sheng-Hui2015-12-091-1/+1
| * UPSTREAM: zsmalloc: change return value unit of zs_get_total_size_bytesMinchan Kim2015-12-091-5/+4
| * UPSTREAM: zsmalloc: move pages_allocated to zs_poolMinchan Kim2015-12-091-15/+8
| * BACKPORT: mm/zpool: use prefixed module loadingKees Cook2015-12-092-1/+2
| * BACKPORT: mm/zpool: zbud/zsmalloc implement zpoolDan Streetman2015-12-091-0/+85
| * BACKPORT: mm/zpool: implement common zpool api to zbud/zsmallocDan Streetman2015-12-094-1/+372