Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-29 16:38:10 to 2023-05-31 04:20:30 UTC [more...]

[PATCH v6 00/20] bio: check return values of bio_add_page
 2023-05-31  4:20 UTC  (29+ 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 v4 0/3] block: Make old dio use iov_iter_extract_pages() and page pinning
 2023-05-31  3:58 UTC  (7+ 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 v4 3/3] block: Use iov_iter_extract_pages() and page pinning in direct-io.c

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

[PATCH] riscv: mm: Pre-allocate PGD entries vmalloc/modules area
 2023-05-31  3:39 UTC  (4+ messages)

[PATCHv5] mm: skip CMA pages when they are not available
 2023-05-31  2:51 UTC 

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

[PATCH] mm: zswap: multiple zpool support
 2023-05-31  2:32 UTC  (2+ messages)

[PATCH] mm: zswap: shrink until can accept
 2023-05-31  2:30 UTC  (11+ messages)

[PATCH 0/6] Misc cleanups and improvements for compaction
 2023-05-31  1:44 UTC  (14+ messages)
` [PATCH 1/6] mm: compaction: drop the redundant page validation in update_pageblock_skip()
` [PATCH 2/6] mm: compaction: change fast_isolate_freepages() to void type
` [PATCH 3/6] mm: compaction: skip more fully scanned pageblock
` [PATCH 4/6] mm: compaction: only set skip flag if cc->no_set_skip_hint is false
` [PATCH 5/6] mm: compaction: add trace event for fast freepages isolation
` [PATCH 6/6] mm: compaction: skip fast freepages isolation if enough freepages are isolated

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

[PATCH 00/12] mm: free retracted page table by RCU
 2023-05-31  0:38 UTC  (4+ messages)
` [PATCH 09/12] mm/khugepaged: retract_page_tables() without mmap or vma lock

[PATCH net-next 09/12] tls/sw: Support MSG_SPLICE_PAGES
 2023-05-31  0:32 UTC  (5+ messages)
` [PATCH net-next 00/12] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 3
    ` Bug in short splice to socket?

[PATCH 0/2] module: avoid all memory pressure due to duplicates
 2023-05-31  0:31 UTC  (22+ messages)
` [PATCH 2/2] module: add support to avoid duplicates early on load

[PATCH] mm: zswap: support exclusive loads
 2023-05-30 23:56 UTC  (5+ messages)

[PATCH] zswap: do not shrink when memory.zswap.max is 0
 2023-05-30 23:37 UTC  (16+ messages)
                ` [PATCH] zswap: do not shrink if cgroup may not zswap
                    ` [PATCH v3] "

[PATCH v2 0/2] SPDX conversion from UDF
 2023-05-30 23:17 UTC  (5+ messages)
` [PATCH v2 1/2] fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifier

[PATCH v2] string: use __builtin_memcpy() in strlcpy/strlcat
 2023-05-30 23:10 UTC  (3+ messages)

[PATCH 1/2] binfmt: Use struct_size()
 2023-05-30 22:52 UTC  (2+ messages)

[PATCH] mm: page_alloc: remove unneeded header files
 2023-05-30 22:13 UTC  (2+ messages)

[RFC PATCH v1 0/7] PAGE_SIZE Unmapping in Memory Failure Recovery for HugeTLB Pages
 2023-05-30 22:11 UTC  (4+ messages)
` [RFC PATCH v1 4/7] mm/memory_failure: unmap raw HWPoison PTEs when possible

[linux-next:master] BUILD REGRESSION 8c33787278ca8db73ad7d23f932c8c39b9f6e543
 2023-05-30 21:32 UTC  (2+ messages)

[PATCH 0/4] vmstat bug fixes for nohz_full CPUs
 2023-05-30 20:09 UTC  (6+ messages)
` [PATCH 1/4] vmstat: allow_direct_reclaim should use zone_page_state_snapshot
` [PATCH 2/4] vmstat: skip periodic vmstat update for nohz full CPUs
` [PATCH 3/4] workqueue: add schedule_on_each_cpumask helper
` [PATCH 4/4] mm/vmstat: do not refresh stats for nohz_full CPUs

[PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
 2023-05-30 20:06 UTC  (6+ messages)
` [PATCH mm-unstable v2 04/10] kvm/arm64: make stage2 page tables RCU safe

[PATCH net-next v2 00/10] crypto, splice, net: Make AF_ALG handle sendmsg(MSG_SPLICE_PAGES)
 2023-05-30 19:55 UTC  (12+ messages)
` [PATCH net-next v2 01/10] Drop the netfs_ prefix from netfs_extract_iter_to_sg()
` [PATCH net-next v2 02/10] Fix a couple of spelling mistakes
` [PATCH net-next v2 03/10] Wrap lines at 80
` [PATCH net-next v2 04/10] Move netfs_extract_iter_to_sg() to lib/scatterlist.c
` [PATCH net-next v2 05/10] crypto: af_alg: Pin pages rather than ref'ing if appropriate
` [PATCH net-next v2 06/10] crypto: af_alg: Use extract_iter_to_sg() to create scatterlists
` [PATCH net-next v2 07/10] crypto: af_alg: Indent the loop in af_alg_sendmsg()
` [PATCH net-next v2 08/10] crypto: af_alg: Support MSG_SPLICE_PAGES
` [PATCH net-next v2 09/10] crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v2 10/10] crypto: af_alg/hash: Support MSG_SPLICE_PAGES

