summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
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
2020-01-31mm: memcg/slab: wait for !root kmem_cache refcnt killing on root kmem_cache d...Roman Gushchin
2020-01-31mm, memfd: fix COW issue on MAP_PRIVATE and F_SEAL_FUTURE_WRITE mappingsNicolas Geoffray
2020-01-09mm/ksm.c: don't WARN if page is still mapped in remove_stable_node()Andrey Ryabinin
2020-01-09mm/memory_hotplug: don't access uninitialized memmaps in shrink_zone_span()David Hildenbrand
2020-01-09mm/memory_hotplug: fix updating the node spanDavid Hildenbrand
2020-01-09mm/memory_hotplug: don't access uninitialized memmaps in shrink_pgdat_span()David Hildenbrand
2020-01-09mm/page_io.c: do not free shared swap slotsVinayak Menon
2020-01-09mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup()Roman Gushchin
2020-01-09mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()Roman Gushchin
2020-01-09mm: mempolicy: fix the wrong return value and potential pages leak of mbindYang Shi
2019-12-29mm/filemap.c: don't initiate writeback if mapping has no dirty pagesKonstantin Khlebnikov
2019-12-29mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=yVille Syrjälä
2019-12-29mm, vmstat: hide /proc/pagetypeinfo from normal usersMichal Hocko
2019-12-29mm, meminit: recalculate pcpu batch and high limits after init completesMel Gorman
2019-12-29mm: memcontrol: fix network errors from failing __GFP_ATOMIC chargesJohannes Weiner
2019-11-25mm/memory-failure: poison read receives SIGKILL instead of SIGBUS if mmaped m...Jane Chu
2019-11-25hugetlbfs: don't access uninitialized memmaps in pfn_range_valid_gigantic()David Hildenbrand
2019-11-25mm: memblock: do not enforce current limit for memblock_phys* familyMike Rapoport
2019-11-25mm: memcg: get number of pages on the LRU list in memcgroup base on lru_zone_...Honglei Wang
2019-11-25mm, compaction: fix wrong pfn handling in __reset_isolation_pfn()Vlastimil Babka
2019-11-25mm/page_owner: don't access uninitialized memmaps when reading /proc/pagetype...Qian Cai
2019-11-25mm/slub: fix a deadlock in show_slab_objects()Qian Cai