linux-rt-devel.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2026-08-28 19:07:59 to 2026-09-15 03:14:33 UTC [more...]

[PATCH 00/17] Treewide: enforce static storage for object initializers
 2026-09-15  3:13 UTC  (18+ messages)
` [PATCH 01/17] locking/mutex: assert static storage for DEFINE_MUTEX()
` [PATCH 02/17] locking/rtmutex: assert static storage for DEFINE_RT_MUTEX()
` [PATCH 03/17] locking/rwsem: assert static storage for semaphore definitions
` [PATCH 04/17] locking/semaphore: assert static storage for DEFINE_SEMAPHORE()
` [PATCH 05/17] locking/seqlock: assert static storage for DEFINE_SEQLOCK()
` [PATCH 06/17] sched: assert static storage for wait queue and completion declarations
` [PATCH 07/17] xarray: assert static storage for DEFINE_XARRAY_FLAGS()
` [PATCH 08/17] idr: enforce the static-storage contract of DEFINE_IDR()
` [PATCH 09/17] radix-tree: require static storage for RADIX_TREE()
` [PATCH 10/17] klist: assert static storage for DEFINE_KLIST()
` [PATCH 11/17] workqueue: assert static storage for work declarations
` [PATCH 12/17] timers: assert static storage for DEFINE_TIMER()
` [PATCH 13/17] kthread: assert static storage for delayed work declarations
` [PATCH 14/17] ratelimit: assert static storage for DEFINE_RATELIMIT_STATE()
` [PATCH 15/17] notifier: assert static storage for locking notifier heads
` [PATCH 16/17] rcu: assert static storage for RCU sync and SRCU definitions
` [PATCH 17/17] sysctl: assert static storage for DEFINE_CTL_TABLE_POLL()

[PATCHv2] gpio: mvebu: keep resume masks within the irqchip cache
 2026-09-15  0:57 UTC  (2+ messages)

[PATCH v3 0/6] kcov: Suppress timer and scheduler coverage leaks
 2026-09-14 14:42 UTC  (8+ messages)
` [PATCH v3 1/6] kcov: Use unsigned int for kcov_start() mode parameter
` [PATCH v3 2/6] kcov: Add a kcov_pause guard
` [PATCH v3 3/6] hrtimer: Pause KCOV during deferred rearm
` [PATCH v3 4/6] sched/core: Pause KCOV in __schedule()
` [PATCH v3 5/6] sched/core: Pause KCOV in try_to_wake_up()
` [PATCH v3 6/6] sched/core: Pause KCOV in wake_up_new_task()

[PATCH 0/3] irq_work: CPU-hotplug improvements on PREEMPT_RT
 2026-09-14 13:16 UTC  (7+ messages)
` [PATCH 1/3] irq_work: Update a comment regarding CPU hotplug invocation
` [PATCH 2/3] irq_work: Flush lazy work CPU down on PREEMPT_RT
` [PATCH 3/3] smpboot: Don't park the thread if work is pending

[PATCH net-next v2 0/8] Add Xilinx TSN Endpoint Ethernet MAC driver
 2026-09-12 20:36 UTC  (20+ messages)
` [PATCH net-next v2 1/8] dt-bindings: net: add Xilinx TSN Endpoint Ethernet MAC
` [PATCH net-next v2 2/8] net: xilinx: tsn: add TSN endpoint wrapper driver
` [PATCH net-next v2 3/8] net: xilinx: tsn: add endpoint MAC driver skeleton
` [PATCH net-next v2 4/8] net: xilinx: tsn: parse endpoint DMA channel configuration
` [PATCH net-next v2 5/8] net: xilinx: tsn: bring up the endpoint MCDMA channels
` [PATCH net-next v2 6/8] net: xilinx: tsn: add the endpoint RX data path
` [PATCH net-next v2 7/8] net: xilinx: tsn: add the endpoint TX "
` [PATCH net-next v2 8/8] net: xilinx: tsn: deliver endpoint RX frames to DSA user ports

[PATCH 0/4] ARM: allocate the cacheinfo early to fix the PREEMPT_RT boot warning
 2026-09-12 20:09 UTC  (6+ messages)
` [PATCH 1/4] ARM: cacheinfo: avoid out-of-bounds write in populate_cache_leaves()
` [PATCH 2/4] ARM: cacheinfo: count external caches in early_cache_level()
` [PATCH 3/4] ARM: cacheinfo: guard the CLIDR read in populate_cache_leaves()
` [PATCH 4/4] ARM: topology: allocate the cacheinfo early on the boot CPU

[PATCH] ring-buffer: Acquire the lock with irqsave in rb_wake_up_waiters()
 2026-09-11 17:17 UTC  (2+ messages)

[PATCH] drm/msm: split DPU core IRQ handler under CONFIG_PREEMPT_RT
 2026-09-11 12:44 UTC  (4+ messages)

