linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
RFC: Replacing rtctl style profile files with JSON
 2025-09-03  1:06 UTC 

[PATCH V2] ssdd: mitigate tracee starvation
 2025-08-27 17:33 UTC 

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

[PATCH v2 0/8] Fix -Wunused-result warnings by checking return values
 2025-08-23 12:40 UTC  (11+ messages)
` [PATCH v2 1/8] rt-utils.c: Check return values of write()
` [PATCH v2 2/8] pmqtest.c: Check return values of write() and ftruncate()
` [PATCH v2 3/8] ptsematest.c: "
` [PATCH v2 4/8] rt-migrate-test.c: "
` [PATCH v2 5/8] cyclicdeadline.c: "
` [PATCH v2 6/8] deadline_test.c: "
` [PATCH v2 7/8] sigwaittest.c: "
` [PATCH v2 8/8] svsematest.c: "

[PATCH] tuna: replace match with if statements
 2025-08-22  2:43 UTC 

[ANNOUNCE] 6.12.43-rt12
 2025-08-21 19:25 UTC 

[PATCH] ssdd: mitigate tracee starvation
 2025-08-20 20:53 UTC  (3+ messages)

[BUG] usbip: vhci: Sleeping function called from invalid context in vhci_urb_enqueue on PREEMPT_RT
 2025-08-20 20:53 UTC  (12+ messages)

Realtime threads delayed due to kcompactd0
 2025-08-20 14:29 UTC  (15+ messages)

[BUG] usb: gadget: dummy_hcd: Sleeping function called from invalid context in dummy_dequeue on PREEMPT_RT
 2025-08-19 10:21 UTC  (4+ messages)

rt-tests release tarball location
 2025-08-18 19:24 UTC  (9+ messages)

[ANNOUNCE] 6.6.101-rt59
 2025-08-15 21:50 UTC 

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

[PATCH] tuna: Add common virtual envs gitignores
 2025-08-13 20:08 UTC 

[BUG] usb: sleepable spinlock used in USB bh_worker softirq on PREEMPT_RT
 2025-08-11 15:40 UTC  (3+ messages)

[ANNOUNCE] 5.4.296-rt100
 2025-08-08 20:51 UTC 

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

[ANNOUNCE] 5.10.240-rt134
 2025-08-06 17:36 UTC 

[PATCH 1/3] tuna: Fix show_threads -t and show_irqs -q
 2025-07-25 18:59 UTC  (3+ messages)
` [PATCH 2/3] tuna: Fix run command failing to apply BATCH policy
` [PATCH 3/3] tuna: Add -U and -K to the move command

[PATCH 0/8] Fix -Wunused-result warnings by checking return values
 2025-07-25 18:20 UTC  (15+ messages)
` [PATCH 1/8] rt-utils.c: Suppress warning
` [PATCH 2/8] pmqtest.c: "
` [PATCH 3/8] ptsematest.c: "
` [PATCH 4/8] rt-migrate-test.c: "
` [PATCH 5/8] cyclicdeadline.c: "
` [PATCH 6/8] deadline_test.c: "
` [PATCH 7/8] sigwaittest.c: "
` [PATCH 8/8] svsematest.c: "

[PATCH] tuna: Add Pyright helper
 2025-07-25 17:54 UTC  (2+ messages)

[PATCH] tuna: Update man page with cpu_power command
 2025-07-25 17:53 UTC  (2+ messages)

[PATCH] rteval: Introduce E2E tests with output checking
 2025-07-25  9:02 UTC 

[PATCH v1 00/28] rt-tests: Rework cyclictest manpage
 2025-07-25  8:13 UTC  (63+ messages)
` [PATCH v1 02/28] cyclictest.8: Synopsis: Remove -U
` [PATCH v1 04/28] cyclictest.8: Synopsis: Remove -y
` [PATCH v1 05/28] cyclictest.8: Synopsis: Remove -h flag
` [PATCH v1 06/28] cyclictest.8: Standardize --verbose paragraph formatting
` [PATCH v1 07/28] cyclictest.8: Remove left-over comments
` [PATCH v1 08/28] cyclictest.8: Align source file to 75 columns
` [PATCH v1 09/28] cyclictest.8: Separate source sections
` [PATCH v1 10/28] cyclictest.8: Capitalize section headers
` [PATCH v1 11/28] cyclictest.8: Synopsis: Fix parameters list rendering
` [PATCH v1 12/28] cyclictest.8: Rework the Synopsis blurb
` [PATCH v1 13/28] cyclictest.8: Synopsis: Distinguish --help mode
` [PATCH v1 14/28] cyclictest.8: Group system-altering options
` [PATCH v1 15/28] cyclictest.8: Group sleep-mechanism (clock) options
` [PATCH v1 16/28] cyclictest.8: Group thread wakeup timing options
` [PATCH v1 17/28] cyclictest.8: Group SMP-related options
` [PATCH v1 18/28] cyclictest.8: Group memory options
` [PATCH v1 19/28] cyclictest.8: Group thread priority options
` [PATCH v1 20/28] cyclictest.8: Group tracing options
` [PATCH v1 21/28] cyclictest.8: Group test duration options
` [PATCH v1 22/28] cyclictest.8: Group output options
` [PATCH v1 23/28] cyclictest.8: Group x86 options
` [PATCH v1 24/28] cyclictest.8: System options: Deprecate --laptop
` [PATCH v1 25/28] cyclictest.8: Options: Expand --default-system description
` [PATCH v1 26/28] cyclictest.8: Options: Reference clock_getres(2)
` [PATCH v1 27/28] cyclictest.8: Add example invocation
` [PATCH v1 28/28] cyclictest.8: Reference rtla-timerlat(1)

[ANNOUNCE] 6.1.146-rt53
 2025-07-22 18:13 UTC 

[ANNOUNCE] 6.6.99-rt58
 2025-07-21 21:49 UTC 

[ANNOUNCE] 6.12.39-rt11
 2025-07-21 18:15 UTC 

[ANNOUNCE] 5.15.189-rt87
 2025-07-18 15:33 UTC 

[PATCH v3] eventpoll: Fix priority inversion problem
 2025-07-15 10:08 UTC  (24+ messages)

[PATCH] cpuidle: psci: Fix cpuhotplug routine with PREEMPT_RT=y
 2025-07-14 11:12 UTC  (5+ messages)

[ANNOUNCE] 6.6.97-rt57
 2025-07-13 18:21 UTC 

PREEMPT_RT vs i915
 2025-07-11 12:35 UTC  (20+ messages)
              ` block: lockdep splat with RT config v6.15+

question about semantics of RT mutexes and RT throttling
 2025-07-08  7:34 UTC  (2+ messages)

[ANNOUNCE] 5.10.239-rt133
 2025-07-04 16:28 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).