public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-05 16:28:23 to 2026-02-26 15:12:09 UTC [more...]

cleanup the RAID5 XOR library
 2026-02-26 15:10 UTC  (24+ messages)
` [PATCH 01/25] xor: assert that xor_blocks is not called from interrupt context
` [PATCH 02/25] arm/xor: remove in_interrupt() handling
` [PATCH 03/25] um/xor: don't override XOR_SELECT_TEMPLATE
` [PATCH 04/25] xor: move to lib/raid/
` [PATCH 05/25] xor: small cleanups
` [PATCH 06/25] xor: cleanup registration and probing
` [PATCH 07/25] xor: split xor.h
` [PATCH 08/25] xor: remove macro abuse for XOR implementation registrations
` [PATCH 09/25] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 10/25] alpha: move the XOR code to lib/raid/
` [PATCH 11/25] arm: "
` [PATCH 12/25] arm64: "
` [PATCH 13/25] loongarch: "
` [PATCH 14/25] powerpc: "
` [PATCH 15/25] riscv: "
` [PATCH 16/25] sparc: "
` [PATCH 17/25] s390: "
` [PATCH 18/25] x86: "
` [PATCH 19/25] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 20/25] xor: make xor.ko self-contained in lib/raid/
` [PATCH 21/25] xor: add a better public API
` [PATCH 22/25] async_xor: use xor_gen
` [PATCH 23/25] btrfs: "

[PATCH v4 0/3] targeted TLB sync IPIs for lockless page table walkers
 2026-02-26 11:37 UTC  (4+ messages)
` [PATCH v4 3/3] x86/tlb: add architecture-specific TLB IPI optimization support

[PATCH] riscv: add system error interrupt handler support
 2026-02-26  9:22 UTC  (2+ messages)

[PATCH v3 00/22] Add support for shared PTEs across processes
 2026-02-26  9:02 UTC  (9+ messages)

[PATCH v1 0/6] Hyper-V: Implement hypervisor core collection
 2026-02-26  7:44 UTC  (5+ messages)
` [PATCH v1 5/6] x86/hyperv: Implement hypervisor ram collection into vmcore

[BUG] Memory ordering between kmalloc() and kfree()? it's confusing!
 2026-02-26  6:35 UTC 

[PATCH] vdso/datapage: Define vdso data pointers as arrays
 2026-02-25 17:24 UTC  (2+ messages)

[PATCH 0/3] use runtime constant to optimize handle_arch_irq access
 2026-02-25 14:40 UTC  (21+ messages)
` [PATCH 1/3] vmlinux.lds.h: add _handle_arch_irq RUNTIME_CONST section
` [PATCH 2/3] genirq: use runtime constant to optimize handle_arch_irq access
` [PATCH 3/3] arm64: "

[PATCH v4 00/17] module: Introduce hash-based integrity checking
 2026-02-24 16:14 UTC  (35+ messages)
` [PATCH v4 02/17] powerpc/ima: Drop unnecessary check for CONFIG_MODULE_SIG
` [PATCH v4 03/17] ima: efi: Drop unnecessary check for CONFIG_MODULE_SIG/CONFIG_KEXEC_SIG
` [PATCH v4 04/17] module: Make mod_verify_sig() static
` [PATCH v4 05/17] module: Switch load_info::len to size_t
` [PATCH v4 06/17] kbuild: add stamp file for vmlinux BTF data
` [PATCH v4 07/17] kbuild: generate module BTF based on vmlinux.unstripped
` [PATCH v4 10/17] module: Move integrity checks into dedicated function
` [PATCH v4 11/17] module: Move lockdown check into generic module loader
` [PATCH v4 14/17] lockdown: Make the relationship to MODULE_SIG a dependency
` [PATCH v4 15/17] module: Introduce hash-based integrity checking

[PATCH v2 1/1] mm/mmu_gather: replace IPI with synchronize_rcu() when batch allocation fails
 2026-02-24 15:04 UTC  (9+ messages)

[PATCH] Add support for empty path in openat and openat2 syscalls
 2026-02-24 14:31 UTC  (9+ messages)

[PATCH v3 1/1] mm/mmu_gather: replace IPI with synchronize_rcu() when batch allocation fails
 2026-02-24 14:21 UTC 

[PATCH] mm/mmu_gather: define RCU version tlb_remove_table_one() in CONFIG_MMU_GATHER_RCU_TABLE_FREE
 2026-02-24  2:57 UTC  (5+ messages)

[PATCH 1/1] mm/mmu_gather: replace IPI with synchronize_rcu() when batch allocation fails
 2026-02-24  2:06 UTC  (8+ messages)

[PATCH V3] riscv: errata: Add ERRATA_THEAD_WRITE_ONCE fixup
 2026-02-24  2:04 UTC  (4+ messages)

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-02-23  0:33 UTC  (9+ messages)
` [PATCH v18 31/42] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep

[PATCH] x86/apic: remove vector_lock from apic_retrigger_irq()
 2026-02-20 15:12 UTC 

[QUESTION] is vector_lock needed in apic_retrigger_irq() ?
 2026-02-18 21:14 UTC  (4+ messages)

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

[GIT PULL] asm-generic header updates for 7.0
 2026-02-11  5:18 UTC  (2+ messages)

[PATCH AUTOSEL 6.19-5.10] audit: add fchmodat2() to change attributes class
 2026-02-10 23:31 UTC  (2+ messages)
` [PATCH AUTOSEL 6.19-5.10] audit: add missing syscalls to read class

[RFC] Naming convention for Analog Devices ADSP SoC support
 2026-02-09 14:45 UTC 

[PATCH next 00/14] bits: De-bloat expansion of GENMASK()
 2026-02-09  9:42 UTC  (15+ messages)
` [PATCH next 08/14] bits: simplify GENMASK_TYPE()
` [PATCH next 10/14] bits: Fix assmebler expansions of GENMASK_Uxx() and BIT_Uxx()
` [PATCH next 12/14] bits: move the defitions of BIT() and BIT_ULL() back to linux/bits.h
` [PATCH next 13/14] test_bits: Change all the tests to be compile-time tests

[PATCH v1] riscv: add hardware error trap handler support
 2026-02-09  3:48 UTC 

[PATCH v4 0/8] enable PT_RECLAIM on more 64-bit architectures
 2026-02-07  2:34 UTC  (10+ messages)
` [PATCH v4 5/8] parisc: mm: enable MMU_GATHER_RCU_TABLE_FREE
` [PATCH v4 7/8] mm: convert __HAVE_ARCH_TLB_REMOVE_TABLE to CONFIG_HAVE_ARCH_TLB_REMOVE_TABLE config

[PATCH v4 0/3] targeted TLB sync IPIs for lockless page table walkers
 2026-02-05 22:49 UTC  (22+ messages)
` [PATCH v4 0/3] targeted TLB sync IPIs for lockless page table

[PATCH] riscv: Fix __kernel_off_t to 64 Bits in RV32
 2026-02-05 22:26 UTC  (2+ messages)

[PATCH v0 00/15] PCI passthru on Hyper-V (Part I)
 2026-02-05 18:48 UTC  (17+ messages)
` [PATCH v0 01/15] iommu/hyperv: rename hyperv-iommu.c to hyperv-irq.c
` [PATCH v0 02/15] x86/hyperv: cosmetic changes in irqdomain.c for readability
` [PATCH v0 15/15] mshv: Populate mmio mappings for PCI passthru


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