public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-11 12:58:16 to 2026-03-20 15:30:43 UTC [more...]

[PATCH] asm-generic/bitops: Fix a comment typo in instrumented-atomic.h
 2026-03-20 15:30 UTC  (2+ messages)

[PATCH v14 0/4] arm64: Use generic TIF bits for common thread flags
 2026-03-20 13:40 UTC  (6+ messages)
` [PATCH v14 1/4] s390: Rename TIF_SINGLE_STEP to TIF_SINGLESTEP
` [PATCH v14 2/4] asm-generic: Move TIF_SINGLESTEP to generic TIF bits
` [PATCH v14 3/4] arm64: Use generic TIF bits for common thread flags
` [PATCH v14 4/4] selftests: sud_test: Support aarch64

[PATCH v13 RESEND 00/14] arm64: entry: Convert to Generic Entry
 2026-03-20  9:28 UTC  (38+ messages)
` [PATCH v13 RESEND 01/14] arm64/ptrace: Refactor syscall_trace_enter/exit() to accept flags parameter
` [PATCH v13 RESEND 02/14] arm64/ptrace: Use syscall_get_nr() helper for syscall_trace_enter()
` [PATCH v13 RESEND 03/14] arm64/ptrace: Expand secure_computing() in place
` [PATCH v13 RESEND 04/14] arm64/ptrace: Use syscall_get_arguments() helper for audit
` [PATCH v13 RESEND 05/14] arm64: ptrace: Move rseq_syscall() before audit_syscall_exit()
` [PATCH v13 RESEND 06/14] arm64: syscall: Introduce syscall_exit_to_user_mode_work()
` [PATCH v13 RESEND 07/14] arm64/ptrace: Define and use _TIF_SYSCALL_EXIT_WORK
` [PATCH v13 RESEND 08/14] arm64/ptrace: Skip syscall exit reporting for PTRACE_SYSEMU_SINGLESTEP
` [PATCH v13 RESEND 09/14] arm64: entry: Convert to generic entry
` [PATCH v13 RESEND 10/14] arm64: Inline el0_svc_common()
` [PATCH v13 RESEND 11/14] s390: Rename TIF_SINGLE_STEP to TIF_SINGLESTEP
` [PATCH v13 RESEND 12/14] asm-generic: Move TIF_SINGLESTEP to generic TIF bits
` [PATCH v13 RESEND 13/14] arm64: Use generic TIF bits for common thread flags
` [PATCH v13 RESEND 14/14] selftests: sud_test: Support aarch64

[PATCH 0/3] KASAN: HW_TAGS: Disable tagging for stack and page-tables
 2026-03-20  8:53 UTC  (11+ messages)
