messages from 2024-08-09 18:21:24 to 2024-08-19 15:15:23 UTC [more...]
[PATCH 0/5] page allocation tag compression
2024-08-19 15:15 UTC (5+ messages)
` [PATCH 1/5] alloc_tag: load module tags into separate continuous memory
` [PATCH 2/5] alloc_tag: eliminate alloc_tag_ref_set
` [PATCH 3/5] alloc_tag: introduce pgalloc_tag_ref to abstract page tag references
` [PATCH 4/5] alloc_tag: make page allocation tag reference size configurable
[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
2024-08-19 15:14 UTC (69+ messages)
` [PATCH v10 01/40] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v10 02/40] prctl: arch-agnostic prctl for shadow stack
` [PATCH v10 03/40] mman: Add map_shadow_stack() flags
` [PATCH v10 04/40] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v10 05/40] arm64/gcs: Document the ABI "
` [PATCH v10 06/40] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v10 07/40] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v10 08/40] arm64/gcs: Provide put_user_gcs()
` [PATCH v10 09/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
` [PATCH v10 10/40] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v10 11/40] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v10 12/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v10 13/40] arm64/mm: Map pages for guarded control stack
` [PATCH v10 14/40] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v10 15/40] arm64/idreg: Add overrride for GCS
` [PATCH v10 16/40] arm64/hwcap: Add hwcap "
` [PATCH v10 17/40] arm64/traps: Handle GCS exceptions
` [PATCH v10 18/40] arm64/mm: Handle GCS data aborts
` [PATCH v10 19/40] arm64/gcs: Context switch GCS state for EL0
` [PATCH v10 20/40] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v10 23/40] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v10 24/40] arm64/signal: Expose GCS state in signal frames
[PATCH] runtime constants: move list of constants to vmlinux.lds.h
2024-08-19 7:49 UTC (3+ messages)
[PATCH V3 0/2] uapi: Add support for GENMASK_U128()
2024-08-19 7:13 UTC (6+ messages)
` [PATCH V3 1/2] uapi: Define GENMASK_U128
[PATCH net-next v20 00/13] Device Memory TCP
2024-08-19 3:54 UTC (14+ messages)
` [PATCH net-next v20 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v20 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v20 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v20 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v20 05/13] page_pool: devmem support
` [PATCH net-next v20 06/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v20 07/13] net: support non paged skb frags
` [PATCH net-next v20 08/13] net: add support for skbs with unreadable frags
` [PATCH net-next v20 09/13] tcp: RX path for devmem TCP
` [PATCH net-next v20 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v20 11/13] net: add devmem TCP documentation
` [PATCH net-next v20 12/13] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v20 13/13] netdev: add dmabuf introspection
[PATCH v5 00/13] Zacas/Zabha support and qspinlocks
2024-08-18 22:40 UTC (15+ messages)
` [PATCH v5 01/13] riscv: Move cpufeature.h macros into their own header
` [PATCH v5 02/13] riscv: Do not fail to build on byte/halfword operations with Zawrs
` [PATCH v5 03/13] riscv: Implement cmpxchg32/64() using Zacas
` [PATCH v5 04/13] dt-bindings: riscv: Add Zabha ISA extension description
` [PATCH v5 05/13] riscv: Implement cmpxchg8/16() using Zabha
` [PATCH v5 06/13] riscv: Improve zacas fully-ordered cmpxchg()
` [PATCH v5 07/13] riscv: Implement arch_cmpxchg128() using Zacas
` [PATCH v5 08/13] riscv: Implement xchg8/16() using Zabha
` [PATCH v5 09/13] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock
` [PATCH v5 10/13] asm-generic: ticket-lock: Add separate ticket-lock.h
` [PATCH v5 11/13] riscv: Add ISA extension parsing for Ziccrse
` [PATCH v5 12/13] dt-bindings: riscv: Add Ziccrse ISA extension description
` [PATCH v5 13/13] riscv: Add qspinlock support
[PATCH net-next v19 03/13] netdev: support binding dma-buf to netdevice
2024-08-18 15:44 UTC (5+ messages)
[PATCH 0/9] Wire up getrandom() vDSO implementation on powerpc
2024-08-17 18:07 UTC (15+ messages)
` [PATCH 1/9] powerpc/vdso: Don't discard rela sections
` [PATCH 2/9] powerpc/vdso32: Add crtsavres
` [PATCH 3/9] vdso: Add __arch_get_k_vdso_rng_data()
` [PATCH 4/9] vdso: Add missing c-getrandom-y in Makefile
` [PATCH 5/9] vdso: Avoid call to memset() by getrandom
` [PATCH 6/9] vdso: Only use MAP_DROPPABLE when VM_DROPPABLE exists
` [PATCH 7/9] powerpc: Add little endian variants of LHZX_BE and friends
` [PATCH 8/9] powerpc/vdso: Wire up getrandom() vDSO implementation
` [PATCH 9/9] selftests: [NOT TO BE MERGED] Modifications for testing VDSO getrandom implementation on PPC32
[PATCH net-next v19 09/13] tcp: RX path for devmem TCP
2024-08-17 16:51 UTC (4+ messages)
[PATCH v4 00/13] Zacas/Zabha support and qspinlocks
2024-08-17 5:08 UTC (7+ messages)
` [PATCH v4 13/13] riscv: Add qspinlock support
[PATCH v2 00/13] linux system call fixes
2024-08-16 20:27 UTC (3+ messages)
` [PATCH v2 09/13] csky, hexagon: fix broken sys_sync_file_range
[PATCH net-next v19 06/13] memory-provider: dmabuf devmem memory provider
2024-08-16 15:35 UTC (8+ messages)
[PATCH v7 0/5] Tracepoints and static branch in Rust
2024-08-16 11:07 UTC (6+ messages)
` [PATCH v7 1/5] rust: add generic static_key_false
` [PATCH v7 2/5] rust: add tracepoint support
` [PATCH v7 3/5] rust: samples: add tracepoint to Rust sample
` [PATCH v7 4/5] jump_label: adjust inline asm to be consistent
` [PATCH v7 5/5] rust: add arch_static_branch
[PATCH 0/5] Provide a single definition of mk_pte()
2024-08-15 12:12 UTC (10+ messages)
` [PATCH 1/5] mm: Introduce a common "
` [PATCH 2/5] x86: Remove custom "
` [PATCH 3/5] um: "
` [PATCH 4/5] s390: "
` [PATCH 5/5] mm: Make mk_pte() definition unconditional
[RFC PATCH 00/18] use struct ptdesc to replace pgtable_t
2024-08-15 6:32 UTC (5+ messages)
[PATCH net-next v19 00/13] Device Memory TCP
2024-08-14 17:30 UTC (2+ messages)
[PATCH net-next v19 13/13] netdev: add dmabuf introspection
2024-08-13 21:13 UTC
[PATCH net-next v19 12/13] selftests: add ncdevmem, netcat for devmem TCP
2024-08-13 21:13 UTC
[PATCH net-next v19 11/13] net: add devmem TCP documentation
2024-08-13 21:13 UTC
[PATCH net-next v19 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
2024-08-13 21:13 UTC
[PATCH net-next v19 08/13] net: add support for skbs with unreadable frags
2024-08-13 21:13 UTC
[PATCH net-next v19 07/13] net: support non paged skb frags
2024-08-13 21:13 UTC
[PATCH net-next v19 05/13] page_pool: devmem support
2024-08-13 21:13 UTC
[PATCH net-next v19 04/13] netdev: netdevice devmem allocator
2024-08-13 21:13 UTC
[PATCH net-next v19 02/13] net: netdev netlink api to bind dma-buf to a net device
2024-08-13 21:13 UTC
[PATCH net-next v19 01/13] netdev: add netdev_rx_queue_restart()
2024-08-13 21:13 UTC
[PATCH net-next v18 00/14] Device Memory TCP
2024-08-13 15:26 UTC (25+ messages)
` [PATCH net-next v18 07/14] memory-provider: dmabuf devmem memory provider
[PATCH -next v2] crash: Fix riscv64 crash memory reserve dead loop
2024-08-13 3:31 UTC (3+ messages)
[PATCH v6 0/5] Tracepoints and static branch in Rust
2024-08-12 13:32 UTC (11+ messages)
` [PATCH v6 1/5] rust: add generic static_key_false
` [PATCH v6 4/5] jump_label: adjust inline asm to be consistent
` [PATCH v6 5/5] rust: add arch_static_branch
[PATCH v2 0/7] MIPS: arch_numa enablement
2024-08-12 9:37 UTC (8+ messages)
` [PATCH v2 1/7] arch_numa: Provide platform numa init hook
` [PATCH v2 2/7] MIPS: pci: Unify pcibus_to_node implementation
` [PATCH v2 3/7] MIPS: Prepare NUMA headers for arch_numa
` [PATCH v2 4/7] MIPS: mm: init: Prepare "
` [PATCH v2 5/7] MIPS: smp: Process NUMA information
` [PATCH v2 6/7] MIPS: generic: Make NUMA available
` [PATCH v2 7/7] MIPS: Loongson64: Migrate to arch_numa
[PATCH 0/7] MIPS: arch_numa enablement
2024-08-09 20:01 UTC (11+ messages)
` [PATCH 1/7] arch_numa: Provide platform numa init hook
` [PATCH 2/7] MIPS: pci: Unify pcibus_to_node implementation
` [PATCH 3/7] MIPS: Prepare NUMA headers for arch_numa
` [PATCH 4/7] MIPS: mm: init: Prepare "
` [PATCH 5/7] MIPS: smp: Process NUMA information
` [PATCH 6/7] MIPS: generic: Make NUMA available
` [PATCH 7/7] MIPS: Loongson64: Migrate to arch_numa
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).