Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-30 20:16:29 to 2024-06-10 23:35:35 UTC [more...]

[PATCH] x86: add 'runtime constant' infrastructure
 2024-06-10 20:39 UTC  (15+ messages)

[PATCH net-next v10 00/14] Device Memory TCP
 2024-06-10 22:15 UTC  (57+ 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 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

[PATCH 0/7] arm64 / x86-64: low-level code generation issues
 2024-06-10 20:48 UTC  (8+ messages)
` [PATCH 1/7] vfs: dcache: move hashlen_hash() from callers into d_hash()
` [PATCH 2/7] add default dummy 'runtime constant' infrastructure
` [PATCH 3/7] x86: add 'runtime constant' support
` [PATCH 4/7] arm64: "
` [PATCH 5/7] arm64: start using 'asm goto' for get_user() when available
` [PATCH 6/7] arm64: start using 'asm goto' for put_user() "
` [PATCH 7/7] arm64: access_ok() optimization

[PATCH v3 0/3] kbuild: remove PROVIDE() and refactor vmlinux_link steps
 2024-06-10 11:25 UTC  (2+ messages)
` [PATCH v3 2/3] kbuild: remove PROVIDE() for kallsyms symbols

[PATCH v2 0/3] kbuild: remove PROVIDE() and refactor vmlinux_link steps
 2024-06-09 17:04 UTC  (2+ messages)
` [PATCH v2 2/3] kbuild: remove PROVIDE() for kallsyms symbols

[PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation
 2024-06-09 15:49 UTC  (19+ messages)
` [PATCH 01/18] KVM: x86: hyper-v: Introduce XMM output support
` [PATCH 02/18] KVM: x86: hyper-v: Introduce helpers to check if VSM is exposed to guest
` [PATCH 03/18] hyperv-tlfs: Update struct hv_send_ipi{_ex}'s declarations
` [PATCH 04/18] KVM: x86: hyper-v: Introduce VTL awareness to Hyper-V's PV-IPIs
` [PATCH 05/18] KVM: x86: hyper-v: Introduce MP_STATE_HV_INACTIVE_VTL
` [PATCH 06/18] KVM: x86: hyper-v: Exit on Get/SetVpRegisters hcall
` [PATCH 07/18] KVM: x86: hyper-v: Exit on TranslateVirtualAddress hcall
` [PATCH 08/18] KVM: x86: hyper-v: Exit on StartVirtualProcessor and GetVpIndexFromApicId hcalls
` [PATCH 09/18] KVM: Define and communicate KVM_EXIT_MEMORY_FAULT RWX flags to userspace
` [PATCH 10/18] KVM: x86: Keep track of instruction length during faults
` [PATCH 11/18] KVM: x86: Pass the instruction length on memory fault user-space exits
` [PATCH 12/18] KVM: x86/mmu: Introduce infrastructure to handle non-executable mappings
` [PATCH 13/18] KVM: x86/mmu: Avoid warning when installing non-private memory attributes
` [PATCH 14/18] KVM: x86/mmu: Init memslot if memory attributes available
` [PATCH 15/18] KVM: Introduce RWX memory attributes
` [PATCH 16/18] KVM: x86: Take mem attributes into account when faulting memory
` [PATCH 17/18] KVM: Introduce traces to track memory attributes modification
` [PATCH 18/18] KVM: x86: hyper-v: Handle VSM hcalls in user-space

[PATCH memory-model 0/3] LKMM updates for v6.11
 2024-06-09  3:10 UTC  (16+ 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

[PATCH v2 6/6] drivers/pci/hyperv/arm64: vPCI MSI IRQ domain from DT
 2024-06-07 19:55 UTC  (2+ messages)

[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

[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  (8+ 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: "

[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  (28+ messages)
` [PATCH 2/7] riscv: Implement cmpxchg8/16() using Zabha
` [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 "


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