summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'slab-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2024-03-125-106/+78
|\
| * Merge branch 'slab/for-6.9/slab-flag-cleanups' into slab/for-linusVlastimil Babka2024-03-124-21/+10
| |\
| | * mm, slab, kasan: replace kasan_never_merge() with SLAB_NO_MERGEVlastimil Babka2024-02-262-17/+7
| | * mm, slab: use an enum to define SLAB_ cache creation flagsVlastimil Babka2024-02-261-3/+3
| | * mm, slab: deprecate SLAB_MEM_SPREAD flagVlastimil Babka2024-02-261-1/+0
| * | Merge branch 'slab/for-6.9/optimize-get-freelist' into slab/for-linusVlastimil Babka2024-03-121-18/+14
| |\ \
| | * | mm/slub: remove unused parameter in next_freelist_entry()Chengming Zhou2024-01-231-4/+3
| | * | mm/slub: remove full list manipulation for non-debug slabChengming Zhou2024-01-231-4/+0
| | * | mm/slub: directly load freelist from cpu partial slab in the likely caseChengming Zhou2024-01-231-10/+11
| | |/
| * | slab: remove PARTIAL_NODE slab_stateChengming Zhou2024-03-051-1/+0
| * | mm, slab: remove memcg_from_slab_obj()Vlastimil Babka2024-03-041-5/+0
| * | mm, slab: remove the corner case of inc_slabs_node()Chengming Zhou2024-03-011-11/+2
| * | mm/slab: Fix a kmemleak in kmem_cache_destroy()Xiaolei Wang2024-03-012-6/+8
| * | mm, slab: fix the comment of cpu partial listChengming Zhou2024-02-211-1/+1
| * | mm, slab: remove unused object_size parameter in kmem_cache_flags()Chengming Zhou2024-02-213-9/+5
| * | mm/slub: remove parameter 'flags' in create_kmalloc_caches()Zheng Yejian2024-01-303-10/+9
| * | mm/slub: unify all sl[au]b parameters with "slab_$param"Xiongwei Song2024-01-224-24/+29
| |/
* | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-122-10/+95
|\ \
| * \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-111-4/+79
| |\ \
| | * | mm: Introduce vmap_page_range() to map pages in PCI address spaceAlexei Starovoitov2024-03-111-8/+15
| | * | mm: Introduce VM_SPARSE kind and vm_area_[un]map_pages().Alexei Starovoitov2024-03-061-2/+57
| | * | mm: Enforce VM_IOREMAP flag and range in ioremap_page_range.Alexei Starovoitov2024-03-061-0/+13
| * | | net: introduce page_frag_cache_drain()Yunsheng Lin2024-03-051-0/+10
| * | | page_frag: unify gfp bits for order 3 page allocationYunsheng Lin2024-03-051-2/+2
| * | | mm/page_alloc: modify page_frag_alloc_align() to accept align as an argumentYunsheng Lin2024-03-051-4/+4
| |/ /
* | | Merge tag 'soc-drivers-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-121-0/+17
|\ \ \
| * | | mm/util: Introduce kmemdup_array()Kartik2024-02-011-0/+17
| | |/ | |/|
* | | Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-111-1/+3
|\ \ \
| * | | fs: super_set_uuid()Kent Overstreet2024-02-081-1/+3
| |/ /
* | | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-111-11/+11
|\ \ \
| * | | swap: port block device usage to fileChristian Brauner2024-02-251-11/+11
| |/ /
* | | Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-03-113-36/+2
|\ \ \
| * \ \ Merge series 'Use Maple Trees for simple_offset utilities' of https://lore.ke...Christian Brauner2024-02-221-2/+2
| |\ \ \
| | * | | libfs: Add simple_offset_empty()Chuck Lever2024-02-211-2/+2
| | |/ /
| * | | Revert "mm/filemap: avoid buffered read/write race to read inconsistent data"Baokun Li2024-01-251-9/+0
| * | | writeback: move wb_wakeup_delayed defination to fs-writeback.cKemeng Shi2024-01-221-25/+0
| |/ /
* | | Merge tag 'mm-hotfixes-stable-2024-03-07-16-17' of git://git.kernel.org/pub/s...Linus Torvalds2024-03-075-15/+23
|\ \ \ | |_|/ |/| |
| * | mm, mmap: fix vma_merge() case 7 with vma_ops->closeVlastimil Babka2024-03-041-1/+9
| * | mm: userfaultfd: fix unexpected change to src_folio when UFFDIO_MOVE failsQi Zheng2024-03-041-3/+3
| * | mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka2024-03-043-11/+11
* | | Merge tag 'mm-hotfixes-stable-2024-02-27-14-52' of git://git.kernel.org/pub/s...Linus Torvalds2024-02-277-102/+56
|\| |
| * | mm/debug_vm_pgtable: fix BUG_ON with pud advanced testAneesh Kumar K.V (IBM)2024-02-231-0/+8
| * | mm: cachestat: fix folio read-after-free in cache walkNhat Pham2024-02-231-25/+26
| * | mm/vmscan: fix a bug calling wakeup_kswapd() with a wrong zone indexByungchul Park2024-02-231-0/+8
| * | kasan: revert eviction of stack traces in generic modeMarco Elver2024-02-234-77/+14
* | | Merge tag 'cxl-fixes-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-02-241-2/+3
|\ \ \ | |/ / |/| |
| * | Merge branch 'for-6.8/cxl-cper' into for-6.8/cxlDan Williams2024-02-2012-57/+117
| |\ \
| * | | x86/numa: Fix the address overlap check in numa_fill_memblks()Alison Schofield2024-02-161-2/+3
* | | | kasan: guard release_free_meta() shadow access with kasan_arch_is_ready()Benjamin Gray2024-02-201-0/+3
* | | | mm/damon/lru_sort: fix quota status loss due to online tuningsSeongJae Park2024-02-201-7/+36