messages from 2024-06-04 17:09:22 to 2024-06-13 10:36:25 UTC [more...]
[RFC 0/2] Initial LKMM atomics support in Rust
2024-06-13 10:36 UTC (8+ messages)
` [RFC 1/2] rust: Introduce atomic API helpers
` [RFC 2/2] rust: sync: Add atomic support
[PATCH v10 00/19] ACPI/arm64: add support for virtual cpu hotplug
2024-06-13 10:25 UTC (2+ messages)
[PATCH net-next v12 00/13] Device Memory TCP
2024-06-13 8:36 UTC (15+ messages)
` [PATCH net-next v12 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v12 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v12 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v12 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v12 05/13] page_pool: convert to use netmem
` [PATCH net-next v12 06/13] page_pool: devmem support
` [PATCH net-next v12 07/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v12 08/13] net: support non paged skb frags
` [PATCH net-next v12 09/13] net: add support for skbs with unreadable frags
` [PATCH net-next v12 10/13] tcp: RX path for devmem TCP
` [PATCH net-next v12 11/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v12 12/13] net: add devmem TCP documentation
` [PATCH net-next v12 13/13] selftests: add ncdevmem, netcat for devmem TCP
[PATCH v3 0/3] kbuild: remove PROVIDE() and refactor vmlinux_link steps
2024-06-13 3:57 UTC (3+ messages)
` [PATCH v3 2/3] kbuild: remove PROVIDE() for kallsyms symbols
[PATCH net-next v11 00/13] Device Memory TCP
2024-06-13 0:10 UTC (15+ 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 0/7] arm64 / x86-64: low-level code generation issues
2024-06-12 22:25 UTC (24+ 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 4/7 v2] "
` [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 6/7 v2] "
` [PATCH 7/7] arm64: access_ok() optimization
[PATCH] fixmap: Remove unused set_fixmap_offset_io()
2024-06-12 20:02 UTC (2+ messages)
[PATCH v1 00/14] futex: More futex2 bits
2024-06-12 17:44 UTC (7+ messages)
` [PATCH v1 11/14] futex: Implement FUTEX2_NUMA
[PATCH net-next v10 00/14] Device Memory TCP
2024-06-12 15:47 UTC (52+ messages)
` [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 10/14] net: add support for skbs with unreadable frags
[PATCH] x86: add 'runtime constant' infrastructure
2024-06-11 20:26 UTC (23+ messages)
[PATCH v2 0/6] arm64/hyperv: Support Virtual Trust Level Boot
2024-06-11 14:55 UTC (5+ messages)
` [PATCH v2 1/6] arm64/hyperv: Support DeviceTree
[PATCH v2 6/6] drivers/pci/hyperv/arm64: vPCI MSI IRQ domain from DT
2024-06-11 14:40 UTC (3+ messages)
[PATCH v4 00/10] Add support for synchronous signals on perf events
2024-06-11 9:18 UTC (2+ messages)
[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
[RFC 00/12] Hyper-V guests use Linux IRQs for channel interrupts
2024-06-06 14:34 UTC (10+ messages)
` [RFC 06/12] genirq: Add per-cpu flow handler with conditional IRQ stats
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 v3 cmpxchg 0/4] Provide emulation for one--byte cmpxchg()
2024-06-05 18:05 UTC (11+ messages)
` [PATCH v3 cmpxchg 2/4] sh: Emulate one-byte cmpxchg
` [PATCH v3 cmpxchg 4/4] ARM: "
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 NNTP newsgroup(s).