Generic Linux architectural discussions
 help / color / mirror / Atom feed
 messages from 2026-06-16 11:44:17 to 2026-07-02 01:34:56 UTC [more...]

[PATCH v13 00/15] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-07-02  1:33 UTC  (9+ messages)
` [PATCH v13 01/15] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [PATCH v13 02/15] arm64: barrier: Support smp_cond_load_relaxed_timeout()
` [PATCH v13 03/15] arm64/delay: move some constants out to a separate header
` [PATCH v13 04/15] arm64: support WFET in smp_cond_load_relaxed_timeout()
` [PATCH v13 05/15] arm64: rqspinlock: Remove private copy of smp_cond_load_acquire_timewait()
` [PATCH v13 06/15] asm-generic: barrier: Add smp_cond_load_acquire_timeout()
` [PATCH v13 07/15] atomic: Add atomic_cond_read_*_timeout()
` [PATCH v13 08/15] locking/atomic: scripts: build atomic_long_cond_read_*_timeout()

[PATCH v5 0/8] mm: optimize zone-device memmap initialization
 2026-07-01 23:28 UTC  (10+ messages)
` [PATCH v5 1/8] mm: fix stale ZONE_DEVICE refcount comment
` [PATCH v5 2/8] mm: factor zone-device page init helpers out of __init_zone_device_page
` [PATCH v5 3/8] mm: add a set_page_section_from_pfn() helper
` [PATCH v5 4/8] mm: add a template-based fast path for zone-device page init
` [PATCH v5 5/8] mm: extend the template fast path to zone-device compound tails
` [PATCH v5 6/8] string: introduce memcpy_nt() helpers
` [PATCH v5 7/8] x86/string: extend memcpy_flushcache() fixed-size fastpaths
` [PATCH v5 8/8] mm: use memcpy_nt() in zone-device template copies

[PATCH v5 0/8] futex: Use runtime constants for futex_hash computation
 2026-07-01 19:58 UTC  (16+ messages)
` [PATCH v5 1/8] x86/runtime-const: Introduce runtime_const_mask_32()
` [PATCH v5 2/8] arm64/runtime-const: Use aarch64_insn_patch_text_nosync() for patching
` [PATCH v5 3/8] arm64/runtime-const: Introduce runtime_const_mask_32()
` [PATCH v5 4/8] riscv/runtime-const: Replace open-coded placeholder with RUNTIME_MAGIC
` [PATCH v5 5/8] riscv/runtime-const: Introduce runtime_const_mask_32()
` [PATCH v5 6/8] s390/runtime-const: "
` [PATCH v5 7/8] asm-generic/runtime-const: Add dummy runtime_const_mask_32()
` [PATCH v5 8/8] futex: Use runtime constants for __futex_hash() hot path
        ` [PATCH] futex: Optimise the size check get_futex_key()

[PATCH 0/2] sched: Introduce and use deferred WARNs in sched
 2026-07-01 15:31 UTC  (16+ messages)
` [PATCH 1/2] bug: Provide WARN_ON.*DEFERRED() macros for console deferred output
` [PATCH 2/2] sched: Use WARN_ON.*_DEFERRED()

[PATCH v6 0/3] riscv: fix PIO helpers and add optimized percpu ops
 2026-07-01 12:29 UTC  (4+ messages)
` [PATCH v6 1/3] riscv: io: avoid null-pointer arithmetic in PIO helpers
` [PATCH v6 2/3] riscv: introduce percpu.h into include/asm
` [PATCH v6 3/3] riscv: store percpu offset into thread_info

[PATCH v5 0/3] riscv: improve percpu helpers and PIO mapping
 2026-07-01 11:57 UTC  (6+ messages)
` [PATCH v5 1/3] riscv: io: avoid null-pointer arithmetic in PIO helpers
    ` [External] "
` [PATCH v5 2/3] riscv: introduce percpu.h into include/asm
` [PATCH v5 3/3] riscv: store percpu offset into thread_info

[PATCH v23 00/28] riscv control-flow integrity for usermode
 2026-07-01 11:05 UTC  (12+ messages)
` [PATCH v23 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE

[PATCH v9 0/2] Add AMD I3C master controller driver and bindings
 2026-07-01  9:52 UTC  (7+ messages)
` [PATCH v9 1/2] dt-bindings: i3c: Add AMD I3C master controller support
` [PATCH v9 2/2] i3c: master: Add driver for AMD AXI I3C master controller

[RFC] Null Namespaces
 2026-07-01  9:49 UTC  (27+ messages)

[PATCH v4 0/3] riscv: improve percpu helpers and PIO mapping
 2026-07-01  8:18 UTC  (5+ messages)
` [PATCH v4 1/3] riscv: io: avoid null-pointer arithmetic in PIO helpers
    ` [External] "

[PATCH v5] coredump: Add bit 9 of coredump_filter for pre-exit files before dumping
 2026-07-01  2:31 UTC  (3+ messages)

[PATCH v2] audit: add missing syscalls to PERM class tables
 2026-06-30 19:58 UTC  (2+ messages)

[PATCH v4 0/5] fix section alignment on i386 when CONFIG_DRM_USE_DYNAMIC_DEBUG=Y
 2026-06-30 18:37 UTC  (6+ messages)
` [PATCH v4 1/5] vmlinux.lds.h: refactor BOUNDED_SECTION_* macros into bounded_sections.lds.h
` [PATCH v4 2/5] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v4 3/5] vmlinux.lds.h: Fix ALIGN(8) omission causing NULL ptr on i386
` [PATCH v4 4/5] vmlinux.lds.h: remove redundant ALIGN(8) directives
` [PATCH v4 5/5] dyndbg.lds.S: fix lost dyndbg sections in modules

