summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2020-06-24mm/vmalloc.c: fix percpu free VM area search criteriaKuppuswamy Sathyanarayanan
2020-06-09mm: Fix mremap not considering huge pmd devmapFan Yang
2020-06-08mm: add kvfree_sensitive() for freeing sensitive data objectsWaiman Long
2020-06-08kasan: disable branch tracing for core runtimeMarco Elver
2020-06-08shmem: fix possible deadlocks on shmlock_user_lockHugh Dickins
2020-06-04mm, memcg: fix error return value of mem_cgroup_css_alloc()Yafang Shao
2020-06-04mm: limit boost_watermark on small zonesHenry Willard
2020-06-04mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous()David Hildenbrand
2020-06-04mm: shmem: disable interrupt when acquiring info->lock in userfaultfd_copy pathYang Shi
2020-06-04mm/ksm: fix NULL pointer dereference when KSM zero page is enabledMuchun Song
2020-06-04mm/hugetlb: fix a addressing exception caused by huge_pte_offsetLongpeng
2020-06-04vmalloc: fix remap_vmalloc_range() bounds checksJann Horn
2020-06-01slub: improve bit diffusion for freelist ptr obfuscationKees Cook
2020-06-01mm: mempolicy: require at least one nodeid for MPOL_PREFERREDRandy Dunlap
2020-05-21mm, slub: prevent kmalloc_node crashes and memory leaksVlastimil Babka
2020-05-21mm: slub: be more careful about the double cmpxchg of freelistLinus Torvalds
2020-05-21memcg: fix NULL pointer dereference in __mem_cgroup_usage_unregister_eventChunguang Xu
2020-05-21mm: slub: add missing TID bump in kmem_cache_alloc_bulk()Jann Horn
2020-05-21net: memcg: late association of sock to memcgShakeel Butt
2020-05-21cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt
2020-05-21mm: fix possible PMD dirty bit lost in set_pmd_migration_entry()Huang Ying
2020-05-21mm, numa: fix bad pmd by atomically check for pmd_trans_huge when marking pag...Mel Gorman
2020-05-15bdi: add a ->dev_name field to struct backing_dev_infoChristoph Hellwig
2020-05-15bdi: move bdi_dev_name out of lineChristoph Hellwig
2020-05-15mm, thp: fix defrag setting if newline is not usedDavid Rientjes
2020-05-15mm/huge_memory.c: use head to check huge zero pageWei Yang
2020-05-15mm/vmscan.c: don't round up scan size for online memory cgroupGavin Shan
2020-05-15mm/memcontrol.c: lost css_put in memcg_expand_shrinker_maps()Vasily Averin
2020-05-04mm/mmu_gather: invalidate TLB correctly on batch allocation failure and flushPeter Zijlstra
2020-05-04mm/page_alloc.c: fix uninitialized memmaps on a partially populated last sectionDavid Hildenbrand
2020-05-04mm: move_pages: report the number of non-attempted pagesYang Shi
2020-05-04memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o
2020-04-16mm/mempolicy.c: fix out of bounds write in mpol_parse_str()Dan Carpenter
2020-04-12mm/page-writeback.c: avoid potential division by zero in wb_min_max_ratio()Wen Yang
2020-04-12mm: memcg/slab: call flush_memcg_workqueue() only if memcg workqueue is validAdrian Huang
2020-04-12mm/huge_memory.c: thp: fix conflict of above-47bit hint address and PMD align...Kirill A. Shutemov
2020-04-12mm/shmem.c: thp, shmem: fix conflict of above-47bit hint address and PMD alig...Kirill A. Shutemov
2020-04-12x86/mm: split vmalloc_sync_all()Joerg Roedel
2020-04-12mm: memcontrol: fix NULL-ptr deref in percpu stats flushShakeel Butt
2020-03-30uaccess: Add non-pagefault user-space write functionDaniel Borkmann
2020-03-30uaccess: Add non-pagefault user-space read functionsMasami Hiramatsu
2020-03-20mm/migrate.c: also overwrite error when it is bigger than zeroWei Yang
2020-03-20mm/hugetlb: defer freeing of huge pages if in non-task contextWaiman Long
2020-03-20arm64: Revert support for execute-only user mappingsCatalin Marinas
2020-03-20mm/gup: fix memory leak in __gup_benchmark_ioctlNavid Emamdoost
2020-03-20mm: move_pages: return valid node id in status if the page is already on the ...Yang Shi
2020-03-20mm/zsmalloc.c: fix the migrated zspage statistics.Chanho Min
2020-03-20mm: drop mmap_sem before calling balance_dirty_pages() in write faultJohannes Weiner
2020-03-20shmem: pin the file in shmem_fault() if mmap_sem is droppedKirill A. Shutemov
2020-01-31mm/shmem.c: cast the type of unmap_start to u64Chen Jun