linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH v2 00/48] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
 2023-03-29 14:13 UTC  (33+ messages)
` [RFC PATCH v2 01/48] netfs: Fix netfs_extract_iter_to_sg() for ITER_UBUF/IOVEC
` [RFC PATCH v2 02/48] iov_iter: Remove last_offset member
` [RFC PATCH v2 03/48] iov_iter: Add an iterator-of-iterators
` [RFC PATCH v2 04/48] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [RFC PATCH v2 05/48] mm: Move the page fragment allocator from page_alloc.c into its own file
` [RFC PATCH v2 06/48] mm: Make the page_frag_cache allocator use multipage folios
` [RFC PATCH v2 07/48] mm: Make the page_frag_cache allocator use per-cpu
` [RFC PATCH v2 08/48] tcp: Support MSG_SPLICE_PAGES
` [RFC PATCH v2 09/48] tcp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [RFC PATCH v2 10/48] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [RFC PATCH v2 11/48] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [RFC PATCH v2 12/48] espintcp: Inline do_tcp_sendpages()
` [RFC PATCH v2 13/48] tls: "
` [RFC PATCH v2 14/48] siw: "
` [RFC PATCH v2 15/48] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [RFC PATCH v2 16/48] ip, udp: Support MSG_SPLICE_PAGES
` [RFC PATCH v2 17/48] ip, udp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [RFC PATCH v2 18/48] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [RFC PATCH v2 19/48] af_unix: Support MSG_SPLICE_PAGES
` [RFC PATCH v2 20/48] af_unix: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [RFC PATCH v2 21/48] crypto: af_alg: Pin pages rather than ref'ing if appropriate
` [RFC PATCH v2 22/48] crypto: af_alg: Use netfs_extract_iter_to_sg() to create scatterlists
` [RFC PATCH v2 23/48] crypto: af_alg: Indent the loop in af_alg_sendmsg()
` [RFC PATCH v2 24/48] crypto: af_alg: Support MSG_SPLICE_PAGES
` [RFC PATCH v2 25/48] crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES
` [RFC PATCH v2 26/48] crypto: af_alg/hash: Support MSG_SPLICE_PAGES
` [RFC PATCH v2 27/48] splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()
` [RFC PATCH v2 29/48] Remove file->f_op->sendpage
` [RFC PATCH v2 30/48] siw: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage to transmit
` [RFC PATCH v2 31/48] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [RFC PATCH v2 32/48] iscsi: "
` [RFC PATCH v2 33/48] iscsi: Assume "sendpage" is okay in iscsi_tcp_segment_map()

Folio mapcount
 2023-03-29 14:02 UTC  (6+ messages)

[PATCH 1/2] binfmt_elf_fdpic: support 64-bit systems
 2023-03-29 13:48 UTC  (2+ messages)

[PATCH v2 0/7] Split a folio to any lower order folios
 2023-03-29 13:16 UTC  (10+ messages)
` [PATCH v2 1/7] mm/memcg: use order instead of nr in split_page_memcg()
` [PATCH v2 2/7] mm/page_owner: use order instead of nr in split_page_owner()
` [PATCH v2 3/7] mm: memcg: make memcg huge page split support any order split
` [PATCH v2 4/7] mm: page_owner: add support for splitting to any order in split page_owner
` [PATCH v2 5/7] mm: thp: split huge page to any lower order pages
` [PATCH v2 6/7] mm: truncate: split huge page cache page to a non-zero order if possible
` [PATCH v2 7/7] mm: huge_memory: enable debugfs to split huge pages to any order

[PATCH v2 0/9] memcg: make rstat flushing irq and sleep
 2023-03-29 11:58 UTC  (14+ messages)
