summaryrefslogtreecommitdiff
path: root/mm (follow)
Commit message (Expand)AuthorAge
* mm/memory.c: fix potential pte_unmap_unlock pte errorMiaohe Lin2021-03-03
* memblock: do not start bottom-up allocations with kernel_endRoman Gushchin2021-02-23
* memcg: fix a crash in wb_workfn when a device disappearsTheodore Ts'o2021-02-23
* mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_activeMuchun Song2021-02-10
* mm: hugetlb: fix a race between isolating and freeing pageMuchun Song2021-02-10
* mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song2021-02-10
* Revert "mm/slub: fix a memory leak in sysfs_slab_add()"Wang Hai2021-01-30
* mm, slub: consider rest of partial list if acquire_slab() failsJann Horn2021-01-23
* mm/hugetlb: fix potential missing huge page size infoMiaohe Lin2021-01-23
* mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault()Gerald Schaefer2020-12-11
* mm: mempolicy: fix potential pte_unmap_unlock pte errorShijie Luo2020-11-18
* mm/kasan: add API to check memory regionsAndrey Ryabinin2020-10-29
* mm/kasan: print name of mem[set,cpy,move]() caller in reportAndrey Ryabinin2020-10-29
* mm/mmap.c: initialize align_offset explicitly for vm_unmapped_areaJaewon Kim2020-10-01
* mm/filemap.c: clear page error before actual readXianting Tian2020-10-01
* mm: pagewalk: fix termination condition in walk_pte_range()Steven Price2020-10-01
* mm/hugetlb: fix a race between hugetlb sysctl handlersMuchun Song2020-09-12
* uaccess: Add non-pagefault user-space write functionDaniel Borkmann2020-09-12
* uaccess: Add non-pagefault user-space read functionsMasami Hiramatsu2020-09-12
* mm, page_alloc: remove unnecessary variable from free_pcppages_bulkMel Gorman2020-09-12
* mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possiblePeter Xu2020-08-26
* mm, page_alloc: fix core hung in free_pcppages_bulk()Charan Teja Reddy2020-08-26
* mm: include CMA pages in lowmem_reserve at bootDoug Berger2020-08-26
* khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()Hugh Dickins2020-08-26
* khugepaged: khugepaged_test_exit() check mmget_still_valid()Hugh Dickins2020-08-26
* coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli2020-08-26
* mm/mmap.c: Add cond_resched() for exit_mmap() CPU stallsPaul E. McKenney2020-08-21
* mm/memcg: fix refcount error while moving and swappingHugh Dickins2020-07-31
* mm/slub: fix stack overruns with SLUB_STATSQian Cai2020-07-09
* mm: fix swap cache node allocation maskHugh Dickins2020-07-09
* mm/slab: use memzero_explicit() in kzfree()Waiman Long2020-06-29
* mm/slub: fix a memory leak in sysfs_slab_add()Wang Hai2020-06-20
* mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap()Liviu Dudau2020-06-03
* mm/memory_hotplug.c: fix overflow in test_pages_in_a_zone()zhong jiang2020-05-20
* mm: mempolicy: require at least one nodeid for MPOL_PREFERREDRandy Dunlap2020-04-13
* x86/mm: split vmalloc_sync_all()Joerg Roedel2020-04-02
* mm, slub: prevent kmalloc_node crashes and memory leaksVlastimil Babka2020-04-02
* mm: slub: be more careful about the double cmpxchg of freelistLinus Torvalds2020-04-02
* memcg: fix NULL pointer dereference in __mem_cgroup_usage_unregister_eventChunguang Xu2020-04-02
* mm: slub: add missing TID bump in kmem_cache_alloc_bulk()Jann Horn2020-03-20
* mm: prevent get_user_pages() from overflowing page refcountLinus Torvalds2020-03-11
* mm, gup: ensure real head page is ref-counted when using hugepagesPunit Agrawal2020-03-11
* mm, gup: remove broken VM_BUG_ON_PAGE compound check for hugepagesWill Deacon2020-03-11
* mm: add 'try_get_page()' helper functionLinus Torvalds2020-03-11
* mm: make page ref count overflow check tighter and more explicitLinus Torvalds2020-03-11
* mm/mempolicy.c: fix out of bounds write in mpol_parse_str()Dan Carpenter2020-02-05
* mm/page-writeback.c: avoid potential division by zero in wb_min_max_ratio()Wen Yang2020-01-23
* mm/page_alloc.c: calculate 'available' memory in a separate functionIgor Redko2020-01-23
* mm/shmem.c: cast the type of unmap_start to u64Chen Jun2019-12-21
* mm/page-writeback.c: fix range_cyclic writeback vs writepages deadlockDave Chinner2019-11-28