linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-20 18:39:37 to 2021-05-07 16:01:42 UTC [more...]

[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  (6+ messages)

[PATCH v2] rt-tests: pi_stress: fix testing threads' smp affinity
 2021-03-29  3:00 UTC 

[RT v5.12-rc3-rt3] __call_rcu with KASAN causes invalid sleeping function call
 2021-03-27  5:03 UTC  (2+ messages)

[PATCH v3 0/2] rt-tests: cyclictest: Add option to specify main pid affinity
 2021-03-25 20:18 UTC  (3+ messages)
` [PATCH v3 1/2] cyclictest: Move main pid setaffinity handling into a function
` [PATCH v3 2/2] cyclictest: Add --mainaffinity=[CPUSET] option

Application of standard kernel patch and then RT patch with Petalinux
 2021-03-25 12:54 UTC  (2+ messages)

[ANNOUNCE] v5.12-rc3-rt3
 2021-03-25 10:25 UTC  (5+ messages)

"printk: move console printing to kthreads" breaks NFS boot on i.MX8
 2021-03-25  9:15 UTC  (2+ messages)

[ANNOUNCE] 5.10.25-rt35
 2021-03-24 16:51 UTC 

[ANNOUNCE] 4.19.182-rt74
 2021-03-23 21:09 UTC 

[ANNOUNCE] 5.4.106-rt54
 2021-03-23 17:29 UTC 

[PATCH] rt: cpufreq: Fix cpu hotplug hang
 2021-03-23  7:00 UTC  (6+ messages)

[ANNOUNCE] 4.14.226-rt109
 2021-03-22 16:07 UTC 

[PATCH rt-tests v3 00/33] JSON cleanups and more tests updated
 2021-03-22 15:50 UTC  (9+ messages)
` [PATCH rt-tests v3 23/33] sigwaittest: Record start of test execution
` [PATCH rt-tests v3 24/33] svsematest: "
` [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 32/33] ssdd: Add quiet command line option
` [PATCH rt-tests v3 33/33] ssdd: Add JSON output feature

[ANNOUNCE] 4.9.260-rt174
 2021-03-22  4:14 UTC 

[ANNOUNCE] 4.9.258-rt172
 2021-03-22  2:50 UTC 

[ANNOUNCE] 4.9.257-rt171
 2021-03-21 21:51 UTC 

[ANNOUNCE] 4.4.262-rt219
 2021-03-20 16:25 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).