linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-22 14:05:17 to 2024-06-04 20:52:36 UTC [more...]

[PATCH RFC cmpxchg 0/8] Provide emulation for one- and two-byte cmpxchg()
 2024-06-04 20:52 UTC  (12+ 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: "

[RFC 00/12] Hyper-V guests use Linux IRQs for channel interrupts
 2024-06-04 18:13 UTC  (14+ 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

[PATCH net-next v10 00/14] Device Memory TCP
 2024-06-04 16:42 UTC  (29+ 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

[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] tools/memory-model: Document herd7 (internal) representation
 2024-05-29 14:33 UTC  (26+ messages)

[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  (5+ messages)
` [PATCH 2/3] kbuild: remove PROVIDE() for kallsyms symbols

[PATCH v3 00/29] riscv control-flow integrity for usermode
 2024-05-24 19:11 UTC  (9+ messages)
` [PATCH v3 13/29] riscv mmu: write protect and shadow stack
` [PATCH v3 22/29] riscv sigcontext: adding cfi state field in sigcontext

LKMM: Making RMW barriers explicit
 2024-05-24 18:48 UTC  (32+ messages)

[PATCH v4 00/15] Unified cross-architecture kernel-mode FPU API
 2024-05-24 18:23 UTC  (8+ messages)
` [PATCH v4 13/15] drm/amd/display: Use ARCH_HAS_KERNEL_FPU_SUPPORT

[Patch v2] mm/memblock: discard .text/.data if CONFIG_ARCH_KEEP_MEMBLOCK not set
 2024-05-24  8:08 UTC  (4+ messages)

Regression bisected to f2f84b05e02b (bug: consolidate warn_slowpath_fmt() usage)
 2024-05-23 23:49 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 3689b0ef08b70e4e03b82ebd37730a03a672853a
 2024-05-23 14:02 UTC 

[GIT PULL] LoongArch changes for v6.10
 2024-05-22 18:05 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 8314289a8d50a4e05d8ece1ae0445a3b57bb4d3b
 2024-05-22 16:14 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).