messages from 2024-08-20 17:28:42 to 2024-08-26 06:56:11 UTC [more...]
[PATCH v2 0/8] x86/module: use large ROX pages for text allocations
2024-08-26 6:55 UTC (2+ messages)
` [PATCH v2 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
[PATCH] ARM: support PREEMPT_DYNAMIC
2024-08-26 2:40 UTC (6+ messages)
[RFC PATCH 0/3] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
2024-08-25 12:12 UTC (6+ messages)
` [RFC PATCH 1/3] llvm-cov: add Clang's Source-based Code Coverage support
` [RFC PATCH 2/3] kbuild, llvm-cov: disable instrumentation in odd or sensitive code
` [RFC PATCH 3/3] llvm-cov: add Clang's MC/DC support
[PATCH net-next v22 00/13] Device Memory TCP
2024-08-25 4:15 UTC (14+ messages)
` [PATCH net-next v22 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v22 02/13] net: netdev netlink api to bind dma-buf to a net device
` [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 net-next v22 06/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v22 07/13] net: support non paged skb frags
` [PATCH net-next v22 08/13] net: add support for skbs with unreadable frags
` [PATCH net-next v22 09/13] tcp: RX path for devmem TCP
` [PATCH net-next v22 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v22 11/13] net: add devmem TCP documentation
` [PATCH net-next v22 12/13] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v22 13/13] netdev: add dmabuf introspection
[PATCH 00/11] Add support for RaspberryPi RP1 PCI device using a DT overlay
2024-08-24 1:53 UTC (47+ messages)
` [PATCH 01/11] dt-bindings: clock: Add RaspberryPi RP1 clock bindings
` [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 06/11] clk: rp1: Add support for clocks provided by RP1
` [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 v11 00/39] arm64/gcs: Provide support for GCS in userspace
2024-08-23 22:01 UTC (63+ messages)
` [PATCH v11 01/39] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v11 02/39] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v11 03/39] prctl: arch-agnostic prctl for shadow stack
` [PATCH v11 04/39] mman: Add map_shadow_stack() flags
` [PATCH v11 05/39] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v11 06/39] arm64/gcs: Document the ABI "
` [PATCH v11 07/39] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v11 08/39] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v11 09/39] arm64/gcs: Provide put_user_gcs()
` [PATCH v11 10/39] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
` [PATCH v11 11/39] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v11 12/39] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v11 13/39] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v11 14/39] arm64/mm: Map pages for guarded control stack
` [PATCH v11 15/39] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v11 16/39] arm64/idreg: Add overrride for GCS
` [PATCH v11 17/39] arm64/hwcap: Add hwcap "
` [PATCH v11 18/39] arm64/traps: Handle GCS exceptions
` [PATCH v11 19/39] arm64/mm: Handle GCS data aborts
` [PATCH v11 20/39] arm64/gcs: Context switch GCS state for EL0
` [PATCH v11 21/39] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v11 22/39] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v11 23/39] arm64/mm: Implement map_shadow_stack()
` [PATCH v11 24/39] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v11 25/39] arm64/signal: Expose GCS state in signal frames
` [PATCH v11 26/39] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v11 27/39] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v11 28/39] kselftest/arm64: Verify the GCS hwcap
` [PATCH v11 29/39] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v11 30/39] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v11 31/39] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v11 32/39] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v11 33/39] kselftest/arm64: Add very basic GCS test program
` [PATCH v11 34/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v11 35/39] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v11 36/39] kselftest/arm64: Add GCS signal tests
` [PATCH v11 37/39] kselftest/arm64: Add a GCS stress test
` [PATCH v11 38/39] kselftest/arm64: Enable GCS for the FP stress tests
` [PATCH v11 39/39] KVM: selftests: arm64: Add GCS registers to get-reg-list
[PATCH v2] Avoid memory barrier in read_seqcount() through load acquire
2024-08-23 21:05 UTC (5+ messages)
[RFC PATCH v3 24/37] kvx: Add memory management
2024-08-23 16:02 UTC (3+ messages)
[PATCH v8 0/5] Tracepoints and static branch in Rust
2024-08-22 17:19 UTC (10+ messages)
` [PATCH v8 1/5] rust: add generic static_key_false
` [PATCH v8 1/5 alt] "
` [PATCH v8 2/5] rust: add tracepoint support
` [PATCH v8 3/5] rust: samples: add tracepoint to Rust sample
` [PATCH v8 4/5] jump_label: adjust inline asm to be consistent
` [PATCH v8 5/5] rust: add arch_static_branch
[PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation
2024-08-22 16:58 UTC (4+ messages)
` [PATCH 16/18] KVM: x86: Take mem attributes into account when faulting memory
[PATCH 0/5] Provide a single definition of mk_pte()
2024-08-22 14:06 UTC (3+ messages)
` [PATCH 4/5] s390: Remove custom "
[PATCH v2 00/17] Wire up getrandom() vDSO implementation on powerpc
2024-08-22 7:13 UTC (18+ messages)
` [PATCH v2 01/17] asm-generic/unaligned.h: Extract common header for vDSO
` [PATCH v2 02/17] vdso: Clean header inclusion in getrandom
` [PATCH v2 03/17] vdso: Add __arch_get_k_vdso_rng_data()
` [PATCH v2 04/17] vdso: Add missing c-getrandom-y in Makefile
` [PATCH v2 05/17] vdso: Avoid call to memset() by getrandom
` [PATCH v2 06/17] vdso: Change getrandom's generation to unsigned long
` [PATCH v2 07/17] mm: Define VM_DROPPABLE for powerpc/32
` [PATCH v2 08/17] powerpc: Add little endian variants of LWZX_BE and STWX_BE
` [PATCH v2 09/17] powerpc/vdso32: Add crtsavres
` [PATCH v2 10/17] powerpc/vdso: Refactor CFLAGS for CVDSO build
` [PATCH v2 11/17] powerpc/vdso: Wire up getrandom() vDSO implementation
` [PATCH v2 12/17] selftests: vdso: Fix powerpc64 vdso_config
` [PATCH v2 13/17] selftests: vdso: Don't hard-code location of vDSO sources
` [PATCH v2 14/17] selftests: vdso: Make test_vdso_getrandom look for the right vDSO function
` [PATCH v2 15/17] selftests: vdso: Fix build of test_vdso_chacha
` [PATCH v2 16/17] selftests: vdso: Make VDSO function call more generic
` [PATCH v2 17/17] selftests: vdso: Add support for vdso_test_random for powerpc
[PATCH V4 0/2] uapi: Add support for GENMASK_U128()
2024-08-22 4:48 UTC (3+ messages)
` [PATCH V4 1/2] uapi: Define GENMASK_U128
` [PATCH V4 2/2] lib/test_bits.c: Add tests for GENMASK_U128()
[PATCH net-next v19 03/13] netdev: support binding dma-buf to netdevice
2024-08-21 22:30 UTC (11+ messages)
[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
2024-08-21 18:41 UTC (34+ messages)
` [PATCH v10 13/40] arm64/mm: Map pages for guarded control stack
` [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 21/40] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v10 22/40] arm64/mm: Implement map_shadow_stack()
` [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 25/40] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v10 26/40] arm64: Add Kconfig for Guarded Control Stack (GCS)
[PATCH v7 0/5] Tracepoints and static branch in Rust
2024-08-21 18:16 UTC (5+ messages)
` [PATCH v7 5/5] rust: add arch_static_branch
[PATCH cmpxchg 0/3] Provide emulation for one-byte cmpxchg()
2024-08-21 18:10 UTC (5+ messages)
` [PATCH v2 cmpxchg 0/3] Provide emulation for one-byte cmpxchg() for v6.12
` [PATCH v2 cmpxchg 1/3] xtensa: Emulate one-byte cmpxchg
` [PATCH v2 cmpxchg 2/3] ARC: "
` [PATCH v2 cmpxchg 3/3] sh: "
[PATCH 03/11] PCI: of_property: Sanitize 32 bit PCI address parsed from DT
2024-08-21 15:24 UTC (2+ messages)
[PATCH v5 00/13] Zacas/Zabha support and qspinlocks
2024-08-21 14:51 UTC (17+ messages)
` [PATCH v5 02/13] riscv: Do not fail to build on byte/halfword operations with Zawrs
` [PATCH v5 04/13] dt-bindings: riscv: Add Zabha ISA extension description
` [PATCH v5 06/13] riscv: Improve zacas fully-ordered cmpxchg()
` [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 v4 00/13] Zacas/Zabha support and qspinlocks
2024-08-21 12:18 UTC (7+ messages)
` [PATCH v4 13/13] riscv: Add qspinlock support
[PATCH 0/5] page allocation tag compression
2024-08-20 18:35 UTC (4+ messages)
` [PATCH 1/5] alloc_tag: load module tags into separate continuous memory
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 read-only IMAP folder(s) and NNTP newsgroup(s).