Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-24 00:31:52 to 2023-05-24 17:19:47 UTC [more...]

[PATCH v5 00/15] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-05-24 17:18 UTC  (9+ messages)
` [PATCH v5 01/15] mm/slab: Decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN
` [PATCH v5 02/15] dma: Allow dma_get_cache_alignment() to be overridden by the arch code
` [PATCH v5 03/15] mm/slab: Simplify create_kmalloc_cache() args and make it static
` [PATCH v5 04/15] mm/slab: Limit kmalloc() minimum alignment to dma_get_cache_alignment()
` [PATCH v5 05/15] drivers/base: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
` [PATCH v5 06/15] drivers/gpu: "
` [PATCH v5 07/15] drivers/usb: "
` [PATCH v5 08/15] drivers/spi: "

[PATCH RFC net-next/mm V4 0/2] page_pool: new approach for leak detection and shutdown phase
 2023-05-24 16:42 UTC  (5+ messages)
` [PATCH RFC net-next/mm V4 2/2] page_pool: Remove workqueue in new shutdown scheme

qemu-x86_64 compat: LTP: controllers: RIP: 0010:__alloc_pages
 2023-05-24 16:09 UTC  (5+ messages)

[PATCH] mm: compaction: avoid GFP_NOFS ABBA deadlock
 2023-05-24 15:58 UTC  (3+ messages)

[PATCH v11 0/9] Implement copy offload support
 2023-05-24 15:40 UTC  (3+ messages)
  ` [PATCH v11 2/9] block: Add copy offload support infrastructure
    ` [dm-devel] "

[PATCH net-next 00/12] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 3
 2023-05-24 15:33 UTC  (13+ messages)
` [PATCH net-next 01/12] mm: Move the page fragment allocator from page_alloc.c into its own file
` [PATCH net-next 02/12] mm: Provide a page_frag_cache allocator cleanup function
` [PATCH net-next 03/12] mm: Make the page_frag_cache allocator alignment param a pow-of-2
` [PATCH net-next 04/12] mm: Make the page_frag_cache allocator use multipage folios
` [PATCH net-next 05/12] mm: Make the page_frag_cache allocator handle __GFP_ZERO itself
` [PATCH net-next 06/12] mm: Make the page_frag_cache allocator use per-cpu
` [PATCH net-next 07/12] net: Clean up users of netdev_alloc_cache and napi_frag_cache
` [PATCH net-next 08/12] net: Copy slab data for sendmsg(MSG_SPLICE_PAGES)
` [PATCH net-next 09/12] tls/sw: Support MSG_SPLICE_PAGES
` [PATCH net-next 10/12] tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next 11/12] tls/device: Support MSG_SPLICE_PAGES
` [PATCH net-next 12/12] tls/device: Convert tls_device_sendpage() to use MSG_SPLICE_PAGES

[PATCH] memblock: update numa node of memblk reserved type
 2023-05-24 15:33 UTC  (4+ messages)

[PATCH v4] signal: Let tasks cache one sigqueue struct
 2023-05-24 15:33 UTC  (3+ messages)

[PATCH v3 0/6] Optimize mremap during mutual alignment within PMD
 2023-05-24 15:32 UTC  (7+ messages)
` [PATCH v3 1/6] mm/mremap: Optimize the start addresses in move_page_tables()
` [PATCH v3 2/6] mm/mremap: Allow moves within the same VMA
` [PATCH v3 3/6] selftests: mm: Fix failure case when new remap region was not found
` [PATCH v3 4/6] selftests: mm: Add a test for mutually aligned moves > PMD size
` [PATCH v3 5/6] selftests: mm: Add a test for remapping to area immediately after existing mapping
` [PATCH v3 6/6] selftests: mm: Add a test for remapping within a range

Fwd: ./include/linux/mmzone.h:1735:2: error: #error Allocator MAX_ORDER exceeds SECTION_SIZE (v6.4-rc3 build regression)
 2023-05-24 15:13 UTC  (7+ messages)
`  "

[PATCH 1/3] mm: userfaultfd: add new UFFDIO_SIGBUS ioctl
 2023-05-24 15:05 UTC  (4+ messages)

[PATCH v5 00/20] bio: check return values of bio_add_page
 2023-05-24 15:02 UTC  (5+ messages)

cleanup the filemap / direct I/O interaction v2
 2023-05-24 14:50 UTC  (16+ messages)
` [PATCH 01/11] backing_dev: remove current->backing_dev_info
` [PATCH 02/11] iomap: update ki_pos a little later in iomap_dio_complete
` [PATCH 03/11] filemap: update ki_pos in generic_perform_write
` [PATCH 04/11] filemap: add a kiocb_write_and_wait helper
` [PATCH 05/11] filemap: add a kiocb_invalidate_pages helper
` [PATCH 06/11] filemap: add a kiocb_invalidate_post_direct_write helper
` [PATCH 07/11] iomap: update ki_pos in iomap_file_buffered_write
` [PATCH 08/11] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages
` [PATCH 09/11] fs: factor out a direct_write_fallback helper
` [PATCH 10/11] fuse: update ki_pos in fuse_perform_write
` [PATCH 11/11] fuse: drop redundant arguments to fuse_perform_write