[PATCH v5 00/20] bio: check return values of bio_add_page
 2023-05-30 19:43 UTC  (8+ messages)
` [PATCH v5 16/20] dm-crypt: check if adding pages to clone bio fails
  ` [dm-devel] "

[PATCH v3 00/11] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2023-05-30 19:32 UTC  (5+ messages)
` [PATCH v3 08/11] slub: Replace cmpxchg_double()

[PATCH v5 00/15] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-05-30 16:31 UTC  (11+ messages)
` [PATCH v5 13/15] iommu/dma: Force bouncing if the size is not cacheline-aligned

[PATCH v11 0/9] Implement copy offload support
 2023-05-30 12:10 UTC  (6+ messages)
  ` [PATCH v11 2/9] block: Add copy offload support infrastructure

[PATCH v4] mm, compaction: Skip all non-migratable pages during scan
 2023-05-30 15:42 UTC  (13+ messages)

[PATCH 08/16] btrfs: stop setting PageError in the data I/O path
 2023-05-30 14:26 UTC  (4+ messages)

[PATCH v16 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-05-30 14:07 UTC  (2+ messages)

[linux-next:master 3890/5779] m68k-linux-ld: section .rodata VMA [00001000,00154967] overlaps section .text VMA [00000400,006e714f]
 2023-05-30 12:58 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 2cdae916010ff94b67ef5aadef4e67b04525dbd5
 2023-05-30 12:11 UTC 

[PATCH v4 0/4] sock: Improve condition on sockmem pressure
 2023-05-30 11:40 UTC  (5+ messages)
` [PATCH v4 1/4] net-memcg: Fold dependency into memcg pressure cond
` [PATCH v4 2/4] sock: Always take memcg pressure into consideration
` [PATCH v4 3/4] sock: Fix misuse of sk_under_memory_pressure()
` [PATCH v4 4/4] sock: Remove redundant cond of memcg pressure

[PATCH v2 3/4] sock: Consider memcg pressure when raising sockmem
 2023-05-30  9:58 UTC  (2+ messages)
        `  "

[PATCH v5 RESEND 00/17] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2023-05-30  9:37 UTC  (8+ messages)
` [PATCH v5 RESEND 07/17] arc: mm: Convert to GENERIC_IOREMAP
` [PATCH v5 RESEND 14/17] mm/ioremap: Consider IOREMAP space in generic ioremap

[PATCH v1 4/6] PKEY:selftest pkey_enforce_api for mprotect
 2023-05-30  9:32 UTC  (2+ messages)

[PATCH v10 0/5] ksm: support tracking KSM-placed zero-pages
 2023-05-30  9:12 UTC  (2+ messages)
  ` [PATCH v10 5/5] selftest: add a testcase of ksm zero pages

drivers/infiniband/hw/qedr/verbs.c:4238:33: sparse: sparse: incorrect type in assignment (different base types)
 2023-05-30  8:48 UTC 

[PATCH v4 35/36] mm: Convert do_set_pte() to set_pte_range()
 2023-05-30  8:07 UTC  (6+ messages)
` [PATCH 0/4] New page table range API fixup patches
  ` [PATCH 1/4] filemap: avoid interfere with xas.xa_index
  ` [PATCH 2/4] rmap: fix typo in folio_add_file_rmap_range()
  ` [PATCH 3/4] mm: mark PTEs referencing the accessed folio young
  ` [PATCH 4/4] filemap: Check address range in filemap_map_folio_range()

[PATCH] Do not print page type when the page has no type
 2023-05-30  7:35 UTC  (5+ messages)

cleanup the filemap / direct I/O interaction v2
 2023-05-30  7:04 UTC  (23+ 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 -next] mm: page_alloc: simplify has_managed_dma()
 2023-05-30  6:40 UTC  (5+ messages)

[PATCH v5 04/20] fs: buffer: use __bio_add_page to add single page to bio
 2023-05-30  6:02 UTC  (3+ messages)
`  "

[linus:master] [mm] f95bdb700b: stress-ng.ramfs.ops_per_sec -88.8% regression
 2023-05-30  3:07 UTC  (8+ messages)

Splitting dirty fs folios
 2023-05-29 22:44 UTC  (3+ messages)

[PATCH 0/9] Mitigate a vmap lock contention
 2023-05-29 20:37 UTC  (4+ messages)
` [PATCH 2/9] mm: vmalloc: Rename adjust_va_to_fit_type() function

[LSF/MM/BPF TOPIC] Reducing zombie memcgs
 2023-05-29 19:31 UTC  (11+ messages)

[PATCH] memcg: remove unused mem_cgroup_from_obj()
 2023-05-29 18:53 UTC  (8+ messages)

[PATCH 0/5] mm: compaction: cleanups & simplifications
 2023-05-29 17:12 UTC  (10+ messages)
` [PATCH 2/5] mm: compaction: simplify should_compact_retry()
` [PATCH 3/5] mm: compaction: refactor __compaction_suitable()
` [PATCH 4/5] mm: compaction: remove unnecessary is_via_compact_memory() checks
` [PATCH 5/5] mm: compaction: drop redundant watermark check in compaction_zonelist_suitable()


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