summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* mm, slub: prevent kmalloc_node crashes and memory leaksVlastimil Babka2020-03-251-9/+17
* mm: slub: be more careful about the double cmpxchg of freelistLinus Torvalds2020-03-251-2/+4
* mm: do not allow MADV_PAGEOUT for CoW pagesMichal Hocko2020-03-251-3/+9
* mm/hotplug: fix hot remove failure in SPARSEMEM|!VMEMMAP caseBaoquan He2020-03-251-2/+6
* mm, memcg: throttle allocators based on ancestral memory.highChris Down2020-03-251-35/+58
* mm, memcg: fix corruption on 64-bit divisor in memory.high throttlingChris Down2020-03-251-1/+1
* memcg: fix NULL pointer dereference in __mem_cgroup_usage_unregister_eventChunguang Xu2020-03-251-2/+8
* mm: slub: add missing TID bump in kmem_cache_alloc_bulk()Jann Horn2020-03-211-0/+9
* net: memcg: late association of sock to memcgShakeel Butt2020-03-181-14/+0
* cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt2020-03-181-0/+4
* mm, hotplug: fix page online with DEBUG_PAGEALLOC compiled but not enabledVlastimil Babka2020-03-121-1/+7
* mm: fix possible PMD dirty bit lost in set_pmd_migration_entry()Huang Ying2020-03-121-2/+1
* mm, numa: fix bad pmd by atomically check for pmd_trans_huge when marking pag...Mel Gorman2020-03-121-2/+36
* mm, thp: fix defrag setting if newline is not usedDavid Rientjes2020-03-051-16/+8
* mm/huge_memory.c: use head to check huge zero pageWei Yang2020-03-051-1/+1
* mm/gup: allow FOLL_FORCE for get_user_pages_fast()John Hubbard2020-03-051-1/+2
* mm/debug.c: always print flags in dump_page()Vlastimil Babka2020-03-051-3/+5
* mm: Avoid creating virtual address aliases in brk()/mmap()/mremap()Catalin Marinas2020-02-282-5/+0
* mm/sparsemem: pfn_to_page is not valid yet on SPARSEMEMWei Yang2020-02-281-1/+1
* mm/vmscan.c: don't round up scan size for online memory cgroupGavin Shan2020-02-281-3/+6
* mm/memcontrol.c: lost css_put in memcg_expand_shrinker_maps()Vasily Averin2020-02-281-1/+3
* mm/mmu_gather: invalidate TLB correctly on batch allocation failure and flushPeter Zijlstra2020-02-111-8/+8
* mm/page_alloc.c: fix uninitialized memmaps on a partially populated last sectionDavid Hildenbrand2020-02-111-2/+12
* mm: move_pages: report the number of non-attempted pagesYang Shi2020-02-111-2/+23
* mm: thp: don't need care deferred split queue in memcg charge move pathWei Yang2020-02-111-18/+0
* mm/memory_hotplug: fix remove_memory() lockdep splatDan Williams2020-02-111-3/+6
* mm/sparse.c: reset section's mem_map when fully deactivatedPingfan Liu2020-02-111-1/+1
* memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o2020-02-111-0/+1
* mm/migrate.c: also overwrite error when it is bigger than zeroWei Yang2020-02-051-1/+1
* mm/mempolicy.c: fix out of bounds write in mpol_parse_str()Dan Carpenter2020-02-051-3/+3
* mm/page-writeback.c: avoid potential division by zero in wb_min_max_ratio()Wen Yang2020-01-231-2/+2
* mm/memory_hotplug: don't free usage map when removing a re-added early sectionDavid Hildenbrand2020-01-231-1/+8
* mm, debug_pagealloc: don't rely on static keys too earlyVlastimil Babka2020-01-234-29/+18
* mm: memcg/slab: call flush_memcg_workqueue() only if memcg workqueue is validAdrian Huang2020-01-231-1/+2
* mm: memcg/slab: fix percpu slab vmstats flushingRoman Gushchin2020-01-231-28/+9
* mm/huge_memory.c: thp: fix conflict of above-47bit hint address and PMD align...Kirill A. Shutemov2020-01-231-14/+24
* mm/shmem.c: thp, shmem: fix conflict of above-47bit hint address and PMD alig...Kirill A. Shutemov2020-01-231-3/+4
* uaccess: Add non-pagefault user-space write functionDaniel Borkmann2020-01-171-4/+41
* mm/hugetlb: defer freeing of huge pages if in non-task contextWaiman Long2020-01-091-1/+50
* mm/sparse.c: mark populate_section_memmap as __meminitIlya Leoshkevich2020-01-091-2/+2
* arm64: Revert support for execute-only user mappingsCatalin Marinas2020-01-091-6/+0
* mm/gup: fix memory leak in __gup_benchmark_ioctlNavid Emamdoost2020-01-091-2/+6
* mm/oom: fix pgtables units mismatch in Killed process messageIlya Dryomov2020-01-091-1/+1
* mm: move_pages: return valid node id in status if the page is already on the ...Yang Shi2020-01-091-6/+17
* mm/zsmalloc.c: fix the migrated zspage statistics.Chanho Min2020-01-091-0/+5
* mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-092-16/+17
* mm: drop mmap_sem before calling balance_dirty_pages() in write faultJohannes Weiner2020-01-093-32/+48
* shmem: pin the file in shmem_fault() if mmap_sem is droppedKirill A. Shutemov2020-01-091-5/+6
* mm: vmscan: protect shrinker idr replace with CONFIG_MEMCGYang Shi2019-12-311-1/+1
* mm/shmem.c: cast the type of unmap_start to u64Chen Jun2019-12-171-1/+1