messages from 2024-08-27 09:59:47 to 2024-08-30 15:19:07 UTC [more...]
[PATCH v2] aarch64: vdso: Wire up getrandom() vDSO implementation
2024-08-30 15:19 UTC (8+ messages)
[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
2024-08-30 15:03 UTC (18+ 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 00/11] Add support for RaspberryPi RP1 PCI device using a DT overlay
2024-08-30 14:21 UTC (31+ 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 07/11] pinctrl: rp1: Implement RaspberryPi RP1 gpio support
` [PATCH 08/11] misc: rp1: RaspberryPi RP1 misc driver
[PATCH v2 00/17] Wire up getrandom() vDSO implementation on powerpc
2024-08-30 10:01 UTC (20+ messages)
` [PATCH v2 05/17] vdso: Avoid call to memset() by getrandom
[PATCH net-next v23 00/13] Device Memory TCP
2024-08-30 5:41 UTC (25+ 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 00/16] mm: Introduce MAP_BELOW_HINT
2024-08-30 1:10 UTC (32+ messages)
` [PATCH 01/16] mm: Add MAP_BELOW_HINT
` [PATCH 02/16] riscv: mm: Do not restrict mmap address based on hint
` [PATCH 03/16] mm: Add flag and len param to arch_get_mmap_base()
` [PATCH 04/16] mm: Add generic MAP_BELOW_HINT
` [PATCH 05/16] riscv: mm: Support MAP_BELOW_HINT
` [PATCH 06/16] arm64: "
` [PATCH 07/16] powerpc: "
` [PATCH 08/16] x86: "
` [PATCH 09/16] loongarch: "
` [PATCH 10/16] arm: "
` [PATCH 11/16] mips: "
` [PATCH 12/16] parisc: "
` [PATCH 13/16] s390: "
` [PATCH 14/16] sh: "
` [PATCH 15/16] sparc: "
` [PATCH 16/16] selftests/mm: Create MAP_BELOW_HINT test
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 (9+ messages)
` [PATCH net-next v22 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v22 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v22 05/13] page_pool: devmem support
[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
[PATCH v2] Avoid memory barrier in read_seqcount() through load acquire
2024-08-28 17:15 UTC (3+ messages)
[PATCH v5 00/13] Zacas/Zabha support and qspinlocks
2024-08-28 9:06 UTC (5+ messages)
` [PATCH v5 13/13] riscv: Add qspinlock support
[PATCH v2 0/8] x86/module: use large ROX pages for text allocations
2024-08-27 15:40 UTC (4+ messages)
` [PATCH v2 5/8] ftrace: Add swap_func to ftrace_process_locs()
[PATCH] aarch64: vdso: Wire up getrandom() vDSO implementation
2024-08-27 15:16 UTC (21+ messages)
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).