summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2019-04-03mm/migrate.c: add missing flush_dcache_page for non-mapped page migrateLars Persson
2019-04-03mm/page_isolation.c: fix a wrong flag in set_migratetype_isolate()Qian Cai
2019-04-03mm/memory_hotplug.c: fix notification in offline error pathQian Cai
2019-04-03mm/debug.c: fix __dump_page when mapping->host is not setOscar Salvador
2019-04-03mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specifiedYang Shi
2019-04-03mm: add support for kmem caches in DMA32 zoneNicolas Boichat
2019-04-03mm/hotplug: fix offline undo_isolate_page_range()Qian Cai
2019-04-03mm/memory.c: fix modifying of page protection by insert_pfn()Jan Kara
2019-03-23mm/memory.c: do_fault: avoid usage of stale vm_area_structJan Stancek
2019-03-23mm/vmalloc: fix size check for remap_vmalloc_range_partial()Roman Penyaev
2019-03-23mm: hwpoison: fix thp split handing in soft_offline_in_use_page()zhongjiang
2019-03-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-01hugetlbfs: fix races and page leaks during migrationMike Kravetz
2019-02-27mm: enforce min addr even if capable() in expand_downwards()Jann Horn
2019-02-25tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong
2019-02-25Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"Linus Torvalds
2019-02-21mm, memory_hotplug: fix off-by-one in is_pageblock_removableMichal Hocko
2019-02-21mm: don't let userspace spam allocations warningsDaniel Vetter
2019-02-21slub: fix a crash with SLUB_DEBUG + KASAN_SW_TAGSQian Cai
2019-02-21kasan, slab: remove redundant kasan_slab_alloc hooksAndrey Konovalov
2019-02-21kasan, slab: make freelist stored without tagsAndrey Konovalov
2019-02-21kasan, slab: fix conflicts with CONFIG_HARDENED_USERCOPYAndrey Konovalov
2019-02-21kasan: prevent tracing of tags.cAndrey Konovalov
2019-02-21kasan: fix random seed generation for tag-based modeAndrey Konovalov
2019-02-21tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong
2019-02-21mm: handle lru_add_drain_all for UP properlyMichal Hocko
2019-02-21mm, page_alloc: fix a division by zero error when boosting watermarks v2Mel Gorman
2019-02-21mm/debug.c: fix __dump_page() for poisoned pagesRobin Murphy
2019-02-21slub: fix SLAB_CONSISTENCY_CHECKS + KASAN_SW_TAGSQian Cai
2019-02-21kasan, slub: fix more conflicts with CONFIG_SLAB_FREELIST_HARDENEDAndrey Konovalov
2019-02-21kasan, slub: fix conflicts with CONFIG_SLAB_FREELIST_HARDENEDAndrey Konovalov
2019-02-21kasan, slub: move kasan_poison_slab hook before page_addressAndrey Konovalov
2019-02-21kmemleak: account for tagged pointers when calculating pointer rangeAndrey Konovalov
2019-02-21kasan, kmemleak: pass tagged pointers to kmemleakAndrey Konovalov
2019-02-21kasan: fix assigning tags twiceAndrey Konovalov
2019-02-21numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODESRalph Campbell
2019-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-02-17mm: Use fixed constant in page_frag_alloc instead of size + 1Alexander Duyck
2019-02-16arm64, mm, efi: Account for GICv3 LPI tables in static memblock reserve tableArd Biesheuvel
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-02-14mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocsJann Horn
2019-02-12Revert "mm: use early_pfn_to_nid in page_ext_init"Qian Cai
2019-02-12mm/gup: fix gup_pmd_range() for daxYu Zhao
2019-02-12Revert "mm: slowly shrink slabs with a relatively small number of objects"Dave Chinner
2019-02-01mm: migrate: don't rely on __PageMovable() of newpage after unlocking itDavid Hildenbrand
2019-02-01mm, memory_hotplug: __offline_pages fix wrong lockingMichal Hocko
2019-02-01mm: hwpoison: use do_send_sig_info() instead of force_sig()Naoya Horiguchi
2019-02-01kasan: mark file common so ftrace doesn't trace itAnders Roxell
2019-02-01mm, oom: fix use-after-free in oom_kill_processShakeel Butt
2019-02-01mm,memory_hotplug: fix scan_movable_pages() for gigantic hugepagesOscar Salvador