summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
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
2019-11-25mm/memory-failure.c: don't access uninitialized memmaps in memory_failure()David Hildenbrand
2019-11-09mm/vmpressure.c: fix a signedness bug in vmpressure_register_event()Dan Carpenter
2019-11-09mm/page_alloc.c: fix a crash in free_pages_prepare()Qian Cai
2019-11-09mm/z3fold.c: claim page in the beginning of freeVitaly Wool
2019-11-09usercopy: Avoid HIGHMEM pfn warningKees Cook
2019-10-05mm: Handle MADV_WILLNEED through vfs_fadvise()Jan Kara
2019-10-05fs: Export generic_fadvise()Jan Kara
2019-10-05memcg, kmem: do not fail __GFP_NOFAIL chargesMichal Hocko
2019-10-05memcg, oom: don't require __GFP_FS when invoking memcg OOM killerTetsuo Handa
2019-10-05mm/compaction.c: clear total_{migrate,free}_scanned before scanning a new zoneYafang Shao