summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2019-11-25memfd: Use radix_tree_deref_slot_protected to avoid the warning.zhong jiang1-1/+1
2019-11-25mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup()Roman Gushchin1-1/+1
2019-11-25mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()Roman Gushchin1-1/+1
2019-11-12mm/filemap.c: don't initiate writeback if mapping has no dirty pagesKonstantin Khlebnikov1-1/+2
2019-11-12mm, vmstat: hide /proc/pagetypeinfo from normal usersMichal Hocko1-1/+1
2019-10-29mm/slub: fix a deadlock in show_slab_objects()Qian Cai1-2/+11
2019-10-29memfd: Fix locking when tagging pinsMatthew Wilcox (Oracle)1-8/+10
2019-10-17usercopy: Avoid HIGHMEM pfn warningKees Cook1-1/+7
2019-10-05memcg, kmem: do not fail __GFP_NOFAIL chargesMichal Hocko1-0/+10
2019-09-06mm/zsmalloc.c: fix build when CONFIG_COMPACTION=nAndrew Morton1-0/+2
2019-09-06mm/zsmalloc.c: fix race condition in zs_destroy_poolHenry Burns1-2/+59
2019-09-06mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitelyHenry Burns1-4/+15
2019-09-06mm, page_owner: handle THP splits correctlyVlastimil Babka1-0/+4
2019-08-25mm/memcontrol.c: fix use after free in mem_cgroup_iter()Miles Chen1-10/+29
2019-08-25mm/usercopy: use memory range to be accessed for wraparound checkIsaac J. Manjarres1-1/+1
2019-08-25mm/vmalloc: Sync unmappings in __purge_vmap_area_lazy()Joerg Roedel1-0/+9
2019-08-06coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli1-0/+3
2019-08-06coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli1-1/+5
2019-08-06mm/cma.c: fail if fixed declaration can't be honoredDoug Berger1-0/+13
2019-08-04mm/mmu_notifier: use hlist_add_head_rcu()Jean-Philippe Brucker1-1/+1
2019-08-04mm/kmemleak.c: fix check for softirq contextDmitry Vyukov1-1/+1
2019-07-10mm/mlock.c: change count_mm_mlocked_page_nr return typeswkhack1-2/+2
2019-07-10mm/page_idle.c: fix oops because end_pfn is larger than max_pfnColin Ian King1-2/+2
2019-06-22mm/list_lru.c: fix memory leak in __memcg_init_list_lru_nodeShakeel Butt1-1/+1
2019-06-22mm/slab.c: fix an infinite loop in leaks_show()Qian Cai1-1/+5
2019-06-22mm/cma_debug.c: fix the break condition in cma_maxchunk_get()Yue Hu1-1/+1
2019-06-22mm/cma.c: fix crash on CMA allocation if bitmap allocation failsYue Hu1-1/+3
2019-06-22mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLELinxu Fang1-2/+4
2019-06-22hugetlbfs: on restore reserve error path retain subpool reservationMike Kravetz1-5/+16
2019-06-11mm: prevent get_user_pages() from overflowing page refcountLinus Torvalds2-12/+49
2019-06-11mm, gup: ensure real head page is ref-counted when using hugepagesPunit Agrawal1-6/+6
2019-06-11mm, gup: remove broken VM_BUG_ON_PAGE compound check for hugepagesWill Deacon1-3/+0
2019-06-11memcg: make it work on sparse non-0-node systemsJiri Slaby1-5/+3
2019-05-31hugetlb: use same fault hash key for shared and private mappingsMike Kravetz1-14/+5
2019-05-21writeback: synchronize sync(2) against cgroup writeback membership switchesTejun Heo1-0/+1
2019-05-21mm/mincore.c: make mincore() more conservativeJiri Kosina1-1/+22
2019-05-08kasan: avoid -Wmaybe-uninitialized warningArnd Bergmann1-0/+1
2019-05-08mm/kasan: Switch to using __pa_symbol and lm_aliasLaura Abbott1-7/+8
2019-05-08x86/suspend: fix false positive KASAN warning on suspend/resumeJosh Poimboeuf1-1/+8
2019-04-27percpu: stop printing kernel addressesMatteo Croce1-4/+4
2019-04-27mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=nKonstantin Khlebnikov1-5/+0
2019-04-05mm/slab.c: kmemleak no scan alien cachesQian Cai1-8/+9
2019-04-05mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512!Uladzislau Rezki (Sony)1-1/+5
2019-04-05mm/page_ext.c: fix an imbalance with kmemleakQian Cai1-0/+1
2019-04-05mm/cma.c: cma_declare_contiguous: correct err handlingPeng Fan1-1/+3
2019-04-05mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specifiedYang Shi1-4/+14
2019-03-23mm/vmalloc: fix size check for remap_vmalloc_range_partial()Roman Penyaev1-1/+1
2019-03-23mm: hwpoison: fix thp split handing in soft_offline_in_use_page()zhongjiang1-8/+6
2019-03-23tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong1-1/+1
2019-03-23tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong1-3/+7