linux-rt-devel.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
[PATCH 0/7] netpoll: Untangle netpoll and netconsole
 2025-09-03  0:09 UTC  (17+ messages)
` [PATCH 1/7] netconsole: Split UDP message building and sending operations
` [PATCH 2/7] netpoll: move prepare skb functions to netconsole
` [PATCH 3/7] netpoll: Move netpoll_cleanup implementation "
` [PATCH 4/7] netpoll: Export zap_completion_queue
` [PATCH 5/7] netpoll: Move SKBs pool to netconsole side
` [PATCH 6/7] netpoll: Move find_skb() to netconsole and make it static
` [PATCH 7/7] netpoll: Flush skb_pool as part of netconsole cleanup

[PATCH] PCI/AER: Use IRQF_NO_THREAD on aer_irq
 2025-09-02 22:44 UTC 

[PATCH v2 0/3] Allow to drop the softirq-BKL lock on PREEMPT_RT
 2025-09-02 15:56 UTC  (8+ messages)
` [PATCH v2 1/3] workqueue: Provide a handshake for canceling BH workers
` [PATCH v2 2/3] softirq: Provide a handshake for canceling tasklets via polling
` [PATCH v2 3/3] softirq: Allow to drop the softirq-BKL lock on PREEMPT_RT

(Re)boot hangs and refcount errors on next-20250829
 2025-08-31 15:39 UTC  (3+ messages)

[BUG] mm/slub: Contention caused by kmem_cache_node->list_lock on PREEMPT_RT
 2025-08-31  4:00 UTC  (2+ messages)

[PATCH] softirq: Provide a handshake for canceling tasklets via polling on PREEMPT_RT
 2025-08-29 19:34 UTC  (20+ messages)

Real-time and pthread_cond_*() API
 2025-08-29 14:56 UTC 

commit 4ca04daa23305 fails to compile with PREEMPT_RT=y
 2025-08-28 10:46 UTC 

[PATCH] sched: Fix race in rt_mutex_pre_schedule by removing non-atomic fetch_and_set
 2025-08-27  8:17 UTC  (4+ messages)

[WIP] coccinelle: rt: Add coccicheck on sleep in atomic context on PREEMPT_RT
 2025-08-26 11:19 UTC  (2+ messages)

[PATCH v4 0/1] eventpoll: Fix priority inversion problem
 2025-08-26  8:43 UTC  (3+ messages)
` [PATCH v4 1/1] eventpoll: Replace rwlock with spinlock

[RESEND PATCH] sched: restore the behavior of put_task_struct() for non-rt
 2025-08-25 13:50 UTC 

[PATCH] printk: Fix panic log flush to serial console during kdump in PREEMPT_RT kernels
 2025-08-25  3:02 UTC  (4+ messages)
  ` [PATCH] drivers: example: fix memory leak

[PATCH v2 0/3] Documentation: Add real-time bits
 2025-08-22  7:08 UTC  (13+ messages)
` [PATCH v2 1/3] Documentation: seqlock: Add a SPDX license identifier
` [PATCH v2 2/3] Documentation: locking: Add local_lock_nested_bh() to locktypes
` [PATCH v2 3/3] Documentation: Add real-time to core-api

[PATCH] sched/cgroup: Lock optimize for cgroup cpu throttle
 2025-08-20  8:04 UTC 

[PATCH nft-testing v3 0/2] netfilter: nft_set_pipapo: Use nested-BH locking for nft_pipapo_scratch
 2025-08-19 14:47 UTC  (4+ messages)
` [PATCH nft-testing v3 1/2] netfilter: nft_set_pipapo*: Move FPU handling to pipapo_get_avx2()
` [PATCH nft-testing v3 2/2] netfilter: nft_set_pipapo: Use nested-BH locking for nft_pipapo_scratch

[PATCH] sched/cgroup: Lock optimize for cgroup cpu throttle
 2025-08-19 13:06 UTC  (2+ messages)

[PATCH] sched/cgroup: Lock optimize for cgroup cpu throttle
 2025-08-19 11:28 UTC  (2+ messages)

[RFC] mac80211: Potential sleep in atomic context in __ieee80211_wake_txqs
 2025-08-19 10:10 UTC  (2+ messages)

[RFC] net: inet: Potential sleep in atomic context in inet_twsk_hashdance_schedule on PREEMPT_RT
 2025-08-19 10:07 UTC  (3+ messages)

Call for Speakers: Join us at the Scheduler and Real-Time Microconference at LPC2025!
 2025-08-18 18:31 UTC 

[PATCH] md/raid5-ppl: Fix invalid context sleep in ppl_io_unit_finished() on PREEMPT_RT
 2025-08-18 15:56 UTC  (4+ messages)

[PATCH nf-next v2 0/3] netfilter: nft_set_pipapo: Use nested-BH locking for nft_pipapo_scratch
 2025-08-18  9:56 UTC  (9+ messages)
` [PATCH nf-next v2 1/3] netfilter: nft_set_pipapo: Store real pointer, adjust later
` [PATCH nf-next v2 2/3] netfilter: nft_set_pipapo_avx2: Drop the comment regarding protection
` [PATCH nf-next v2 3/3] netfilter: nft_set_pipapo: Use nested-BH locking for nft_pipapo_scratch