[PATCH v4] coredump: Add /proc/<pid>/coredump_pre_exit for pre-exit before dumping
 2026-06-30  8:09 UTC  (13+ messages)

cleanup the RAID6 P/Q library v3
 2026-06-29 12:48 UTC  (9+ messages)
` [PATCH 08/18] raid6: warn when using less than four devices

[RFC PATCH 0/3] fs: support tasks with a null root or cwd
 2026-06-29  9:19 UTC  (5+ messages)
` [RFC PATCH 1/3] fs: Add documentation to some `struct fs_struct` fields
` [RFC PATCH 2/3] fs: support tasks with a null root or cwd
` [RFC PATCH 3/3] fs: add KUnit tests for "

[PATCH] vdso: Replace __ASSEMBLY__ with __ASSEMBLER__ in header files
 2026-06-29  8:18 UTC  (2+ messages)

[PATCH] init/main: Expose built-in initcalls and blacklist status via debugfs
 2026-06-28 22:58 UTC  (5+ messages)

[PATCH v2 0/6] arm64: hyperv: Add Realm support for Hyper-V
 2026-06-26 15:04 UTC  (11+ messages)
` [PATCH v2 1/6] arm64: rsi: Add RSI host call structure and helper function
` [PATCH v2 2/6] firmware: smccc: Detect hypervisor via RSI host call in CCA Realms
` [PATCH v2 3/6] arm64: hyperv: Add per-CPU RSI host call infrastructure for "
` [PATCH v2 4/6] Drivers: hv: Mark shared memory as decrypted "
` [PATCH v2 5/6] arm64: hyperv: Route hypercalls through RSI host call in "
` [PATCH v2 6/6] arm64: hyperv: Implement hv_is_isolation_supported() for "

[PATCH V5] riscv: errata: Add ERRATA_THEAD_WRITE_ONCE fixup
 2026-06-26  8:41 UTC  (2+ messages)

[PATCH v13 0/4] kunit: Add support for suppressing warning backtraces
 2026-06-26  8:21 UTC  (4+ messages)

[PATCH 01/19] btrfs: require at least 4 devices for RAID 6
 2026-06-26  8:21 UTC  (2+ messages)

[PATCH 01/18] raid6: turn the userspace test harness into a kunit test
 2026-06-26  8:20 UTC  (2+ messages)

[PATCH v2 1/5] arch: select HAVE_ARCH_BITREVERSE conditionally on BITREVERSE
 2026-06-26  8:20 UTC  (2+ messages)

[PATCH 0/6] lib: rework bitreverse
 2026-06-26  8:20 UTC  (2+ messages)

[RFC PATCH 0/6] arm64: hyperv: Add Realm support for Hyper-V
 2026-06-25 17:44 UTC  (11+ messages)
` [RFC PATCH 1/6] arm64: rsi: Add RSI host call structure and helper function
` [RFC PATCH 2/6] firmware: smccc: Detect hypervisor via RSI host call in CCA Realms
` [RFC PATCH 3/6] arm64: hyperv: Add per-CPU RSI host call infrastructure for "
` [RFC PATCH 5/6] arm64: hyperv: Route hypercalls through RSI host call in "

[PATCH v4 0/8] futex: Use runtime constants for futex_hash computation
 2026-06-23  7:01 UTC  (9+ messages)
` [PATCH v4 3/8] arm64/runtime-const: Introduce runtime_const_mask_32()
` [PATCH v4 4/8] riscv/runtime-const: Replace open-coded placeholder with RUNTIME_MAGIC
` [PATCH v4 5/8] riscv/runtime-const: Introduce runtime_const_mask_32()

[RFC] signal: per-thread control over alternate signal stack delivery for selected signals
 2026-06-23  6:30 UTC 

[PATCH v2] module: Extend module_blacklist parameter to built-in modules
 2026-06-22 14:02 UTC 

[PATCH] riscv: entry: Fixup do_trap_break from kernel side
 2026-06-22 11:33 UTC  (7+ messages)

[PATCH] uapi/asm-generic/fcntl.h: fix typos in Open File Description Locks comment
 2026-06-21 21:55 UTC 

[PATCH] kprobes: Replace __ASSEMBLY__ with __ASSEMBLER__ in header file
 2026-06-21 13:27 UTC  (2+ messages)

[PATCH v3] coredump: exit_files() in coredump_wait() if MMF_DUMP_MAPPED_SHARED is not set
 2026-06-20  3:04 UTC  (5+ messages)

[PATCH] mm: Replace __ASSEMBLY__ with __ASSEMBLER__ in memory management header files
 2026-06-19 13:18 UTC 

[PATCH] coredump/fcntl: Add FD_CLOBCOR flag to close fd before dumping core
 2026-06-19 11:27 UTC  (8+ messages)
` [syzbot ci] "

[PATCH v2] coredump: exit_files() in coredump_wait() if MMF_DUMP_MAPPED_SHARED is not set
 2026-06-19  0:39 UTC  (4+ messages)

[PATCH] vfs: missing inode operation should return a consistent error code
 2026-06-17 14:44 UTC  (8+ messages)

[PATCH v2 2/4] net: af_unix: Useful handling of LSM denials on SCM_RIGHTS
 2026-06-17  0:06 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox