Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-31 04:20:30 to 2023-05-31 17:25:44 UTC [more...]

[PATCH 00/12] mm: free retracted page table by RCU
 2023-05-31 17:25 UTC  (7+ messages)
` [PATCH 01/12] mm/pgtable: add rcu_read_lock() and rcu_read_unlock()s
` [PATCH 09/12] mm/khugepaged: retract_page_tables() without mmap or vma lock
` [PATCH 10/12] mm/khugepaged: collapse_pte_mapped_thp() with mmap_read_lock()

[PATCH net-next v2 0/6] splice, net: Handle MSG_SPLICE_PAGES in AF_TLS
 2023-05-31 17:02 UTC  (8+ messages)
` [PATCH net-next v2 1/6] splice, net: Fix MSG_MORE signalling in splice_direct_to_actor()
` [PATCH net-next v2 2/6] net: Block MSG_SENDPAGE_* from being passed to sendmsg() by userspace
` [PATCH net-next v2 3/6] tls/sw: Support MSG_SPLICE_PAGES
` [PATCH net-next v2 4/6] tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v2 5/6] tls/device: Support MSG_SPLICE_PAGES
` [PATCH net-next v2 6/6] tls/device: Convert tls_device_sendpage() to use MSG_SPLICE_PAGES

[PATCH 2/2] module: add support to avoid duplicates early on load
 2023-05-31 16:57 UTC  (17+ messages)

[PATCHv12 0/9] mm, x86/cc, efi: Implement support for unaccepted memory
 2023-05-31 16:27 UTC  (7+ messages)
` [PATCHv12 1/9] mm: Add "
` [PATCHv12 9/9] x86/tdx: Add unaccepted memory support

[PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-05-31 15:50 UTC  (16+ messages)
` [PATCH 01/12] cyrpto/b128ops: Remove struct u128
` [PATCH 02/12] types: Introduce [us]128
` [PATCH 03/12] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()
` [PATCH 04/12] instrumentation: Wire up cmpxchg128()
` [PATCH 05/12] percpu: Add {raw,this}_cpu_try_cmpxchg()
` [PATCH 06/12] percpu: Wire up cmpxchg128
` [PATCH 07/12] percpu: #ifndef __SIZEOF_INT128__
` [PATCH 08/12] x86,amd_iommu: Replace cmpxchg_double()
` [PATCH 09/12] x86,intel_iommu: "
` [PATCH 10/12] slub: "
` [PATCH 11/12] arch: Remove cmpxchg_double
` [PATCH 12/12] s390/cpum_sf: Convert to cmpxchg128()

[PATCH v7 00/20] bio: check return values of bio_add_page
 2023-05-31 15:50 UTC  (25+ messages)
` [PATCH v7 01/20] swap: use __bio_add_page to add page to bio
` [PATCH v7 02/20] drbd: "
` [PATCH v7 03/20] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH v7 04/20] fs: buffer: use __bio_add_page to add single page to bio
` [PATCH v7 05/20] md: use __bio_add_page to add single page
` [PATCH v7 06/20] md: raid5-log: "
` [PATCH v7 07/20] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH v7 08/20] jfs: logmgr: use __bio_add_page to add single page to bio
` [PATCH v7 09/20] gfs2: use __bio_add_page for adding "
` [PATCH v7 10/20] zonefs: "
` [PATCH v7 11/20] zram: "
` [PATCH v7 12/20] floppy: "
` [PATCH v7 13/20] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH v7 14/20] md: raid1: use __bio_add_page for adding single page to bio
` [PATCH v7 15/20] md: raid1: check if adding pages to resync bio fails
` [PATCH v7 16/20] dm-crypt: use __bio_add_page to add single page to clone bio
` [PATCH v7 17/20] block: mark bio_add_page as __must_check
` [PATCH v7 18/20] block: add bio_add_folio_nofail
` [PATCH v7 19/20] fs: iomap: use bio_add_folio_nofail where possible
` [PATCH v7 20/20] block: mark bio_add_folio as __must_check

[PATCH v6 00/17] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-05-31 15:48 UTC  (18+ messages)
` [PATCH v6 01/17] mm/slab: Decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN
` [PATCH v6 02/17] dma: Allow dma_get_cache_alignment() to be overridden by the arch code
` [PATCH v6 03/17] mm/slab: Simplify create_kmalloc_cache() args and make it static
` [PATCH v6 04/17] mm/slab: Limit kmalloc() minimum alignment to dma_get_cache_alignment()
` [PATCH v6 05/17] drivers/base: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
` [PATCH v6 06/17] drivers/gpu: "
` [PATCH v6 07/17] drivers/usb: "
` [PATCH v6 08/17] drivers/spi: "
` [PATCH v6 09/17] dm-crypt: "
` [PATCH v6 10/17] iio: core: "
` [PATCH v6 11/17] arm64: Allow kmalloc() caches aligned to the smaller cache_line_size()
` [PATCH v6 12/17] scatterlist: Add dedicated config for DMA flags
` [PATCH v6 13/17] dma-mapping: Name SG DMA flag helpers consistently
` [PATCH v6 14/17] dma-mapping: Force bouncing if the kmalloc() size is not cache-line-aligned
` [PATCH v6 15/17] iommu/dma: Force bouncing if the size is not cacheline-aligned
` [PATCH v6 16/17] mm: slab: Reduce the kmalloc() minimum alignment if DMA bouncing possible
` [PATCH v6 17/17] arm64: Enable ARCH_WANT_KMALLOC_DMA_BOUNCE for arm64

