aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2016-02-03Merge branch 'linaro-fixes/android-3.18' of git://android.git.linaro.org/kern...Jon Medhurst
2016-01-14Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidAlex Shi
2016-01-06UPSTREAM: mm: more aggressive page stealing for UNMOVABLE allocationsVlastimil Babka
2016-01-06UPSTREAM: mm: always steal split buddies in fallback allocationsVlastimil Babka
2016-01-06UPSTREAM: mm: when stealing freepages, also take pages created by splitting b...Vlastimil Babka
2015-12-16BACKPORT: mm: /proc/pid/smaps:: show proportional swap share of the mappingMinchan Kim
2015-12-10Merge branch 'android-3.18' of ../../android/aosp into linux-linaro-lsk-v3.18...Kevin Hilman
2015-12-09UPSTREAM: zsmalloc: fix a null pointer dereference in destroy_handle_cache()Sergey Senozhatsky
2015-12-09UPSTREAM: zsmalloc: remove extra cond_resched() in __zs_compactSergey Senozhatsky
2015-12-09UPSTREAM: zsmalloc: fix fatal corruption due to wrong size class selectionHeesub Shin
2015-12-09UPSTREAM: zsmalloc: remove unnecessary insertion/removal of zspage in compactionMinchan Kim
2015-12-09UPSTREAM: zsmalloc: micro-optimize zs_object_copy()Sergey Senozhatsky
2015-12-09UPSTREAM: zsmalloc: remove synchronize_rcu from zs_compact()Sergey Senozhatsky
2015-12-09UPSTREAM: mm/zsmalloc.c: fix comment for get_pages_per_zspageYinghao Xie
2015-12-09UPSTREAM: zsmalloc: zsmalloc documentationMinchan Kim
2015-12-09UPSTREAM: zsmalloc: add fullness into statMinchan Kim
2015-12-09UPSTREAM: zsmalloc: record handle in page->private for huge objectMinchan Kim
2015-12-09UPSTREAM: zsmalloc: adjust ZS_ALMOST_FULLMinchan Kim
2015-12-09UPSTREAM: zsmalloc: support compactionMinchan Kim
2015-12-09UPSTREAM: zsmalloc: factor out obj_[malloc|free]Minchan Kim
2015-12-09UPSTREAM: zsmalloc: decouple handle and objectMinchan Kim
2015-12-09UPSTREAM: mm/zsmalloc: add statistics supportGanesh Mahendran
2015-12-09UPSTREAM: mm/zpool: add name argument to create zpoolGanesh Mahendran
2015-12-09UPSTREAM: mm/zsmalloc: adjust order of functionsGanesh Mahendran
2015-12-09UPSTREAM: mm/zsmalloc: allocate exactly size of struct zs_poolGanesh Mahendran
2015-12-09UPSTREAM: mm/zsmalloc: avoid duplicate assignment of prev_classGanesh Mahendran
2015-12-09UPSTREAM: mm/zsmalloc: support allocating obj with size of ZS_MAX_ALLOC_SIZEMahendran Ganesh
2015-12-09UPSTREAM: zsmalloc: correct fragile [kmap|kunmap]_atomic useMinchan Kim
2015-12-09UPSTREAM: zsmalloc: fix zs_init cpu notifier error handlingSergey Senozhatsky
2015-12-09UPSTREAM: zsmalloc: merge size_class to reduce fragmentationJoonsoo Kim
2015-11-15mm: make sendfile(2) killableJan Kara
2015-11-11Merge branch 'v3.18/topic/aosp' into linux-linaro-lsk-v3.18-androidKevin Hilman
2015-11-11Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidKevin Hilman
2015-11-03mm: reorder can_do_mlock to fix audit denialJeff Vander Stoep
2015-10-27mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)Joonsoo Kim
2015-10-27mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman
2015-10-20Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidKevin Hilman
2015-10-07vmscan: fix increasing nr_isolated incurred by putback unevictable pagesJaewon Kim
2015-09-15mm/hwpoison: fix fail isolate hugetlbfs page w/ refcount heldWanpeng Li
2015-09-15mm: hugetlb: introduce page_huge_activeNaoya Horiguchi
2015-09-15mm/hwpoison: fix page refcount of unknown non LRU pageWanpeng Li
2015-08-27mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko
2015-08-06Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidKevin Hilman
2015-07-05mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()Larry Finger
2015-07-05mm: kmemleak: allow safe memory scanning during kmemleak disablingCatalin Marinas
2015-07-03mm/memory_hotplug.c: set zone->wait_table to null after freeing itGu Zheng
2015-06-16Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidKevin Hilman
2015-06-10mm, numa: really disable NUMA balancing by default on single node machinesMel Gorman
2015-05-23mm: soft-offline: fix num_poisoned_pages counting on concurrent eventsNaoya Horiguchi
2015-05-23writeback: use |1 instead of +1 to protect against div by zeroTejun Heo