linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH v1 0/2] Add atomic bool support
 2025-12-30  4:50 UTC  (3+ 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 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 v1 0/3] rust: Add xchg and cmpxchg support on i8/i16
 2025-12-30  0:17 UTC  (15+ 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

[RFC PATCH] liveupdate: list all file handler versions in vmlinux section
 2025-12-29 21:28 UTC  (5+ messages)

[PATCH v2 0/3] skip redundant TLB sync IPIs
 2025-12-29 15:01 UTC  (6+ 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 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 00/26] Introduce meminspect
 2025-12-29  6:59 UTC  (15+ 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 21/26] printk: "

[PATCH RESEND v3 0/4] mm/hugetlb: fixes for PMD table sharing (incl. using mmu_gather)
 2025-12-29  2:30 UTC  (9+ 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 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 0/3] skip redundant TLB sync IPIs
 2025-12-23 11:13 UTC  (14+ messages)
` [PATCH RFC 1/3] mm/tlb: allow architectures to "
` [PATCH RFC 2/3] x86/mm: implement redundant IPI elimination for PMD unsharing
    ` [PATCH RFC 2/3] x86/mm: implement redundant IPI elimination for
` [PATCH RFC 3/3] mm/khugepaged: skip redundant IPI in collapse_huge_page()

[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  (16+ 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  (10+ messages)
` [PATCH v8 01/12] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [PATCH v8 10/12] bpf/rqspinlock: Use smp_cond_load_acquire_timeout()
` [PATCH v8 12/12] cpuidle/poll_state: Wait for need-resched via tif_need_resched_relaxed_wait()

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

[patch V6 00/11] rseq: Implement time slice extension mechanism
 2025-12-19 11:07 UTC  (44+ messages)
` [patch V6 01/11] rseq: Add fields and constants for time slice extension
` [patch V6 02/11] rseq: Provide static branch for time slice extensions
` [patch V6 03/11] rseq: Add statistics "
` [patch V6 04/11] rseq: Add prctl() to enable "
` [patch V6 05/11] rseq: Implement sys_rseq_slice_yield()
` [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.1 "
` [patch V6 08/11] rseq: Reset slice extension when scheduled
` [patch V6 09/11] rseq: Implement rseq_grant_slice_extension()
` [patch V6 10/11] entry: Hook up rseq time slice extension
` [patch V6 11/11] selftests/rseq: Implement time slice extension test

[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  (3+ messages)

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

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

[PATCH v1 0/4] rust: Add i8/i16 atomic xchg helpers
 2025-12-18 11:08 UTC  (2+ messages)

[PATCH v3 0/7] enable PT_RECLAIM on all 64-bit architectures
 2025-12-17  9:45 UTC  (8+ messages)
` [PATCH v3 1/7] mm: change mm/pt_reclaim.c to use asm/tlb.h instead of asm-generic/tlb.h
` [PATCH v3 2/7] alpha: mm: enable MMU_GATHER_RCU_TABLE_FREE
` [PATCH v3 3/7] LoongArch: "
` [PATCH v3 4/7] mips: "
` [PATCH v3 5/7] parisc: "
` [PATCH v3 6/7] um: "
` [PATCH v3 7/7] mm: make PT_RECLAIM depends on MMU_GATHER_RCU_TABLE_FREE

[PATCH v5 0/4] Align atomic storage
 2025-12-16 19:49 UTC  (9+ messages)
` [PATCH v5 3/4] atomic: Add alignment check to instrumented atomic operations
` [PATCH v5 2/4] atomic: Specify alignment for atomic_t and atomic64_t
` [PATCH v5 1/4] bpf: Explicitly align bpf_res_spin_lock
` [PATCH v5 4/4] atomic: Add option for weaker alignment check

[PATCH v2 0/2] x86, mm: minor tlb_flush tracepoint adjustments
 2025-12-16 10:32 UTC  (7+ messages)
` [PATCH v2 1/2] x86/tlb/trace: Export the TLB_REMOTE_WRONG_CPU enum
` [PATCH v2 2/2] mm: Remove tlb_flush_reason::NR_TLB_FLUSH_REASONS

[PATCH v4 1/3] init: remove deprecated "load_ramdisk" and "prompt_ramdisk" command line parameters
 2025-12-15 17:59 UTC  (2+ messages)

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2025-12-15  5:15 UTC  (4+ messages)
` [PATCH v18 41/42] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt

[PATCH v8 05/12] arm64: rqspinlock: Remove private copy of smp_cond_load_acquire_timewait()
 2025-12-15  5:14 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;
as well as URLs for NNTP newsgroup(s).