[PATCH net-next 0/4] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 2
 2023-05-24 14:49 UTC  (5+ messages)
` [PATCH net-next 1/4] chelsio: Support MSG_SPLICE_PAGES
` [PATCH net-next 2/4] chelsio: Convert chtls_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next 3/4] kcm: Support MSG_SPLICE_PAGES
` [PATCH net-next 4/4] kcm: Convert kcm_sendpage() to use MSG_SPLICE_PAGES

[PATCH v21 0/6] block: Use page pinning
 2023-05-24 14:43 UTC  (10+ messages)
  ` Extending page pinning into fs/direct-io.c

[patch 0/6] mm/vmalloc: Assorted fixes and improvements
 2023-05-24 14:35 UTC  (28+ messages)
` [patch 1/6] mm/vmalloc: Prevent stale TLBs in fully utilized blocks
` [patch 3/6] mm/vmalloc: Prevent flushing dirty space over and over
` [patch 4/6] mm/vmalloc: Check free space in vmap_block lockless
` [patch 5/6] mm/vmalloc: Add missing READ/WRITE_ONCE() annotations
` [patch 6/6] mm/vmalloc: Dont purge usable blocks unnecessarily

[PATCH] mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATED
 2023-05-24 14:27 UTC  (3+ messages)

[PATCH RESEND v15 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-05-24 14:16 UTC  (10+ messages)
` [PATCH RESEND v15 2/5] fs/proc/task_mmu: "

[PATCH v8 00/13] fold per-CPU vmstats remotely
 2023-05-24 13:53 UTC  (5+ messages)
` [PATCH v8 01/13] vmstat: allow_direct_reclaim should use zone_page_state_snapshot

[PATCH] mm/slab: add new flag SLAB_NO_MERGE to avoid merging per slab
 2023-05-24 13:53 UTC  (3+ messages)

RFC: allow building a kernel without buffer_heads
 2023-05-24 13:33 UTC  (5+ messages)
` [PATCH 16/17] block: use iomap for writes to block devices

