messages from 2025-06-10 15:18:03 to 2025-06-30 14:51:04 UTC [more...]
[PATCH v5 00/10] LKMM generic atomics in Rust
2025-06-30 14:51 UTC (62+ messages)
` [PATCH v5 01/10] rust: Introduce atomic API helpers
` [PATCH v5 02/10] rust: sync: Add basic atomic operation mapping framework
` [PATCH v5 03/10] rust: sync: atomic: Add ordering annotation types
` [PATCH v5 04/10] rust: sync: atomic: Add generic atomics
` [PATCH v5 05/10] rust: sync: atomic: Add atomic {cmp,}xchg operations
` [PATCH v5 06/10] rust: sync: atomic: Add the framework of arithmetic operations
` [PATCH v5 07/10] rust: sync: atomic: Add Atomic<u{32,64}>
` [PATCH v5 08/10] rust: sync: atomic: Add Atomic<{usize,isize}>
` [PATCH v5 09/10] rust: sync: atomic: Add Atomic<*mut T>
` [PATCH v5 10/10] rust: sync: Add memory barriers
[PATCH 0/2] Implementing bitops rotate using riscv Zbb extension
2025-06-30 12:14 UTC (13+ messages)
` [PATCH 1/2] bitops: generic rotate
` [PATCH 2/2] bitops: rotate: Add riscv implementation using Zbb extension
kernel/fork.c:3088:2: warning: clone3() entry point is missing, please fix
2025-06-30 12:07 UTC (6+ messages)
[PATCH v2 0/8] Cache coherency management subsystem
2025-06-28 7:10 UTC (19+ messages)
` [PATCH v2 1/8] memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()
` [PATCH v2 2/8] generic: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
` [PATCH v2 3/8] cache: coherency core registration and instance handling
` [PATCH v2 4/8] MAINTAINERS: Add Jonathan Cameron to drivers/cache
` [PATCH v2 5/8] arm64: Select GENERIC_CPU_CACHE_INVALIDATE_MEMREGION
` [PATCH v2 6/8] cache: Support cache maintenance for HiSilicon SoC Hydra Home Agent
` [RFC v2 7/8] acpi: PoC of Cache control via ACPI0019 and _DSM
` [PATCH v2 8/8] Hack: Pretend we have PSCI 1.2
[PATCH RFC] timer: of: Create a platform_device before the framework is initialized
2025-06-27 13:34 UTC (4+ messages)
[PATCH v2 1/1] docs/memory-barriers.txt: Add wait_event_cmd() and wait_event_exclusive_cmd()
2025-06-27 10:50 UTC
[PATCH v3 0/5] barrier: Add smp_cond_load_*_timewait()
2025-06-27 4:48 UTC (6+ messages)
` [PATCH v3 1/5] asm-generic: barrier: Add smp_cond_load_relaxed_timewait()
` [PATCH v3 2/5] asm-generic: barrier: Handle spin-wait in smp_cond_load_relaxed_timewait()
` [PATCH v3 3/5] asm-generic: barrier: Add smp_cond_load_acquire_timewait()
` [PATCH v3 4/5] arm64: barrier: Support waiting in smp_cond_load_relaxed_timewait()
` [PATCH v3 5/5] arm64: barrier: Handle "
[PATCH 1/1] docs/memory-barriers.txt: Add wait_event_cmd() and wait_event_exclusive_cmd()
2025-06-26 16:18 UTC (3+ messages)
[PATCH v2] codetag: Avoid unused alloc_tags sections/symbols
2025-06-25 16:07 UTC (2+ messages)
[PATCH v17 00/27] riscv control-flow integrity for usermode
2025-06-24 7:29 UTC (7+ messages)
` [PATCH v17 15/27] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v17 23/27] arch/riscv: compile vdso with landing pad
[RFC][PATCHES] untangling asm/param.h
2025-06-20 15:34 UTC (8+ messages)
` [PATCH 1/3] xtensa: get rid uapi/asm/param.h
` [PATCH 2/3] alpha: regularize the situation with asm/param.h
` [PATCH 3/3] loongarch, um, xtensa: get rid of generated arch/$ARCH/include/asm/param.h
[PATCH 0/2] Implementing bitops rotate using riscv Zbb extension
2025-06-20 11:12 UTC
[PATCH] panic: improve panic output from Rust panics
2025-06-20 9:36 UTC (4+ messages)
[RFC] Potential problem in qspinlock due to mixed-size accesses
2025-06-19 18:21 UTC (21+ messages)
[PATCH hyperv-next v3 00/15] Confidential VMBus
2025-06-18 16:19 UTC (26+ messages)
` [PATCH hyperv-next v3 01/15] Documentation: hyperv: "
` [PATCH hyperv-next v3 03/15] arch: hyperv: Get/set SynIC synth.registers via paravisor
` [PATCH hyperv-next v3 04/15] arch/x86: mshyperv: Trap on access for some synthetic MSRs
` [PATCH hyperv-next v3 05/15] Drivers: hv: Rename fields for SynIC message and event pages
` [PATCH hyperv-next v3 06/15] Drivers: hv: Allocate the paravisor SynIC pages when required
` [PATCH hyperv-next v3 07/15] Drivers: hv: Post messages via the confidential VMBus if available
` [PATCH hyperv-next v3 09/15] Drivers: hv: Use memunmap() to check if the address is in IO map
` [PATCH hyperv-next v3 10/15] Drivers: hv: Rename the SynIC enable and disable routines
` [PATCH hyperv-next v3 11/15] Drivers: hv: Functions for setting up and tearing down the paravisor SynIC
` [PATCH hyperv-next v3 12/15] Drivers: hv: Allocate encrypted buffers when requested
` [PATCH hyperv-next v3 13/15] Drivers: hv: Support confidential VMBus channels
` [PATCH hyperv-next v3 14/15] Drivers: hv: Support establishing the confidential VMBus connection
[Not urgent] Systems unable to do 16-bit stores?
2025-06-18 12:10 UTC (3+ messages)
[PATCH v2 00/20] Add support for shared PTEs across processes
2025-06-18 10:21 UTC
[PATCH] alloc_tag: remove empty module tag section
2025-06-17 15:05 UTC (3+ messages)
[PATCH v2 00/12] lib/crc: improve how arch-optimized code is integrated
2025-06-14 13:24 UTC (11+ messages)
` [PATCH v2 09/12] lib/crc/s390: migrate s390-optimized CRC code into lib/crc/
[RFC PATCH 0/6] Cache coherency management subsystem
2025-06-13 17:14 UTC (5+ messages)
` [RFC PATCH 2/6] arm64: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
[PATCH v2 0/5] tracepoints: Add warnings for unused tracepoints and trace events
2025-06-13 14:42 UTC (11+ messages)
` [PATCH v2 1/5] tracepoints: Add verifier that makes sure all defined tracepoints are used
` [PATCH v2 2/5] tracing: sorttable: Add a tracepoint verification check at build time
` [PATCH v2 3/5] tracing: sorttable: Find unused tracepoints for arm64 that uses reloc for address
` [PATCH v2 4/5] tracepoint: Do not warn for unused event that is exported
` [PATCH v2 5/5] tracing: Call trace_ftrace_test_filter() for the event
[PATCH v4 00/10] LKMM generic atomics in Rust
2025-06-11 6:40 UTC (7+ messages)
` [PATCH v4 03/10] rust: sync: atomic: Add ordering annotation types
[DISCUSSION] proposed mctl() API
2025-06-10 17:02 UTC (11+ 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).