summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2020-02-05mm/migrate.c: also overwrite error when it is bigger than zeroWei Yang
2020-02-05mm/mempolicy.c: fix out of bounds write in mpol_parse_str()Dan Carpenter
2020-01-23mm/page-writeback.c: avoid potential division by zero in wb_min_max_ratio()Wen Yang
2020-01-23mm/memory_hotplug: don't free usage map when removing a re-added early sectionDavid Hildenbrand
2020-01-23mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka
2020-01-23mm: memcg/slab: call flush_memcg_workqueue() only if memcg workqueue is validAdrian Huang
2020-01-23mm: memcg/slab: fix percpu slab vmstats flushingRoman Gushchin
2020-01-23mm/huge_memory.c: thp: fix conflict of above-47bit hint address and PMD align...Kirill A. Shutemov
2020-01-23mm/shmem.c: thp, shmem: fix conflict of above-47bit hint address and PMD alig...Kirill A. Shutemov
2020-01-17uaccess: Add non-pagefault user-space write functionDaniel Borkmann
2020-01-09mm/hugetlb: defer freeing of huge pages if in non-task contextWaiman Long
2020-01-09mm/sparse.c: mark populate_section_memmap as __meminitIlya Leoshkevich
2020-01-09arm64: Revert support for execute-only user mappingsCatalin Marinas
2020-01-09mm/gup: fix memory leak in __gup_benchmark_ioctlNavid Emamdoost
2020-01-09mm/oom: fix pgtables units mismatch in Killed process messageIlya Dryomov
2020-01-09mm: move_pages: return valid node id in status if the page is already on the ...Yang Shi
2020-01-09mm/zsmalloc.c: fix the migrated zspage statistics.Chanho Min
2020-01-09mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand
2020-01-09mm: drop mmap_sem before calling balance_dirty_pages() in write faultJohannes Weiner
2020-01-09shmem: pin the file in shmem_fault() if mmap_sem is droppedKirill A. Shutemov
2019-12-31mm: vmscan: protect shrinker idr replace with CONFIG_MEMCGYang Shi
2019-12-17mm/shmem.c: cast the type of unmap_start to u64Chen Jun
2019-12-17mm: memcg/slab: wait for !root kmem_cache refcnt killing on root kmem_cache d...Roman Gushchin
2019-12-17mm, memfd: fix COW issue on MAP_PRIVATE and F_SEAL_FUTURE_WRITE mappingsNicolas Geoffray
2019-11-22mm/ksm.c: don't WARN if page is still mapped in remove_stable_node()Andrey Ryabinin
2019-11-22mm/memory_hotplug: don't access uninitialized memmaps in shrink_zone_span()David Hildenbrand
2019-11-15mm/debug.c: PageAnon() is true for PageKsm() pagesRalph Campbell
2019-11-15mm/debug.c: __dump_page() prints an extra lineRalph Campbell
2019-11-15mm/page_io.c: do not free shared swap slotsVinayak Menon
2019-11-15mm/memory_hotplug: fix try_offline_node()David Hildenbrand
2019-11-15mm,thp: recheck each page before collapsing file THPSong Liu
2019-11-15mm: slub: really fix slab walking for init_on_freeLaura Abbott
2019-11-15mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup()Roman Gushchin
2019-11-15mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()Roman Gushchin
2019-11-15mm: fix trying to reclaim unevictable lru page when calling madvise_pageoutzhong jiang
2019-11-15mm: mempolicy: fix the wrong return value and potential pages leak of mbindYang Shi
2019-11-06mm: memcontrol: fix network errors from failing __GFP_ATOMIC chargesJohannes Weiner
2019-11-06mm/memory_hotplug: fix updating the node spanDavid Hildenbrand
2019-11-06mm: slab: make page_cgroup_ino() to recognize non-compound slab pages properlyRoman Gushchin
2019-11-06mm/page_alloc.c: ratelimit allocation failure warnings more aggressivelyJohannes Weiner
2019-11-06mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=yVille Syrjälä
2019-11-06mm, vmstat: reduce zone->lock holding time by /proc/pagetypeinfoMichal Hocko
2019-11-06mm, vmstat: hide /proc/pagetypeinfo from normal usersMichal Hocko
2019-11-06mm/mmu_notifiers: use the right return code for WARN_ONJason Gunthorpe
2019-11-06mm, meminit: recalculate pcpu batch and high limits after init completesMel Gorman
2019-11-06mm: memcontrol: fix NULL-ptr deref in percpu stats flushShakeel Butt
2019-10-19mm/thp: allow dropping THP from page cacheKirill A. Shutemov
2019-10-19mm/vmscan.c: support removing arbitrary sized pages from mappingWilliam Kucharski
2019-10-19mm/thp: fix node page state in split_huge_page_to_list()Kirill A. Shutemov
2019-10-19mm/init-mm.c: include <linux/mman.h> for vm_committed_as_batchBen Dooks (Codethink)