summaryrefslogtreecommitdiff
path: root/mm (follow)
Commit message (Expand)AuthorAge
* Merge tag 'lsk-v4.4-16.12-android' into branch 'msm-4.4'Runmin Wang2017-02-28
|\
| * Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi2016-12-12
| |\
| | * Merge remote-tracking branch 'lts/linux-4.4.y' into linux-linaro-lsk-v4.4Alex Shi2016-12-12
| | |\
| | | * kasan: update kasan_global for gcc 7Dmitry Vyukov2016-12-08
| * | | Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi2016-11-29
| |\| |
| | * | Merge remote-tracking branch 'origin/v4.4/topic/wb-cg2' into linux-linaro-lsk...Alex Shi2016-11-29
| | |\ \
| | | * | mm: page_alloc: generalize the dirty balance reserveJohannes Weiner2016-11-29
| | | |/
| * | | Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi2016-11-25
| |\| |
| | * | Merge remote-tracking branch 'lts/linux-4.4.y' into linux-linaro-lsk-v4.4Alex Shi2016-11-25
| | |\|
| | | * swapfile: fix memory corruption via malformed swapfileJann Horn2016-11-18
| * | | Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAmit Pundir2016-11-15
| |\| |
| | * | Merge tag 'v4.4.31' into linux-linaro-lsk-v4.4Alex Shi2016-11-11
| | |\|
| | | * mm/cma: silence warnings due to max() usageStephen Rothwell2016-11-10
| | | * mm: memcontrol: do not recurse in direct reclaimJohannes Weiner2016-11-10
| | | * mm/list_lru.c: avoid error-path NULL pointer derefAlexander Polakov2016-11-10
| * | | Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi2016-11-01
| |\| |
| | * | Merge tag 'v4.4.30' into linux-linaro-lsk-v4.4Alex Shi2016-11-01
| | |\|
| | | * mm/hugetlb: fix memory offline with hugepage size > memory block sizeGerald Schaefer2016-10-31
| * | | Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi2016-10-29
| |\| |
| | * | Merge tag 'v4.4.28' into linux-linaro-lsk-v4.4Alex Shi2016-10-29
| | |\|
| | | * mm: filemap: fix mapping->nrpages double accounting in fuseJohannes Weiner2016-10-28
| | | * mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach...Johannes Weiner2016-10-28
| | | * mm: filemap: don't plant shadow entries without radix tree nodeJohannes Weiner2016-10-28
| * | | CHROMIUM: remove Android's cgroup generic permissions checksDmitry Torokhov2016-10-25
| * | | Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi2016-10-21
| |\| |
| | * | Merge tag 'v4.4.26' into linux-linaro-lsk-v4.4Alex Shi2016-10-21
| | |\|
| | | * mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds2016-10-20
| * | | Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi2016-10-18
| |\| |
| | * | Merge tag 'v4.4.25' into linux-linaro-lsk-v4.4Alex Shi2016-10-18
| | |\|
| | | * mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang2016-10-07
| * | | mm: Fix build for hardened usercopyAmit Pundir2016-10-12
| * | | UPSTREAM: mm/memblock: add MEMBLOCK_NOMAP attribute to memblock memory tableArd Biesheuvel2016-10-12
| * | | Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi2016-10-11
| |\| |
| | * | Merge remote-tracking branch 'lts/linux-4.4.y' into linux-linaro-lsk-v4.4Alex Shi2016-10-05
| | |\|
| | | * mm: delete unnecessary and unsafe init_tlb_ubc()Hugh Dickins2016-09-30
| | * | Merge branch 'v4.4/topic/mm-kaslr-pax_usercopy' into linux-linaro-lsk-v4.4Alex Shi2016-09-24
| | |\ \
| | | * | usercopy: remove page-spanning test for nowKees Cook2016-09-24
| | | * | usercopy: fix overlap check for kernel textJosh Poimboeuf2016-09-24
| | | * | mm/slub: support left redzoneJoonsoo Kim2016-09-24
* | | | | Merge "mm: fix build warnings in <linux/compaction.h>"Linux Build Service Account2017-02-25
|\ \ \ \ \
| * | | | | mm: fix build warnings in <linux/compaction.h>Minchan Kim2017-02-21
* | | | | | Merge "zsmalloc: page migration support"Linux Build Service Account2017-02-25
|\| | | | |
| * | | | | zsmalloc: page migration supportMinchan Kim2017-02-21
* | | | | | Merge "zsmalloc: use freeobj for index"Linux Build Service Account2017-02-25
|\| | | | |
| * | | | | zsmalloc: use freeobj for indexMinchan Kim2017-02-21
* | | | | | Merge "zsmalloc: separate free_zspage from putback_zspage"Linux Build Service Account2017-02-25
|\| | | | |
| * | | | | zsmalloc: separate free_zspage from putback_zspageMinchan Kim2017-02-21
* | | | | | Merge "zsmalloc: introduce zspage structure"Linux Build Service Account2017-02-25
|\| | | | |
| * | | | | zsmalloc: introduce zspage structureMinchan Kim2017-02-21
* | | | | | Merge "zsmalloc: factor page chain functionality out"Linux Build Service Account2017-02-25
|\| | | | |