[PATCH v4 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning
 2023-05-31 15:48 UTC  (11+ messages)
` [PATCH v4 1/3] mm: Don't pin ZERO_PAGE in pin_user_pages()
` [PATCH v4 2/3] mm: Provide a function to get an additional pin on a page

[PATCH 2/2] arm64: Notify on pte permission upgrades
 2023-05-31 15:30 UTC  (11+ messages)

[PATCH] mm: remove unused alloc_pages_bulk_list()
 2023-05-31 15:24 UTC  (5+ messages)

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

[PATCH RFC] mm+net: allow to set kmem_cache create flag for SLAB_NEVER_MERGE
 2023-05-31 13:59 UTC  (3+ messages)

[syzbot] [kernel?] possible deadlock in scheduler_tick (2)
 2023-05-31 13:31 UTC  (5+ messages)
  ` [PATCH] lib/stackdepot: stackdepot: don't use __GFP_KSWAPD_RECLAIM from __stack_depot_save() if atomic context
    ` [PATCH] kasan,kmsan: remove __GFP_KSWAPD_RECLAIM usage from kasan/kmsan

mm: Question: pte SMP data race in do_anomyous_page()?
 2023-05-31 12:54 UTC  (6+ messages)

[PATCH 0/8] make unregistration of super_block shrinker more faster
 2023-05-31 12:54 UTC  (13+ messages)
` [PATCH 1/8] mm: vmscan: move shrinker_debugfs_remove() before synchronize_srcu()
` [PATCH 2/8] mm: vmscan: split unregister_shrinker()
` [PATCH 3/8] fs: move list_lru_destroy() to destroy_super_work()
` [PATCH 4/8] fs: shrink only (SB_ACTIVE|SB_BORN) superblocks in super_cache_scan()
` [PATCH 5/8] fs: introduce struct super_operations::destroy_super() callback
` [PATCH 6/8] xfs: introduce xfs_fs_destroy_super()
` [PATCH 7/8] shmem: implement shmem_destroy_super()
` [PATCH 8/8] fs: use unregister_shrinker_delayed_{initiate, finalize} for super_block shrinker

[PATCH v8 0/4] convert read_kcore(), vread() to use iterators
 2023-05-31 11:58 UTC  (3+ messages)
` [PATCH v8 1/4] fs/proc/kcore: avoid bounce buffer for ktext data

[PATCH v6 00/20] bio: check return values of bio_add_page
 2023-05-31 11:50 UTC  (62+ messages)
` [PATCH v6 01/20] swap: use __bio_add_page to add page to bio
` [PATCH v6 02/20] drbd: "
` [PATCH v6 03/20] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH v6 04/20] fs: buffer: use __bio_add_page to add single page to bio
` [PATCH v6 05/20] md: use __bio_add_page to add single page
` [PATCH v6 06/20] md: raid5-log: "
` [PATCH v6 07/20] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH v6 08/20] jfs: logmgr: use __bio_add_page to add single page to bio
` [PATCH v6 09/20] gfs2: use __bio_add_page for adding "
` [PATCH v6 10/20] zonefs: "
` [PATCH v6 11/20] zram: "
` [PATCH v6 12/20] floppy: "
` [PATCH v6 13/20] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH v6 14/20] md: raid1: use __bio_add_page for adding single page to bio
` [PATCH v6 15/20] md: raid1: check if adding pages to resync bio fails
` [PATCH v6 16/20] dm-crypt: check if adding pages to clone "
` [PATCH v6 17/20] block: mark bio_add_page as __must_check
` [PATCH v6 18/20] block: add __bio_add_folio
` [PATCH v6 19/20] fs: iomap: use __bio_add_folio where possible
` [PATCH v6 20/20] block: mark bio_add_folio as __must_check

