]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/history - mm
UBUNTU: Start new release
[mirror_ubuntu-focal-kernel.git] / mm /
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...
2021-01-20 Minchan Kimmm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPING
2021-01-20 Qian Caimm/swapfile: do not sleep with a spin lock held
2021-01-20 Yang Shimm: list_lru: set shrinker map bit when child nr_items...
2021-01-20 Charan Teja Reddymm, page_alloc: skip ->waternark_boost for atomic order...
2021-01-20 Gerald Schaefermm/userfaultfd: do not access vma->vm_mm after calling...
2021-01-20 Muchun Songmm: memcg/slab: fix root memcg vmstats
2021-01-20 Dongli Zhangpage_frag: Recover from memory pressure
2020-12-10 Laurent Dufourmm/slub: fix panic in slab_alloc_node()
2020-12-10 Shijie Luomm: mempolicy: fix potential pte_unmap_unlock pte error
2020-12-10 SeongJae Parkmm/page_idle.c: skip offline pages
2020-11-09 Matthew Wilcox ... mm/page_owner: change split_page_owner to take a count
2020-11-09 Suren Baghdasaryanmm, oom_adj: don't loop through tasks in __set_oom_adj...
2020-11-09 Ralph Campbellmm/memcg: fix device private memcg accounting
2020-11-09 Miaohe Linmm/swapfile.c: fix potential memory leak in sys_swapon
2020-11-09 Alexei Starovoitovmm/error_inject: Fix allow_error_inject function signat...
2020-11-09 Vijay Balakrishnamm: khugepaged: recalculate min_free_kbytes after memor...
2020-11-09 Hugh Dickinsmm/khugepaged: fix filemap page_to_pgoff(page) != offset
2020-11-09 Laurent Dufourmm: don't rely on system state to detect hot-plug opera...
2020-11-09 Laurent Dufourmm: replace memmap_context by meminit_context
2020-11-09 Vasily Gorbikmm/gup: fix gup_fast with dynamic page table folding
2020-11-09 Gao Xiangmm, THP, swap: fix allocating cluster for swapfile...
2020-11-09 Minchan Kimmm: validate pmd after splitting
2020-11-09 Johannes Weinermm: memcontrol: fix stat-corrupting race in charge...
2020-11-09 Qian Caimm/swap_state: fix a data race in swapin_nr_pages
2020-11-09 Waiman Longmm/slub: fix incorrect interpretation of s->offset
2020-11-09 Jaewon Kimmm/mmap.c: initialize align_offset explicitly for vm_un...
2020-11-09 Qian Caimm/vmscan.c: fix data races using kswapd_classzone_idx
2020-11-09 Qian Caimm/swapfile: fix data races in try_to_unuse()
2020-11-09 Xianting Tianmm/filemap.c: clear page error before actual read
2020-11-09 Nathan Chancellormm/kmemleak.c: use address-of operator on section symbols
2020-11-09 Kirill A. Shutemovmm: avoid data corruption on CoW fault into PFN-mapped VMA
2020-11-09 Steven Pricemm: pagewalk: fix termination condition in walk_pte_range()
2020-11-09 Vasily Averinmm/swapfile.c: swap_next should increase position index
2020-11-09 Jia Hemm: fix double page fault on arm64 if PTE_AF is cleared
2020-11-09 Xunlei Pangmm: memcg: fix memcg reclaim soft lockup
2020-11-09 Ralph Campbellmm/thp: fix __split_huge_pmd_locked() for migration PMD
2020-11-09 Pavel Tatashinmm/memory_hotplug: drain per-cpu pages again during...
2020-11-09 Sunghyun Jinpercpu: fix first chunk size calculation for populated...
2020-09-17 Thadeu Lima de Sou... UBUNTU: SAUCE: Revert "mm: memcg/slab: fix memory leak...
2020-09-17 David Howellsmm/khugepaged.c: fix khugepaged's request size in colla...
2020-09-17 Muchun Songmm/hugetlb: fix a race between hugetlb sysctl handlers
2020-09-17 Yang Shimm: madvise: fix vma user-after-free
2020-09-17 Eugeniu Roscamm: slub: fix conversion of freelist_corrupted()
2020-09-16 Sasha Levinmm/vunmap: add cond_resched() in vunmap_pmd_range
2020-09-16 Mike Kravetzcma: don't quit at first error when activating reserved...
2020-09-16 Yunfeng Yemm/cma.c: switch to bitmap_zalloc() for cma bitmap...
2020-09-16 Peter Zijlstramm: fix kthread_use_mm() vs TLB invalidate
2020-09-16 David Hildenbrandmm/shuffle: don't move pages between zones and don...
2020-09-16 Peter Xumm/hugetlb: fix calculation of adjust_range_if_pmd_shar...
2020-09-16 Charan Teja Reddymm, page_alloc: fix core hung in free_pcppages_bulk()
2020-09-16 Doug Bergermm: include CMA pages in lowmem_reserve at boot
2020-09-16 Hugh Dickinskhugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()
2020-09-16 Hugh Dickinskhugepaged: khugepaged_test_exit() check mmget_still_va...
2020-09-10 Kleber Sacilotto... UBUNTU: SAUCE: Revert "mm/slub: fix a memory leak in...
2020-09-04 Hugh Dickinskhugepaged: retract_page_tables() remember to test...
2020-09-04 Jia Hemm/memory_hotplug: fix unpaired mem_hotplug_begin/done
2020-09-04 Michal Koutnýmm/page_counter.c: fix protection usage propagation
2020-09-04 Hugh Dickinskhugepaged: collapse_pte_mapped_thp() protect the pmd...
2020-09-04 Hugh Dickinskhugepaged: collapse_pte_mapped_thp() flush the right...
2020-09-04 Paul E. McKenneymm/mmap.c: Add cond_resched() for exit_mmap() CPU stalls
2020-09-04 Jan Karamm/filemap.c: don't bother dropping mmap_sem for zero...
2020-08-08 Kirill A. Shutemovkhugepaged: fix null-pointer dereference due to race
2020-08-08 Muchun Songmm: memcg/slab: fix memory leak at non-root kmem_cache...
2020-08-08 Hugh Dickinsmm/memcg: fix refcount error while moving and swapping
2020-08-08 Kirill A. Shutemovmm/mmap.c: close race between munmap() and expand_upwar...
next