` [PATCH 1/3] vmalloc: add __GFP_SKIP_KASAN support
` [PATCH 2/3] fork: skip MTE tagging for kernel stacks
` [PATCH 3/3] mm: SKIP KASAN for page table allocations

[PATCH RESEND v2 0/4] Add new system call for non-destructive peek and inspection to posix ipc mqueue
 2026-03-20  5:23 UTC  (5+ messages)
` [PATCH RESEND v2 1/4]IPC: Added New system call do_mq_timedreceive2() for non-destructive peek on posix mqueue
` [PATCH RESEND v2 2/4]IPC: Added system call number in all most common arch
` [PATCH RESEND v2 3/4]IPC: Prepared Documentation and test
` [PATCH RESEND v2 4/4]IPC:Added entry in performance tools for new system call

[PATCH 00/15] exec: Remove AT_VECTOR_SIZE_ARCH from UAPI
 2026-03-19 14:27 UTC  (6+ messages)
` [PATCH 07/15] RISC-V: "
` [PATCH 14/15] alpha: remove "

[ardb:x86-pie-v4-wip] [x86] fa65278b9b: kunit.VCAP_API_DebugFS_Testsuite.vcap_api_show_admin_raw_test.fail
 2026-03-19  8:00 UTC 

[PATCH v2 00/25] Introduce meminspect
 2026-03-19  7:33 UTC  (17+ messages)
` [PATCH v2 01/25] kernel: "
` [PATCH v2 20/25] printk: Register information into meminspect
` [PATCH v2 24/25] dt-bindings: reserved-memory: Add Google Kinfo Pixel reserved memory
` [PATCH v2 25/25] meminspect: Add debug kinfo compatible driver

[PATCH v3 0/4] locking: contended_release tracepoint instrumentation
 2026-03-18 18:45 UTC  (5+ messages)
` [PATCH v3 1/4] tracing/lock: Remove unnecessary linux/sched.h include
` [PATCH v3 2/4] locking/percpu-rwsem: Extract __percpu_up_read()
` [PATCH v3 3/4] locking: Add contended_release tracepoint to sleepable locks
` [RFC PATCH v3 4/4] locking: Add contended_release tracepoint to spinning locks

[PATCH v2 0/4] Add new system call for non-destructive peek and inspection to posix ipc mqueue
 2026-03-18 13:02 UTC  (8+ messages)
` [PATCH v2 1/4]IPC: Added New system call do_mq_timedreceive2() for non-destructive peek on posix mqueue
` [PATCH v2 2/4]IPC: Added system call number in all most common arch
` [PATCH v2 3/4]IPC: Prepared Documentation and test
` [PATCH v2 4/4]IPC:Added entry in performance tools for new system call

[PATCH v6 0/5] kunit: Add support for suppressing warning backtraces
 2026-03-18 11:51 UTC  (13+ messages)
` [PATCH v6 1/5] bug/kunit: Core "
` [PATCH v6 2/5] bug/kunit: Suppressing warning backtraces reduced impact on WARN*() sites
` [PATCH v6 3/5] Add unit tests to verify that warning backtrace suppression works
` [PATCH v6 4/5] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH v6 5/5] kunit: Add documentation for warning backtrace suppression API

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-03-18  5:58 UTC  (3+ messages)

[PATCH 00/11] Drivers: hv: Add ARM64 support in mshv_vtl
 2026-03-18  4:23 UTC  (16+ messages)
` [PATCH 01/11] arch: arm64: Export arch_smp_send_reschedule for mshv_vtl module
` [PATCH 02/11] Drivers: hv: Move hv_vp_assist_page to common files
` [PATCH 03/11] Drivers: hv: Add support to setup percpu vmbus handler
` [PATCH 04/11] Drivers: hv: Refactor mshv_vtl for ARM64 support to be added
` [PATCH 05/11] drivers: hv: Export vmbus_interrupt for mshv_vtl module
` [PATCH 06/11] Drivers: hv: Make sint vector architecture neutral in MSHV_VTL
` [PATCH 07/11] arch: arm64: Add support for mshv_vtl_return_call
` [PATCH 08/11] Drivers: hv: mshv_vtl: Move register page config to arch-specific files
` [PATCH 09/11] Drivers: hv: mshv_vtl: Let userspace do VSM configuration
` [PATCH 10/11] Drivers: hv: Add support for arm64 in MSHV_VTL
` [PATCH 11/11] Drivers: hv: Kconfig: Add ARM64 support for MSHV_VTL

[PATCH v10 00/12] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-03-17  9:17 UTC  (18+ messages)
` [PATCH v10 01/12] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [PATCH v10 02/12] arm64: barrier: Support smp_cond_load_relaxed_timeout()
` [PATCH v10 03/12] arm64/delay: move some constants out to a separate header
` [PATCH v10 04/12] arm64: support WFET in smp_cond_load_relaxed_timeout()
` [PATCH v10 05/12] arm64: rqspinlock: Remove private copy of smp_cond_load_acquire_timewait()
` [PATCH v10 06/12] asm-generic: barrier: Add smp_cond_load_acquire_timeout()
` [PATCH v10 07/12] atomic: Add atomic_cond_read_*_timeout()
` [PATCH v10 08/12] locking/atomic: scripts: build atomic_long_cond_read_*_timeout()
` [PATCH v10 09/12] bpf/rqspinlock: switch check_timeout() to a clock interface
` [PATCH v10 10/12] bpf/rqspinlock: Use smp_cond_load_acquire_timeout()
` [PATCH v10 11/12] sched: add need-resched timed wait interface
` [PATCH v10 12/12] cpuidle/poll_state: Wait for need-resched via tif_need_resched_relaxed_wait()

[RFC PATCH v2 0/7] futex: Use runtime constants for futex_hash computation
 2026-03-17  5:11 UTC  (18+ messages)
` [RFC PATCH v2 1/7] x86/runtime-const: Introduce runtime_const_mask_32()
` [RFC PATCH v2 2/7] arm64/runtime-const: "
` [RFC PATCH v2 3/7] arm64/runtime-const: Use aarch64_insn_patch_text_nosync() for patching
` [RFC PATCH v2 4/7] riscv/runtime-const: Introduce runtime_const_mask_32()
` [RFC PATCH v2 5/7] s390/runtime-const: "
` [RFC PATCH v2 6/7] asm-generic/runtime-const: Add dummy runtime_const_mask_32()
` [RFC PATCH v2 7/7] futex: Use runtime constants for __futex_hash() hot path

