messages from 2024-05-27 13:17:24 to 2024-06-07 00:51:58 UTC [more...]
[PATCH net-next v11 00/13] Device Memory TCP
2024-06-07 0:51 UTC (14+ messages)
` [PATCH net-next v11 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v11 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v11 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v11 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v11 05/13] page_pool: convert to use netmem
` [PATCH net-next v11 06/13] page_pool: devmem support
` [PATCH net-next v11 07/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v11 08/13] net: support non paged skb frags
` [PATCH net-next v11 09/13] net: add support for skbs with unreadable frags
` [PATCH net-next v11 10/13] tcp: RX path for devmem TCP
` [PATCH net-next v11 11/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v11 12/13] net: add devmem TCP documentation
` [PATCH net-next v11 13/13] selftests: add ncdevmem, netcat for devmem TCP
[PATCH net-next v10 00/14] Device Memory TCP
2024-06-06 16:58 UTC (38+ messages)
` [PATCH net-next v10 01/14] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
` [PATCH net-next v10 03/14] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v10 04/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v10 05/14] netdev: netdevice devmem allocator
` [PATCH net-next v10 06/14] page_pool: convert to use netmem
` [PATCH net-next v10 07/14] page_pool: devmem support
` [PATCH net-next v10 08/14] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v10 09/14] net: support non paged skb frags
` [PATCH net-next v10 10/14] net: add support for skbs with unreadable frags
` [PATCH net-next v10 11/14] tcp: RX path for devmem TCP
` [PATCH net-next v10 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v10 13/14] net: add devmem TCP documentation
` [PATCH net-next v10 14/14] selftests: add ncdevmem, netcat for devmem TCP
[RFC 00/12] Hyper-V guests use Linux IRQs for channel interrupts
2024-06-06 14:34 UTC (21+ messages)
` [RFC 01/12] Drivers: hv: vmbus: Drop unsupported VMBus devices earlier
` [RFC 02/12] Drivers: hv: vmbus: Fix error path that deletes non-existent sysfs group
` [RFC 03/12] Drivers: hv: vmbus: Add an IRQ name to VMBus channels
` [RFC 04/12] PCI: hv: Annotate the VMBus channel IRQ name
` [RFC 05/12] scsi: storvsc: "
` [RFC 06/12] genirq: Add per-cpu flow handler with conditional IRQ stats
` [RFC 07/12] Drivers: hv: vmbus: Set up irqdomain and irqchip for the VMBus connection
` [RFC 08/12] Drivers: hv: vmbus: Allocate an IRQ per channel and use for relid mapping
` [RFC 09/12] Drivers: hv: vmbus: Use Linux IRQs to handle VMBus channel interrupts
` [RFC 10/12] Drivers: hv: vmbus: Implement vmbus_irq_set_affinity
` [RFC 11/12] Drivers: hv: vmbus: Wait for MODIFYCHANNEL to finish when offlining CPUs
` [RFC 12/12] Drivers: hv: vmbus: Ensure IRQ affinity isn't set to a CPU going offline
Horrendous "runtime constant" hack - current patch x86-64 only
2024-06-06 2:24 UTC (2+ messages)
[PATCH v2] tools/memory-model: Document herd7 (abstract) representation
2024-06-05 19:48 UTC (5+ messages)
[PATCH] tools/memory-model: Document herd7 (internal) representation
2024-06-05 19:40 UTC (26+ messages)
[PATCH RFC cmpxchg 0/8] Provide emulation for one- and two-byte cmpxchg()
2024-06-05 18:05 UTC (16+ messages)
` [PATCH v2 cmpxchg 0/8] Provide emulation for one--byte cmpxchg()
` [PATCH v3 cmpxchg 0/4] "
` [PATCH v3 cmpxchg 1/4] ARC: Emulate one-byte cmpxchg
` [PATCH v3 cmpxchg 2/4] sh: "
` [PATCH v3 cmpxchg 3/4] xtensa: "
` [PATCH v3 cmpxchg 4/4] ARM: "
[PATCH memory-model 0/3] LKMM updates for v6.11
2024-06-05 17:57 UTC (12+ messages)
` [PATCH memory-model 1/3] tools/memory-model: Add atomic_and()/or()/xor() and add_negative
` [PATCH memory-model 2/3] tools/memory-model: Add atomic_andnot() with its variants
` [PATCH memory-model 3/3] tools/memory-model: Add KCSAN LF mentorship session citation
[GIT PULL] LoongArch fixes for v6.10-rc3
2024-06-03 16:36 UTC (2+ messages)
[PATCH 0/7] Zacas/Zabha support and qspinlocks
2024-06-03 15:31 UTC (44+ messages)
` [PATCH 1/7] riscv: Implement cmpxchg32/64() using Zacas
` [PATCH 2/7] riscv: Implement cmpxchg8/16() using Zabha
` [PATCH 3/7] riscv: Implement arch_cmpxchg128() using Zacas
` [PATCH 4/7] riscv: Implement xchg8/16() using Zabha
` [PATCH 5/7] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock
` [PATCH 6/7] asm-generic: ticket-lock: Add separate ticket-lock.h
` [PATCH 7/7] riscv: Add qspinlock support based on Zabha extension
[PATCH 0/3] kbuild: remove many tool coverage variables
2024-05-31 16:09 UTC (7+ messages)
` [PATCH 1/3] kbuild: provide reasonable defaults for tool coverage
[GIT PULL] asm-generic cleanups for 6.10
2024-05-31 2:53 UTC (5+ messages)
` [GIT PULL] alpha: cleanups and build fixes "
[PATCH net-next v9 00/14] Device Memory TCP
2024-05-29 19:49 UTC (9+ messages)
` [PATCH net-next v9 04/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v9 11/14] tcp: RX path for devmem TCP
[PATCH v10 00/19] ACPI/arm64: add support for virtual cpu hotplug
2024-05-29 13:34 UTC (20+ messages)
` [PATCH v10 01/19] ACPI: processor: Simplify initial onlining to use same path for cold and hotplug
` [PATCH v10 02/19] cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFER
` [PATCH v10 03/19] ACPI: processor: Drop duplicated check on _STA (enabled + present)
` [PATCH v10 04/19] ACPI: processor: Return an error if acpi_processor_get_info() fails in processor_add()
` [PATCH v10 05/19] ACPI: processor: Fix memory leaks in error paths of processor_add()
` [PATCH v10 06/19] ACPI: processor: Move checks and availability of acpi_processor earlier
` [PATCH v10 07/19] ACPI: processor: Add acpi_get_processor_handle() helper
` [PATCH v10 08/19] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
` [PATCH v10 09/19] ACPI: scan: switch to flags for acpi_scan_check_and_detach()
` [PATCH v10 10/19] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH v10 11/19] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH v10 12/19] arm64: acpi: Harden get_cpu_for_acpi_id() against missing CPU entry
` [PATCH v10 13/19] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH v10 14/19] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH v10 15/19] arm64: psci: Ignore DENIED CPUs
` [PATCH v10 16/19] arm64: arch_register_cpu() variant to check if an ACPI handle is now available
` [PATCH v10 17/19] arm64: Kconfig: Enable hotplug CPU on arm64 if ACPI_PROCESSOR is enabled
` [PATCH v10 18/19] arm64: document virtual CPU hotplug's expectations
` [PATCH v10 19/19] cpumask: Add enabled cpumask for present CPUs that can be brought online
[PATCH 0/3] kbuild: remove PROVIDE() and refactor vmlinux_link steps
2024-05-28 9:42 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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 read-only IMAP folder(s) and NNTP newsgroup(s).