linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-31 16:09:38 to 2023-04-03 11:23:25 UTC [more...]

[PATCH -next v8 0/3] Delay the initialization of zswap
 2023-04-03 12:13 UTC 

[PATCH v3 00/55] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
 2023-04-03 11:18 UTC  (66+ 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 v3 49/55] nvme: "
` [PATCH v3 50/55] kcm: "
` [PATCH v3 51/55] smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGES
` [PATCH v3 52/55] ocfs2: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
` [PATCH v3 53/55] drbd: Use sendmsg(MSG_SPLICE_PAGES) rather than sendmsg()
` [PATCH v3 54/55] drdb: Send an entire bio in a single sendmsg
` Trivial TLS server
` Trivial TLS client
` Test program for AF_KCM
` Is AF_KCM functional?

[PATCH] mm/page_alloc: don't check zonelist_update_seq from atomic allocations
 2023-04-03 11:14 UTC  (3+ messages)

[PATCH] mm: kfence: Improve the performance of __kfence_alloc() and __kfence_free()
 2023-04-03 11:10 UTC  (3+ messages)

[PATCH 0/2] Couple of trivial fixes for LAM vs. SVA interaction
 2023-04-03 11:10 UTC  (3+ messages)
` [PATCH 1/2] x86/mm/iommu/sva: Fix error code for LAM enabling failure due to SVA
` [PATCH 2/2] x86/mm/iommu/sva: Do not allow to set FORCE_TAGGED_SVA bit from outside

[PATCH v4 0/3] mm: process/cgroup ksm support
 2023-04-03 11:03 UTC  (10+ messages)
` [PATCH v4 1/3] mm: add new api to enable ksm per process

[RFC] vsprintf: compile error on %09pK
 2023-04-03 10:46 UTC 

[PATCHv16 00/17] Linear Address Masking enabling
 2023-04-03 10:27 UTC  (8+ messages)
` [PATCHv16 11/17] x86/mm/iommu/sva: Make LAM and SVA mutually exclusive

[PATCH 0/6] shmem: Add user and group quota support for tmpfs
 2023-04-03 10:23 UTC  (8+ messages)
` [PATCH 1/6] shmem: make shmem_inode_acct_block() return error
` [PATCH 2/6] shmem: make shmem_get_inode() return ERR_PTR instead of NULL
` [PATCH 3/6] quota: Check presence of quota operation structures instead of ->quota_read and ->quota_write callbacks
` [PATCH 4/6] shmem: prepare shmem quota infrastructure
` [PATCH 5/6] shmem: quota support
` [PATCH 6/6] Add default quota limit mount options

[PATCHv9 00/14] mm, x86/cc: Implement support for unaccepted memory
 2023-04-03 10:02 UTC  (4+ messages)
` [PATCHv9 02/14] mm: Add "

[PATCH 0/6] Simplify kfence code
 2023-04-03  8:59 UTC  (3+ messages)
` [PATCH 4/6] mm: kfence: remove useless check for CONFIG_KFENCE_NUM_OBJECTS

FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-04-03  8:44 UTC  (5+ messages)
  ` RE(2): "

[linux-next:master] [splice] 3eb3c59b12: stress-ng.sendfile.ops_per_sec 8.4% improvement
 2023-04-03  8:43 UTC 

[PATCH v2 4/9] cgroup: rstat: add WARN_ON_ONCE() if flushing outside task context
 2023-04-03  8:38 UTC  (13+ messages)

FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-04-03  8:34 UTC  (6+ messages)
  `  "

[RFC PATCH v2 37/48] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
 2023-04-03  8:32 UTC  (6+ messages)
` [RFC PATCH v2 00/48] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)

[RFC PATCH v3 0/2] Providing mount in memfd_restricted() syscall
 2023-04-03  8:24 UTC  (5+ messages)
` [RFC PATCH v3 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
` [RFC PATCH v3 2/2] selftests: restrictedmem: Check hugepage-ness of shmem file backing restrictedmem fd

[PATCH] mm: mark folio as workingset in lru_deactivate_fn
 2023-04-03  8:18 UTC  (6+ messages)

[PATCH] mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()
 2023-04-03  8:02 UTC  (5+ messages)

[PATCH 00/29] selftests/mm: Split / Refactor userfault test
 2023-04-03  8:00 UTC  (41+ 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 15/29] selftests/mm: uffd_open_{dev|sys}()
