summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: prevent get_user_pages() from overflowing page refcountLinus Torvalds2020-03-112-10/+48
* mm, gup: ensure real head page is ref-counted when using hugepagesPunit Agrawal2020-03-111-6/+6
* mm, gup: remove broken VM_BUG_ON_PAGE compound check for hugepagesWill Deacon2020-03-111-3/+0
* mm: add 'try_get_page()' helper functionLinus Torvalds2020-03-111-0/+23
* mm: make page ref count overflow check tighter and more explicitLinus Torvalds2020-03-111-2/+3
* 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/page_alloc.c: calculate 'available' memory in a separate functionIgor Redko2020-01-231-0/+43
* mm/shmem.c: cast the type of unmap_start to u64Chen Jun2019-12-211-1/+1
* mm/page-writeback.c: fix range_cyclic writeback vs writepages deadlockDave Chinner2019-11-281-18/+15
* mm/ksm.c: don't WARN if page is still mapped in remove_stable_node()Andrey Ryabinin2019-11-281-7/+7
* memfd: Use radix_tree_deref_slot_protected to avoid the warning.zhong jiang2019-11-251-1/+1
* mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup()Roman Gushchin2019-11-251-1/+1
* mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()Roman Gushchin2019-11-251-1/+1
* mm/filemap.c: don't initiate writeback if mapping has no dirty pagesKonstantin Khlebnikov2019-11-121-1/+2
* mm, vmstat: hide /proc/pagetypeinfo from normal usersMichal Hocko2019-11-121-1/+1
* 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-9/+11
* mm/memcontrol.c: fix use after free in mem_cgroup_iter()Miles Chen2019-08-251-11/+30
* mm/vmalloc: Sync unmappings in __purge_vmap_area_lazy()Joerg Roedel2019-08-251-0/+9
* mm/cma.c: fail if fixed declaration can't be honoredDoug Berger2019-08-061-0/+13
* mm, vmstat: make quiet_vmstat lighterMichal Hocko2019-08-041-22/+46
* vmstat: Remove BUG_ON from vmstat_updateChristoph Lameter2019-08-041-11/+1
* 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/page_idle.c: fix oops because end_pfn is larger than max_pfnColin Ian King2019-07-101-2/+2
* coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli2019-06-221-1/+6
* mm/list_lru.c: fix memory leak in __memcg_init_list_lru_nodeShakeel Butt2019-06-221-1/+1
* 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
* hugetlbfs: on restore reserve error path retain subpool reservationMike Kravetz2019-06-221-5/+16
* 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-06-111-14/+5
* writeback: synchronize sync(2) against cgroup writeback membership switchesTejun Heo2019-06-111-0/+1
* mm/mincore.c: make mincore() more conservativeJiri Kosina2019-06-111-1/+22
* 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-271-8/+9
* mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512!Uladzislau Rezki (Sony)2019-04-271-1/+5
* mm/page_ext.c: fix an imbalance with kmemleakQian Cai2019-04-271-0/+1
* mm/cma.c: cma_declare_contiguous: correct err handlingPeng Fan2019-04-271-1/+3
* mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specifiedYang Shi2019-04-271-2/+6
* vmstat: make vmstat_updater deferrable again and shut down on idleChristoph Lameter2019-04-031-25/+44
* mm/rmap: replace BUG_ON(anon_vma->degree) with VM_WARN_ONKonstantin Khlebnikov2019-04-031-1/+1
* mm/vmalloc: fix size check for remap_vmalloc_range_partial()Roman Penyaev2019-03-231-1/+1
* 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, memory_hotplug: test_pages_in_a_zone do not pass the end of zoneMikhail Zaslonko2019-03-231-0/+3
* mm, memory_hotplug: is_mem_section_removable do not pass the end of a zoneMichal Hocko2019-03-231-1/+2
* hugetlbfs: fix races and page leaks during migrationMike Kravetz2019-03-232-2/+23
* mm: enforce min addr even if capable() in expand_downwards()Jann Horn2019-03-231-4/+3