linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-27 10:13:58 to 2021-05-07 17:07:33 UTC [more...]

[PATCH v3 0/2] rt-tests: cyclictest: Add option to specify main pid affinity
 2021-05-07 17:07 UTC  (3+ messages)
` [PATCH v3 1/2] cyclictest: Move main pid setaffinity handling into a function

[PATCH rt-tests v3 00/33] JSON cleanups and more tests updated
 2021-05-07 17:00 UTC  (67+ messages)
` [PATCH rt-tests v3 01/33] cyclictest: Remove unused include header
` [PATCH rt-tests v3 02/33] cyclicdeadline: "
` [PATCH rt-tests v3 03/33] signaltest: Add missing --output usage info
` [PATCH rt-tests v3 04/33] rt-util: Add rt_init function
` [PATCH rt-tests v3 05/33] cyclictest: Initialize rt-util
` [PATCH rt-tests v3 06/33] oslat: "
` [PATCH rt-tests v3 07/33] pmqtest: "
` [PATCH rt-tests v3 08/33] ptsematest: "
` [PATCH rt-tests v3 09/33] rt-migrate-test: "
` [PATCH rt-tests v3 10/33] cyclicdeadline: "
` [PATCH rt-tests v3 11/33] signaltest: "
` [PATCH rt-tests v3 12/33] sigwaittest: "
` [PATCH rt-tests v3 13/33] svematest: "
` [PATCH rt-tests v3 14/33] rt-util: Remove superfluous arguments from rt_write_json
` [PATCH rt-tests v3 15/33] rt-util: Introduce rt_test_start()
` [PATCH rt-tests v3 16/33] cyclictest: Record start of test execution
` [PATCH rt-tests v3 17/33] oslat: "
` [PATCH rt-tests v3 18/33] pmqtest: "
` [PATCH rt-tests v3 19/33] ptesematest: "
` [PATCH rt-tests v3 20/33] rt-migrate-test: "
` [PATCH rt-tests v3 21/33] cyclicdeadline: "
` [PATCH rt-tests v3 22/33] signaltest: "
` [PATCH rt-tests v3 23/33] sigwaittest: "
` [PATCH rt-tests v3 24/33] svsematest: "
` [PATCH rt-tests v3 25/33] rt-util: Add return_code to common section of JSON output
` [PATCH rt-tests v3 26/33] pip_stress: Move test result output to main
` [PATCH rt-tests v3 27/33] pip_stress: Return failure code if test fails
` [PATCH rt-tests v3 28/33] pip_stress: Prepare arg parser to accept only long options
` [PATCH rt-tests v3 29/33] pip_stress: Add JSON output feature
` [PATCH rt-tests v3 30/33] pi_stress: Prepare command line parser for long options only
` [PATCH rt-tests v3 31/33] pi_stress: Add JSON output feature
` [PATCH rt-tests v3 32/33] ssdd: Add quiet command line option
` [PATCH rt-tests v3 33/33] ssdd: Add JSON output feature

[PATCH] rt-tests: pi_stress: fix testing threads' smp affinity
 2021-05-07 16:01 UTC  (3+ messages)

[PATCH v2 0/3] newidle_balance() PREEMPT_RT latency mitigations
 2021-05-07 15:19 UTC  (16+ messages)
