public inbox for linux-rt-users@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-08-11 09:16:02 to 2025-10-25 00:11:11 UTC [more...]

stalld version v1.24.1 released
 2025-10-25  0:11 UTC 

[PATCH] Makefile: Make BPF compilation verbose
 2025-10-24 17:21 UTC 

[ANNOUNCE] 6.1.157-rt57
 2025-10-24 15:49 UTC 

[ANNOUNCE] v6.18-rc2-rt1
 2025-10-24 14:57 UTC 

[ANNOUNCE] v6.17.5-rt7
 2025-10-24 14:54 UTC 

[ANNOUNCE] 6.6.113-rt64
 2025-10-24 14:24 UTC 

[PATCH 01/12] sched_debug: Unify parsing methods for task_info
 2025-10-21 17:45 UTC  (25+ messages)
` [PATCH 02/12] sched_debug: Fix runqueue task parsing logic and state filtering
` [PATCH 03/12] sched_debug: Fix double-free crash in fill_waiting_task()
` [PATCH 04/12] stalld.c: remove noisy idle report and added report to should_skip_idle_cpus()
` [PATCH 05/12] stalld.c: initialize cpu_info->idle_time to be -1
` [PATCH 06/12] stalld.c: get rid of misleading print about DL-Server
` [PATCH 07/12] stalld.c: Add starvation logging in single-threaded log-only mode
` [PATCH 08/12] stalld: Add -N/--no_idle_detect flag to disable idle detection
` [PATCH 09/12] stalld: Add defensive checks in print_boosted_info
` [PATCH 10/12] Makefile: Add support for legacy kernels
` [PATCH 11/12] scripts: fix run-local if bashism
` [PATCH 12/12] Fix segfault in adaptive/aggressive modes

Realtime throttling and Real-Time group scheduling
 2025-10-21 14:43 UTC  (4+ messages)

[PATCH 0/3] stalld: Improve legacy kernel support and unify sched_debug parsing
 2025-10-21 13:04 UTC  (19+ messages)
` [PATCH 1/3] sched_debug: Unify parsing methods for task_info
` [PATCH 2/3] Makefile: Add support for legacy kernels
` [PATCH 3/3] scripts: fix run-local if bashism

[ANNOUNCE] 5.15.195-rt90
 2025-10-20 16:36 UTC 

[ANNOUNCE] 6.1.156-rt56
 2025-10-18  4:13 UTC 

[ANNOUNCE] 6.6.112-rt63
 2025-10-18  2:54 UTC 

[PATCH 00/12] stalld: sched_debug parser refactoring and stability fixes
 2025-10-17  3:15 UTC 

[PATCH 00/58] stalld: Comprehensive test framework with 21 functional tests
 2025-10-17  2:42 UTC 

[PATCH RESEND v1] rt-tests: hwlatdetect: Add field count to samples output
 2025-10-16 18:19 UTC 

[PATCH v1] rt-tests: cyclictest: Add MTBF calculation for latency spikes
 2025-10-16 11:58 UTC 

[PATCH v1] rt-tests: cyclictest: Extract check_and_report_clock_resolution() from main()
 2025-10-14  9:12 UTC 

[ANNOUNCE] 6.1.155-rt55
 2025-10-11 17:11 UTC 

[PATCH 1/4] python-linux-procfs: Remove import of range from six.moves
 2025-10-09 20:27 UTC  (4+ messages)
