summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/slub: fix a deadlock in show_slab_objects()Qian Cai2019-10-291-2/+11
* memfd: Fix locking when tagging pinsMatthew Wilcox (Oracle)2019-10-291-8/+10
* usercopy: Avoid HIGHMEM pfn warningKees Cook2019-10-171-1/+7
* memcg, kmem: do not fail __GFP_NOFAIL chargesMichal Hocko2019-10-051-0/+10
* mm/zsmalloc.c: fix build when CONFIG_COMPACTION=nAndrew Morton2019-09-061-0/+2
* mm/zsmalloc.c: fix race condition in zs_destroy_poolHenry Burns2019-09-061-2/+59
* mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitelyHenry Burns2019-09-061-4/+15
* mm, page_owner: handle THP splits correctlyVlastimil Babka2019-09-061-0/+4
* mm/memcontrol.c: fix use after free in mem_cgroup_iter()Miles Chen2019-08-251-10/+29
* mm/usercopy: use memory range to be accessed for wraparound checkIsaac J. Manjarres2019-08-251-1/+1
* mm/vmalloc: Sync unmappings in __purge_vmap_area_lazy()Joerg Roedel2019-08-251-0/+9
* coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli2019-08-061-0/+3
* coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli2019-08-061-1/+5
* mm/cma.c: fail if fixed declaration can't be honoredDoug Berger2019-08-061-0/+13
* mm/mmu_notifier: use hlist_add_head_rcu()Jean-Philippe Brucker2019-08-041-1/+1
* mm/kmemleak.c: fix check for softirq contextDmitry Vyukov2019-08-041-1/+1
* mm/mlock.c: change count_mm_mlocked_page_nr return typeswkhack2019-07-101-2/+2
* mm/page_idle.c: fix oops because end_pfn is larger than max_pfnColin Ian King2019-07-101-2/+2
* mm/list_lru.c: fix memory leak in __memcg_init_list_lru_nodeShakeel Butt2019-06-221-1/+1
* mm/slab.c: fix an infinite loop in leaks_show()Qian Cai2019-06-221-1/+5
* mm/cma_debug.c: fix the break condition in cma_maxchunk_get()Yue Hu2019-06-221-1/+1
* mm/cma.c: fix crash on CMA allocation if bitmap allocation failsYue Hu2019-06-221-1/+3
* mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLELinxu Fang2019-06-221-2/+4
* hugetlbfs: on restore reserve error path retain subpool reservationMike Kravetz2019-06-221-5/+16
* mm: prevent get_user_pages() from overflowing page refcountLinus Torvalds2019-06-112-12/+49
* mm, gup: ensure real head page is ref-counted when using hugepagesPunit Agrawal2019-06-111-6/+6
* mm, gup: remove broken VM_BUG_ON_PAGE compound check for hugepagesWill Deacon2019-06-111-3/+0
* memcg: make it work on sparse non-0-node systemsJiri Slaby2019-06-111-5/+3
* hugetlb: use same fault hash key for shared and private mappingsMike Kravetz2019-05-311-14/+5
* writeback: synchronize sync(2) against cgroup writeback membership switchesTejun Heo2019-05-211-0/+1
* mm/mincore.c: make mincore() more conservativeJiri Kosina2019-05-211-1/+22
* kasan: avoid -Wmaybe-uninitialized warningArnd Bergmann2019-05-081-0/+1
* mm/kasan: Switch to using __pa_symbol and lm_aliasLaura Abbott2019-05-081-7/+8
* x86/suspend: fix false positive KASAN warning on suspend/resumeJosh Poimboeuf2019-05-081-1/+8
* percpu: stop printing kernel addressesMatteo Croce2019-04-271-4/+4
* mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=nKonstantin Khlebnikov2019-04-271-5/+0
* mm/slab.c: kmemleak no scan alien cachesQian Cai2019-04-051-8/+9
* mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512!Uladzislau Rezki (Sony)2019-04-051-1/+5
* mm/page_ext.c: fix an imbalance with kmemleakQian Cai2019-04-051-0/+1
* mm/cma.c: cma_declare_contiguous: correct err handlingPeng Fan2019-04-051-1/+3
* mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specifiedYang Shi2019-04-051-4/+14
* mm/vmalloc: fix size check for remap_vmalloc_range_partial()Roman Penyaev2019-03-231-1/+1
* mm: hwpoison: fix thp split handing in soft_offline_in_use_page()zhongjiang2019-03-231-8/+6
* tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong2019-03-231-1/+1
* tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong2019-03-231-3/+7
* mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocsJann Horn2019-03-231-4/+4
* mm/gup: fix gup_pmd_range() for daxYu Zhao2019-03-231-1/+2
* mm, memory_hotplug: test_pages_in_a_zone do not pass the end of zoneMikhail Zaslonko2019-03-131-0/+3
* mm, memory_hotplug: is_mem_section_removable do not pass the end of a zoneMichal Hocko2019-03-131-1/+2
* hugetlbfs: fix races and page leaks during migrationMike Kravetz2019-03-132-2/+23