public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-18 15:45:08 to 2026-01-08 00:58:44 UTC [more...]

[PATCH net-next v8 0/5] net: devmem: improve cpu cost of RX token management
 2026-01-08  0:57 UTC  (5+ messages)
` [PATCH net-next v8 1/5] net: devmem: rename tx_vec to vec in dmabuf binding
` [PATCH net-next v8 2/5] net: devmem: refactor sock_devmem_dontneed for autorelease split
` [PATCH net-next v8 3/5] net: devmem: implement autorelease token management
` [PATCH net-next v8 4/5] net: devmem: document NETDEV_A_DMABUF_AUTORELEASE netlink attribute

[PATCH] mm/mmu_gather: remove @delay_remap of __tlb_remove_page_size()
 2026-01-07 21:30 UTC  (5+ messages)

[patch V6 00/11] rseq: Implement time slice extension mechanism
 2026-01-07 21:11 UTC  (21+ messages)
` [patch V6 01/11] rseq: Add fields and constants for time slice extension
` [patch V6 06/11] rseq: Implement syscall entry work for time slice extensions
` [patch V6 07/11] rseq: Implement time slice extension enforcement timer
` [patch V6 09/11] rseq: Implement rseq_grant_slice_extension()
` [patch V6 10/11] entry: Hook up rseq time slice extension

[PATCH] mm/pgtable: remove unddefined __HAVE_ARCH_P4D_ALLOC_ONE/__HAVE_ARCH_P4D_FREE
 2026-01-07 14:53 UTC  (2+ messages)

[PATCH] mm/pgtable: convert pgtable_t to ptdesc pointer
 2026-01-07 14:48 UTC  (4+ messages)

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-01-07 12:19 UTC  (3+ messages)
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep

[PATCH RESEND v3 0/2] skip redundant TLB sync IPIs
 2026-01-07 10:52 UTC  (12+ messages)
` [PATCH RESEND v3 1/2] mm/tlb: skip redundant IPI when TLB flush already synchronized
` [PATCH RESEND v3 2/2] mm: introduce pmdp_collapse_flush_sync() to skip redundant IPI

[PATCH v2 0/4] Make cpumask_of_node() robust against NUMA_NO_NODE
 2026-01-07  9:40 UTC  (5+ messages)
` [PATCH v2 1/4] include/asm-generic/topology.h: Remove unused definition of cpumask_of_node()
` [PATCH v2 2/4] LoongArch: Make cpumask_of_node() robust against NUMA_NO_NODE
` [PATCH v2 3/4] MIPS: Loongson: "
` [PATCH v2 4/4] x86/cpu/topology: "

[PATCH RESEND v3 0/4] mm/hugetlb: fixes for PMD table sharing (incl. using mmu_gather)
 2026-01-06 19:26 UTC  (11+ messages)
` [PATCH RESEND v3 1/4] mm/hugetlb: fix hugetlb_pmd_shared()
` [PATCH RESEND v3 2/4] mm/hugetlb: fix two comments related to huge_pmd_unshare()
` [PATCH RESEND v3 3/4] mm/rmap: "
` [PATCH RESEND v3 4/4] mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_gather

[PATCH RESEND v2] asm-generic: Remove pud_user() from pgtable-nopmd.h
 2026-01-06 17:34 UTC 

[PATCH v3 0/2] skip redundant TLB sync IPIs
 2026-01-06 11:50 UTC  (3+ messages)
` [PATCH v3 1/2] mm/tlb: skip redundant IPI when TLB flush already synchronized
` [PATCH v3 2/2] mm: introduce pmdp_collapse_flush_sync() to skip redundant IPI

[PATCH v6 0/4] Align atomic storage
 2026-01-05 21:22 UTC  (7+ messages)
` [PATCH v6 1/4] bpf: Explicitly align bpf_res_spin_lock
` [PATCH v6 4/4] atomic: Add option for weaker alignment check
` [PATCH v6 3/4] atomic: Add alignment check to instrumented atomic operations
` [PATCH v6 2/4] atomic: Specify alignment for atomic_t and atomic64_t

[PATCH 0/4] Make cpumask_of_node() robust against NUMA_NO_NODE
 2026-01-05 14:09 UTC  (7+ messages)
` [PATCH 1/4] include/asm-generic/topology.h: Remove unused definition of cpumask_of_node()
` [PATCH 2/4] LoongArch: Make cpumask_of_node() robust against NUMA_NO_NODE
` [PATCH 3/4] MIPS: Loongson: "
` [PATCH 4/4] x86/cpu/topology: "

[PATCH v2 0/3] skip redundant TLB sync IPIs
 2026-01-04 13:23 UTC  (17+ messages)
` [PATCH v2 1/3] mm/tlb: allow architectures to "
` [PATCH v2 2/3] x86/mm: implement redundant IPI elimination for page table operations
` [PATCH v2 3/3] mm: embed TLB flush IPI check in tlb_remove_table_sync_one()

[PATCH v1] rust: sync: atomic: Add i32-backed Flag for atomic booleans
 2026-01-04 12:07 UTC  (7+ messages)

[PATCH 00/26] Introduce meminspect
 2026-01-03 19:23 UTC  (10+ messages)
