linux-alpha.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH net-next v8 00/14] Device Memory TCP
 2024-04-27  2:11 UTC  (21+ messages)
` [RFC PATCH net-next v8 01/14] queue_api: define queue api
` [RFC PATCH net-next v8 02/14] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v8 03/14] net: netdev netlink api to bind dma-buf to a net device
` [RFC PATCH net-next v8 04/14] netdev: support binding dma-buf to netdevice
` [RFC PATCH net-next v8 05/14] netdev: netdevice devmem allocator
` [RFC PATCH net-next v8 06/14] page_pool: convert to use netmem
` [RFC PATCH net-next v8 07/14] page_pool: devmem support
` [RFC PATCH net-next v8 08/14] memory-provider: dmabuf devmem memory provider
` [RFC PATCH net-next v8 09/14] net: support non paged skb frags
` [RFC PATCH net-next v8 10/14] net: add support for skbs with unreadable frags
` [RFC PATCH net-next v8 11/14] tcp: RX path for devmem TCP
` [RFC PATCH net-next v8 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [RFC PATCH net-next v8 13/14] net: add devmem TCP documentation
` [RFC PATCH net-next v8 14/14] selftests: add ncdevmem, netcat for devmem TCP

[PATCH v3 2/2] fs/xattr: add *at family syscalls
 2024-04-26 17:38 UTC  (2+ messages)

[PATCH 3/5] mm: add vaddr param to pmd_populate_kernel
 2024-04-16 19:18 UTC  (2+ messages)
  ` [PATCH 3/5 RESEND] "

[RFC PATCH net-next v6 00/15] Device Memory TCP
 2024-04-08 15:34 UTC  (73+ messages)
` [RFC PATCH net-next v6 01/15] queue_api: define queue api
` [RFC PATCH net-next v6 02/15] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v6 03/15] net: page_pool: factor out page_pool recycle check
` [RFC PATCH net-next v6 04/15] net: netdev netlink api to bind dma-buf to a net device
` [RFC PATCH net-next v6 05/15] netdev: support binding dma-buf to netdevice
` [RFC PATCH net-next v6 06/15] netdev: netdevice devmem allocator
` [RFC PATCH net-next v6 07/15] page_pool: convert to use netmem
` [RFC PATCH net-next v6 08/15] page_pool: devmem support
` [RFC PATCH net-next v6 09/15] memory-provider: dmabuf devmem memory provider
` [RFC PATCH net-next v6 10/15] net: support non paged skb frags
` [RFC PATCH net-next v6 11/15] net: add support for skbs with unreadable frags
` [RFC PATCH net-next v6 12/15] tcp: RX path for devmem TCP
` [RFC PATCH net-next v6 13/15] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [RFC PATCH net-next v6 14/15] net: add devmem TCP documentation
` [RFC PATCH net-next v6 15/15] selftests: add ncdevmem, netcat for devmem TCP

[PATCH v5 0/7] Introduce __xchg, non-atomic xchg
 2024-04-05 16:20 UTC  (6+ messages)
  ` [Intel-gfx] "

[RFC PATCH net-next v7 00/14] Device Memory TCP
 2024-03-28 20:38 UTC  (21+ messages)
` [RFC PATCH net-next v7 01/14] queue_api: define queue api
` [RFC PATCH net-next v7 02/14] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v7 03/14] net: netdev netlink api to bind dma-buf to a net device
` [RFC PATCH net-next v7 04/14] netdev: support binding dma-buf to netdevice
` [RFC PATCH net-next v7 05/14] netdev: netdevice devmem allocator
` [RFC PATCH net-next v7 06/14] page_pool: convert to use netmem
` [RFC PATCH net-next v7 07/14] page_pool: devmem support
` [RFC PATCH net-next v7 08/14] memory-provider: dmabuf devmem memory provider
` [RFC PATCH net-next v7 09/14] net: support non paged skb frags
` [RFC PATCH net-next v7 10/14] net: add support for skbs with unreadable frags
` [RFC PATCH net-next v7 11/14] tcp: RX path for devmem TCP
` [RFC PATCH net-next v7 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [RFC PATCH net-next v7 13/14] net: add devmem TCP documentation
` [RFC PATCH net-next v7 14/14] selftests: add ncdevmem, netcat for devmem TCP

[PATCH v4 10/14] treewide: Use initializer for struct vm_unmapped_area_info
 2024-03-26  2:16 UTC 

[PATCH v3 08/12] treewide: Use initializer for struct vm_unmapped_area_info
 2024-03-13 15:40 UTC  (3+ messages)

[PATCH 01/11] arch/alpha/kernel: disable -Wmissing-prototypes for asmlinkage functions
 2024-03-11 13:23 UTC  (11+ messages)
` [PATCH 02/11] arch/alpha/bugs: add missing SPDX header
` [PATCH 03/11] arch/alpha/bugs: include <linux/cpu.h> to fix -Wmissing-prototypes
` [PATCH 04/11] arch/alpha/io: add missing includes "
` [PATCH 05/11] arch/alpha/pci: make pcibios_claim_one_bus() static
` [PATCH 06/11] arch/alpha/irq: include irq_impl.h to fix -Wmissing-prototypes
` [PATCH 07/11] arch/alpha/perf_event: make init_hw_perf_events() static
` [PATCH 08/11] arch/alpha/checksum: add missing includes to fix -Wmissing-prototypes
` [PATCH 09/11] arch/alpha/fpreg: "
` [PATCH 10/11] arch/alpha/smc37c669.: make SMC37c669_dump_registers() static
` [PATCH 11/11] arch/alpha/smc37c669: add missing includes to fix -Wmissing-prototypes

[v2 PATCH 0/3] arch: mm, vdso: consolidate PAGE_SIZE definition
 2024-03-08 16:28 UTC  (13+ messages)
` [PATCH v2 1/3] arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
` [PATCH v2 2/3] arch: simplify architecture specific page size configuration
` [PATCH v2 3/3] arch: define CONFIG_PAGE_SIZE_*KB on all architectures

[RFC PATCH 00/14] Introducing TIF_NOTIFY_IPI flag
 2024-03-07 19:56 UTC  (7+ messages)
` [RFC PATCH 03/14] sched/core: Use TIF_NOTIFY_IPI to notify an idle CPU in TIF_POLLING mode of pending IPI
` [RFC PATCH 06/14] alpha/thread_info: Introduce TIF_NOTIFY_IPI flag

[PATCH 0/4] arch: mm, vdso: consolidate PAGE_SIZE definition
 2024-03-05 10:59 UTC  (27+ messages)
` [PATCH 1/4] arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
` [PATCH 2/4] arch: simplify architecture specific page size configuration
` [PATCH 3/4] arch: define CONFIG_PAGE_SIZE_*KB on all architectures
` [PATCH 4/4] vdso: avoid including asm/page.h

[PATCH v2 5/9] mm: Initialize struct vm_unmapped_area_info
 2024-03-04 18:03 UTC  (15+ messages)

subscribe
 2024-02-27  6:52 UTC 

[PATCH v2 1/2] alpha: merge two entries for CONFIG_ALPHA_EV4
 2024-02-21 14:01 UTC  (2+ messages)
` [PATCH v2 2/2] alpha: merge two entries for CONFIG_ALPHA_GAMMA


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