linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-28 13:44:26 to 2024-09-02 13:11:58 UTC [more...]

[PATCH v2] aarch64: vdso: Wire up getrandom() vDSO implementation
 2024-09-02 13:11 UTC  (13+ messages)

[PATCH v2] docs: Move fault injection section to dev-tools
 2024-09-02 12:53 UTC 

[PATCH v3] aarch64: vdso: Wire up getrandom() vDSO implementation
 2024-09-02 12:52 UTC 

[PATCH v2] Avoid memory barrier in read_seqcount() through load acquire
 2024-09-02 11:55 UTC  (4+ messages)

[PATCH 00/11] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2024-09-02  9:34 UTC  (53+ messages)
` [PATCH 02/11] dt-bindings: pinctrl: Add RaspberryPi RP1 gpio/pinctrl/pinmux bindings
` [PATCH 04/11] of: address: Preserve the flags portion on 1:1 dma-ranges mapping
` [PATCH 05/11] vmlinux.lds.h: Preserve DTB sections from being discarded after init
` [PATCH 07/11] pinctrl: rp1: Implement RaspberryPi RP1 gpio support
` [PATCH 08/11] misc: rp1: RaspberryPi RP1 misc driver
` [PATCH 09/11] arm64: defconfig: Enable RP1 misc/clock/gpio drivers as built-in
` [PATCH 10/11] net: macb: Add support for RP1's MACB variant
` [PATCH 11/11] arm64: dts: rp1: Add support for MACB contained in RP1

[PATCH RFC 0/8] extensible syscalls: CHECK_FIELDS to allow for easier feature detection
 2024-09-02  9:09 UTC  (11+ messages)
` [PATCH RFC 1/8] uaccess: add copy_struct_to_user helper
` [PATCH RFC 2/8] sched_getattr: port to copy_struct_to_user
` [PATCH RFC 3/8] openat2: explicitly return -E2BIG for (usize > PAGE_SIZE)
` [PATCH RFC 4/8] openat2: add CHECK_FIELDS flag to usize argument
` [PATCH RFC 5/8] clone3: "
` [PATCH RFC 6/8] selftests: openat2: add 0xFF poisoned data after misaligned struct
` [PATCH RFC 7/8] selftests: openat2: add CHECK_FIELDS selftests
` [PATCH RFC 8/8] selftests: clone3: "

[PATCH v2 0/6] page allocation tag compression
 2024-09-02  5:16 UTC  (9+ messages)
` [PATCH v2 1/6] maple_tree: add mas_for_each_rev() helper
` [PATCH v2 2/6] alloc_tag: load module tags into separate continuous memory
` [PATCH v2 3/6] alloc_tag: eliminate alloc_tag_ref_set
` [PATCH v2 4/6] alloc_tag: introduce pgalloc_tag_ref to abstract page tag references
` [PATCH v2 5/6] alloc_tag: make page allocation tag reference size configurable
` [PATCH v2 6/6] alloc_tag: config to store page allocation tag refs in page flags

[PATCH 00/16] mm: Introduce MAP_BELOW_HINT
 2024-08-31 16:30 UTC  (19+ messages)
` [PATCH 07/16] powerpc: mm: Support MAP_BELOW_HINT
` [PATCH 16/16] selftests/mm: Create MAP_BELOW_HINT test

[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
 2024-08-31  1:45 UTC  (20+ messages)
` [PATCH RFC v2 1/4] mm: Add MAP_BELOW_HINT
` [PATCH RFC v2 2/4] mm: Add hint and mmap_flags to struct vm_unmapped_area_info
` [PATCH RFC v2 3/4] mm: Support MAP_BELOW_HINT in vm_unmapped_area()
` [PATCH RFC v2 4/4] selftests/mm: Create MAP_BELOW_HINT test

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

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

[PATCH] docs: Move fault injection section to dev-tools
 2024-08-30 17:43 UTC 

[PATCH v2 00/17] Wire up getrandom() vDSO implementation on powerpc
 2024-08-30 10:01 UTC  (15+ messages)
` [PATCH v2 05/17] vdso: Avoid call to memset() by getrandom

16-bit store instructions &c?
 2024-08-29 19:56 UTC  (6+ messages)

[PATCH 2/4] random: vDSO: Don't use PAGE_SIZE and PAGE_MASK
 2024-08-29 15:34 UTC  (12+ messages)
` [PATCH] random: vDSO: Redefine "

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

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

[PATCH net-next v22 00/13] Device Memory TCP
 2024-08-28 18:43 UTC  (5+ messages)
` [PATCH net-next v22 04/13] netdev: netdevice devmem allocator

[PATCH v11 00/39] arm64/gcs: Provide support for GCS in userspace
 2024-08-28 17:32 UTC  (8+ messages)
` [PATCH v11 25/39] arm64/signal: Expose GCS state in signal frames


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