summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: mempolicy: fix potential pte_unmap_unlock pte errorShijie Luo2020-11-181-3/+3
* mm/kasan: add API to check memory regionsAndrey Ryabinin2020-10-291-0/+12
* mm/kasan: print name of mem[set,cpy,move]() caller in reportAndrey Ryabinin2020-10-291-30/+34
* mm/mmap.c: initialize align_offset explicitly for vm_unmapped_areaJaewon Kim2020-10-011-0/+2
* mm/filemap.c: clear page error before actual readXianting Tian2020-10-011-0/+8
* mm: pagewalk: fix termination condition in walk_pte_range()Steven Price2020-10-011-2/+2
* mm/hugetlb: fix a race between hugetlb sysctl handlersMuchun Song2020-09-121-6/+20
* uaccess: Add non-pagefault user-space write functionDaniel Borkmann2020-09-121-4/+41
* uaccess: Add non-pagefault user-space read functionsMasami Hiramatsu2020-09-121-6/+116
* mm, page_alloc: remove unnecessary variable from free_pcppages_bulkMel Gorman2020-09-121-4/+3
* mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possiblePeter Xu2020-08-261-14/+11
* mm, page_alloc: fix core hung in free_pcppages_bulk()Charan Teja Reddy2020-08-261-0/+5
* mm: include CMA pages in lowmem_reserve at bootDoug Berger2020-08-261-1/+1
* khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()Hugh Dickins2020-08-261-1/+1
* khugepaged: khugepaged_test_exit() check mmget_still_valid()Hugh Dickins2020-08-261-4/+1
* coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli2020-08-261-0/+3
* mm/mmap.c: Add cond_resched() for exit_mmap() CPU stallsPaul E. McKenney2020-08-211-0/+1
* mm/memcg: fix refcount error while moving and swappingHugh Dickins2020-07-311-2/+2
* mm/slub: fix stack overruns with SLUB_STATSQian Cai2020-07-091-1/+2
* mm: fix swap cache node allocation maskHugh Dickins2020-07-091-1/+2
* mm/slab: use memzero_explicit() in kzfree()Waiman Long2020-06-291-1/+1
* mm/slub: fix a memory leak in sysfs_slab_add()Wang Hai2020-06-201-1/+3
* mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap()Liviu Dudau2020-06-031-1/+1
* mm/memory_hotplug.c: fix overflow in test_pages_in_a_zone()zhong jiang2020-05-201-2/+2
* mm: mempolicy: require at least one nodeid for MPOL_PREFERREDRandy Dunlap2020-04-131-1/+5
* x86/mm: split vmalloc_sync_all()Joerg Roedel2020-04-022-7/+14
* mm, slub: prevent kmalloc_node crashes and memory leaksVlastimil Babka2020-04-021-9/+17
* mm: slub: be more careful about the double cmpxchg of freelistLinus Torvalds2020-04-021-2/+4
* memcg: fix NULL pointer dereference in __mem_cgroup_usage_unregister_eventChunguang Xu2020-04-021-2/+8
* mm: slub: add missing TID bump in kmem_cache_alloc_bulk()Jann Horn2020-03-201-0/+9
* 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