[PATCH v10 0/8] fix several inconsistencies with sysfs configuration in etmX
 2026-09-11 11:52 UTC  (20+ messages)
` [PATCH v10 1/8] coresight: etm4x: fix inconsistencies with sysfs configuration
` [PATCH v10 2/8] coresight: etm3x: "
` [PATCH v10 3/8] coresight: etm3x: change drvdata->spinlock type to raw_spin_lock_t
` [PATCH v10 4/8] coresight: etm3x: remove redundant cpu online check on etm_enable_sysfs()
` [PATCH v10 5/8] coresight: etm4x: introduce struct etm4_caps
` [PATCH v10 6/8] coresight: etm4x: exclude ss_status from drvdata->config
` [PATCH v10 7/8] coresight: etm4x: remove s_ex_level from config
` [PATCH v10 8/8] coresight: etm3x: introduce struct etm_caps

[PATCH v4 0/6] rcu,srcu: Make call_rcu()/call_srcu() safe from any context
 2026-09-10  9:05 UTC  (9+ messages)
` [PATCH v4 1/6] rcu: Make call_rcu() safe to call "

[PATCH] fs/ntfs3: use d_instantiate_new() in ntfs_create_inode() and murder syzbot's "WARNING in do_new_mount" saga
 2026-09-10  7:22 UTC  (4+ messages)

[REGRESSION] stable-rt/v6.6-rt: (build)/tmp/kci/linux/include/linux/fortify-string.h:80:33: error: ‘__buil
 2026-09-09 22:59 UTC 

[PATCH v4 1/1] eventpoll: Replace rwlock with spinlock
 2026-09-09 12:49 UTC  (8+ messages)
` [QUESTION] Are these issues PREEMq:PT_RT-specific?
` [QUESTION] Are these issues PREEMPT_RT-specific?

[PATCH v2] ARM, ARM64, LONGARCH: Delay HW BP notification to task_work()
 2026-09-08 12:47 UTC  (16+ messages)

[PATCH v2] softirq: Preserve interrupt context during IRQ exit
 2026-09-05  2:32 UTC 

[PATCH] softirq: Preserve interrupt context during IRQ exit
 2026-09-04 16:45 UTC  (5+ messages)

[PATCH] mm/slab: disallow kfree_rcu_sheaf() on PREEMPT_RT again
 2026-09-04  9:57 UTC  (11+ messages)
` [PATCH] mm/slab: don't use "

[PATCH] cpuidle: psci: Assign domain callbacks to all CPU idle states
 2026-09-03 12:03 UTC  (5+ messages)

[PATCH v7 0/5] riscv: Add Ssqosid and initial CBQRI resctrl support
 2026-09-03  3:24 UTC  (8+ messages)
` [PATCH v7 1/5] riscv_cbqri: Add capacity controller probe and allocation device ops
` [PATCH v7 2/5] riscv_cbqri: resctrl: Add cache allocation via capacity block mask
` [PATCH v7 3/5] riscv: Enable resctrl filesystem for Ssqosid
` [PATCH v7 4/5] dt-bindings: riscv: Add binding for CBQRI controllers
` [PATCH v7 5/5] riscv_cbqri: Add CBQRI capacity allocation platform driver

[PATCH] mm/slab: don't use kfree_rcu sheaves on PREEMPT_RT in kvfree_call_rcu()
 2026-09-02 10:05 UTC  (13+ messages)
` [PATCH v2] "
    ` [PATCH v3] "
          ` [PATCH] mm/slab: don't use kfree_rcu_sheaf() on PREEMPT_RT again

[PATCH v2 0/6] kcov: Suppress timer and scheduler coverage leaks
 2026-09-02  9:48 UTC  (7+ messages)
` [PATCH v2 1/6] kcov: Use unsigned int for kcov_start() mode parameter
` [PATCH v2 2/6] kcov: Add a kcov_pause guard

[PATCH] mm/mmu_notifier: Remove non_block_start/end() from notifier invocation
 2026-09-01 23:05 UTC  (16+ messages)

[PATCH] drm/amd/display: fix usage of DC_FPU_{BEGIN,END} with PREEMPT_RT
 2026-09-01 14:01 UTC  (6+ messages)
` [PATCH v7.2-rc6] "

[RFC 00/10] Reclaimable kernel stacks
 2026-09-01 12:32 UTC  (31+ messages)
` [RFC 06/10] Reclaim memory from blocked "
` [RFC 08/10] Set PF_RECLAIMABLE_STACK in various places

[PATCH net-next v4 0/1] af_unix: Fix priority inversion issue
 2026-09-01  7:17 UTC  (2+ messages)

[PATCH v5] docs: real-time: mention the hrtimer sleeper HARD path
 2026-08-31 21:44 UTC  (3+ messages)
` [PATCH v6] "

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-08-30 23:09 UTC  (7+ 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).