[PATCH net-next v10 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-05-24 13:21 UTC  (5+ messages)
` [PATCH net-next v10 03/16] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES

your mail
 2023-05-24 13:03 UTC  (3+ messages)
` [PATCH v2] maple_tree: Fix a few documentation issues

[PATCH v4 00/10] Clean ups for maple tree
 2023-05-24 13:07 UTC  (12+ messages)
` [PATCH v4 01/10] maple_tree: Rework mtree_alloc_{range,rrange}()
` [PATCH v4 02/10] maple_tree: Drop mas_{rev_}alloc() and mas_fill_gap()
` [PATCH v4 03/10] maple_tree: Fix the arguments to __must_hold()
` [PATCH v4 04/10] maple_tree: Simplify mas_is_span_wr()
` [PATCH v4 05/10] maple_tree: Make the code symmetrical in mas_wr_extend_null()
` [PATCH v4 06/10] maple_tree: Add mas_wr_new_end() to calculate new_end accurately
` [PATCH v4 07/10] maple_tree: Add comments and some minor cleanups to mas_wr_append()
` [PATCH v4 08/10] maple_tree: Rework mas_wr_slot_store() to be cleaner and more efficient
` [PATCH v4 09/10] maple_tree: Simplify and clean up mas_wr_node_store()
` [PATCH v4 10/10] maple_tree: Relocate the declaration of mas_empty_area_rev()

[RFC 0/6] mm: improve page allocator scalability via splitting zones
 2023-05-24 12:30 UTC  (7+ messages)

[linux-next:master 3624/4617] drivers/gpu/drm/i915/display/intel_display.c:6012:3: error: unannotated fall-through between switch labels
 2023-05-24 12:20 UTC 

[syzbot] [kernel?] possible deadlock in scheduler_tick (2)
 2023-05-24 12:09 UTC  (7+ messages)
  ` [PATCH] lib/stackdepot: stackdepot: don't use __GFP_KSWAPD_RECLAIM from __stack_depot_save() if atomic context

[PATCH v3 00/11] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-05-24 11:58 UTC  (8+ messages)
` [PATCH v3 08/11] slub: Replace cmpxchg_double()
` [PATCH v3 09/11] mm/slub: Fold slab_update_freelist()

[PATCH 0/9] Mitigate a vmap lock contention
 2023-05-24 11:51 UTC  (10+ messages)
` [PATCH 2/9] mm: vmalloc: Rename adjust_va_to_fit_type() function

[patch] mm, debug: allow suppressing panic on CONFIG_DEBUG_VM checks
 2023-05-24 11:44 UTC  (11+ messages)

[PATCH] x86/mce: set MCE_IN_KERNEL_COPYIN for all MC-Safe Copy
 2023-05-24 11:23 UTC  (2+ messages)

[linus:master] [mm] f95bdb700b: stress-ng.ramfs.ops_per_sec -88.8% regression
 2023-05-24 11:08 UTC  (5+ messages)

[PATCH v2] memblock: update numa node of memblk reserved type
 2023-05-24 11:09 UTC 

[PATCH v3 0/6] Expose GPU memory as coherently CPU accessible
 2023-05-24  9:53 UTC  (3+ messages)
` [PATCH v3 6/6] vfio/nvgpu: register device memory for poison handling

[PATCH v9 0/5] ksm: support tracking KSM-placed zero-pages
 2023-05-24  9:38 UTC  (10+ messages)
  ` [PATCH v9 1/5] ksm: support unsharing KSM-placed zero pages
  ` [PATCH v9 2/5] ksm: count all zero pages placed by KSM
  ` [PATCH v9 3/5] ksm: add ksm zero pages for each process
  ` [PATCH v9 4/5] ksm: consider KSM-placed zeropages when calculating KSM profit
  ` [PATCH v9 5/5] selftest: add a testcase of ksm zero pages

[PATCH] mm: deduct the number of pages reclaimed by madvise from workingset
 2023-05-24  9:12 UTC 

[PATCH v4] memblock: Add flags and nid info in memblock debugfs
 2023-05-24  8:57 UTC  (5+ messages)

[PATCH] lib/test_vmalloc.c: avoid garbage in page array
 2023-05-24  8:24 UTC 

[PATCH] mm/slab: remove HAVE_HARDENED_USERCOPY_ALLOCATOR
 2023-05-24  7:15 UTC  (11+ messages)

[PATCH] mm: zswap: shrink until can accept
 2023-05-24  6:50 UTC 

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2023-05-24  6:12 UTC  (5+ messages)
` [PATCH v7 08/14] KVM: Rename mmu_notifier_*

[PATCH 1/2] lazy tlb: fix hotplug exit race with MMU_LAZY_TLB_SHOOTDOWN
 2023-05-24  6:04 UTC  (2+ messages)
` [PATCH 2/2] lazy tlb: consolidate lazy tlb mm switching

[PATCH RFC v2] Randomized slab caches for kmalloc()
 2023-05-24  5:54 UTC  (8+ messages)

[PATCH 00/31] mm: allow pte_offset_map[_lock]() to fail
 2023-05-24  5:16 UTC  (39+ messages)
` [PATCH 02/31] mm/migrate: remove cruft from migration_entry_wait()s
` [PATCH 04/31] mm/pgtable: allow pte_offset_map[_lock]() to fail
` [PATCH 05/31] mm/filemap: allow pte_offset_map_lock() "
` [PATCH 08/31] mm/page_vma_mapped: pte_offset_map_nolock() not pte_lockptr()
` [PATCH 13/31] mm/hmm: retry if pte_offset_map() fails
` [PATCH 17/31] mm/various: give up if pte_offset_map[_lock]() fails
` [PATCH 24/31] mm/migrate_device: allow pte_offset_map_lock() to fail
` [PATCH 25/31] mm/gup: remove FOLL_SPLIT_PMD use of pmd_trans_unstable()
` [PATCH 27/31] mm/khugepaged: allow pte_offset_map[_lock]() to fail
` [PATCH 29/31] mm/memory: handle_pte_fault() use pte_offset_map_nolock()

[PATCH 1/2] mmu_notifiers: Restore documentation for .invalidate_range()
 2023-05-24  4:57 UTC  (6+ messages)
` [PATCH 2/2] arm64: Notify on pte permission upgrades

[PATCH] blk-cgroup: Flush stats before releasing blkcg_gq
 2023-05-24  4:21 UTC  (7+ messages)

[PATCH v22 00/31] splice: Kill ITER_PIPE
 2023-05-24  3:01 UTC  (3+ messages)
` [PATCH v22 19/31] f2fs: Provide a splice-read wrapper

[PATCH 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-05-24  1:49 UTC  (6+ messages)
` [PATCH 15/23] s390: allow pte_offset_map_lock() "

[PATCH v2 0/2] SPDX conversion from UDF
 2023-05-24  1:04 UTC  (7+ messages)
` [PATCH v2 1/2] fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifier
` [PATCH v2 2/2] fs: udf: udftime: Replace LGPL boilerplate "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).