linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-07 06:45:19 to 2024-08-18 06:39:49 UTC [more...]

[PATCH v5 00/13] Zacas/Zabha support and qspinlocks
 2024-08-18  6:35 UTC  (5+ 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 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 V3 0/2] uapi: Add support for GENMASK_U128()
 2024-08-17 13:57 UTC  (4+ messages)
` [PATCH V3 1/2] uapi: Define GENMASK_U128

[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 v10 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-08-16 14:52 UTC  (72+ 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 14/40] KVM: arm64: Manage GCS access and registers for guests
` [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 v10 27/40] kselftest/arm64: Verify the GCS hwcap
` [PATCH v10 29/40] selftests/clone3: Enable arm64 shadow stack testing
` [PATCH v10 34/40] kselftest/arm64: Add very basic GCS test program
` [PATCH v10 35/40] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v10 36/40] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v10 37/40] kselftest/arm64: Add GCS signal tests
` [PATCH v10 38/40] kselftest/arm64: Add a GCS stress test
` [PATCH v10 39/40] kselftest/arm64: Enable GCS for the FP stress tests

[PATCH net-next v19 03/13] netdev: support binding dma-buf to netdevice
 2024-08-16 13:56 UTC  (4+ 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] runtime constants: move list of constants to vmlinux.lds.h
 2024-08-16 10:41 UTC  (5+ messages)

[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  (14+ messages)
` [PATCH v6 1/5] rust: add generic static_key_false
` [PATCH v6 2/5] rust: add tracepoint support
` [PATCH v6 3/5] rust: samples: add tracepoint to Rust sample
` [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

[GIT PULL] asm-generic fixes for 6.11, part 2
 2024-08-09 17:31 UTC  (2+ messages)

[PATCH net-next v17 03/14] netdev: support binding dma-buf to netdevice
 2024-08-09  7:56 UTC  (6+ messages)

[GIT PULL] LoongArch fixes for v6.11-rc3
 2024-08-08 19:29 UTC  (2+ messages)

[PATCH v4 00/26] mm: introduce numa_memblks
 2024-08-07 18:53 UTC  (12+ messages)
` [PATCH v4 19/26] mm: introduce numa_emulation
` [PATCH v4 20/26] mm: numa_memblks: introduce numa_memblks_init
` [PATCH v4 21/26] mm: numa_memblks: make several functions and variables static
` [PATCH v4 22/26] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo
` [PATCH v4 23/26] of, numa: return -EINVAL when no numa-node-id is found
` [PATCH v4 24/26] arch_numa: switch over to numa_memblks
` [PATCH v4 25/26] mm: make range-to-target_node lookup facility a part of numa_memblks
` [PATCH v4 26/26] docs: move numa=fake description to kernel-parameters.txt

[PATCH 06/10] tools/include: Sync uapi/asm-generic/unistd.h with the kernel sources
 2024-08-07 17:56 UTC  (3+ messages)


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