Age | Commit message (Expand) | Author |
2024-03-12 | Merge tag 'slab-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/vba... | Linus Torvalds |
2024-03-12 | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2024-03-12 | Merge tag 'soc-drivers-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2024-03-12 | Merge branch 'slab/for-6.9/slab-flag-cleanups' into slab/for-linus | Vlastimil Babka |
2024-03-12 | Merge branch 'slab/for-6.9/optimize-get-freelist' into slab/for-linus | Vlastimil Babka |
2024-03-11 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2024-03-11 | Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds |
2024-03-11 | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds |
2024-03-11 | Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds |
2024-03-11 | mm: Introduce vmap_page_range() to map pages in PCI address space | Alexei Starovoitov |
2024-03-07 | Merge tag 'mm-hotfixes-stable-2024-03-07-16-17' of git://git.kernel.org/pub/s... | Linus Torvalds |
2024-03-06 | mm: Introduce VM_SPARSE kind and vm_area_[un]map_pages(). | Alexei Starovoitov |
2024-03-06 | mm: Enforce VM_IOREMAP flag and range in ioremap_page_range. | Alexei Starovoitov |
2024-03-05 | net: introduce page_frag_cache_drain() | Yunsheng Lin |
2024-03-05 | page_frag: unify gfp bits for order 3 page allocation | Yunsheng Lin |
2024-03-05 | mm/page_alloc: modify page_frag_alloc_align() to accept align as an argument | Yunsheng Lin |
2024-03-05 | slab: remove PARTIAL_NODE slab_state | Chengming Zhou |
2024-03-04 | mm, mmap: fix vma_merge() case 7 with vma_ops->close | Vlastimil Babka |
2024-03-04 | mm: userfaultfd: fix unexpected change to src_folio when UFFDIO_MOVE fails | Qi Zheng |
2024-03-04 | mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a... | Vlastimil Babka |
2024-03-04 | mm, slab: remove memcg_from_slab_obj() | Vlastimil Babka |
2024-03-01 | mm, slab: remove the corner case of inc_slabs_node() | Chengming Zhou |
2024-03-01 | mm/slab: Fix a kmemleak in kmem_cache_destroy() | Xiaolei Wang |
2024-02-27 | Merge tag 'mm-hotfixes-stable-2024-02-27-14-52' of git://git.kernel.org/pub/s... | Linus Torvalds |
2024-02-26 | mm, slab, kasan: replace kasan_never_merge() with SLAB_NO_MERGE | Vlastimil Babka |
2024-02-26 | mm, slab: use an enum to define SLAB_ cache creation flags | Vlastimil Babka |
2024-02-26 | mm, slab: deprecate SLAB_MEM_SPREAD flag | Vlastimil Babka |
2024-02-25 | swap: port block device usage to file | Christian Brauner |
2024-02-24 | Merge tag 'cxl-fixes-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2024-02-23 | mm/debug_vm_pgtable: fix BUG_ON with pud advanced test | Aneesh Kumar K.V (IBM) |
2024-02-23 | mm: cachestat: fix folio read-after-free in cache walk | Nhat Pham |
2024-02-23 | mm/vmscan: fix a bug calling wakeup_kswapd() with a wrong zone index | Byungchul Park |
2024-02-23 | kasan: revert eviction of stack traces in generic mode | Marco Elver |
2024-02-22 | Merge series 'Use Maple Trees for simple_offset utilities' of https://lore.ke... | Christian Brauner |
2024-02-21 | mm, slab: fix the comment of cpu partial list | Chengming Zhou |
2024-02-21 | mm, slab: remove unused object_size parameter in kmem_cache_flags() | Chengming Zhou |
2024-02-21 | libfs: Add simple_offset_empty() | Chuck Lever |
2024-02-20 | Merge branch 'for-6.8/cxl-cper' into for-6.8/cxl | Dan Williams |
2024-02-20 | kasan: guard release_free_meta() shadow access with kasan_arch_is_ready() | Benjamin Gray |
2024-02-20 | mm/damon/lru_sort: fix quota status loss due to online tunings | SeongJae Park |
2024-02-20 | mm/damon/reclaim: fix quota stauts loss due to online tunings | SeongJae Park |
2024-02-20 | mm/damon/sysfs-schemes: handle schemes sysfs dir removal before commit_scheme... | SeongJae Park |
2024-02-20 | mm: memcontrol: clarify swapaccount=0 deprecation warning | Johannes Weiner |
2024-02-20 | mm/memblock: add MEMBLOCK_RSRV_NOINIT into flagname[] array | Anshuman Khandual |
2024-02-20 | mm/zswap: invalidate duplicate entry when !zswap_enabled | Chengming Zhou |
2024-02-20 | mm/swap: fix race when skipping swapcache | Kairui Song |
2024-02-20 | mm/swap_state: update zswap LRU's protection range with the folio locked | Nhat Pham |
2024-02-20 | mm/damon/core: check apply interval in damon_do_apply_schemes() | SeongJae Park |
2024-02-20 | mm: zswap: fix missing folio cleanup in writeback race path | Yosry Ahmed |
2024-02-16 | x86/numa: Fix the address overlap check in numa_fill_memblks() | Alison Schofield |