` [PATCH v2 1/3] sched/fair: Call newidle_balance() from balance_callback on PREEMPT_RT
` [PATCH v2 2/3] sched/fair: Enable interrupts when dropping lock in newidle_balance()
` [PATCH v2 3/3] sched/fair: break out of newidle balancing if an RT task appears

[ANNOUNCE] 5.10.30-rt37
 2021-05-03 20:39 UTC  (4+ messages)

[ANNOUNCE] 5.4.115-rt57
 2021-05-03 20:37 UTC 

[ANNOUNCE] 4.14.232-rt111
 2021-05-01  3:29 UTC 

[ANNOUNCE] 4.14.227-rt110
 2021-05-01  2:45 UTC 

[ANNOUNCE] 4.9.268-rt179
 2021-04-30  5:23 UTC 

[ANNOUNCE] 4.9.264-rt178
 2021-04-30  4:31 UTC 

[PATCH] 4.9.263-rt177: Balance local_irq_{disable,enable} in irq_forced_thread_fn
 2021-04-30  0:28 UTC  (4+ messages)

[ANNOUNCE] 4.19.189-rt78
 2021-04-28 16:14 UTC 

[RT PATCH] locking/rwsem-rt: Remove might_sleep() in __up_read()
 2021-04-26 18:16 UTC  (3+ messages)

[PATCH 0/9 v5] Use local_lock for pcp protection and reduce stat overhead
 2021-04-23  8:32 UTC  (14+ messages)
` [PATCH 1/9] mm/page_alloc: Split per cpu page lists and zone stats
` [PATCH 2/9] mm/page_alloc: Convert per-cpu list protection to local_lock
` [PATCH 3/9] mm/vmstat: Convert NUMA statistics to basic NUMA counters
` [PATCH 4/9] mm/vmstat: Inline NUMA event counter updates
` [PATCH 5/9] mm/page_alloc: Batch the accounting updates in the bulk allocator
` [PATCH 6/9] mm/page_alloc: Reduce duration that IRQs are disabled for VM counters
` [PATCH 7/9] mm/page_alloc: Explicitly acquire the zone lock in __free_pages_ok
` [PATCH 8/9] mm/page_alloc: Avoid conflating IRQs disabled with zone->lock
` [PATCH 9/9] mm/page_alloc: Update PGFREE outside the zone lock in __free_pages_ok

Blank screen after multiple reboots
 2021-04-22  4:04 UTC 

inotify watch not triggered with PREEMPT_RT=y on KVM
 2021-04-20 11:35 UTC 

[PATCH 00/10 v4] Use local_lock for pcp protection and reduce stat overhead
 2021-04-19 14:13 UTC  (11+ messages)
` [PATCH 01/10] mm/page_alloc: Split per cpu page lists and zone stats
` [PATCH 02/10] mm/page_alloc: Convert per-cpu list protection to local_lock
` [PATCH 03/10] mm/vmstat: Convert NUMA statistics to basic NUMA counters
` [PATCH 04/10] mm/vmstat: Inline NUMA event counter updates
` [PATCH 05/10] mm/page_alloc: Batch the accounting updates in the bulk allocator
` [PATCH 06/10] mm/page_alloc: Reduce duration that IRQs are disabled for VM counters
` [PATCH 07/10] mm/page_alloc: Explicitly acquire the zone lock in __free_pages_ok
` [PATCH 08/10] mm/page_alloc: Avoid conflating IRQs disabled with zone->lock
` [PATCH 09/10] mm/page_alloc: Update PGFREE outside the zone lock in __free_pages_ok
` [PATCH 10/10] mm/page_alloc: Embed per_cpu_pages locking within the per-cpu structure

[PATCH] kernel:irq:manage: request threaded irq with a specified priority
 2021-04-18 14:33 UTC  (6+ messages)

[ANNOUNCE] 4.4.267-rt221
 2021-04-18 13:05 UTC 

[ANNOUNCE] 5.4.109-rt56
 2021-04-17 19:45 UTC 

[ANNOUNCE] 4.19.188-rt77
 2021-04-16 21:37 UTC 

[PATCH 0/11 v3] Use local_lock for pcp protection and reduce stat overhead
 2021-04-15 15:29 UTC  (26+ messages)
