linux-alpha.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH net-next v8 00/14] Device Memory TCP
 2024-05-06 12:04 UTC  (33+ 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 00/14] alpha: cleanups for 6.10
 2024-05-06 10:11 UTC  (26+ messages)
` [PATCH 01/14] alpha: sort scr_mem{cpy,move}w() out
` [PATCH 02/14] alpha: fix modversions for strcpy() et.al
` [PATCH 03/14] alpha: add clone3() support
` [PATCH 04/14] alpha: don't make functions public without a reason
` [PATCH 05/14] alpha: sys_sio: fix misspelled ifdefs
` [PATCH 06/14] alpha: missing includes
` [PATCH 07/14] alpha: core_lca: take the unused functions out
` [PATCH 08/14] alpha: jensen, t2 - make __EXTERN_INLINE same as for the rest
` [PATCH 09/14] alpha: trim the unused stuff from asm-offsets.c
` [PATCH 10/14] alpha: remove DECpc AXP150 (Jensen) support
` [PATCH 11/14] alpha: sable: remove early machine support
` [PATCH 12/14] alpha: remove LCA and APECS based machines
` [PATCH 13/14] alpha: cabriolet: remove EV5 CPU support
` [PATCH 14/14] alpha: drop pre-EV56 support

alpha cmpxchg.h (was Re: [PATCH v2 cmpxchg 12/13] sh: Emulate one-byte cmpxchg)
 2024-05-02 22:16 UTC  (2+ messages)

[PATCH] alpha/sys_sio: Add const to irq_tab
 2024-05-02 13:38 UTC 

[PATCH v3 2/2] fs/xattr: add *at family syscalls
 2024-04-30 10:09 UTC  (3+ 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  (5+ messages)

[PATCH 0/4] arch: mm, vdso: consolidate PAGE_SIZE definition
 2024-03-05 10:59 UTC  (3+ messages)
` [PATCH 3/4] arch: define CONFIG_PAGE_SIZE_*KB on all architectures

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


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