- 9b95cf4 Merge 4.9.331 into android-4.9-q by Greg Kroah-Hartman · 2 years, 2 months ago
- fe16be4 mm: prevent page_frag_alloc() from corrupting the memory by Maurizio Lombardi · 2 years, 6 months ago
- e909885 Merge 4.9.330 into android-4.9-q by Greg Kroah-Hartman · 2 years, 3 months ago
- e9219fa mm/slub: fix to return errno if kmalloc() fails by Chao Yu · 2 years, 4 months ago
- bdfaf54d Merge 4.9.329 into android-4.9-q by Greg Kroah-Hartman · 2 years, 3 months ago
- 4783567 Merge 4.9.328 into android-4.9-q by Greg Kroah-Hartman · 2 years, 3 months ago
- 2401f7a mm: Fix TLB flush for not-first PFNMAP mappings in unmap_region() by Jann Horn · 2 years, 3 months ago
- 730233b Revert "mm: kmemleak: take a full lowmem check in kmemleak_*_phys()" by Yee Lee · 2 years, 4 months ago
- 1f866c5 Merge 4.9.327 into android-4.9-q by Greg Kroah-Hartman · 2 years, 4 months ago
- c24ca0f mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuse by Jann Horn · 2 years, 4 months ago
- 390f33a mm: Force TLB flush for PFNMAP mappings before unlink_file_vma() by Jann Horn · 2 years, 4 months ago
- 9ac3240 mm/hugetlb: fix hugetlb not supporting softdirty tracking by David Hildenbrand · 2 years, 5 months ago
- 5a227d8 Merge 4.9.325 into android-4.9-q by Greg Kroah-Hartman · 2 years, 5 months ago
- 5735845 mm/mempolicy: fix uninit-value in mpol_rebind_policy() by Wang Cheng · 2 years, 7 months ago
- a649166 Merge 4.9.324 into android-4.9-q by Greg Kroah-Hartman · 2 years, 5 months ago
- e3a3bfd mm: invalidate hwpoison page cache page in fault path by Rik van Riel · 2 years, 9 months ago
- bd77557 Merge 4.9.323 into android-4.9-q by Greg Kroah-Hartman · 2 years, 6 months ago
- 308c6d0 mm/slub: add missing TID updates on slab deactivation by Jann Horn · 2 years, 7 months ago
- ea690b6 Merge 4.9.320 into android-4.9-q by Eric Biggers · 2 years, 6 months ago
- 46eac53 random: move randomize_page() into mm where it belongs by Jason A. Donenfeld · 2 years, 8 months ago
- b6d1c4d Merge 4.9.318 into android-4.9-q by Greg Kroah-Hartman · 2 years, 7 months ago
- 25719eb hugetlb: fix huge_pmd_unshare address update by Mike Kravetz · 2 years, 7 months ago
- 34f36f2 Merge 4.9.314 into android-4.9-q by Greg Kroah-Hartman · 2 years, 8 months ago
- e53914e mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_atomic() by Muchun Song · 2 years, 9 months ago
- 7505475 Merge 4.9.312 into android-4.9 by Greg Kroah-Hartman · 2 years, 8 months ago
- 2705733 mm: page_alloc: fix building error on -Werror=array-compare by Xiongwei Song · 3 years ago
- f5c4d26 Merge 4.9.311 into android-4.9-q by Greg Kroah-Hartman · 2 years, 8 months ago
- 96eb480 mm: kmemleak: take a full lowmem check in kmemleak_*_phys() by Patrick Wang · 2 years, 9 months ago
- 2f2ef47 mm, page_alloc: fix build_zonerefs_node() by Juergen Gross · 2 years, 9 months ago
- f708382 mm: don't skip swap entry even if zap_details specified by Peter Xu · 2 years, 9 months ago
- 8510c23 mm/mempolicy: fix mpol_new leak in shared_policy_replace by Miaohe Lin · 2 years, 9 months ago
- a05540f mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0) by Paolo Bonzini · 2 years, 9 months ago
- be8173b mm: fix race between MADV_FREE reclaim and blkdev direct IO read by Mauricio Faria de Oliveira · 2 years, 9 months ago
- bf1e258 mm/memcontrol: return 1 from cgroup.memory __setup() handler by Randy Dunlap · 2 years, 9 months ago
- 677ea4c mm/mmap: return 1 from stack_guard_gap __setup() handler by Randy Dunlap · 2 years, 9 months ago
- eb179db mempolicy: mbind_range() set_policy() after vma_merge() by Hugh Dickins · 2 years, 9 months ago
- 43397f2 mm/pages_alloc.c: don't create ZONE_MOVABLE beyond the end of a node by Alistair Popple · 2 years, 9 months ago
- ad8bfa4 Merge 4.9.305 into android-4.9-q by Greg Kroah-Hartman · 2 years, 10 months ago
- 1bf82f3 memfd: fix F_SEAL_WRITE after shmem huge page allocated by Hugh Dickins · 2 years, 10 months ago
- 5435f456 Merge 4.9.304 into android-4.9-q by Greg Kroah-Hartman · 2 years, 10 months ago
- 670d6e5 memblock: use kfree() to release kmalloced memblock regions by Miaohe Lin · 2 years, 10 months ago
- e53f02c UPSTREAM: mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty() by Hugh Dickins · 7 years ago
- f840490 Merge 4.9.298 into android-4.9-q by Greg Kroah-Hartman · 2 years, 11 months ago
- 0dd4d64 mm: add follow_pte_pmd() by Ross Zwisler · 3 years ago
- 0c29640 gup: document and work around "COW can break either way" issue by Linus Torvalds · 3 years ago
- 6fbb838 Revert "gup: document and work around "COW can break either way" issue" by Ben Hutchings · 3 years ago
- 6ad7694 shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inode by Gang Li · 3 years ago
- 060bbd5 Merge 4.9.293 into android-4.9-q by Greg Kroah-Hartman · 3 years ago
- b718a6d mm: bdi: initialize bdi_min_ratio when bdi is unregistered by Manjong Lee · 3 years, 1 month ago
- 0b84e6e Merge 4.9.292 into android-4.9-q by Greg Kroah-Hartman · 3 years, 1 month ago
- 233171e hugetlb: take PMD sharing into account when flushing tlb/caches by Mike Kravetz · 6 years ago
- 8e80bf5 hugetlbfs: flush TLBs correctly after huge_pmd_unshare by Nadav Amit · 3 years, 1 month ago
- 58fa83d Merge 4.9.291 into android-4.9-q by Greg Kroah-Hartman · 3 years, 1 month ago
- 6bf727a mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flag by Rustam Kovhaev · 3 years, 1 month ago
- 973b61a mm, oom: do not trigger out_of_memory from the #PF by Michal Hocko · 3 years, 2 months ago
- 226b3c7 mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasks by Vasily Averin · 3 years, 2 months ago
- fdcd8b6 mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregister_migration() by Miaohe Lin · 3 years, 2 months ago
- 0de1fb1 Merge 4.9.290 into android-4.9-q by Greg Kroah-Hartman · 3 years, 2 months ago
- 215321a0 mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITS by Kirill A. Shutemov · 3 years, 2 months ago
- efb19a7 Merge 4.9.287 into android-4.9-q by Greg Kroah-Hartman · 3 years, 2 months ago
- 9bbd42e gup: document and work around "COW can break either way" issue by Linus Torvalds · 4 years, 7 months ago
- dc1c320 Merge 4.9.283 into android-4.9-q by Greg Kroah-Hartman · 3 years, 3 months ago
- c88c1fd mm/page_alloc: speed up the iteration of max_order by Muchun Song · 4 years ago
- 3cb026d mm/kmemleak.c: make cond_resched() rate-limiting more efficient by Andrew Morton · 7 years ago
- 9457058 Merge 4.9.276 into android-4.9-q by Greg Kroah-Hartman · 3 years, 5 months ago
- 535f610 mm/huge_memory.c: don't discard hugepage if other processes are mapping it by Miaohe Lin · 3 years, 6 months ago
- e19c1bf Merge 4.9.275 into android-4.9-q by Greg Kroah-Hartman · 3 years, 6 months ago
- c52e6f6 mm, futex: fix shared futex pgoff on shmem huge page by Hugh Dickins · 3 years, 6 months ago
- 07cc82b mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for split by Yang Shi · 3 years, 6 months ago
- 54b5f55 Merge 4.9.274 into android-4.9-q by Greg Kroah-Hartman · 3 years, 6 months ago
- 3c5c213 mm: hwpoison: change PageHWPoison behavior on hugetlb pages by Naoya Horiguchi · 7 years ago
- 19233c8 Merge 4.9.271 into android-4.9-q by Greg Kroah-Hartman · 3 years, 7 months ago
- 96f7d5f hugetlbfs: hugetlb_fault_mutex_hash() cleanup by Mike Kravetz · 5 years ago
- 13dd6bb mm, vmstat: drop zone->lock in /proc/pagetypeinfo by Stephen Brennan · 3 years, 7 months ago
- e7f15a9 Merge 4.9.269 into android-4.9-q by Greg Kroah-Hartman · 3 years, 7 months ago
- 9fe7601 ksm: fix potential missing rmap_item for stable_node by Miaohe Lin · 3 years, 8 months ago
- 5e9562f mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts() by Miaohe Lin · 3 years, 8 months ago
- d5e95af khugepaged: fix wrong result value for trace_mm_collapse_huge_page_isolate() by Miaohe Lin · 3 years, 8 months ago
- b0a9b5d Merge 4.9.265 into android-4.9-q by Greg Kroah-Hartman · 3 years, 9 months ago
- 10bb21b mm: fix race by making init_zero_pfn() early_initcall by Ilya Lipnitskiy · 3 years, 9 months ago
- e91660d Merge 4.9.262 into android-4.9-q by Greg Kroah-Hartman · 3 years, 10 months ago
- c474272 Revert "mm, slub: consider rest of partial list if acquire_slab() fails" by Linus Torvalds · 3 years, 10 months ago
- a4d5c09 Merge 4.9.260 into android-4.9-q by Greg Kroah-Hartman · 3 years, 10 months ago
- da4e1e3 swap: fix swapfile read/write offset by Jens Axboe · 3 years, 10 months ago
- d72be3a zsmalloc: account the number of compacted pages correctly by Rokudo Yan · 3 years, 10 months ago
- d645eb7 mm/hugetlb.c: fix unnecessary address expansion of pmd sharing by Li Xinhai · 3 years, 10 months ago
- 02a5c25 hugetlb: fix update_and_free_page contig page struct assumption by Mike Kravetz · 3 years, 10 months ago
- 5671ebb Merge 4.9.259 into android-4.9-q by Greg Kroah-Hartman · 3 years, 10 months ago
- 2a8e543 mm: hugetlb: fix a race between freeing and dissolving the page by Muchun Song · 3 years, 11 months ago
- cef250a mm/hugetlb: fix potential double free in hugetlb_register_node() error path by Miaohe Lin · 3 years, 10 months ago
- 0cf0811 mm/memory.c: fix potential pte_unmap_unlock pte error by Miaohe Lin · 3 years, 10 months ago
- cc91662 mm, thp: make do_huge_pmd_wp_page() lock page for testing mapcount by Vlastimil Babka · 3 years, 10 months ago
- b16bd72 Merge 4.9.258 into android-4.9-q by Greg Kroah-Hartman · 3 years, 10 months ago
- 3fcc1c3 memblock: do not start bottom-up allocations with kernel_end by Roman Gushchin · 3 years, 11 months ago
- aff8214 memcg: fix a crash in wb_workfn when a device disappears by Theodore Ts'o · 5 years ago
- dee9293 mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback() by Johannes Weiner · 7 years ago
- df5e32a Merge 4.9.257 into android-4.9-q by Greg Kroah-Hartman · 3 years, 11 months ago
- 332293a mm: thp: fix MADV_REMOVE deadlock on shmem THP by Hugh Dickins · 3 years, 11 months ago
- 2a2e1e9 mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_active by Muchun Song · 3 years, 11 months ago
- 1ed6214 mm: hugetlb: fix a race between isolating and freeing page by Muchun Song · 3 years, 11 months ago