[PATCH v3 00/55] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
2023-03-31 16:09 UTC (49+ messages)
` [PATCH v3 01/55] netfs: Fix netfs_extract_iter_to_sg() for ITER_UBUF/IOVEC
` [PATCH v3 02/55] iov_iter: Remove last_offset member
` [PATCH v3 03/55] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [PATCH v3 04/55] mm: Move the page fragment allocator from page_alloc.c into its own file
` [PATCH v3 05/55] mm: Make the page_frag_cache allocator use multipage folios
` [PATCH v3 06/55] mm: Make the page_frag_cache allocator use per-cpu
` [PATCH v3 07/55] tcp: Support MSG_SPLICE_PAGES
` [PATCH v3 08/55] tcp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [PATCH v3 09/55] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [PATCH v3 10/55] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [PATCH v3 11/55] espintcp: Inline do_tcp_sendpages()
` [PATCH v3 12/55] tls: "
` [PATCH v3 13/55] siw: "
` [PATCH v3 14/55] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [PATCH v3 15/55] ip, udp: Support MSG_SPLICE_PAGES
` [PATCH v3 16/55] ip, udp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [PATCH v3 17/55] ip6, udp6: Support MSG_SPLICE_PAGES
` [PATCH v3 18/55] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [PATCH v3 19/55] af_unix: Support MSG_SPLICE_PAGES
` [PATCH v3 20/55] af_unix: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [PATCH v3 21/55] crypto: af_alg: Pin pages rather than ref'ing if appropriate
` [PATCH v3 22/55] crypto: af_alg: Use netfs_extract_iter_to_sg() to create scatterlists
` [PATCH v3 23/55] crypto: af_alg: Indent the loop in af_alg_sendmsg()
` [PATCH v3 24/55] crypto: af_alg: Support MSG_SPLICE_PAGES
` [PATCH v3 25/55] crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES
` [PATCH v3 26/55] crypto: af_alg/hash: Support MSG_SPLICE_PAGES
` [PATCH v3 27/55] tls/device: "
` [PATCH v3 28/55] tls/device: Convert tls_device_sendpage() to use MSG_SPLICE_PAGES
` [PATCH v3 29/55] tls/sw: Support MSG_SPLICE_PAGES
` [PATCH v3 30/55] tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGES
` [PATCH v3 31/55] chelsio: Support MSG_SPLICE_PAGES
` [PATCH v3 32/55] chelsio: Convert chtls_sendpage() to use MSG_SPLICE_PAGES
` [PATCH v3 33/55] kcm: Support MSG_SPLICE_PAGES
` [PATCH v3 34/55] kcm: Convert kcm_sendpage() to use MSG_SPLICE_PAGES
` [PATCH v3 35/55] splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()
` [PATCH v3 36/55] splice, net: Reimplement splice_to_socket() to pass multiple bufs to sendmsg()
` [PATCH v3 37/55] Remove file->f_op->sendpage
` [PATCH v3 38/55] siw: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage to transmit
` [PATCH v3 39/55] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [PATCH v3 40/55] iscsi: "
` [PATCH v3 41/55] iscsi: Assume "sendpage" is okay in iscsi_tcp_segment_map()
` [PATCH v3 42/55] tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES)
` [PATCH v3 43/55] net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock()
` [PATCH v3 44/55] algif: Remove hash_sendpage*()
` [PATCH v3 45/55] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
` [PATCH v3 46/55] rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [PATCH v3 47/55] dlm: "
` [PATCH v3 48/55] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
[PATCH] LoongArch: Add kernel address sanitizer support
2023-03-31 15:58 UTC (7+ messages)
FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
2023-03-31 15:56 UTC (4+ messages)
` "
RE(4): FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
2023-03-31 15:53 UTC (3+ messages)
` "
[syzbot] Monthly mm report
2023-03-31 15:01 UTC
[RFC PATCH v2 40/48] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
2023-03-31 13:05 UTC (21+ messages)
` [RFC PATCH v2 00/48] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
` [RFC PATCH v2 04/48] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [RFC PATCH v2 16/48] ip, udp: Support MSG_SPLICE_PAGES
` [RFC PATCH v2 37/48] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
RE(2): FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
2023-03-31 12:54 UTC (4+ messages)
` "
[PATCH 00/19] bio: check return values of bio_add_page
2023-03-31 12:20 UTC (12+ messages)
` [PATCH 01/19] swap: use __bio_add_page to add page to bio
` [PATCH 04/19] fs: buffer: use __bio_add_page to add single "
` [PATCH 13/19] zram: use __bio_add_page for adding "
` [PATCH 18/19] dm-crypt: check if adding pages to clone bio fails
[LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
2023-03-31 11:46 UTC (3+ messages)
` "
[PATCH 1/1] mm: vmalloc: Rename addr_to_vb_xarray() function
2023-03-31 11:46 UTC (4+ messages)
FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
2023-03-31 11:45 UTC (5+ messages)
` RE(2): "
` "
RE(3): FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
2023-03-31 11:31 UTC (2+ messages)
` "
[linux-next:pending-fixes] BUILD SUCCESS 60f00557d56bdf072710261ca69a579c7f4ab941
2023-03-31 11:30 UTC
[PATCH 0/5] remove page_endio()
2023-03-31 11:19 UTC (6+ messages)
` [PATCH 1/5] zram: remove the call to page_endio in the bio end_io handler
[PATCH v2 4/9] cgroup: rstat: add WARN_ON_ONCE() if flushing outside task context
2023-03-31 11:02 UTC (11+ messages)
[PATCH 1/2] mm: swap: use folio_batch_reinit() in folio_batch_move_lru()
2023-03-31 9:58 UTC (2+ messages)
` [PATCH 2/2] mm: mlock: use folios_put() in mlock_folio_batch()
[PATCH v5 0/6] userfaultfd: convert userfaultfd functions to use folios
2023-03-31 9:39 UTC (7+ messages)
` [PATCH v5 1/6] userfaultfd: convert mfill_atomic_pte_copy() to use a folio
` [PATCH v5 2/6] userfaultfd: use kmap_local_page() in copy_huge_page_from_user()
` [PATCH v5 3/6] userfaultfd: convert copy_huge_page_from_user() to copy_folio_from_user()
` [PATCH v5 4/6] userfaultfd: convert mfill_atomic_hugetlb() to use a folio
` [PATCH v5 5/6] mm: convert copy_user_huge_page() to copy_user_folio()
` [PATCH v5 6/6] userfaultfd: convert mfill_atomic() to use a folio
[PATCH v4 0/6] userfaultfd: convert userfaultfd functions to use folios
2023-03-31 9:38 UTC (12+ messages)
` [PATCH v4 1/6] userfaultfd: convert mfill_atomic_pte_copy() to use a folio
` [PATCH v4 3/6] userfaultfd: convert copy_huge_page_from_user() to copy_folio_from_user()
` [PATCH v4 4/6] userfaultfd: convert mfill_atomic_hugetlb() to use a folio
` [PATCH v4 5/6] mm: convert copy_user_huge_page() to copy_user_folio()
[PATCH] memcg: Set memory min, low, high values along with max
2023-03-31 8:40 UTC (2+ messages)
[PATCH 0/7] module: avoid userspace pressure on unwanted allocations
2023-03-31 8:05 UTC (14+ messages)
` [PATCH 4/7] sempahore: add a helper for a concurrency limiter
[PATCH v3 0/3] Ignore non-LRU-based reclaim in memcg reclaim
2023-03-31 7:30 UTC (6+ messages)
` [PATCH v3 1/3] mm: vmscan: move set_task_reclaim_state() after cgroup_reclaim()
` [PATCH v3 2/3] mm: vmscan: refactor updating reclaimed pages in reclaim_state
` [PATCH v3 3/3] mm: vmscan: ignore non-LRU-based reclaim in memcg reclaim
[PATCH v2] mm: khugepaged: Fix kernel BUG in hpage_collapse_scan_file
2023-03-31 6:47 UTC (3+ messages)
[PATCH 0/2] mm: ksm: support hwpoison for ksm page
2023-03-31 5:42 UTC (5+ messages)
` [PATCH 1/2] mm: memory-failure: Refactor add_to_kill()
` [PATCH 2/2] mm: ksm: Support hwpoison for ksm page
[RFC PATCH 1/7] cgroup: rstat: only disable interrupts for the percpu lock
2023-03-31 1:51 UTC (11+ messages)
[PATCH] dma-buf/heaps: c9e8440eca61 staging: ion: Fix overflow and list bugs in system heap:
2023-03-31 0:51 UTC (7+ messages)
[PATCH v4 1/2] mm: vmalloc: Remove a global vmap_blocks xarray
2023-03-30 23:59 UTC (6+ messages)
` [PATCH v4 2/2] lib/test_vmalloc.c: Add vm_map_ram()/vm_unmap_ram() test case
[PATCH 00/29] selftests/mm: Split / Refactor userfault test
2023-03-30 22:28 UTC (39+ messages)
` [PATCH 01/29] Revert "userfaultfd: don't fail on unrecognized features"
` [PATCH 02/29] selftests/mm: Update .gitignore with two missing tests
` [PATCH 03/29] selftests/mm: Dump a summary in run_vmtests.sh
` [PATCH 04/29] selftests/mm: Merge util.h into vm_util.h
` [PATCH 05/29] selftests/mm: Use TEST_GEN_PROGS where proper
` [PATCH 06/29] selftests/mm: Link vm_util.c always
` [PATCH 07/29] selftests/mm: Merge default_huge_page_size() into one
` [PATCH 08/29] selftests/mm: Use PM_* macros in vm_utils.h
` [PATCH 09/29] selftests/mm: Reuse pagemap_get_entry() in vm_util.h
` [PATCH 10/29] selftests/mm: Test UFFDIO_ZEROPAGE only when !hugetlb
` [PATCH 11/29] selftests/mm: Drop test_uffdio_zeropage_eexist
` [PATCH 12/29] selftests/mm: Create uffd-common.[ch]
` [PATCH 13/29] selftests/mm: Split uffd tests into uffd-stress and uffd-unit-tests
` [PATCH 14/29] selftests/mm: uffd_[un]register()
` [PATCH 15/29] selftests/mm: uffd_open_{dev|sys}()
` [PATCH 16/29] selftests/mm: UFFDIO_API test
` [PATCH 17/29] selftests/mm: Drop global mem_fd in uffd tests
` [PATCH 18/29] selftests/mm: Drop global hpage_size "
` [PATCH 19/29] selftests/mm: Let uffd_handle_page_fault() takes wp parameter
` [PATCH 20/29] selftests/mm: Allow allocate_area() to fail properly
` [PATCH 21/29] selftests/mm: Add framework for uffd-unit-test
` [PATCH 22/29] selftests/mm: Move uffd pagemap test to unit test
` [PATCH 23/29] selftests/mm: Move uffd minor "
` [PATCH 24/29] selftests/mm: Move uffd sig/events tests into uffd unit tests
` [PATCH 25/29] selftests/mm: Move zeropage test "
` [PATCH 26/29] selftests/mm: Workaround no way to detect uffd-minor + wp
` [PATCH 27/29] selftests/mm: Allow uffd test to skip properly with no privilege
` [PATCH 28/29] selftests/mm: Drop sys/dev test in uffd-stress test
` [PATCH 29/29] selftests/mm: Add shmem-private test to uffd-stress
[PATCHv3 bpf-next 0/9] mm/bpf/perf: Store build id in file object
2023-03-30 22:05 UTC (4+ messages)
` [PATCHv3 bpf-next 5/9] selftests/bpf: Add read_buildid function
[Bug 217238] New: Creating shared read-only map is denied after add write seal to a memfd
2023-03-30 21:46 UTC (5+ messages)
[PATCH v4 0/3] mm: process/cgroup ksm support
2023-03-30 20:18 UTC (12+ messages)
[RESEND PATCH] kmemleak-test: Optimize kmemleak_test.c build flow
2023-03-30 20:10 UTC (2+ messages)
[PATCH 1/1] mm: Fix memory leak on mm_init error handling
2023-03-30 19:56 UTC (5+ messages)
[PATCH v2] mm: vmalloc: Avoid warn_alloc noise caused by fatal signal
2023-03-30 19:33 UTC (2+ messages)
[PATCH v3 0/8] memcg: avoid flushing stats atomically where possible
2023-03-30 19:30 UTC (10+ messages)
` [PATCH v3 1/8] cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"
` [PATCH v3 2/8] memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"
` [PATCH v3 3/8] memcg: do not flush stats in irq context
` [PATCH v3 4/8] memcg: replace stats_flush_lock with an atomic
` [PATCH v3 5/8] memcg: sleep during flushing stats in safe contexts
` [PATCH v3 6/8] workingset: memcg: sleep when flushing stats in workingset_refault()
` [PATCH v3 7/8] vmscan: memcg: sleep when flushing stats during reclaim
` [PATCH v3 8/8] memcg: do not modify rstat tree for zero updates
[PATCH v2 00/19] bio: check return values of bio_add_page
2023-03-30 19:25 UTC (6+ messages)
` [PATCH v2 10/19] jfs: logmgr: use __bio_add_page to add single page to bio
MREMAP_DONTUNMAP corrupts initial mapping
2023-03-30 18:42 UTC (2+ messages)
[linux-next:pending-fixes] BUILD SUCCESS 7827aece40de38935eccec13028429f78aa6b170
2023-03-30 18:17 UTC
[BUG] Usersapce MTE error with allocation tag 0 when low on memory
2023-03-30 17:36 UTC (4+ messages)
[linux-next:master] BUILD REGRESSION a6d9e3034536ba4b68ac34490c02267e6eec9c05
2023-03-30 16:13 UTC
[PATCH 0/2] memcg, cpuisol: do not interfere pcp cache charges draining with cpuisol workloads
2023-03-30 15:21 UTC (11+ messages)
` [PATCH 1/2] sched/isolation: Add cpu_is_isolated() API
[RFC PATCH v2 04/48] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
2023-03-30 14:28 UTC
[RFC PATCH v2 37/48] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
2023-03-30 1:45 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox