Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-20 16:23:35 to 2024-06-27 18:20:12 UTC [more...]

[GIT PULL] asm-generic fixes for 6.10
 2024-06-27 18:20 UTC  (2+ messages)

[PATCH v3 1/2] rust: add static_key_false
 2024-06-27 16:26 UTC  (3+ messages)

[PATCH v2 00/10] Zacas/Zabha support and qspinlocks
 2024-06-27 15:19 UTC  (18+ messages)
` [PATCH v2 01/10] riscv: Implement cmpxchg32/64() using Zacas
` [PATCH v2 02/10] dt-bindings: riscv: Add Zabha ISA extension description
` [PATCH v2 03/10] riscv: Implement cmpxchg8/16() using Zabha
` [PATCH v2 04/10] riscv: Improve amocas.X use in cmpxchg()
` [PATCH v2 05/10] riscv: Implement arch_cmpxchg128() using Zacas
` [PATCH v2 06/10] riscv: Implement xchg8/16() using Zabha
` [PATCH v2 07/10] riscv: Improve amoswap.X use in xchg()
` [PATCH v2 08/10] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock
` [PATCH v2 09/10] asm-generic: ticket-lock: Add separate ticket-lock.h
` [PATCH v2 10/10] riscv: Add qspinlock support based on Zabha extension

[PATCH] fixmap: Remove unused set_fixmap_offset_io()
 2024-06-27 13:58 UTC  (3+ messages)

[PATCH net-next v14 00/13] Device Memory TCP
 2024-06-27  0:46 UTC  (18+ messages)
` [PATCH net-next v14 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v14 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v14 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v14 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v14 05/13] page_pool: convert to use netmem
` [PATCH net-next v14 06/13] page_pool: devmem support
` [PATCH net-next v14 07/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v14 08/13] net: support non paged skb frags
` [PATCH net-next v14 09/13] net: add support for skbs with unreadable frags
` [PATCH net-next v14 10/13] tcp: RX path for devmem TCP
` [PATCH net-next v14 11/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v14 12/13] net: add devmem TCP documentation
` [PATCH net-next v14 13/13] selftests: add ncdevmem, netcat for devmem TCP

[PATCH 0/5] kconfig: fix conditional prompt for choice and recursive error messages
 2024-06-26 18:22 UTC  (6+ messages)
` [PATCH 1/5] treewide: change conditional prompt for choices to 'depends on'
` [PATCH 2/5] kconfig: fix conditional prompt behavior for choice
` [PATCH 3/5] kconfig: improve error message for dependency between choice members
` [PATCH 4/5] kconfig: improve error message for recursive dependency in choice
` [PATCH 5/5] kconfig: refactor error messages in sym_check_print_recursive()

[PATCH net-next v13 00/13] Device Memory TCP
 2024-06-26 13:47 UTC  (18+ messages)
` [PATCH net-next v13 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v13 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v13 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v13 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v13 05/13] page_pool: convert to use netmem
` [PATCH net-next v13 06/13] page_pool: devmem support
` [PATCH net-next v13 07/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v13 08/13] net: support non paged skb frags
` [PATCH net-next v13 09/13] net: add support for skbs with unreadable frags
` [PATCH net-next v13 10/13] tcp: RX path for devmem TCP
` [PATCH net-next v13 11/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v13 12/13] net: add devmem TCP documentation
` [PATCH net-next v13 13/13] selftests: add ncdevmem, netcat for devmem TCP

[PATCH 0/4] riscv: uaccess: optimizations
 2024-06-26 13:04 UTC  (3+ messages)

[PATCH v9 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-06-25 22:51 UTC  (41+ messages)
` [PATCH v9 01/39] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v9 02/39] prctl: arch-agnostic prctl for shadow stack
` [PATCH v9 03/39] mman: Add map_shadow_stack() flags
` [PATCH v9 04/39] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v9 05/39] arm64/gcs: Document the ABI "
` [PATCH v9 06/39] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v9 07/39] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v9 08/39] arm64/gcs: Provide put_user_gcs()
` [PATCH v9 09/39] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v9 10/39] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v9 11/39] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v9 12/39] arm64/mm: Map pages for guarded control stack
` [PATCH v9 13/39] KVM: arm64: Manage GCS registers for guests
` [PATCH v9 14/39] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v9 15/39] arm64/idreg: Add overrride for GCS
` [PATCH v9 16/39] arm64/hwcap: Add hwcap "
` [PATCH v9 17/39] arm64/traps: Handle GCS exceptions
` [PATCH v9 18/39] arm64/mm: Handle GCS data aborts
` [PATCH v9 19/39] arm64/gcs: Context switch GCS state for EL0
` [PATCH v9 20/39] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v9 21/39] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v9 22/39] arm64/mm: Implement map_shadow_stack()
` [PATCH v9 23/39] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v9 24/39] arm64/signal: Expose GCS state in signal frames
` [PATCH v9 25/39] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v9 26/39] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v9 27/39] kselftest/arm64: Verify the GCS hwcap
` [PATCH v9 28/39] kselftest: Provide shadow stack enable helpers for arm64
` [PATCH v9 29/39] selftests/clone3: Enable arm64 shadow stack testing
` [PATCH v9 30/39] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v9 31/39] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v9 32/39] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v9 33/39] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v9 34/39] kselftest/arm64: Add very basic GCS test program
` [PATCH v9 35/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v9 36/39] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v9 37/39] kselftest/arm64: Add GCS signal tests
` [PATCH v9 38/39] kselftest/arm64: Add a GCS stress test
` [PATCH v9 39/39] kselftest/arm64: Enable GCS for the FP stress tests

[PATCH lkmm v2 0/2] tools/memory-model: Add locking.txt and glossary.txt to README
 2024-06-25 15:50 UTC  (4+ messages)
` [PATCH lkmm v2 1/2] "
` [PATCH lkmm v2 2/2] tools/memory-model: simple.txt: Fix stale reference to recipes-pairs.txt

[PATCH v2] vfs: Shortcut AT_EMPTY_PATH early for statx, and add AT_NO_PATH for statx and fstatat
 2024-06-25 10:52 UTC  (8+ messages)

[PATCH] vfs: Add AT_EMPTY_PATH_NOCHECK as unchecked AT_EMPTY_PATH
 2024-06-25  8:05 UTC  (9+ messages)

[PATCH v2 00/13] linux system call fixes
 2024-06-25  6:11 UTC  (11+ messages)
` [PATCH v2 01/13] ftruncate: pass a signed offset
` [PATCH v2 02/13] syscalls: fix compat_sys_io_pgetevents_time64 usage
` [PATCH v2 03/13] sparc: fix old compat_sys_select()
` [PATCH v2 04/13] sparc: fix compat recv/recvfrom syscalls
` [PATCH v2 05/13] parisc: use correct "
` [PATCH v2 06/13] parisc: use generic sys_fanotify_mark implementation
` [PATCH v2 07/13] powerpc: restore some missing spu syscalls
` [PATCH v2 08/13] sh: rework sync_file_range ABI
` [PATCH v2 09/13] csky, hexagon: fix broken sys_sync_file_range

[arnd-asm-generic:syscall-fixes-6.10 2/13] include/uapi/asm-generic/unistd.h:740:88: error: macro "__SYSCALL" passed 3 arguments, but takes just 2
 2024-06-24 23:53 UTC 

[RFC 00/12] Hyper-V guests use Linux IRQs for channel interrupts
 2024-06-24 19:32 UTC  (6+ messages)
` [RFC 01/12] Drivers: hv: vmbus: Drop unsupported VMBus devices earlier
` [RFC 11/12] Drivers: hv: vmbus: Wait for MODIFYCHANNEL to finish when offlining CPUs

[PATCH 00/15] linux system call fixes
 2024-06-24 12:52 UTC  (40+ messages)
` [PATCH 01/15] ftruncate: pass a signed offset
` [PATCH 02/15] syscalls: fix compat_sys_io_pgetevents_time64 usage
` [PATCH 03/15] mips: fix compat_sys_lseek syscall
` [PATCH 04/15] sparc: fix old compat_sys_select()
` [PATCH 05/15] sparc: fix compat recv/recvfrom syscalls
` [PATCH 06/15] parisc: use correct "
` [PATCH 07/15] parisc: use generic sys_fanotify_mark implementation
` [PATCH 08/15] powerpc: restore some missing spu syscalls
` [PATCH 09/15] sh: rework sync_file_range ABI
    ` [musl] "
` [PATCH 10/15] csky, hexagon: fix broken sys_sync_file_range
` [PATCH 11/15] hexagon: fix fadvise64_64 calling conventions
` [PATCH 12/15] s390: remove native mmap2() syscall
` [PATCH 13/15] syscalls: mmap(): use unsigned offset type consistently
` [PATCH 14/15] asm-generic: unistd: fix time32 compat syscall handling
` [PATCH 15/15] linux/syscalls.h: add missing __user annotations

[PATCH net-next v12 00/13] Device Memory TCP
 2024-06-24  0:13 UTC  (9+ messages)
` [PATCH net-next v12 06/13] page_pool: devmem support
` [PATCH net-next v12 10/13] tcp: RX path for devmem TCP

[GIT PULL] LoongArch fixes for v6.10-rc5
 2024-06-22 15:21 UTC  (2+ messages)

[PATCH] LoongArch: Define __ARCH_WANT_NEW_STAT in unistd.h
 2024-06-22 11:04 UTC  (16+ messages)

[PATCH lkmm 0/2] tools/memory-model: Add locking.txt and glossary.txt to README
 2024-06-21  9:34 UTC  (5+ messages)
` [PATCH lkmm 1/2] "
` [PATCH lkmm 2/2] tools/memory-model: simple.txt: Fix stale reference to recipes-pairs.txt

[PATCH v4] tools/memory-model: Document herd7 (abstract) representation
 2024-06-20 17:12 UTC  (2+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).