Linux-rt-users archive mirror
 help / color / mirror / Atom feed
[PATCH v2 1/3] rteval: Introduce E2E tests with output checking
 2025-11-11  7:53 UTC  (8+ messages)
` [PATCH v2 2/3] rteval: Move unittest.py to tests/
` [PATCH v2 3/3] rteval: Add README-tests

[stalld v2 0/6] Improve Makefile portability and debugging
 2025-11-11  0:30 UTC  (14+ messages)
` [stalld v2 1/6] Makefile: Conditionally add -mno-omit-leaf-frame-pointer
` [stalld v2 2/6] Makefile: Improve compiler flag detection for -fcf-protection
` [stalld v2 3/6] Makefile: Explicitly run the 'test' target in the tests directory
` [stalld v2 4/6] Makefile: Remove redundant GCC version check
` [stalld v2 5/6] Makefile: Print BPF tool versions for debugging
` [stalld v2 6/6] gitignore: Exclude Serena and Claude Code metadata

[ANNOUNCE] 6.1.158-rt58
 2025-11-10 23:07 UTC 

[ANNOUNCE] 6.12.57-rt14
 2025-11-10 17:49 UTC 

[ANNOUNCE] tuna v0.20
 2025-11-07 18:57 UTC  (24+ messages)
` [PATCH 01/23] Add SPDX license identifiers
` [PATCH 02/23] tuna: Remove spec file from git
` [PATCH 03/23] tuna: Don't start the gui if a display is not available
` [PATCH 04/23] tuna: Fix string syntax warnings with raw strings
` [PATCH 05/23] tuna: Fix help.py syntax warnings
` [PATCH 06/23] tuna: help.py
` [PATCH 07/23] tuna: extract common cpu and nics determination code into a utils.py file
` [PATCH 08/23] tuna: Add idle_state control functionality
` [PATCH 09/23] tuna: utils: A few tweaks
` [PATCH 10/23] tuna: Add Pyright helper
` [PATCH 11/23] tuna: Update man page with cpu_power command
` [PATCH 12/23] tuna: Fix show_threads -t and show_irqs -q
` [PATCH 13/23] tuna: Fix run command failing to apply BATCH policy
` [PATCH 14/23] tuna: Add -U and -K to the move command
` [PATCH 15/23] tuna: Add -U and -K to the spread command
` [PATCH 16/23] tuna: replace match with if statements
` [PATCH 17/23] tuna: Proofreading fixes
` [PATCH 18/23] tuna: Remove broken testuna
` [PATCH 19/23] tuna: Fix setting a realtime scheduling policy
` [PATCH 20/23] tuna: Update setup.py with co-author and metadata improvements
` [PATCH 21/23] tuna: Add pyproject.toml for modern Python packaging
` [PATCH 22/23] tuna: Update version to 0.20
` [PATCH 23/23] tuna: Fix pyproject.toml build issues

[PATCH 00/12] rteval updates
 2025-11-07 18:26 UTC  (13+ messages)
` [PATCH 01/12] rteval: Fix spelling of 'occurrences' in measurement modules
` [PATCH 02/12] rteval: Fix typo in comment
` [PATCH 03/12] rteval: Remove unused function remove_offline
` [PATCH 04/12] rteval: timerlat: Fix typo in log message
` [PATCH 05/12] rteval: cyclictest: Fix typo in comment
` [PATCH 06/12] rteval: rtevalConfig: Remove redundant 'is True' comparison
` [PATCH 07/12] rteval: Clean up MANIFEST.in and fix newnet.py copyright header
` [PATCH 08/12] rteval: Add pyproject.toml for modern Python packaging
` [PATCH 09/12] rteval: Improve argparse implementation and remove manual sys.argv parsing
` [PATCH 10/12] rteval: timerlat: Add dma_latency option with default value of 0
` [PATCH 11/12] rteval: Add --measurement-module command-line argument
` [PATCH 12/12] rteval: Add unit tests for --measurement-module argument

[PATCH 0/3] Improve Makefile robustness and explicitness
 2025-11-07 16:41 UTC  (5+ messages)
` [PATCH 1/3] Makefile: Conditionally add -mno-omit-leaf-frame-pointer
` [PATCH 2/3] Makefile: Improve compiler flag detection for -fcf-protection
` [PATCH 3/3] Makefile: Explicitly run the 'test' target in the tests directory

stalld version v1.25.1 released
 2025-11-06 22:35 UTC 

[ANNOUNCE] 5.10.246-rt140
 2025-11-06 11:32 UTC 

Control of IRQ Affinities from Userspace
 2025-11-05 13:18 UTC  (5+ messages)

[PATCH] bpf: Add BPF CO-RE compatibility for older kernels
 2025-11-04 19:57 UTC  (2+ messages)

[PATCH] README: remove reference to -n in cyclictest examples
 2025-11-04 13:59 UTC 

[PATCH] rteval: Introduce E2E tests with output checking
 2025-11-04 12:57 UTC  (8+ messages)

[PATCH] Makefile: Make BPF compilation verbose
 2025-11-03 20:56 UTC  (4+ messages)

[ANNOUNCE] v6.18-rc4-rt3
 2025-11-03 14:56 UTC 

[ANNOUNCE] 6.6.116-rt66
 2025-11-02 19:18 UTC 

[ANNOUNCE] 5.4.300-rt102
 2025-10-31 20:09 UTC 

[ANNOUNCE] 6.6.114-rt65
 2025-10-25 19:40 UTC 

stalld version v1.24.1 released
 2025-10-25  0:11 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] 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  (17+ 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  (14+ messages)
` Unexplained variance in run-time of trivial program

[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 


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 read-only IMAP folder(s) and NNTP newsgroup(s).