` [PATCH 16/29] selftests/mm: UFFDIO_API test

[v4 PATCH] fs/proc: task_mmu.c: don't read mapcount for migration entry
 2023-04-03  7:29 UTC  (8+ messages)

API/syscall to alleviate page/memory problem when quickly accessing memory?
 2023-04-03  6:30 UTC 

[PATCH 0/9] x86/clear_huge_page: multi-page clearing
 2023-04-03  5:22 UTC  (10+ messages)
` [PATCH 1/9] huge_pages: get rid of process_huge_page()
` [PATCH 2/9] huge_page: get rid of {clear,copy}_subpage()
` [PATCH 3/9] huge_page: allow arch override for clear/copy_huge_page()
` [PATCH 4/9] x86/clear_page: parameterize clear_page*() to specify length
` [PATCH 5/9] x86/clear_pages: add clear_pages()
` [PATCH 6/9] mm/clear_huge_page: use multi-page clearing
` [PATCH 7/9] sched: define TIF_ALLOW_RESCHED
` [PATCH 8/9] irqentry: define irqentry_exit_allow_resched()
` [PATCH 9/9] x86/clear_huge_page: make clear_contig_region() preemptible

[PATCH] mm: remove all the slab allocators
 2023-04-03  4:13 UTC  (15+ messages)

[linux-next:master 2225/8375] drivers/net/wireless/legacy/ray_cs.c:628:17: warning: 'strncpy' specified bound 32 equals destination size
 2023-04-02 22:52 UTC 

[PATCH 1/2] mm: swap: use folio_batch_reinit() in folio_batch_move_lru()
 2023-04-02 13:36 UTC  (3+ messages)

[RFC PATCH v1 0/7] Support arch-specific page aging mechanism
 2023-04-02 10:42 UTC  (8+ messages)
` [RFC PATCH v1 1/7] mm: Move some code around so that next patch is simpler
` [RFC PATCH v1 2/7] mm: Don't build multi-gen LRU page table walk code on architecture not supported
` [RFC PATCH v1 3/7] mm: multi-gen LRU: avoid using generation stored in page flags for generation
` [RFC PATCH v1 4/7] mm: multi-gen LRU: support different page aging mechanism
` [RFC PATCH v1 5/7] powerpc/mm: Add page access count support
` [RFC PATCH v1 6/7] powerpc/mm: Clear page access count on allocation
` [RFC PATCH v1 7/7] mm: multi-gen LRU: Shrink folio list without checking for page table reference

[cel:topic-shmem-stable-dir-cookies] [shmem] 5c96ad6402: WARNING:inconsistent_lock_state
 2023-04-02 10:31 UTC 

[PATCH 14/17] sched/eevdf: Better handle mixed slice length
 2023-04-02  6:28 UTC  (3+ messages)

[linux-next:master 5598/8375] arch/riscv/include/asm/syscall.h:87 syscall_handler() warn: inconsistent indenting
 2023-04-02  2:11 UTC 

[PATCH v5 6/6] RISC-V: Add hwprobe vDSO function and data
 2023-04-01 21:22 UTC 

[PATCH v8 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2023-04-01 12:12 UTC  (5+ messages)
` [PATCH v8 2/2] "

[linux-next:master 8321/8375] htmldocs: Warning: arch/x86/Kconfig references a file that doesn't exist: Documentation/x86/shstk.rst
 2023-04-01  6:58 UTC 

[linux-next:master 4167/8375] s390-linux-ld: arc-rimi.c:undefined reference to `iounmap'
 2023-04-01  5:16 UTC 

[PATCH] LoongArch: Add kernel address sanitizer support
 2023-04-01  3:23 UTC  (7+ messages)

[RFC PATCH v2 1/2] mm: restrictedmem: Allow userspace to specify mount for memfd_restricted
 2023-03-31 23:56 UTC  (2+ messages)

[PATCH v3 0/3] Ignore non-LRU-based reclaim in memcg reclaim
 2023-03-31 22:11 UTC  (4+ messages)
` [PATCH v3 2/3] mm: vmscan: refactor updating reclaimed pages in reclaim_state

[PATCHv3 bpf-next 0/9] mm/bpf/perf: Store build id in file object
 2023-03-31 20:27 UTC  (8+ messages)

[linux-next:master] BUILD REGRESSION 4b0f4525dc4fe8af17b3daefe585f0c2eb0fe0a5
 2023-03-31 20:25 UTC 

[LSF/MM/BPF BoF] Session for CXL memory
 2023-03-31 18:15 UTC  (7+ messages)

[PATCH v2 00/19] bio: check return values of bio_add_page
 2023-03-31 18:13 UTC  (13+ messages)
` [PATCH v2 05/19] md: use __bio_add_page to add single page
` [PATCH v2 06/19] md: raid5-log: "
` [PATCH v2 07/19] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH v2 15/19] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH v2 16/19] md: raid1: use __bio_add_page for adding single page to bio
` [PATCH v2 17/19] md: raid1: check if adding pages to resync bio fails

[linux-next:master 6041/8375] drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c:148:31: error: implicit declaration of function 'pci_msix_can_alloc_dyn'
 2023-03-31 16:10 UTC 


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 NNTP newsgroup(s).