]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/history - mm
net: encx24j600: Fix invalid logic in reading of MISTAT register
[mirror_ubuntu-jammy-kernel.git] / mm /
2022-12-14 John Starksmm/gup: fix gup_pud_range() for dax
2022-12-14 Tejun Heomemcg: fix possible use-after-free in memcg_write_event...
2022-12-14 Jann Hornmm/khugepaged: invoke MMU notifiers in shmem/file colla...
2022-12-14 Jann Hornmm/khugepaged: fix GUP-fast interaction by sending IPI
2022-12-14 Jann Hornmm/khugepaged: take the right locks for page table...
2022-12-14 Gavin Shanmm: migrate: fix THP's mapcount on isolation
2022-12-14 Hugh Dickinsmm: __isolate_lru_page_prepare() in isolate_migratepage...
2022-12-14 Johannes Weinermm: vmscan: fix extreme overreclaim and swap floods
2022-12-14 Alexander Potapenkomm: fs: initialize fsdata passed to write_begin/write_e...
2022-12-14 Alban Crequymaccess: Fix writing offset in case of fault in strncpy...
2022-12-14 James Houghtonhugetlbfs: don't delete error page from pagecache
2022-12-14 Yang Shimm: shmem: don't truncate page if memory failure happens
2022-12-14 Yang Shimm: hwpoison: handle non-anonymous THP correctly
2022-12-14 Yang Shimm: hwpoison: refactor refcount check handling
2022-12-14 Peter Xumm/shmem: use page_mapping() to detect page cache for...
2022-12-14 Pankaj Guptamm/memremap.c: map FS_DAX device memory as decrypted
2022-12-14 SeongJae Parkmm/damon/dbgfs: check if rm_contexts input is for a...
2022-12-06 Baolin Wangmm/hugetlb: fix races when looking up a CONT-PTE/PMD...
2022-11-24 Rik van Rielmm,hugetlb: take hugetlb_lock before decrementing h...
2022-11-24 Liu Shixinmm: hugetlb: fix UAF in hugetlb_handle_userfault
2022-11-24 Carlos Llamasmm/mmap: undo ->mmap() when arch_validate_flags() fails
2022-11-24 Baolin Wangmm/damon: validate if the pmd entry is present before...
2022-11-23 Naoya Horiguchimm/huge_memory: use pfn_to_online_page() in split_huge_...
2022-11-23 Miaohe Linmm/huge_memory: minor cleanup for split_huge_pages_all
2022-11-23 Yang Shimm: gup: fix the fast GUP race against THP collapse
2022-11-23 Shuai Xuemm,hwpoison: check mm when killing accessing process
2022-11-23 Minchan Kimmm: fix madivse_pageout mishandling on non-LRU page
2022-11-23 Alistair Popplemm/migrate_device.c: flush TLB while holding PTL
2022-11-23 Binyi Hanmm: fix dereferencing possible ERR_PTR
2022-11-23 Maurizio Lombardimm: prevent page_frag_alloc() from corrupting the memory
2022-11-23 Mel Gormanmm/page_alloc: fix race condition between build_all_zon...
2022-11-23 Greg Kroah-Hartmanmm/damon/dbgfs: fix memory leak when using debugfs_lookup()
2022-11-23 Maurizio Lombardimm: slub: fix flush_cpu_slab()/__free_slab() invocation...
2022-11-23 Chao Yumm/slub: fix to return errno if kmalloc() fails
2022-11-23 Peter Collingbournekasan: call kasan_malloc() from __kmalloc_*track_caller()
2022-11-23 Jann Hornmm: Fix TLB flush for not-first PFNMAP mappings in...
2022-11-23 Yee LeeRevert "mm: kmemleak: take a full lowmem check in kmeml...
2022-11-23 Steven Pricemm: pagewalk: Fix race between unmap and page walker
2022-11-23 Miaohe Linmm/hugetlb: avoid corrupting page->mapping in hugetlb_m...
2022-11-23 Jann Hornmm: Force TLB flush for PFNMAP mappings before unlink_f...
2022-11-21 Jann Hornmm/rmap: Fix anon_vma->degree ambiguity leading to...
2022-10-17 David Hildenbrandmm/hugetlb: fix hugetlb not supporting softdirty tracking
2022-10-17 Liu Shixinbootmem: remove the vmemmap pages from kmemleak in...
2022-10-17 Badari Pulavartymm/damon/dbgfs: avoid duplicate context directory creation
2022-10-17 Khazhismel Kumykovwriteback: avoid use-after-free after removing device
2022-10-17 Miaohe Linmm/mmap.c: fix missing call to vm_unacct_memory in...
2022-10-17 Tianyu Limm/mempolicy: fix get_nodes out of bound access
2022-10-17 Miaohe Linmm/memremap: fix memunmap_pages() race with get_dev_pag...
2022-10-17 Christoph Hellwigmemremap: remove support for external pgmap refcounts
2022-09-16 Jaewon Kimpage_alloc: fix invalid watermark check on a negative...
2022-09-16 Ralph Campbellmm/hmm: fault non-owner device private entries
2022-09-16 Miaohe Linhugetlb: fix memoryleak in hugetlb_mcopy_atomic_pte
2022-09-16 Josef Bacikmm: fix page leak with multiple threads mapping the...
2022-09-16 Mike Rapoportsecretmem: fix unhandled fault in truncate
2022-09-16 Wang Chengmm/mempolicy: fix uninit-value in mpol_rebind_policy()
2022-09-16 Gowans, Jamesmm: split huge PUD on wp_huge_pud fallback
2022-09-16 Axel Rasmussenmm: userfaultfd: fix UFFDIO_CONTINUE on fallocated...
2022-09-16 Naoya HoriguchiRevert "mm/memory-failure.c: fix race with changing...
2022-09-16 Naoya Horiguchimm/hwpoison: fix race between hugetlb free/demotion...
2022-09-16 Miaohe Linmm/memory-failure.c: fix race with changing page compou...
2022-09-16 luofeimm/hwpoison: avoid the impact of hwpoison_filter()...
2022-09-16 Naoya Horiguchimm/hwpoison: mf_mutex for soft offline and unpoison
2022-09-16 Paolo Bonzinimm: vmalloc: introduce array allocation functions
2022-09-16 Liu Shixinmm/filemap: fix UAF in find_lock_entries
2022-09-16 Jann Hornmm/slub: add missing TID updates on slab deactivation
2022-08-26 Jan Karainit: Initialize noop_backing_dev_info early
2022-08-10 Miaohe Linmm/memremap: fix missing call to untrack_pfn() in pagem...
2022-08-10 Mike Kravetzhugetlb: fix huge_pmd_unshare address update
2022-08-10 Mel Gormanmm/page_alloc: always attempt to allocate at least...
2022-08-10 Dong AishengRevert "mm/cma.c: remove redundant cma_mutex lock"
2022-08-10 Rei Yamamotomm, compaction: fast_find_migrateblock() should return...
2022-08-10 Sultan Alsawafzsmalloc: fix races between asynchronous zspage free...
2022-08-10 Jason A. Donenfeldrandom: move randomize_page() into mm where it belongs
2022-08-10 Hyeonggon Yoomm/kfence: reset PG_slab and memcg_data before freeing...
2022-08-10 Naoya Horiguchimm/hwpoison: use pr_err() instead of dump_page() in...
2022-08-10 Xu Yumm/huge_memory: do not overkill when splitting huge_zer...
2022-08-10 Xu YuRevert "mm/memory-failure.c: skip huge_zero_page in...
2022-08-10 Peter Xumm: fix invalid page pointer returned with FOLL_PIN...
2022-08-10 Miaohe Linmm/mlock: fix potential imbalanced rlimit ucounts adjus...
2022-08-10 Naoya Horiguchimm/hwpoison: fix error page recovered but reported...
2022-08-10 Muchun Songmm: userfaultfd: fix missing cache flush in mcopy_atomi...
2022-08-10 Muchun Songmm: shmem: fix missing cache flush in shmem_mfill_atomi...
2022-08-10 Muchun Songmm: hugetlb: fix missing cache flush in copy_huge_page_...
2022-08-10 Muchun Songmm: fix missing cache flush for all tail pages of compo...
2022-06-22 Zqiangkasan: prevent cpu_quarantine corruption when CPU offli...
2022-06-22 Linus Torvaldsmm: gup: make fault_in_safe_writeable() use fixup_user_...
2022-06-22 Andreas Gruenbachergup: Introduce FOLL_NOFAULT flag to disable page faults
2022-06-22 Andreas Gruenbacheriov_iter: Introduce fault_in_iov_iter_writeable
2022-06-22 Andreas Gruenbacheriov_iter: Turn iov_iter_fault_in_readable into fault_in...
2022-06-22 Andreas Gruenbachergup: Turn fault_in_pages_{readable,writeable} into...
2022-06-22 Muchun Songmm: kfence: fix objcgs vector allocation
2022-06-22 Alistair Popplemm/mmu_notifier.c: fix race in mmu_interval_notifier_re...
2022-06-22 Nico Pacheoom_kill.c: futex: delay the OOM reaper to allow time...
2022-06-22 Christophe Leroymm, hugetlb: allow for "high" userspace addresses
2022-06-22 Shakeel Buttmemcg: sync flush only if periodic flush is delayed
2022-06-22 Xu Yumm/memory-failure.c: skip huge_zero_page in memory_fail...
2022-06-22 Marco Elvermm, kfence: support kmem_dump_obj() for KFENCE objects
2022-06-22 Xiongwei Songmm: page_alloc: fix building error on -Werror=array...
2022-05-20 Patrick Wangmm: kmemleak: take a full lowmem check in kmemleak_...
2022-05-20 Minchan Kimmm: fix unexpected zeroed page mapping with zram swap
next