cleanup the RAID5 XOR library v2
 2026-03-16 22:12 UTC  (12+ messages)
` [PATCH 10/27] alpha: move the XOR code to lib/raid/
` [PATCH 23/27] btrfs: use xor_gen
` [PATCH 26/27] random: factor out a __limit_random_u32_below helper
` [PATCH 27/27] xor: add a kunit test case

[PATCH v13 00/12] arm64: entry: Convert to Generic Entry
 2026-03-16  9:51 UTC  (18+ messages)
` [PATCH v13 01/12] arm64/ptrace: Refactor syscall_trace_enter/exit() to accept flags parameter
` [PATCH v13 02/12] arm64/ptrace: Expand secure_computing() in place
` [PATCH v13 03/12] arm64/ptrace: Use syscall_get_arguments() helper for audit
` [PATCH v13 04/12] arm64: ptrace: Move rseq_syscall() before audit_syscall_exit()
` [PATCH v13 05/12] arm64: syscall: Introduce syscall_exit_to_user_mode_work()
` [PATCH v13 06/12] arm64/ptrace: Define and use _TIF_SYSCALL_EXIT_WORK
` [PATCH v13 07/12] arm64/ptrace: Skip syscall exit reporting for PTRACE_SYSEMU_SINGLESTEP
` [PATCH v13 08/12] arm64: entry: Convert to generic entry
` [PATCH v13 09/12] arm64: Inline el0_svc_common()
` [PATCH v13 10/12] s390: Rename TIF_SINGLE_STEP to TIF_SINGLESTEP
` [PATCH v13 11/12] arm64: Use generic TIF bits for common thread flags
` [PATCH v13 12/12] selftests: sud_test: Support aarch64

[PATCH v7 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush
 2026-03-16  2:36 UTC  (2+ messages)

[PATCH 0/4] Add new system call for non-destructive peek and inspection to posix ipc mqueue
 2026-03-15 14:35 UTC  (6+ messages)
` [PATCH v1 1/4] IPC: Added New system call do_mq_timedreceive2() for non-destructive peek on posix mqueue
` [PATCH v1 2/4] IPC: Added system call number in all most common arch
` [PATCH v1 3/4] IPC: Prepared Documentation and test
` [PATCH v1 4/4] IPC:Added entry in performance tools for new system call

[PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
 2026-03-15 14:15 UTC  (6+ messages)
` [RFC PATCH 0/4] Enable Clang's Source-based Code Coverage and MC/DC for x86-64

[PATCH v11 01/65] dyndbg: fix NULL ptr on i386 due to section alignment
 2026-03-13 13:19 UTC  (3+ messages)
` [PATCH v11 16/65] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH v11 22/65] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP

[PATCH v11 01/65] dyndbg: fix NULL ptr on i386 due to section alignment
 2026-03-13 13:09 UTC 

[linus:master] [x86/mm/tlb/trace] 8b62e64e6d: BUG:soft_lockup-CPU##stuck_for#s![kworker##:#]
 2026-03-12  8:02 UTC 

[PATCH] x86/apic: remove vector_lock from apic_retrigger_irq()
 2026-03-11 21:59 UTC  (2+ messages)

[PATCH v4 00/17] module: Introduce hash-based integrity checking
 2026-03-11 21:14 UTC  (11+ messages)
` [PATCH v4 06/17] kbuild: add stamp file for vmlinux BTF data
` [PATCH v4 09/17] module: Make module loading policy usable without MODULE_SIG
` [PATCH v4 15/17] module: Introduce hash-based integrity checking


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