]> git.ipfire.org Git - thirdparty/kernel/stable.git/history - mm
dmaengine: tegra186: Fix residual calculation
[thirdparty/kernel/stable.git] / mm /
2024-04-27  Miaohe Linmm/memory-failure: fix deadlock when hugetlb_optimize_v...
2024-04-10  David Hildenbrandx86/mm/pat: fix VM_PAT handling in COW mappings
2024-04-03  Zi Yanmm/migrate: set swap entry values of THP tail pages...
2024-04-03  Vlastimil Babkamm, vmscan: prevent infinite loop for costly GFP_NOIO...
2024-04-03  Qiang Zhangmemtest: use {READ,WRITE}_ONCE in memory scanning
2024-04-03  Ryan Robertsmm: swap: fix race between free_swap_and_cache() and...
2024-04-03  Huang Yingswap: comments get_swap_device() with usage rule
2024-04-03  Arnd Bergmannkasan/test: avoid gcc warning for intentional overflow
2024-03-15  Jan Karareadahead: avoid multiple marked readahead pages
2024-03-06  Yang Shimm: huge_memory: don't force huge page alignment on...
2024-03-01  Yosry Ahmedmm: zswap: fix missing folio cleanup in writeback race...
2024-03-01  SeongJae Parkmm/damon/reclaim: fix quota stauts loss due to online...
2024-03-01  Alison Schofieldx86/numa: Fix the address overlap check in numa_fill_me...
2024-03-01  Johannes Weinermm: memcontrol: clarify swapaccount=0 deprecation warning
2024-03-01  SeongJae Parkmm/damon/lru_sort: fix quota status loss due to online...
2024-03-01  Kairui Songmm/swap: fix race when skipping swapcache
2024-02-23  Lokesh Gidrauserfaultfd: fix mmap_changing checking in mfill_atomic...
2024-02-23  Zach O'Keefemm/writeback: fix possible divide-by-zero in wb_dirty_l...
2024-02-01  Charan Teja Kallamm: page_alloc: unreserve highatomic page blocks before oom
2024-02-01  Charan Teja Kallamm/sparsemem: fix race in accessing memory_section...
2024-01-10  Jiajun Xiemm: fix unmap_mapping_range high bits shift bug
2024-01-10  Sumanth Korikkarmm/memory_hotplug: fix error handling in add_memory_res...
2024-01-10  Sumanth Korikkarmm/memory_hotplug: add missing mem_hotplug_lock
2024-01-10  Christoph Hellwigfilemap: add a per-mapping stable writes flag
2024-01-10  David Howellsmm, netfs, fscache: stop read optimisation when folio...
2024-01-10  David Howellsmm: merge folio_has_private()/filemap_release_folio...
2024-01-10  Vishal Moola (Oracle)memory-failure: convert truncate_error_page() to use...
2024-01-10  Vishal Moola (Oracle)khugepage: replace try_to_release_page() with filemap_r...
2024-01-05  Matthew Wilcox ... mm/memory-failure: check the mapcount of the precise...
2024-01-05  Matthew Wilcox ... mm/memory-failure: cast index to loff_t before shifting it
2024-01-05  Charan Teja Kallamm: migrate high-order folios in swap cache correctly
2024-01-05  Baokun Limm/filemap: avoid buffered read/write race to read...
2024-01-01  SeongJae Parkmm/damon/core: make damon_start() waits until kdamond_f...
2024-01-01  Arnd Bergmannkasan: disable kasan_non_canonical_hook() for HW tags
2023-12-20  David Stevensmm/shmem: fix race in shmem_undo_range w/THP
2023-12-20  Yu Zhaomm/mglru: fix underprotected page cache
2023-12-13  Hugh Dickinsmm: fix oops when filemap_map_pmd() without prealloc_pte
2023-12-13  Mike Kravetzhugetlb: fix null-ptr-deref in hugetlb_vma_lock_write
2023-12-13  Dan Carpentermm/damon/sysfs: eliminate potential uninitialized varia...
2023-12-03  Zhenhua Huangmm,kfence: decouple kfence from page granularity mappin...
2023-11-28  Roman Gushchinmm: kmem: drop __GFP_NOFAIL when allocating objcg vectors
2023-11-28  Stefan Roeschmm: fix for negative counter: nr_file_hugepages
2023-11-28  Zi Yanmm/memory_hotplug: use pfn math in place of direct...
2023-11-28  Zi Yanmm/cma: use nth_page() in place of direct struct page...
2023-11-28  SeongJae Parkmm/damon/sysfs: check error from damon_sysfs_update_tar...
2023-11-28  SeongJae Parkmm/damon/ops-common: avoid divide-by-zero during region...
2023-11-28  SeongJae Parkmm/damon/lru_sort: avoid divide-by-zero in hot threshol...
2023-11-28  SeongJae Parkmm/damon/sysfs: update monitoring target regions for...
2023-11-28  SeongJae Parkmm/damon/sysfs: remove requested targets when online...
2023-11-20  Vishal Moola (Oracle)filemap: add filemap_get_folios_tag()
2023-11-20  Reuben Hawkinsvfs: fix readahead(2) on block devices
2023-11-08  Liam R. Howlettmmap: fix error paths with dup_anon_vma()
2023-11-08  Liam R. Howlettmm/mempolicy: fix set_mempolicy_home_node() previous...
2023-11-02  Haibo Likasan: print the original fault addr when access invali...
2023-11-02  Rik van Rielhugetlbfs: extend hugetlb_vma_lock to private VMAs
2023-11-02  Gregory Pricemm/migrate: fix do_pages_move for compat pointers
2023-11-02  Kemeng Shimm/page_alloc: correct start page when guard page debug...
2023-11-02  Rik van Rielhugetlbfs: clear resv_map pointer if mmap fails
2023-11-02  Sebastian Ottmm: fix vm_brk_flags() to not bail out while holding...
2023-10-10  Johannes Weinermm: page_alloc: fix CMA and HIGHATOMIC landing on the...
2023-10-10  Mel Gormanmm/page_alloc: leave IRQs enabled for per-cpu page...
2023-10-10  Mel Gormanmm/page_alloc: always remove pages from temporary list
2023-10-10  Yang Shimm: mempolicy: keep VMA walk if both MPOL_MF_STRICT...
2023-10-10  Vishal Moola (Oracle)mm/mempolicy: convert migrate_page_add() to migrate_fol...
2023-10-10  Vishal Moola (Oracle)mm/mempolicy: convert queue_pages_pte_range() to queue_...
2023-10-10  Vishal Moola (Oracle)mm/mempolicy: convert queue_pages_pmd() to queue_folios...
2023-10-10  Vishal Moola (Oracle)mm/memory: add vm_normal_folio()
2023-10-06  Michal Hockomm, memcg: reconsider kmem.limit_in_bytes deprecation
2023-10-06  Michal Hockomemcg: drop kmem.limit_in_bytes
2023-10-06  Johannes Weinermm: memcontrol: fix GFP_NOFS recursion in memory.high...
2023-10-06  Rafael Aquinimm/slab_common: fix slab_caches list corruption after...
2023-10-06  Jinjie Ruanmm/damon/vaddr-test: fix memory leak in damon_do_test_a...
2023-09-23  Greg Kroah-HartmanRevert "memcg: drop kmem.limit_in_bytes"
2023-09-19  Kalesh SinghMulti-gen LRU: avoid race in inc_min_seq()
2023-09-19  Muchun Songmm: hugetlb_vmemmap: fix a race between vmemmap pmd...
2023-09-19  Michal Hockomemcg: drop kmem.limit_in_bytes
2023-09-19  Kalesh SinghMulti-gen LRU: fix per-zone reclaim
2023-09-19  Yu Zhaomm: multi-gen LRU: rename lrugen->lists[] to lrugen...
2023-09-13  Joel Fernandes ... mm/vmalloc: add a safer version of find_vm_area() for...
2023-09-13  Zqiangrcu: dump vmalloc memory info safely
2023-09-13  Abel Wunet-memcg: Fix scope of sockmem pressure indicators
2023-09-13  Christian Braunertmpfs: verify {g,u}id mount options correctly
2023-08-30  Yin Fengweimadvise:madvise_free_pte_range(): don't use mapcount...
2023-08-30  Miaohe Linmm: memory-failure: fix unexpected return value in...
2023-08-30  Alexandre Ghitimm: add a call to flush_cache_vmap() in vmap_pfn()
2023-08-30  Hugh Dickinsshmem: fix smaps BUG sleeping while atomic
2023-08-23  Mike Kravetzhugetlb: do not clear hugetlb dtor until allocating...
2023-08-23  Sergey Senozhatskyzsmalloc: allow only one active pool compaction context
2023-08-23  Andrew Yangzsmalloc: fix races between modifications of fullness...
2023-08-23  Nhat Phamzsmalloc: consolidate zs_pool's migrate_lock and size_c...
2023-08-11  Roman Gushchinmm: kmem: fix a NULL pointer dereference in obj_stock_f...
2023-07-23  Arnd Bergmannkasan: add kasan_tag_mismatch prototype
2023-07-19  Liam R. Howlettmm/mmap: Fix extra maple tree write
2023-07-19  Roberto Sassushmem: use ramfs_kill_sb() for kill_sb method of ramfs...
2023-07-19  Ryan Robertsmm/damon/ops-common: atomically test and clear young...
2023-07-19  Suren Baghdasaryanmm/mmap: Fix VM_LOCKED check in do_vmi_align_munmap()
2023-07-19  Peter Collingbournemm: call arch_swap_restore() from do_swap_page()
2023-07-05  Max Filippovxtensa: fix lock_mm_and_find_vma in case VMA not found
2023-07-01  Linus Torvaldsxtensa: fix NOMMU build with lock_mm_and_find_vma(...
2023-07-01  Linus Torvaldsmm: always expand the stack with the mmap write lock...
next