` [PATCH 18/26] mm/memblock: Add MEMBLOCK_INSPECT flag
` [PATCH 19/26] mm/numa: Register information into meminspect
` [PATCH 20/26] mm/sparse: "

[PATCH v2 0/2] Add atomic bool support
 2026-01-03  9:38 UTC  (7+ messages)
` [PATCH v2 1/2] rust: sync: atomic: Add atomic bool support via i8 representation
` [PATCH v2 2/2] rust: sync: atomic: Add atomic bool tests

[RFC PATCH] liveupdate: list all file handler versions in vmlinux section
 2026-01-02 18:58 UTC  (6+ messages)

[PATCH v1 0/3] rust: Add xchg and cmpxchg support on i8/i16
 2026-01-02 11:25 UTC  (16+ messages)
` [PATCH v1 1/3] rust: sync: atomic: Prepare AtomicOps macros for i8/i16 support
` [PATCH v1 2/3] rust: sync: atomic: Remove workaround macro for i8/i16 BasicOps
` [PATCH v1 3/3] rust: sync: atomic: Add i8/i16 xchg and cmpxchg support

[PATCH v1 0/2] Add atomic bool support
 2026-01-01  3:27 UTC  (7+ messages)
` [PATCH v1 1/2] rust: sync: atomic: Add atomic bool support via i8 representation
` [PATCH v1 2/2] rust: sync: atomic: Add atomic bool tests

[PATCH v3 0/7] enable PT_RECLAIM on all 64-bit architectures
 2026-01-01  2:07 UTC  (5+ messages)
` [PATCH v3 7/7] mm: make PT_RECLAIM depends on MMU_GATHER_RCU_TABLE_FREE

[PATCH v2 0/4] rust: Add i8/i16 atomic xchg helpers
 2025-12-30  1:42 UTC  (11+ messages)
` [PATCH v2 1/4] rust: helpers: "
` [PATCH v2 2/4] rust: helpers: Add i8/i16 atomic xchg_acquire helpers
` [PATCH v2 3/4] rust: helpers: Add i8/i16 atomic xchg_release helpers
` [PATCH v2 4/4] rust: helpers: Add i8/i16 atomic xchg_relaxed helpers

[PATCH RESEND v1 0/3] skip redundant TLB sync IPIs
 2025-12-29 14:30 UTC  (4+ messages)
` [PATCH RESEND v1 1/3] mm/tlb: allow architectures to "
` [PATCH RESEND v1 2/3] x86/mm: implement redundant IPI elimination for page table operations
` [PATCH RESEND v1 3/3] mm: embed TLB flush IPI check in tlb_remove_table_sync_one()

[PATCH RESEND v1 0/3] skip redundant TLB sync IPIs
 2025-12-29 14:36 UTC  (4+ messages)
` [PATCH RESEND v1 1/3] mm/tlb: allow architectures to "
` [PATCH RESEND v1 2/3] x86/mm: implement redundant IPI elimination for page table operations
` [PATCH RESEND v1 3/3] mm: embed TLB flush IPI check in tlb_remove_table_sync_one()

[PATCH v1 0/3] skip redundant TLB sync IPIs
 2025-12-29 14:12 UTC  (4+ messages)
` [PATCH v1 1/3] mm/tlb: allow architectures to "
` [PATCH v1 2/3] x86/mm: implement redundant IPI elimination for page table operations
` [PATCH v1 3/3] mm: embed TLB flush IPI check in tlb_remove_table_sync_one()

[PATCH v1 0/4] rust: Add i8/i16 atomic try_cmpxchg helpers
 2025-12-29 12:57 UTC  (8+ messages)
` [PATCH v1 1/4] rust: helpers: "
` [PATCH v1 2/4] rust: helpers: Add i8/i16 atomic try_cmpxchg_acquire helpers
` [PATCH v1 3/4] rust: helpers: Add i8/i16 atomic try_cmpxchg_release helpers
` [PATCH v1 4/4] rust: helpers: Add i8/i16 atomic try_cmpxchg_relaxed helpers

[PATCH v3 0/3] mm/hugetlb: fixes for PMD table sharing (incl. using mmu_gather)
 2025-12-23 21:37 UTC  (5+ messages)
` [PATCH v3 1/3] mm/hugetlb: fix two comments related to huge_pmd_unshare()
` [PATCH v3 2/3] mm/rmap: "
` [PATCH v3 3/3] mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_gather

[PATCH RFC 2/3] x86/mm: implement redundant IPI elimination for PMD unsharing
 2025-12-23 11:13 UTC  (4+ messages)
` [PATCH RFC 2/3] x86/mm: implement redundant IPI elimination for

[PATCH 11/11] tools headers: Sync syscall table with kernel sources
 2025-12-22 22:57 UTC 

[PATCH v2 0/4] mm/hugetlb: fixes for PMD table sharing (incl. using mmu_gather)
 2025-12-22 10:10 UTC  (15+ messages)
` [PATCH v2 2/4] mm/hugetlb: fix two comments related to huge_pmd_unshare()
` [PATCH v2 4/4] mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_gather

[PATCH v8 00/12] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2025-12-22  7:47 UTC  (3+ messages)
` [PATCH v8 01/12] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()

[PATCH-v3 0/3] Global Software Interrupt Moderation (GSIM)
 2025-12-21 11:21 UTC  (9+ messages)
` [PATCH-v3 1/3] genirq: Fixed "
` [PATCH-v3 2/3] genirq: Adaptive "
` [PATCH-v3 3/3] genirq: Configurable default mode for GSIM

[PATCH RFC 0/3] skip redundant TLB sync IPIs
 2025-12-21 10:43 UTC  (6+ messages)
` [PATCH RFC 3/3] mm/khugepaged: skip redundant IPI in collapse_huge_page()

[PATCH v7 00/31] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-12-19  8:10 UTC  (2+ messages)

[PATCH v8 03/12] arm64/delay: move some constants out to a separate header
 2025-12-19  4:52 UTC  (2+ messages)

[RFC] Potential problem in qspinlock due to mixed-size accesses
 2025-12-18 22:02 UTC  (3+ messages)


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