aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2018-06-01Merge branch 'linux-linaro-lsk-v4.9' into linux-linaro-lsk-v4.9-rtlsk-v4.9-18.05-rtMark Brown
2018-05-30Merge tag 'v4.9.104' into linux-linaro-lsk-v4.9Mark Brown
2018-05-30mm: fix races between address_space dereference and free in page_evicatableHuang Ying
2018-05-30mm/ksm: fix interaction with THPClaudio Imbrenda
2018-05-30swap: divide-by-zero when zero length swap file on ssdTom Abraham
2018-05-30mm/kmemleak.c: wait for scan completion before disabling freeVinayak Menon
2018-05-30mm, thp: do not cause memcg oom for thpDavid Rientjes
2018-05-30mm/mempolicy.c: avoid use uninitialized preferred_nodeYisheng Xie
2018-05-30mm/fadvise: discard partial page if endbyte is also EOFshidao.ytt
2018-05-30mm: pin address_space before dereferencing it while isolating an LRU pageMel Gorman
2018-05-30mm: thp: use down_read_trylock() in khugepaged to avoid long blockYang Shi
2018-05-30mm/mempolicy: add nodes_empty check in SYSC_migrate_pagesYisheng Xie
2018-05-30mm/mempolicy: fix the check of nodemask from userYisheng Xie
2018-05-30kasan: fix memory hotplug during bootDavid Hildenbrand
2018-05-22mm: don't allow deferred pages with NEED_PER_CPU_KMPavel Tatashin
2018-05-22Merge branch 'linux-linaro-lsk-v4.9' into linux-linaro-lsk-v4.9-rtlinux-linaro-lsk-v4.9-rt-testMark Brown
2018-05-21Merge tag 'v4.9.101' into linux-linaro-lsk-v4.9Mark Brown
2018-05-19proc: do not access cmdline nor environ from file-backed areasWilly Tarreau
2018-05-09percpu: include linux/sched.h for cond_resched()Tejun Heo
2018-04-24writeback: safer lock nestingGreg Thelen
2018-04-24mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox
2018-04-24mm, slab: reschedule cache_reap() on the same CPUVlastimil Babka
2018-04-16Merge tag 'v4.9.94' into linux-linaro-lsk-v4.9Mark Brown
2018-04-13mm, vmstat: Remove spurious WARN() during zoneinfo printReza Arbab
2018-04-13Merge tag 'v4.9.93' into linux-linaro-lsk-v4.9Mark Brown
2018-04-08mm/vmscan.c: fix unsequenced modification and access warningNick Desaulniers
2018-04-06Merge tag 'v4.9.92' into linux-linaro-lsk-v4.9Mark Brown
2018-03-28mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()Kirill A. Shutemov
2018-03-28mm/thp: do not wait for lock_page() in deferred_split_scan()Kirill A. Shutemov
2018-03-28mm/khugepaged.c: convert VM_BUG_ON() to collapse failKirill A. Shutemov
2018-03-26 Merge tag 'v4.9.90' into linux-linaro-lsk-v4.9lsk-v4.9-18.03Alex Shi
2018-03-24mm: hwpoison: call shake_page() after try_to_unmap() for mlocked pageNaoya Horiguchi
2018-03-24mm, vmstat: suppress pcp stats for unpopulated zones in zoneinfoDavid Rientjes
2018-03-24mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttlingJohannes Weiner
2018-03-02 Merge tag 'v4.9.85' into linux-linaro-lsk-v4.9Alex Shi
2018-02-28mm: fail get_vaddr_frames() for filesystem-dax mappingsDan Williams
2018-02-28mm: introduce get_user_pages_longtermDan Williams
2018-02-28mm: avoid spurious 'bad pmd' warning messagesRoss Zwisler
2018-02-28Merge remote-tracking branch 'rt-stable/v4.9-rt' into linux-linaro-lsk-v4.9-rtlsk-v4.9-18.03-rtAlex Shi
2018-02-26Merge tag 'v4.9.84' into v4.9-rtJulia Cartwright
2018-02-26 Merge tag 'v4.9.84' into linux-linaro-lsk-v4.9Alex Shi
2018-02-25shmem: fix compilation warnings on unused functionsJérémy Lefaure
2018-02-25shmem: avoid maybe-uninitialized warningArnd Bergmann
2018-02-25mm/early_ioremap: Fix boot hang with earlyprintk=efi,keepDave Young
2018-02-25Provide a function to create a NUL-terminated string from unterminated dataDavid Howells
2018-02-25mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed.Tetsuo Handa
2018-02-23 Merge tag 'v4.9.83' into linux-linaro-lsk-v4.9Alex Shi
2018-02-22mm: hide a #warning for COMPILE_TESTArnd Bergmann
2018-02-13 Merge tag 'v4.9.80' into linux-linaro-lsk-v4.9Alex Shi
2018-02-03kmemleak: add scheduling point to kmemleak_scan()Yisheng Xie