summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2017-08-20Sanitize 'move_pages()' permission checksLinus Torvalds
2017-08-18mm/vmalloc.c: don't unconditonally use __GFP_HIGHMEMLaura Abbott
2017-08-18mm/mempolicy: fix use after free when calling get_mempolicyzhong jiang
2017-08-18mm/cma_debug.c: fix stack corruption due to sprintf usagePrakash Gupta
2017-08-18mm, oom: fix potential data corruption when oom_reaper races with writerMichal Hocko
2017-08-18mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUSMichal Hocko
2017-08-18slub: fix per memcg cache leak on css offlineVladimir Davydov
2017-08-18mm: discard memblock data laterPavel Tatashin
2017-08-18mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()Johannes Weiner
2017-08-10rmap: do not call mmu_notifier_invalidate_page() under ptlKirill A. Shutemov
2017-08-10mm: fix list corruptions on shmem shrinklistCong Wang
2017-08-10mm/balloon_compaction.c: don't zero ballooned pagesWei Wang
2017-08-10mm: fix KSM data corruptionMinchan Kim
2017-08-10mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim
2017-08-10mm: make tlb_flush_pending globalMinchan Kim
2017-08-10mm: refactor TLB gathering APIMinchan Kim
2017-08-10Revert "mm: numa: defer TLB flush for THP migration as long as possible"Nadav Amit
2017-08-10mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit
2017-08-10userfaultfd: hugetlbfs: remove superfluous page unlock in VM_SHARED caseAndrea Arcangeli
2017-08-10mm: ratelimit PFNs busy info messageJonathan Toppins
2017-08-10mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner
2017-08-02mm: take memory hotplug lock within numa_zonelist_order_handler()Heiko Carstens
2017-08-02mm/page_io.c: fix oops during block io poll in swapin pathTetsuo Handa
2017-08-02zram: do not free pool->size_classMinchan Kim
2017-08-02kasan: avoid -Wmaybe-uninitialized warningArnd Bergmann
2017-08-02userfaultfd: non-cooperative: notify about unmap of destination during mremapMike Rapoport
2017-08-02mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman
2017-08-02mm/hugetlb.c: __get_user_pages ignores certain follow_hugetlb_page errorsDaniel Jordan
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-07-14mm: fix overflow check in expand_upwards()Helge Deller
2017-07-12writeback: rework wb_[dec|inc]_stat family of functionsNikolay Borisov
2017-07-12mm, migration: do not trigger OOM killer when migrating memoryMichal Hocko
2017-07-12mm: kvmalloc support __GFP_RETRY_MAYFAIL for all sizesMichal Hocko
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko
2017-07-12mm/memory.c: mark create_huge_pmd() inline to prevent build failureGeert Uytterhoeven
2017-07-10kasan: make get_wild_bug_type() staticColin Ian King
2017-07-10mm/kasan/kasan.c: rename XXX_is_zero to XXX_is_nonzeroJoonsoo Kim
2017-07-10mm/kasan: add support for memory hotplugAndrey Ryabinin
2017-07-10mm/kasan: get rid of speculative shadow checksAndrey Ryabinin
2017-07-10mm/kasan/kasan_init.c: use kasan_zero_pud for p4d tableJoonsoo Kim
2017-07-10mm/zsmalloc: simplify zs_max_alloc_size handlingJerome Marchand
2017-07-10mm/memory-hotplug: switch locking to a percpu rwsemThomas Gleixner
2017-07-10mm: swap: provide lru_add_drain_all_cpuslocked()Thomas Gleixner
2017-07-10mm: use dedicated helper to access rlimit valueKrzysztof Opasiak
2017-07-10mm/list_lru.c: fix list_lru_count_node() to be race freeSahitya Tummala
2017-07-10mm/mmap.c: expand_downwards: don't require the gap if !vm_prevOleg Nesterov
2017-07-10mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stackMichal Hocko
2017-07-10mm/balloon_compaction.c: enqueue zero page to balloon devicezhenwei.pi
2017-07-10cma: fix calculation of aligned offsetDoug Berger
2017-07-10mm/memory_hotplug.c: remove unused local zone_type from __remove_zone()John Hubbard