Age | Commit message (Expand) | Author |
2023-04-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-04-18 | mm: page_alloc: skip regions with hugetlbfs pages when allocating 1G pages | Mel Gorman |
2023-04-18 | mm/mmap: regression fix for unmapped_area{_topdown} | Liam R. Howlett |
2023-04-18 | mm: kmsan: handle alloc failures in kmsan_ioremap_page_range() | Alexander Potapenko |
2023-04-18 | mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush() | Alexander Potapenko |
2023-04-18 | mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlock | Tetsuo Handa |
2023-04-16 | writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbs | Baokun Li |
2023-04-16 | mm/mempolicy: fix use-after-free of VMA iterator | Liam R. Howlett |
2023-04-16 | mm/huge_memory.c: warn with pr_warn_ratelimited instead of VM_WARN_ON_ONCE_FOLIO | Naoya Horiguchi |
2023-04-16 | mm/mprotect: fix do_mprotect_pkey() return on error | Liam R. Howlett |
2023-04-16 | mm/khugepaged: check again on anon uffd-wp during isolation | Peter Xu |
2023-04-16 | mm/userfaultfd: fix uffd-wp handling for THP migration entries | David Hildenbrand |
2023-04-16 | mm: swap: fix performance regression on sparsetruncate-tiny | Qi Zheng |
2023-04-13 | Daniel Borkmann says: | Jakub Kicinski |
2023-04-12 | mm: Fix copy_from_user_nofault(). | Alexei Starovoitov |
2023-04-05 | mm/swap: fix swap_info_struct race between swapoff and get_swap_pages() | Rongwei Wang |
2023-04-05 | mm: take a page reference when removing device exclusive entries | Alistair Popple |
2023-04-05 | mm: vmalloc: avoid warn_alloc noise caused by fatal signal | Yafang Shao |
2023-04-05 | mm/hugetlb: fix uffd wr-protection for CoW optimization path | Peter Xu |
2023-04-05 | mm: enable maple tree RCU mode by default | Liam R. Howlett |
2023-03-28 | mm: kfence: fix handling discontiguous page | Muchun Song |
2023-03-28 | mm: kfence: fix PG_slab and memcg_data clearing | Muchun Song |
2023-03-24 | Merge tag 'mm-hotfixes-stable-2023-03-24-17-09' of git://git.kernel.org/pub/s... | Linus Torvalds |
2023-03-24 | Merge tag 'slab-fix-for-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2023-03-23 | kfence: avoid passing -g for test | Marco Elver |
2023-03-23 | mm: kfence: fix using kfence_metadata without initialization in show_object() | Muchun Song |
2023-03-23 | Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare" | Peter Collingbourne |
2023-03-23 | mm/ksm: fix race with VMA iteration and mm_struct teardown | Liam R. Howlett |
2023-03-23 | mm: fix error handling for map_deny_write_exec | Joey Gouly |
2023-03-23 | mm: deduplicate error handling for map_deny_write_exec | Joey Gouly |
2023-03-23 | mm, vmalloc: fix high order __GFP_NOFAIL allocations | Michal Hocko |
2023-03-22 | mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMP | Geert Uytterhoeven |
2023-03-07 | mm/damon/paddr: fix folio_nr_pages() after folio_put() in damon_pa_mark_acces... | SeongJae Park |
2023-03-07 | mm/damon/paddr: fix folio_size() call after folio_put() in damon_pa_young() | SeongJae Park |
2023-03-07 | migrate_pages: try migrate in batch asynchronously firstly | Huang Ying |
2023-03-07 | migrate_pages: move split folios processing out of migrate_pages_batch() | Huang Ying |
2023-03-07 | migrate_pages: fix deadlock in batched migration | Huang Ying |
2023-03-07 | mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropage | David Hildenbrand |
2023-03-07 | mm: teach mincore_hugetlb about pte markers | James Houghton |
2023-03-04 | mm: avoid gcc complaint about pointer casting | Linus Torvalds |
2023-03-04 | Merge tag 'mm-hotfixes-stable-2023-03-04-13-12' of git://git.kernel.org/pub/s... | Linus Torvalds |
2023-03-02 | kasan: test: fix test for new meminstrinsic instrumentation | Marco Elver |
2023-03-02 | kasan: treat meminstrinsic as builtins in uninstrumented files | Marco Elver |
2023-03-02 | kasan: emit different calls for instrumentable memintrinsics | Marco Elver |
2023-02-27 | mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISON | Naoya Horiguchi |
2023-02-27 | mm/damon/paddr: fix missing folio_put() | andrew.yang |
2023-02-27 | mm/mremap: fix dup_anon_vma() in vma_merge() case 4 | Vlastimil Babka |
2023-02-27 | Merge tag 'memblock-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2023-02-25 | mm/mprotect: Fix successful vma_merge() of next in do_mprotect_pkey() | Liam R. Howlett |
2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |