- 05baf14 Merge tag 'v4.9.93' into android-4.9 by Greg Hackmann · 7 years ago
- c2a3e4f mm/vmscan.c: fix unsequenced modification and access warning by Nick Desaulniers · 7 years ago
- bb94f9d Merge 4.9.91 into android-4.9 by Greg Kroah-Hartman · 7 years ago
- 8ab8995 mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink() by Kirill A. Shutemov · 7 years ago
- 142d9dd mm/thp: do not wait for lock_page() in deferred_split_scan() by Kirill A. Shutemov · 7 years ago
- 24284d5 mm/khugepaged.c: convert VM_BUG_ON() to collapse fail by Kirill A. Shutemov · 7 years ago
- dd1e37e Merge 4.9.90 into android-4.9 by Greg Kroah-Hartman · 7 years ago
- 0b42ce0 mm: hwpoison: call shake_page() after try_to_unmap() for mlocked page by Naoya Horiguchi · 8 years ago
- 82d938a mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfo by David Rientjes · 8 years ago
- 7eb0b73 mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttling by Johannes Weiner · 8 years ago
- d6f2774 UPSTREAM: kasan: add functions for unpoisoning stack variables by Alexander Potapenko · 7 years ago
- 9351dcd UPSTREAM: kasan: support alloca() poisoning by Paul Lawrence · 7 years ago
- 4fd840d mm: fix filler function type mismatch by Sami Tolvanen · 7 years ago
- 97d5fd2 mm: fix drain_local_pages function type by Sami Tolvanen · 7 years ago
- 7118def Merge 4.9.85 into android-4.9 by Greg Kroah-Hartman · 7 years ago
- 78b1cb3 mm: fail get_vaddr_frames() for filesystem-dax mappings by Dan Williams · 7 years ago
- b29ea3c mm: introduce get_user_pages_longterm by Dan Williams · 7 years ago
- f2562ed mm: avoid spurious 'bad pmd' warning messages by Ross Zwisler · 7 years ago
- a9d0273 Merge 4.9.84 into android-4.9 by Greg Kroah-Hartman · 7 years ago
- 8bec83b shmem: fix compilation warnings on unused functions by Jérémy Lefaure · 8 years ago
- 1dc6839 shmem: avoid maybe-uninitialized warning by Arnd Bergmann · 8 years ago
- 4b5b4f6 mm/early_ioremap: Fix boot hang with earlyprintk=efi,keep by Dave Young · 7 years ago
- 5cab144f Provide a function to create a NUL-terminated string from unterminated data by David Howells · 7 years ago
- 274ee93 mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed. by Tetsuo Handa · 7 years ago
- da9fb78 Merge 4.9.83 into android-4.9 by Greg Kroah-Hartman · 7 years ago
- 7318454 mm: hide a #warning for COMPILE_TEST by Arnd Bergmann · 7 years ago
- b30d2b5 Merge 4.9.80 into android-4.9 by Greg Kroah-Hartman · 7 years ago
- 7b86238 kmemleak: add scheduling point to kmemleak_scan() by Yisheng Xie · 7 years ago
- 71f1469 Merge 4.9.79 into android-4.9 by Greg Kroah-Hartman · 7 years ago
- 19a7db1 mm: fix 100% CPU kswapd busyloop on unreclaimable nodes by Johannes Weiner · 8 years ago
- 685cce5 mm, page_alloc: fix potential false positive in __zone_watermark_ok by Vlastimil Babka · 7 years ago
- 714c19e cma: fix calculation of aligned offset by Doug Berger · 7 years ago
- bc0e217 hwpoison, memcg: forcibly uncharge LRU pages by Michal Hocko · 7 years ago
- c57664b mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stack by Michal Hocko · 7 years ago
- 033d019 Merge 4.9.77 into android-4.9 by Greg Kroah-Hartman · 7 years ago
- 1ecdfc1 zswap: don't param_set_charp while holding spinlock by Dan Streetman · 8 years ago
- bc7ff9b Merge 4.9.75 into android-4.9 by Greg Kroah-Hartman · 7 years ago
- 1972bb9 kaiser: vmstat show NR_KAISERTABLE as nr_overhead by Hugh Dickins · 7 years ago
- 77b062e UPSTREAM: kasan: make get_wild_bug_type() static by Colin Ian King · 7 years ago
- 37070c1 UPSTREAM: kasan: separate report parts by empty lines by Andrey Konovalov · 8 years ago
- bef4eb3 UPSTREAM: kasan: improve double-free report format by Andrey Konovalov · 8 years ago
- ba2d145 UPSTREAM: kasan: print page description after stacks by Andrey Konovalov · 8 years ago
- c13ce42 UPSTREAM: kasan: improve slab object description by Andrey Konovalov · 8 years ago
- 5e2a115 UPSTREAM: kasan: change report header by Andrey Konovalov · 8 years ago
- 74f1d22 UPSTREAM: kasan: simplify address description logic by Andrey Konovalov · 8 years ago
- 9592c76 UPSTREAM: kasan: change allocation and freeing stack traces headers by Andrey Konovalov · 8 years ago
- 00c37f3 UPSTREAM: kasan: unify report headers by Andrey Konovalov · 8 years ago
- 828a17c UPSTREAM: kasan: introduce helper functions for determining bug type by Andrey Konovalov · 8 years ago
- 586b2bd BACKPORT: kasan: report only the first error by default by Mark Rutland · 8 years ago
- e9166aa UPSTREAM: kasan: fix races in quarantine_remove_cache() by Dmitry Vyukov · 8 years ago
- 650117f UPSTREAM: kasan: resched in quarantine_remove_cache() by Dmitry Vyukov · 8 years ago
- 46ae3e4 UPSTREAM: kasan, sched/headers: Uninline kasan_enable/disable_current() by Ingo Molnar · 8 years ago
- cb61d5a UPSTREAM: kasan: drain quarantine of memcg slab objects by Greg Thelen · 8 years ago
- b0b3611 UPSTREAM: kasan: eliminate long stalls during quarantine reduction by Dmitry Vyukov · 8 years ago
- 522e13a UPSTREAM: kasan: support panic_on_warn by Dmitry Vyukov · 8 years ago
- 3f1d77c Merge 4.9.69 into android-4.9 by Greg Kroah-Hartman · 7 years ago
- 1618400 zsmalloc: calling zs_map_object() from irq is a bug by Sergey Senozhatsky · 7 years ago
- c2edc33 thp: fix MADV_DONTNEED vs. numa balancing race by Kirill A. Shutemov · 8 years ago
- 7bdd685 thp: reduce indentation level in change_huge_pmd() by Kirill A. Shutemov · 8 years ago
- fdeec8f Merge 4.9.68 into android-4.9 by Greg Kroah-Hartman · 7 years ago
- fae478c mm: fix remote numa hits statistics by Michal Hocko · 8 years ago
- ee23ae9 mm, oom_reaper: gather each vma to prevent leaking TLB entry by Wang Nan · 7 years ago
- 12cae95 Merge 4.9.67 into android-4.9 by Greg Kroah-Hartman · 7 years ago
- ba32d7d mm/madvise.c: fix madvise() infinite loop under special circumstances by chenjie · 7 years ago
- cebe139 mm, hugetlbfs: introduce ->split() to vm_operations_struct by Dan Williams · 7 years ago
- 436f19a mm/cma: fix alloc_contig_range ret code/potential leak by Mike Kravetz · 7 years ago
- 7031ae2 mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d() by Kirill A. Shutemov · 7 years ago
- ea83e4a Merge 4.9.65 into android-4.9 by Greg Kroah-Hartman · 7 years ago
- ceaec6e mm/pagewalk.c: report holes in hugetlb ranges by Jann Horn · 7 years ago
- 9980b82 mm/page_alloc.c: broken deferred calculation by Pavel Tatashin · 7 years ago
- f108c7d Merge 4.9.58 into android-4.9 by Greg Kroah-Hartman · 7 years ago
- 076a622 slub: do not merge cache if slub_debug contains a never-merge flag by Grygorii Maistrenko · 8 years ago
- a5f043b mm/memory_hotplug: set magic number to page->freelist instead of page->lru.next by Yasuaki Ishimatsu · 8 years ago
- cdbe07a Merge 4.9.55 into android-4.9 by Greg Kroah-Hartman · 7 years ago
- 2b81970 mm, oom_reaper: skip mm structs with mmu notifiers by Michal Hocko · 7 years ago
- e5eba30 Merge 4.9.54 into android-4.9 by Greg Kroah-Hartman · 7 years ago
- a495f72 mm/cgroup: avoid panic when init with low memory by Laurent Dufour · 8 years ago
- c30c69c Merge 4.9.52 into android-4.9 by Greg Kroah-Hartman · 7 years ago
- 39f5677 mm: prevent double decrease of nr_reserved_highatomic by Minchan Kim · 8 years ago
- f7d2974 Merge 4.9.50 into android-4.9 by Greg Kroah-Hartman · 7 years ago
- 3c8381d mm/memory.c: fix mem_cgroup_oom_disable() call missing by Laurent Dufour · 7 years ago
- 85e1c01 Merge 4.9.48 into android-4.9 by Greg Kroah-Hartman · 7 years ago
- 8cc3acf mm, madvise: ensure poisoned pages are removed from per-cpu lists by Mel Gorman · 7 years ago
- a3840b1 Merge 4.9.46 into android-4.9 by Greg Kroah-Hartman · 7 years ago
- 9d26332 mm/memblock.c: reversed logic in memblock_discard() by Pavel Tatashin · 7 years ago
- 0f49b05 mm/madvise.c: fix freeing of locked page with MADV_FREE by Eric Biggers · 7 years ago
- 5d8b3cc mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabled by Kirill A. Shutemov · 7 years ago
- 5731c30 Merge 4.9.45 into android-4.9 by Greg Kroah-Hartman · 7 years ago
- 61332dc Sanitize 'move_pages()' permission checks by Linus Torvalds · 7 years ago
- 91105f2 mm/mempolicy: fix use after free when calling get_mempolicy by zhong jiang · 7 years ago
- 59ee25d mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUS by Michal Hocko · 7 years ago
- 87395ee mm: discard memblock data later by Pavel Tatashin · 7 years ago
- 2292b51 Merge 4.9.44 into android-4.9 by Greg Kroah-Hartman · 7 years ago
- e228691 mm: fix list corruptions on shmem shrinklist by Cong Wang · 7 years ago
- b56cd77 mm: ratelimit PFNs busy info message by Jonathan Toppins · 7 years ago
- 02f29ab Merge 4.9.42 into android-4.9 by Greg Kroah-Hartman · 7 years ago
- 22cccef mm: don't dereference struct page fields of invalid pages by Ard Biesheuvel · 8 years ago
- 7b95b74 mm/page_alloc: Remove kernel address exposure in free_reserved_area() by Josh Poimboeuf · 8 years ago
- 5a1eef7 mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving stale TLB entries by Mel Gorman · 7 years ago
- 14accea Merge 4.9.39 into android-4.9 by Greg Kroah-Hartman · 7 years ago