` [PATCH 01/11] mm/page_alloc: Split per cpu page lists and zone stats
` [PATCH 02/11] mm/page_alloc: Convert per-cpu list protection to local_lock
` [PATCH 03/11] mm/vmstat: Convert NUMA statistics to basic NUMA counters
` [PATCH 04/11] mm/vmstat: Inline NUMA event counter updates
` [PATCH 05/11] mm/page_alloc: Batch the accounting updates in the bulk allocator
` [PATCH 06/11] mm/page_alloc: Reduce duration that IRQs are disabled for VM counters
` [PATCH 07/11] mm/page_alloc: Remove duplicate checks if migratetype should be isolated
` [PATCH 08/11] mm/page_alloc: Explicitly acquire the zone lock in __free_pages_ok
` [PATCH 09/11] mm/page_alloc: Avoid conflating IRQs disabled with zone->lock
` [PATCH 10/11] mm/page_alloc: Update PGFREE outside the zone lock in __free_pages_ok
` [PATCH 11/11] mm/page_alloc: Embed per_cpu_pages locking within the per-cpu structure

[PATCH 0/11 v2] Use local_lock for pcp protection and reduce stat overhead
 2021-04-15 10:06 UTC  (30+ messages)
` [PATCH 01/11] mm/page_alloc: Split per cpu page lists and zone stats
` [PATCH 02/11] mm/page_alloc: Convert per-cpu list protection to local_lock
` [PATCH 03/11] mm/memory_hotplug: Make unpopulated zones PCP structures unreachable during hot remove
` [PATCH 04/11] mm/vmstat: Convert NUMA statistics to basic NUMA counters
` [PATCH 05/11] mm/vmstat: Inline NUMA event counter updates
` [PATCH 06/11] mm/page_alloc: Batch the accounting updates in the bulk allocator
` [PATCH 07/11] mm/page_alloc: Reduce duration that IRQs are disabled for VM counters
` [PATCH 08/11] mm/page_alloc: Remove duplicate checks if migratetype should be isolated
` [PATCH 09/11] mm/page_alloc: Explicitly acquire the zone lock in __free_pages_ok
` [PATCH 10/11] mm/page_alloc: Avoid conflating IRQs disabled with zone->lock
` [PATCH 11/11] mm/page_alloc: Update PGFREE outside the zone lock in __free_pages_ok

[ANNOUNCE] 4.19.185-rt76
 2021-04-12 20:05 UTC 

rt-test not available for arm in buildroot
 2021-04-09 16:11 UTC 

[ANNOUNCE] 5.10.27-rt36
 2021-04-07 22:19 UTC 

[PATCH RT 0/2] Linux v5.4.109-rt56-rc1
 2021-04-07 18:48 UTC  (3+ messages)
` [PATCH RT 1/2] mm: slub: Don't resize the location tracking cache on PREEMPT_RT
` [PATCH RT 2/2] Linux 5.4.109-rt56-rc1

[PATCH v2 0/6] sched: support schedstats for RT sched class
 2021-04-06 10:41 UTC  (8+ messages)
` [PATCH v2 1/6] sched, fair: use __schedstat_set() in set_next_entity()
` [PATCH v2 2/6] sched: make struct sched_statistics independent of fair sched class
` [PATCH v2 3/6] sched: make schedstats helpers "
` [PATCH v2 4/6] sched: introduce task block time in schedstats
` [PATCH v2 5/6] sched, rt: support sched_stat_runtime tracepoint for RT sched class
` [PATCH v2 6/6] sched, rt: support schedstats "

[ANNOUNCE] 5.4.109-rt55
 2021-04-05 20:21 UTC 

[ANNOUNCE] 4.19.184-rt75
 2021-04-02 14:57 UTC 

[ANNOUNCE] 4.9.263-rt177
 2021-04-01  2:11 UTC 

Multi pthreaded RT application - mlock doubt
 2021-04-01  2:06 UTC 

[RFC PATCH 0/6] Use local_lock for pcp protection and reduce stat overhead
 2021-03-31 20:42 UTC  (17+ messages)
` [PATCH 1/6] mm/page_alloc: Split per cpu page lists and zone stats
` [PATCH 2/6] mm/page_alloc: Convert per-cpu list protection to local_lock
` [PATCH 3/6] mm/vmstat: Convert NUMA statistics to basic NUMA counters
` [PATCH 4/6] mm/vmstat: Inline NUMA event counter updates
` [PATCH 5/6] mm/page_alloc: Batch the accounting updates in the bulk allocator
` [PATCH 6/6] mm/page_alloc: Reduce duration that IRQs are disabled for VM counters

[PATCH v2] rt: cpufreq: Fix cpu hotplug hang
 2021-03-30  5:24 UTC  (3+ messages)

rt-tests: cyclictest: Add option to specify main pid affinity
 2021-03-29 14:37 UTC  (5+ messages)

[PATCH v2] rt-tests: pi_stress: fix testing threads' smp affinity
 2021-03-29  3:00 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).