summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2020-02-05mm/mempolicy.c: fix out of bounds write in mpol_parse_str()Dan Carpenter1-3/+3
2020-01-23mm/page-writeback.c: avoid potential division by zero in wb_min_max_ratio()Wen Yang1-2/+2
2020-01-23mm/page_alloc.c: calculate 'available' memory in a separate functionIgor Redko1-0/+43
2019-12-21mm/shmem.c: cast the type of unmap_start to u64Chen Jun1-1/+1
2019-11-28mm/page-writeback.c: fix range_cyclic writeback vs writepages deadlockDave Chinner1-18/+15
2019-11-28mm/ksm.c: don't WARN if page is still mapped in remove_stable_node()Andrey Ryabinin1-7/+7
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-9/+11
2019-08-25mm/memcontrol.c: fix use after free in mem_cgroup_iter()Miles Chen1-11/+30
2019-08-25mm/vmalloc: Sync unmappings in __purge_vmap_area_lazy()Joerg Roedel1-0/+9
2019-08-06mm/cma.c: fail if fixed declaration can't be honoredDoug Berger1-0/+13
2019-08-04mm, vmstat: make quiet_vmstat lighterMichal Hocko1-22/+46
2019-08-04vmstat: Remove BUG_ON from vmstat_updateChristoph Lameter1-11/+1
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/page_idle.c: fix oops because end_pfn is larger than max_pfnColin Ian King1-2/+2
2019-06-22coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli1-1/+6
2019-06-22mm/list_lru.c: fix memory leak in __memcg_init_list_lru_nodeShakeel Butt1-1/+1
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-22hugetlbfs: on restore reserve error path retain subpool reservationMike Kravetz1-5/+16
2019-06-11memcg: make it work on sparse non-0-node systemsJiri Slaby1-5/+3
2019-06-11hugetlb: use same fault hash key for shared and private mappingsMike Kravetz1-14/+5
2019-06-11writeback: synchronize sync(2) against cgroup writeback membership switchesTejun Heo1-0/+1
2019-06-11mm/mincore.c: make mincore() more conservativeJiri Kosina1-1/+22
2019-04-27mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=nKonstantin Khlebnikov1-5/+0
2019-04-27mm/slab.c: kmemleak no scan alien cachesQian Cai1-8/+9
2019-04-27mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512!Uladzislau Rezki (Sony)1-1/+5
2019-04-27mm/page_ext.c: fix an imbalance with kmemleakQian Cai1-0/+1
2019-04-27mm/cma.c: cma_declare_contiguous: correct err handlingPeng Fan1-1/+3
2019-04-27mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specifiedYang Shi1-2/+6
2019-04-03vmstat: make vmstat_updater deferrable again and shut down on idleChristoph Lameter1-25/+44
2019-04-03mm/rmap: replace BUG_ON(anon_vma->degree) with VM_WARN_ONKonstantin Khlebnikov1-1/+1
2019-03-23mm/vmalloc: fix size check for remap_vmalloc_range_partial()Roman Penyaev1-1/+1
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
2019-03-23mm, memory_hotplug: test_pages_in_a_zone do not pass the end of zoneMikhail Zaslonko1-0/+3
2019-03-23mm, memory_hotplug: is_mem_section_removable do not pass the end of a zoneMichal Hocko1-1/+2
2019-03-23hugetlbfs: fix races and page leaks during migrationMike Kravetz2-2/+23
2019-03-23mm: enforce min addr even if capable() in expand_downwards()Jann Horn1-4/+3
2019-03-23numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODESRalph Campbell1-3/+3
2019-02-06mm: migrate: don't rely on __PageMovable() of newpage after unlocking itDavid Hildenbrand1-2/+5
2019-02-06mm, oom: fix use-after-free in oom_kill_processShakeel Butt1-0/+8
2019-01-26mm/page-writeback.c: don't break integrity writeback on ->writepage() errorBrian Foster1-14/+21
2019-01-17slab: alien caches must not be initialized if the allocation of the alien cac...Christoph Lameter1-2/+4