[PATCH nf-next 0/3] netfilter: nft_set_pipapo: Use nested-BH locking for nft_pipapo_scratch
 2025-08-15 15:28 UTC  (3+ messages)

[ANNOUNCE] v6.17-rc1-rt1
 2025-08-15 13:57 UTC 

[PATCH 0/3] Documentation: Add real-time bits
 2025-08-15  9:20 UTC  (7+ messages)
` [PATCH 2/3] Documentation: locking: Add local_lock_nested_bh() to locktypes
` [PATCH 3/3] Documentation: Add real-time

[BUG] arm64: Sleeping function called from invalid context in do_debug_exception on PREEMPT_RT
 2025-08-13 11:43 UTC  (6+ messages)

[BUG] gfs2: sleeping lock in gfs2_quota_init() with preempt disabled on PREEMPT_RT
 2025-08-12 10:38 UTC  (2+ messages)

[PATCH] sched/cgroup: Lock optimize for cgroup cpu throttle
 2025-08-11 14:18 UTC  (3+ messages)

[PATCH v6] sched: do not call __put_task_struct() on rt if pi_blocked_on is set
 2025-08-11 12:27 UTC  (13+ messages)

[RESEND PATCH] sched: restore the behavior of put_task_struct() for non-rt
 2025-08-11 12:15 UTC  (6+ messages)

[PATCH] kcov, usb: Fix invalid context sleep in softirq path on PREEMPT_RT
 2025-08-11  8:31 UTC  (9+ messages)

[PATCH] kcov, usb: Don't disable interrupts in kcov_remote_start_usb_softirq()
 2025-08-11  8:27 UTC 

[PATCH] sched/fair: Make the BW replenish timer expire in hardirq context for PREEMPT_RT
 2025-08-09 17:39 UTC 

loading amd-pstate-ut kernel module crashes with PREEMPT_RT
 2025-08-08 10:50 UTC  (5+ messages)

[ANNOUNCE] v6.16-rt3
 2025-08-08  8:51 UTC 

[PATCH v3 0/4] kcov, usb: Fix invalid context sleep in softirq path on PREEMPT_RT
 2025-08-05 15:41 UTC  (11+ messages)
` [PATCH 1/4] kcov: Use raw_spinlock_t for kcov->lock and kcov_remote_lock
` [PATCH 2/4] kcov: Replace per-CPU local_lock with local_irq_save/restore
` [PATCH 3/4] kcov: Separate KCOV_REMOTE_ENABLE ioctl helper function
` [PATCH 4/4] kcov: move remote handle allocation outside raw spinlock

[PATCH v2] kcov, usb: Fix invalid context sleep in softirq path on PREEMPT_RT
 2025-08-02 22:01 UTC  (4+ messages)

sched: restore the behavior of put_task_struct() for non-rt
 2025-08-01 12:24 UTC 

[PATCH] accel/ivpu: Remove lockdep_assert_irqs_disabled()
 2025-07-22  8:28 UTC  (3+ messages)

[RFC PATCH 1/2] rcu: Add rcu_read_lock_notrace()
 2025-07-19  0:28 UTC  (34+ messages)
                    ` [PATCH RFC 6/4] srcu: Add guards for SRCU-fast readers

[PATCH 0/2] x86 AEGIS fixes
 2025-07-18 11:11 UTC  (2+ messages)

[PATCH] cryptd: Use nested-BH locking for cryptd_cpu_queue
 2025-07-18 10:57 UTC  (2+ messages)

[PATCH v12 15/15] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
 2025-07-17 19:15 UTC 

[PATCH v11 14/14] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
 2025-07-17 18:38 UTC 


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).