[PATCH v3 0/6] Expose GPU memory as coherently CPU accessible
 2023-05-31 11:35 UTC  (5+ messages)
` [PATCH v3 1/6] kvm: determine memory type from VMA

[PATCH] mm: madvise: fix uneven accounting of psi
 2023-05-31 11:09 UTC 

[PATCH net-next v2 0/2] splice, net: Handle MSG_SPLICE_PAGES in AF_KCM
 2023-05-31 11:04 UTC  (3+ messages)
` [PATCH net-next v2 1/2] kcm: Support MSG_SPLICE_PAGES
` [PATCH net-next v2 2/2] kcm: Convert kcm_sendpage() to use MSG_SPLICE_PAGES

[PATCH net-next v2 0/2] splice, net: Handle MSG_SPLICE_PAGES in Chelsio-TLS
 2023-05-31 11:00 UTC  (3+ messages)
` [PATCH net-next v2 1/2] chelsio: Support MSG_SPLICE_PAGES
` [PATCH net-next v2 2/2] chelsio: Convert chtls_sendpage() to use MSG_SPLICE_PAGES

[PATCH v2] riscv: mm: Pre-allocate PGD entries for vmalloc/modules area
 2023-05-31  9:38 UTC 

[linux-next:master 6093/6126] include/linux/usb/typec_mux.h:77:1: error: expected identifier or '(' before '{' token
 2023-05-31  9:10 UTC 

[PATCH net-next 3/4] kcm: Support MSG_SPLICE_PAGES
 2023-05-31  8:51 UTC  (4+ messages)
` [PATCH net-next 0/4] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 2

[PATCH net-next 1/2] net: Keep sk->sk_forward_alloc as a proper size
 2023-05-31  8:46 UTC  (9+ messages)

Question about oom-killer
 2023-05-31  8:42 UTC 

[PATCH RFC v2] Randomized slab caches for kmalloc()
 2023-05-31  7:59 UTC  (3+ messages)

[PATCH v2] string: use __builtin_memcpy() in strlcpy/strlcat
 2023-05-31  7:57 UTC  (3+ messages)

[PATCH -V3 0/5] swap: cleanup get/put_swap_device() usage
 2023-05-31  7:46 UTC  (7+ messages)
` [PATCH -V3 2/5] swap, __read_swap_cache_async(): enlarge get/put_swap_device protection range
` [PATCH -V3 3/5] swap: remove __swp_swapcount()
` [PATCH -V3 4/5] swap: remove get/put_swap_device() in __swap_duplicate()

[PATCH v2] mm/migrate_device: Try to handle swapcache pages
 2023-05-31  7:24 UTC  (2+ messages)

cleanup the filemap / direct I/O interaction v3
 2023-05-31  7:20 UTC  (9+ messages)
` [PATCH 1/8] backing_dev: remove current->backing_dev_info
` [PATCH 2/8] iomap: update ki_pos a little later in iomap_dio_complete
` [PATCH 3/8] filemap: update ki_pos in generic_perform_write
` [PATCH 4/8] filemap: add a kiocb_write_and_wait helper
` [PATCH 5/8] filemap: add a kiocb_invalidate_pages helper
` [PATCH 6/8] filemap: add a kiocb_invalidate_post_direct_write helper
` [PATCH 7/8] iomap: update ki_pos in iomap_file_buffered_write
` [PATCH 8/8] iomap: use kiocb_write_and_wait and kiocb_invalidate_pages

[syzbot] [mm?] KASAN: slab-use-after-free Read in mas_prev_nentry
 2023-05-31  7:17 UTC 

[PATCH] mm: zswap: support exclusive loads
 2023-05-31  6:00 UTC  (3+ messages)

[RFC PATCH V3 0/1] sched/numa: Fix disjoint set vma scan regression
 2023-05-31  4:25 UTC  (2+ messages)
` [RFC PATCH V3 1/1] "


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).