summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* shmem: fix possible deadlocks on shmlock_user_lockHugh Dickins2020-05-201-2/+5
* bdi: add a ->dev_name field to struct backing_dev_infoChristoph Hellwig2020-05-141-2/+3
* bdi: move bdi_dev_name out of lineChristoph Hellwig2020-05-141-1/+9
* mm, memcg: fix error return value of mem_cgroup_css_alloc()Yafang Shao2020-05-141-6/+9
* mm: limit boost_watermark on small zonesHenry Willard2020-05-141-0/+8
* mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous()David Hildenbrand2020-05-141-0/+1
* mm/mremap: Add comment explaining the untagging behaviour of mremap()Will Deacon2020-05-101-0/+10
* mm: shmem: disable interrupt when acquiring info->lock in userfaultfd_copy pathYang Shi2020-05-021-2/+2
* mm/ksm: fix NULL pointer dereference when KSM zero page is enabledMuchun Song2020-04-291-2/+10
* mm/hugetlb: fix a addressing exception caused by huge_pte_offsetLongpeng2020-04-291-6/+8
* vmalloc: fix remap_vmalloc_range() bounds checksJann Horn2020-04-291-3/+13
* mm, memcg: do not high throttle allocators based on wraparoundJakub Kicinski2020-04-171-0/+3
* slub: improve bit diffusion for freelist ptr obfuscationKees Cook2020-04-131-1/+1
* mm: mempolicy: require at least one nodeid for MPOL_PREFERREDRandy Dunlap2020-04-081-1/+5
* mm: fork: fix kernel_stack memcg stats for various stack implementationsRoman Gushchin2020-04-011-0/+38
* mm/sparse: fix kernel crash with pfn_section_valid checkAneesh Kumar K.V2020-04-011-0/+6
* mm/swapfile.c: move inode_lock out of claim_swapfileNaohiro Aota2020-04-011-20/+19
* x86/mm: split vmalloc_sync_all()Joerg Roedel2020-03-252-7/+14
* 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