` [PATCH 2/4] python-linux-procfs: Modernize packaging and update authorship
` [PATCH 3/4] python-linux-procfs: Fix spelling mistakes in comments
` [PATCH 4/4] python-linux-procfs: Bump version to 0.7.4

[ANNOUNCE] v6.17.1-rt5
 2025-10-09 15:30 UTC 

[ANNOUNCE] 5.10.245-rt139
 2025-10-07 20:17 UTC 

[PATCH] tuna: Fix setting a realtime scheduling policy
 2025-10-07 16:55 UTC 

[PATCH] rteval: Introduce E2E tests with output checking
 2025-09-30 22:57 UTC  (7+ messages)

[PATCH] tuna: Remove broken testuna
 2025-09-26 20:17 UTC  (2+ messages)

[PATCH v2 0/8] Fix -Wunused-result warnings by checking return values
 2025-09-26 20:03 UTC  (20+ 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: "

[ANNOUNCE] 6.12.49-rt13
 2025-09-26 17:09 UTC 

[PATCH v3] ssdd: mitigate tracee starvation
 2025-09-26 17:16 UTC  (4+ messages)

Large(ish) variance induced by SCHED_FIFO
 2025-09-25 11:38 UTC  (30+ messages)
                    ` Unexplained variance in run-time of trivial program
                ` [EXT] Re: Large(ish) variance induced by SCHED_FIFO

[ANNOUNCE] 5.15.193-rt89
 2025-09-24 20:02 UTC 

Thematic Funds Letter Of Intent
 2025-09-23 23:54 UTC 

[PATCH] tuna: Add common virtual envs gitignores
 2025-09-22 15:50 UTC  (3+ messages)

[PATCH 00/10] rt-tests: Remove debugfs usage
 2025-09-19 18:55 UTC  (21+ messages)
` [PATCH 01/10] README: Drop "debug" from the tracing path
` [PATCH 02/10] rt-utils: Remove mount_debugfs()
` [PATCH 03/10] rt-utils: Rename get_debugfileprefix() and let it look for tracefs
` [PATCH 04/10] queuelat, rt-migrate-test: Use tracefs for tracing
` [PATCH 05/10] rt-utils: Remove fileprefix
` [PATCH 06/10] rt-utils: Simplify trace_file_exists()
` [PATCH 07/10] rt-utils: Decouple writting trace-marks with trace stopping
` [PATCH 08/10] sched_deadline: Use tracemark() from rt-utils instead cusstom implementation
` [PATCH 09/10] sched_deadline: Check the resulting size returned from snprintf()
` [PATCH 10/10] cyclicdeadline: Don't test for /sys/kernel/debug/sched_features

[PATCH] tuna: Proofreading fixes
 2025-09-18 18:18 UTC  (2+ messages)

[PATCH] tuna: replace match with if statements
 2025-09-18 18:15 UTC  (2+ messages)

[PATCH] tuna: Add -U and -K to the spread command
 2025-09-17 16:49 UTC 

[ANNOUNCE] 5.10.244-rt138
 2025-09-16 15:14 UTC 

[PATCH RESEND v2] ssdd: mitigate tracee starvation
 2025-09-15 14:54 UTC 

[ANNOUNCE] 6.6.106-rt61
 2025-09-12 21:39 UTC 

[PATCH] Remove "Save kthread tunings" and obsolete rtctl elements
 2025-09-12 20:21 UTC 

[ANNOUNCE] 5.10.243-rt137
 2025-09-12 14:32 UTC 

[ANNOUNCE] 6.1.151-rt54
 2025-09-11 15:25 UTC 

[ANNOUNCE] 6.6.104-rt60
 2025-09-10  2:59 UTC 

[ANNOUNCE] 5.10.242-rt136
 2025-09-10  0:16 UTC 

[ANNOUNCE] 5.15.191-rt88
 2025-09-08 18:21 UTC 

[PATCH v4 0/1] eventpoll: Fix priority inversion problem
 2025-09-05 13:52 UTC  (6+ messages)
` [PATCH v4 1/1] eventpoll: Replace rwlock with spinlock

[ANNOUNCE] 5.10.241-rt135
 2025-09-04 17:58 UTC 

[PATCH] tuna: Update tuna.desktop for cli change
 2025-09-04  5:37 UTC 

[ANNOUNCE] v6.17-rc4-rt3
 2025-09-03  8:25 UTC 

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 

[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  (11+ 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 

[BUG] usb: sleepable spinlock used in USB bh_worker softirq on PREEMPT_RT
 2025-08-11 15:40 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