` [PATCH v2 1/9] cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"
` [PATCH v2 2/9] memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"
` [PATCH v2 3/9] memcg: do not flush stats in irq context
` [PATCH v2 4/9] cgroup: rstat: add WARN_ON_ONCE() if flushing outside task context
` [PATCH v2 5/9] memcg: replace stats_flush_lock with an atomic
` [PATCH v2 6/9] memcg: sleep during flushing stats in safe contexts
` [PATCH v2 7/9] workingset: memcg: sleep when flushing stats in workingset_refault()
` [PATCH v2 8/9] vmscan: memcg: sleep when flushing stats during reclaim
` [PATCH v2 9/9] memcg: do not modify rstat tree for zero updates

[linux-next:master 2684/7607] arch/mips/loongson64/smp.c:203:26: sparse: sparse: incorrect type in assignment (different address spaces)
 2023-03-29 11:41 UTC 

[PATCH] mm: mark folio as workingset in lru_deactivate_fn
 2023-03-29 10:47 UTC 

[PATCH 0/7] module: avoid userspace pressure on unwanted allocations
 2023-03-29 10:14 UTC  (16+ messages)
` [PATCH 1/7] module: move finished_loading()
` [PATCH 2/7] module: extract patient module check into helper
` [PATCH 3/7] module: avoid allocation if module is already present and ready
` [PATCH 4/7] sempahore: add a helper for a concurrency limiter
` [PATCH 5/7] modules/kmod: replace implementation with a sempahore
` [PATCH 6/7] debugfs: add debugfs_create_atomic64_t for atomic64_t
` [PATCH 7/7] module: add debug stats to help identify memory pressure

[PATCH] mm: reduce lock contention of pcp buffer refill
 2023-03-29  9:31 UTC  (2+ messages)

[PATCH] mm: compaction: remove incorrect #ifdef checks
 2023-03-29  8:50 UTC  (2+ messages)

[PATCH] mm/slub: Reduce memory consumption in extreme scenarios
 2023-03-29  8:41 UTC  (9+ messages)

[RFC PATCH 0/5] Prototype for direct map awareness in page allocator
 2023-03-29  8:13 UTC  (15+ messages)
` [RFC PATCH 1/5] mm: intorduce __GFP_UNMAPPED and unmapped_alloc()

[PATCH v3 1/2] mm: vmalloc: Remove a global vmap_blocks xarray
 2023-03-29  6:54 UTC  (7+ messages)

[PATCH 0/7] module: avoid userspace pressure on unwanted allocations
 2023-03-29  5:29 UTC 

[PATCH v8 0/4] convert read_kcore(), vread() to use iterators
 2023-03-29  4:53 UTC  (2+ messages)

[PATCH v8 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2023-03-29  3:55 UTC  (3+ messages)
` [PATCH v8 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v8 2/2] arm64: support batched/deferred tlb shootdown during page reclamation

[PATCH] mm: Take a page reference when removing device exclusive entries
 2023-03-29  3:45 UTC  (7+ messages)

[PATCH] dma-buf/heaps: c9e8440eca61 staging: ion: Fix overflow and list bugs in system heap:
 2023-03-29  3:13 UTC  (5+ messages)

[BUG] Usersapce MTE error with allocation tag 0 when low on memory
 2023-03-29  2:55 UTC 

[PATCH] LoongArch: Add kernel address sanitizer support
 2023-03-29  2:01 UTC  (5+ messages)

[PATCH v2 8/8] locking/rwsem: Restore old write lock slow path behavior
 2023-03-29  2:01 UTC 

[LSF/MM/BPF TOPIC] Swap Abstraction / Native Zswap
 2023-03-29  1:41 UTC  (22+ messages)

[PATCH v11 0/3] Memory poison recovery in khugepaged collapsing
 2023-03-29  0:13 UTC  (9+ messages)
` [PATCH v11 1/3] mm/khugepaged: recover from poisoned anonymous memory
` [PATCH v11 2/3] mm/hwpoison: introduce copy_mc_highpage
` [PATCH v11 3/3] mm/khugepaged: recover from poisoned file-backed memory

[PATCH v10 00/12] tracing/user_events: Remote write ABI
 2023-03-28 23:52 UTC  (13+ messages)
` [PATCH v10 01/12] tracing/user_events: Split header into uapi and kernel
` [PATCH v10 02/12] tracing/user_events: Track fork/exec/exit for mm lifetime
` [PATCH v10 03/12] tracing/user_events: Use remote writes for event enablement
` [PATCH v10 04/12] tracing/user_events: Fixup enable faults asyncly
` [PATCH v10 05/12] tracing/user_events: Add ioctl for disabling addresses
` [PATCH v10 06/12] tracing/user_events: Update self-tests to write ABI
` [PATCH v10 07/12] tracing/user_events: Add ABI self-test
` [PATCH v10 08/12] tracing/user_events: Use write ABI in example
` [PATCH v10 09/12] tracing/user_events: Update documentation for ABI
` [PATCH v10 10/12] tracing/user_events: Charge event allocs to cgroups
` [PATCH v10 11/12] tracing/user_events: Limit global user_event count
` [PATCH v10 12/12] tracing/user_events: Align structs with tabs for readability

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-03-28 23:31 UTC  (14+ messages)
` [PATCH RFC v8 02/56] KVM: x86: Add 'update_mem_attr' x86 op
` [PATCH RFC v8 15/56] x86/sev: Invalidate pages from the direct map when adding them to the RMP table
` [PATCH RFC v8 17/56] x86/fault: Add support to handle the RMP fault for user address

