]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/history - mm
tools build: Use $(shell ) instead of `` to get embedded libperl's ccopts
[mirror_ubuntu-focal-kernel.git] / mm /
2022-05-20 Miaohe Linmm/mempolicy: fix mpol_new leak in shared_policy_replace
2022-05-20 Paolo Bonzinimmmremap.c: avoid pointless invalidate_range_start...
2022-05-20 Mauricio Faria de... mm: fix race between MADV_FREE reclaim and blkdev direc...
2022-05-20 Randy Dunlapmm/usercopy: return 1 from hardened_usercopy __setup...
2022-05-20 Randy Dunlapmm/memcontrol: return 1 from cgroup.memory __setup...
2022-05-20 Randy Dunlapmm/mmap: return 1 from stack_guard_gap __setup() handler
2022-05-20 Kuan-Ying Leemm/kmemleak: reset tag when compare object pointer
2022-05-20 Rik van Rielmm,hwpoison: unmap poisoned page before invalidation
2022-05-20 Hugh Dickinsmempolicy: mbind_range() set_policy() after vma_merge()
2022-05-20 Rik van Rielmm: invalidate hwpoison page cache page in fault path
2022-05-20 Alistair Popplemm/pages_alloc.c: don't create ZONE_MOVABLE beyond...
2022-05-20 Hugh Dickinsmemfd: fix F_SEAL_WRITE after shmem huge page allocated
2022-05-20 Miaohe Linmemblock: use kfree() to release kmalloced memblock...
2022-03-29 Lang Yumm/kmemleak: avoid scanning potential huge holes
2022-03-07 Gang Lishmem: fix a race between shmem_unused_huge_shrink...
2022-03-07 Baoquan Hemm/page_alloc.c: do not warn allocation failure on...
2022-03-07 Baoquan Hemm_zone: add function to check if managed dma zone...
2022-03-07 Andrey Ryabininmm: mempolicy: fix THP allocations escaping mempolicy...
2022-03-07 Mike Rapoportmemblock: ensure there is no overflow in memblock_overl...
2022-02-03 Manjong Leemm: bdi: initialize bdi_min_ratio when bdi is unregistered
2022-01-13 Rustam Kovhaevmm: kmemleak: slob: respect SLAB_NOLEAKTRACE flag
2022-01-13 Michal Hockomm, oom: do not trigger out_of_memory from the #PF
2022-01-13 Vasily Averinmm, oom: pagefault_out_of_memory: don't force global...
2022-01-13 Miaohe Linmm/zsmalloc.c: close race window between zs_pool_dec_is...
2022-01-13 Vlastimil Babkausercopy: mark dma-kmalloc caches as usercopy caches
2021-11-26 Nadav Amithugetlbfs: flush TLBs correctly after huge_pmd_unshare
2021-11-22 Miaohe Linmm, slub: fix potential memoryleak in kmem_cache_open()
2021-11-22 Miaohe Linmm, slub: fix mismatch between reconstructed freelist...
2021-10-12 David Hildenbrandmm/memory_hotplug: use "unsigned long" for PFN in zone_...
2021-10-12 Rik van Rielmm,vmscan: fix divide by zero in get_scan_count
2021-10-01 Muchun Songmm/page_alloc: speed up the iteration of max_order
2021-10-01 Yafang Shaomm, oom: make the calculation of oom badness more accurate
2021-09-24 Johannes Weinermm: memcontrol: fix occasional OOMs due to proportional...
2021-09-24 Yafang Shaomm, memcg: avoid stale protection values when cgroup...
2021-09-20 Nanyong Sunmm: slab: fix kmem_cache_create failed when sysfs node...
2021-09-20 Kamal MostafaRevert "UBUNTU: SAUCE: Revert "mm: memcg/slab: fix...
2021-08-13 Miaohe Linmm/z3fold: fix potential memory leak in z3fold_destroy_...
2021-08-13 Miaohe Linmm/huge_memory.c: don't discard hugepage if other proce...
2021-08-13 Hugh Dickinsmm, futex: fix shared futex pgoff on shmem huge page
2021-08-13 Hugh Dickinsmm/thp: another PVMW_SYNC fix in page_vma_mapped_walk()
2021-08-13 Hugh Dickinsmm/thp: fix page_vma_mapped_walk() if THP mapped by...
2021-08-13 Hugh Dickinsmm: page_vma_mapped_walk(): get vma_address_end() earlier
2021-08-13 Hugh Dickinsmm: page_vma_mapped_walk(): use goto instead of while (1)
2021-08-13 Hugh Dickinsmm: page_vma_mapped_walk(): add a level of indentation
2021-08-13 Hugh Dickinsmm: page_vma_mapped_walk(): crossing page table boundary
2021-08-13 Hugh Dickinsmm: page_vma_mapped_walk(): prettify PVMW_MIGRATION...
2021-08-13 Hugh Dickinsmm: page_vma_mapped_walk(): use pmde for *pvmw->pmd
2021-08-13 Hugh Dickinsmm: page_vma_mapped_walk(): settle PageHuge on entry
2021-08-13 Hugh Dickinsmm: page_vma_mapped_walk(): use page for pvmw->page
2021-08-13 Yang Shimm: thp: replace DEBUG_VM BUG with VM_WARN when unmap...
2021-08-13 Hugh Dickinsmm/thp: unmap_mapping_page() to fix THP truncate_cleanu...
2021-08-13 Jue Wangmm/thp: fix page_address_in_vma() on file THP tails
2021-08-13 Hugh Dickinsmm/thp: fix vma_address() if virtual address below...
2021-08-13 Hugh Dickinsmm/thp: try_to_unmap() use TTU_SYNC for safe splitting
2021-08-13 Hugh Dickinsmm/thp: make is_huge_zero_pmd() safe and quicker
2021-08-13 Hugh Dickinsmm/thp: fix __split_huge_pmd_locked() on shmem migratio...
2021-08-13 Xu Yumm, thp: use head page in __migration_entry_wait()
2021-08-13 Miaohe Linmm/rmap: use page_not_mapped in try_to_unmap()
2021-08-13 Miaohe Linmm/rmap: remove unneeded semicolon in page_not_mapped()
2021-07-15 Andrew Mortonmm/slub.c: include swab.h
2021-07-15 Kees Cookmm/slub: fix redzoning for small allocations
2021-07-15 Kees Cookmm/slub: clarify verification reporting
2021-07-15 yangerkunmm/memory-failure: make sure wait for page writeback...
2021-07-15 Matthew Wilcox ... mm/filemap: fix storing to a THP shadow entry
2021-07-15 Mina Almasrymm, hugetlb: fix simple resv_huge_pages underflow on...
2021-06-18 Peter Xumm/hugetlb: fix F_SEAL_FUTURE_WRITE
2021-06-18 Axel Rasmussenuserfaultfd: release page in error path to avoid BUG_ON
2021-06-18 Miaohe Linksm: fix potential missing rmap_item for stable_node
2021-06-18 Miaohe Linmm/migrate.c: fix potential indeterminate pte entry...
2021-06-18 Miaohe Linmm/hugeltb: handle the error case in hugetlb_fix_reserv...
2021-06-18 Miaohe Linkhugepaged: fix wrong result value for trace_mm_collaps...
2021-05-26 Jane Chumm/memory-failure: unnecessary amount of unmapping
2021-05-26 Wang Wenshengmm/sparse: add the missing sparse_buffer_fini() in...
2021-04-23 Ilya Lipnitskiymm: fix race by making init_zero_pfn() early_initcall
2021-04-23 Mike Kravetzhugetlbfs: hugetlb_fault_mutex_hash() cleanup
2021-04-14 Linus TorvaldsRevert "mm, slub: consider rest of partial list if...
2021-04-14 Jens Axboeswap: fix swapfile read/write offset
2021-04-14 Rokudo Yanzsmalloc: account the number of compacted pages correctly
2021-04-14 Li Xinhaimm/hugetlb.c: fix unnecessary address expansion of...
2021-04-14 Mike Kravetzhugetlb: fix copy_huge_page_from_user contig page struc...
2021-04-14 Mike Kravetzhugetlb: fix update_and_free_page contig page struct...
2021-04-14 Wonhyuk Yangmm/compaction: fix misbehaviors of fast_find_migrateblock()
2021-04-14 Miaohe Linmm/hugetlb: fix potential double free in hugetlb_regist...
2021-04-14 Miaohe Linmm/memory.c: fix potential pte_unmap_unlock pte error
2021-03-24 Paolo Bonzinimm: provide a saner PTE walking API for modules
2021-03-24 Christoph Hellwigmm: simplify follow_pte{,pmd}
2021-03-24 Christoph Hellwigmm: unexport follow_pte_pmd
2021-03-24 Hugh Dickinsmm: thp: fix MADV_REMOVE deadlock on shmem THP
2021-03-24 Rokudo Yanmm, compaction: move high_pfn to the for loop scope
2021-03-24 Muchun Songmm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_active
2021-03-24 Muchun Songmm: hugetlb: fix a race between isolating and freeing...
2021-03-24 Muchun Songmm: hugetlb: fix a race between freeing and dissolving...
2021-03-24 Muchun Songmm: hugetlbfs: fix cannot migrate the fallocated HugeTL...
2021-03-24 Roman Gushchinmemblock: do not start bottom-up allocations with kerne...
2021-02-19 Lecopzer Chenkasan: fix incorrect arguments passing in kasan_add_zer...
2021-02-19 Lecopzer Chenkasan: fix unaligned address is unhandled in kasan_remo...
2021-02-19 Jann Hornmm, slub: consider rest of partial list if acquire_slab...
2021-02-19 Miaohe Linmm/hugetlb: fix potential missing huge page size info
2021-01-22 Linus Torvaldsmm: check that mm is still valid in madvise()
2021-01-20 Johannes Weinermm: don't wake kswapd prematurely when watermark boosti...
next