linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-18 16:49:39 to 2025-07-06 20:26:34 UTC [more...]

[PATCH 00/14] vdso: Add support for auxiliary clocks
 2025-07-06 20:26 UTC  (17+ messages)
` [PATCH 01/14] selftests/timers: Add testcase "
` [PATCH 02/14] vdso/vsyscall: Introduce a helper to fill clock configurations
` [PATCH 03/14] vdso/vsyscall: Split up __arch_update_vsyscall() into __arch_update_vdso_clock()
` [PATCH 04/14] vdso/helpers: Add helpers for seqlocks of single vdso_clock
` [PATCH 05/14] vdso/gettimeofday: Return bool from clock_getres() helpers
` [PATCH 06/14] vdso/gettimeofday: Return bool from clock_gettime() helpers
` [PATCH 07/14] vdso/gettimeofday: Introduce vdso_clockid_valid()
` [PATCH 08/14] vdso/gettimeofday: Introduce vdso_set_timespec()
` [PATCH 09/14] vdso/gettimeofday: Introduce vdso_get_timestamp()
` [PATCH 10/14] vdso: Introduce aux_clock_resolution_ns()
` [PATCH 11/14] vdso/vsyscall: Update auxiliary clock data in the datapage
` [PATCH 12/14] vdso/gettimeofday: Add support for auxiliary clocks
` [PATCH 13/14] Revert "selftests: vDSO: parse_vdso: Use UAPI headers instead of libc headers"
` [PATCH 14/14] selftests/timers/auxclock: Test vDSO functionality

[PATCH v5 00/10] LKMM generic atomics in Rust
 2025-07-05 21:43 UTC  (82+ 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

[RFC][PATCH] ftrace: Make DYNAMIC_FTRACE always enabled for architectures that support it
 2025-07-04 15:12 UTC  (7+ messages)

[PATCH] tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORD
 2025-07-04 14:48 UTC 

[DISCUSSION] proposed mctl() API
 2025-07-04 10:34 UTC  (9+ messages)

[PATCH 0/2] Implementing bitops rotate using riscv Zbb extension
 2025-07-03 16:58 UTC  (21+ messages)
` [PATCH 1/2] bitops: generic rotate
` [PATCH 2/2] bitops: rotate: Add riscv implementation using Zbb extension

[PATCH RFC] timer: of: Create a platform_device before the framework is initialized
 2025-07-01 22:28 UTC  (9+ messages)

[PATCH 00/23] binfmt_elf,arch/*: Use elf.h for coredump note names
 2025-07-01 13:55 UTC 

kernel/fork.c:3088:2: warning: clone3() entry point is missing, please fix
 2025-07-01  8:49 UTC  (8+ messages)

[PATCH v3 0/5] barrier: Add smp_cond_load_*_timewait()
 2025-07-01  5:55 UTC  (9+ 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 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 v2 1/1] docs/memory-barriers.txt: Add wait_event_cmd() and wait_event_exclusive_cmd()
 2025-06-27 10:50 UTC 

[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  (7+ 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  (19+ 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 NNTP newsgroup(s).