summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fs_for_v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-131-1/+1
|\
| * quota: Properly annotate i_dquot arrays with __rcuJan Kara2024-02-081-1/+1
* | Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-03-134-5/+51
|\ \
| * | mm/shmem.c: Use new form of *@param in kernel-docAkira Yokosawa2024-02-291-2/+2
| * | shmem: document how to "persist" data when using shmem_*file_setupChristoph Hellwig2024-02-211-0/+4
| * | shmem: export shmem_kernel_file_setupChristoph Hellwig2024-02-211-0/+1
| * | shmem: export shmem_get_folioChristoph Hellwig2024-02-211-0/+20
| * | shmem: move the shmem_mapping assert into shmem_get_folio_gfpChristoph Hellwig2024-02-211-1/+3
| * | shmem: set a_ops earlier in shmem_symlinkChristoph Hellwig2024-02-211-1/+1
| * | shmem: move shmem_mapping out of lineChristoph Hellwig2024-02-211-3/+8
| * | mm: move mapping_set_update out of <linux/swap.h>Christoph Hellwig2024-02-213-0/+14
* | | 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