summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2017-02-25Merge "zsmalloc: use first_page rather than page"Linux Build Service Account
2017-02-25Merge "mm/zsmalloc: add `freeable' column to pool stat"Linux Build Service Account
2017-02-25Merge "zsmalloc: drop unused member 'mapping_area->huge'"Linux Build Service Account
2017-02-25Merge "zsmalloc: reorganize struct size_class to pack 4 bytes hole"Linux Build Service Account
2017-02-25Merge "mm: balloon: use general non-lru movable page feature"Linux Build Service Account
2017-02-25Merge "mm: migrate: support non-lru movable page migration"Linux Build Service Account
2017-02-25Merge "mm: use put_page() to free page instead of putback_lru_page()"Linux Build Service Account
2017-02-25Merge "mm/compaction.c: fix zoneindex in kcompactd()"Linux Build Service Account
2017-02-25Merge "mm: fix kcompactd hang during memory offlining"Linux Build Service Account
2017-02-25Merge "mm: wake kcompactd before kswapd's short sleep"Linux Build Service Account
2017-02-25Merge "mm, kswapd: replace kswapd compaction with waking up kcompactd"Linux Build Service Account
2017-02-21Merge "mm, memory hotplug: small cleanup in online_pages()"Linux Build Service Account
2017-02-21Merge "mm, compaction: introduce kcompactd"Linux Build Service Account
2017-02-21Merge "mm, kswapd: remove bogus check of balance_classzone_idx"Linux Build Service Account
2017-02-21mm: fix build warnings in <linux/compaction.h>Minchan Kim
2017-02-21zsmalloc: page migration supportMinchan Kim
2017-02-21zsmalloc: use freeobj for indexMinchan Kim
2017-02-21zsmalloc: separate free_zspage from putback_zspageMinchan Kim
2017-02-21zsmalloc: introduce zspage structureMinchan Kim
2017-02-21zsmalloc: factor page chain functionality outMinchan Kim
2017-02-21zsmalloc: use accessorMinchan Kim
2017-02-21zsmalloc: use bit_spin_lockMinchan Kim
2017-02-21zsmalloc: keep max_object in size_classMinchan Kim
2017-02-21zsmalloc: require GFP in zs_malloc()Sergey Senozhatsky
2017-02-21zsmalloc: remove unused pool param in obj_freeMinchan Kim
2017-02-21zsmalloc: reorder function parametersMinchan Kim
2017-02-21zsmalloc: clean up many BUG_ONMinchan Kim
2017-02-21zsmalloc: use first_page rather than pageMinchan Kim
2017-02-21mm/zsmalloc: add `freeable' column to pool statSergey Senozhatsky
2017-02-21zsmalloc: drop unused member 'mapping_area->huge'YiPing Xu
2017-02-21zsmalloc: reorganize struct size_class to pack 4 bytes holeWeijie Yang
2017-02-21mm: balloon: use general non-lru movable page featureMinchan Kim
2017-02-21mm: migrate: support non-lru movable page migrationMinchan Kim
2017-02-21mm: use put_page() to free page instead of putback_lru_page()Minchan Kim
2017-02-21mm/compaction.c: fix zoneindex in kcompactd()Chen Feng
2017-02-21mm: fix kcompactd hang during memory offliningVlastimil Babka
2017-02-21mm: wake kcompactd before kswapd's short sleepVlastimil Babka
2017-02-21mm, kswapd: replace kswapd compaction with waking up kcompactdVlastimil Babka
2017-02-21mm, memory hotplug: small cleanup in online_pages()Vlastimil Babka
2017-02-21mm, compaction: introduce kcompactdVlastimil Babka
2017-02-21mm, kswapd: remove bogus check of balance_classzone_idxVlastimil Babka
2017-02-20mm: vmscan: do not pass reclaimed slab to vmpressureVinayak Menon
2017-02-20mm: vmpressure: fix sending wrong events on underflowVinayak Menon
2017-02-10Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-02-10 Merge tag 'v4.4.48' into linux-linaro-lsk-v4.4Alex Shi
2017-02-09Merge tag 'v4.4.48' into android-4.4.yDmitry Shmidt
2017-02-09base/memory, hotplug: fix a kernel oops in show_valid_zones()Toshi Kani
2017-02-09mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko
2017-02-09mm/memory_hotplug.c: check start_pfn in test_pages_in_a_zone()Toshi Kani
2017-02-09zswap: disable changing params if init failsDan Streetman