[PATCH v4 0/3] mm: process/cgroup ksm support
 2023-03-28 23:09 UTC  (2+ messages)

return an ERR_PTR from __filemap_get_folio v2
 2023-03-28 23:04 UTC  (2+ messages)

[PATCH V7 0/2] mm: shmem: support POSIX_FADV_[WILL|DONT]NEED for shmem files
 2023-03-28 22:50 UTC  (2+ messages)

[PATCH v6 0/6] ksm: support tracking KSM-placed zero-pages
 2023-03-28 22:38 UTC  (2+ messages)

[PATCH] userfaultfd: don't fail on unrecognized features
 2023-03-28 22:34 UTC  (8+ messages)

[PATCH v1 0/9] memcg: make rstat flushing irq and sleep friendly
 2023-03-28 22:18 UTC  (36+ messages)
` [PATCH v1 1/9] cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"
` [PATCH v1 2/9] memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"
` [PATCH v1 3/9] memcg: do not flush stats in irq context
` [PATCH v1 4/9] cgroup: rstat: add WARN_ON_ONCE() if flushing outside task context
` [PATCH v1 5/9] memcg: replace stats_flush_lock with an atomic
` [PATCH v1 6/9] memcg: sleep during flushing stats in safe contexts
` [PATCH v1 7/9] workingset: memcg: sleep when flushing stats in workingset_refault()
` [PATCH v1 8/9] vmscan: memcg: sleep when flushing stats during reclaim
` [PATCH v1 9/9] memcg: do not modify rstat tree for zero updates

[PATCH v9 00/11] tracing/user_events: Remote write ABI
 2023-03-28 21:53 UTC  (5+ messages)
` [PATCH v9 05/11] tracing/user_events: Add ioctl for disabling addresses

[PATCH v8 00/11] tracing/user_events: Remote write ABI
 2023-03-28 21:42 UTC  (6+ messages)
` [PATCH v8 03/11] tracing/user_events: Use remote writes for event enablement
` [PATCH v8 04/11] tracing/user_events: Fixup enable faults asyncly

[linux-next:master] BUILD REGRESSION a6faf7ea9fcb7267d06116d4188947f26e00e57e
 2023-03-28 18:34 UTC 

[linux-next:master 6577/7309] drivers/perf/arm_pmuv3.c:44:2: error: use of undeclared identifier 'PERF_MAP_ALL_UNSUPPORTED'
 2023-03-28 17:51 UTC  (8+ messages)

[PATCH V8 1/2] mm: compaction: move compaction sysctl to its own file
 2023-03-28 17:46 UTC  (3+ messages)

[PATCH] selftests: cgroup: Add 'malloc' failures checks in test_memcontrol
 2023-03-28 16:56 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Memory profiling using code tagging
 2023-03-28 16:55 UTC  (3+ messages)

[PATCH 0/5] remove page_endio()
 2023-03-28 16:17 UTC  (7+ messages)
  ` [PATCH 1/5] zram: remove the call to page_endio in the bio end_io handler
  ` [PATCH 2/5] orangefs: use folios in orangefs_readahead

[PATCH v5 0/3] mm/khugepaged: fix khugepaged+shmem races
 2023-03-28 15:48 UTC  (5+ messages)
` [PATCH v5 2/3] mm/khugepaged: skip shmem with userfaultfd

[PATCH v2 0/3] Prevent ->map_pages from sleeping
 2023-03-28 15:45 UTC  (4+ messages)
` [PATCH v2 3/3] mm: Hold the RCU read lock over calls to ->map_pages

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox