linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-01 06:32:20 to 2021-08-11 15:16:37 UTC [more...]

[SPLAT 1/3] arm_pmu: Sleeping spinlocks down armpmu_alloc_atomic()
 2021-08-11 15:14 UTC  (12+ messages)
` [SPLAT 2/3] irqchip/gic-v3-its: Sleeping spinlocks down gic_reserve_range()
` [SPLAT 3/3] gpio: dwapb: Sleeping spinlocks down IRQ mapping

[PATCH v2] cpu_pm: Make notifier chain use a raw spinlock
 2021-08-11 13:52 UTC  (2+ messages)

Capacity Aware Scheduling
 2021-08-10 21:05 UTC 

[PATCH 0/9] libtracefs: APIs to read a trace event hist file
 2021-08-10 20:48 UTC  (10+ messages)
` [PATCH 1/9] tracefs: Add API tracefs_hist_data_parse()
` [PATCH 2/9] libtracefs: Parse comment for hist data information
` [PATCH 3/9] libtracefs: Change hist_data_key type to flags
` [PATCH 4/9] libtracefs: Add API tracefs_hist_data_read()
` [PATCH 5/9] libtracefs: Add API tracefs_list_dup()
` [PATCH 6/9] libtracefs: Add APIs tracefs_hist_data_keys/value_names()
` [PATCH 7/9] libtracefs: Add API tracefs_hist_data_keys/values() and next_bucket()
` [PATCH 8/9] libtracefs: Have tracefs_hist_bucket_key flags save the type
` [PATCH 9/9] libtracefs: Add man pages for tracefs_hist_data functions

[PATCH v2 0/2] rcu: Make rcu_normal_after_boot writable again
 2021-08-10 18:41 UTC  (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] rcu: Make rcu update module parameters world-readable

[ANNOUNCE] v5.14-rc5-rt8
 2021-08-10 16:37 UTC 

[PATCH] usb: chipidea: fix RT issue for udc
 2021-08-10 16:35 UTC  (2+ messages)

[ANNOUNCE] v5.14-rc4-rt4
 2021-08-10 15:22 UTC  (30+ messages)
                                    ` [PATCH] io-wq: remove GFP_ATOMIC allocation off schedule out path

[PATCH v2 0/4] rcu, arm64: PREEMPT_RT fixlets
 2021-08-10 13:04 UTC  (11+ messages)
` [PATCH v2 1/4] rcutorture: Don't disable softirqs with preemption disabled when PREEMPT_RT
` [PATCH v2 2/4] sched: Introduce is_pcpu_safe()
` [PATCH v2 3/4] rcu/nocb: Protect NOCB state via local_lock() under PREEMPT_RT
` [PATCH v2 4/4] arm64: mm: Make arch_faults_on_old_pte() check for migratability

hyperthreading and RT latency
 2021-08-10  7:43 UTC  (6+ messages)
` AW: "

[PATCH] rcu: Make rcu_normal_after_boot writable on RT
 2021-08-09  8:37 UTC  (7+ messages)

Chipidea USB device goes infinite loop due to interrupt while hw_ep_prime
 2021-08-09  6:31 UTC  (4+ messages)

[PATCH] MIPS: simplify copy_user_high_page for MIPS64 w/o cache alias
 2021-08-07  8:04 UTC 

[PATCH RT 0/2] Linux 5.10.56-rt49-rc1
 2021-08-06 22:47 UTC  (3+ messages)
` [PATCH RT 1/2] printk: Enhance the condition check of msleep in pr_flush()
` [PATCH RT 2/2] Linux 5.10.56-rt49-rc1

[ANNOUNCE] 5.10.56-rt48
 2021-08-06 22:06 UTC 

[PREEMPT_RT][PATCH] printk: Enhance the condition check of msleep in pr_flush()
 2021-08-06 18:34 UTC  (12+ messages)

possibility to gracefuly stop hwlatdetect when it is runinng in a background
 2021-08-06 14:01 UTC 

[PATCH 0/1 v2] Protect vmstats on PREEMPT_RT
 2021-08-06 12:38 UTC  (6+ messages)
` [PATCH 1/1] mm/vmstat: Protect per cpu variables with preempt disable on RT

[rteval PATCH] rteval: stressng.py: Fix arguments for Popen
 2021-08-06  8:46 UTC 

[rteval PATCH] rteval: stressng.py: Fix argument passing to Popen
 2021-08-06  8:45 UTC  (4+ messages)

[PATCH 0/2] Protect vmstats on PREEMPT_RT
 2021-08-05 18:47 UTC  (10+ messages)
` [PATCH 2/2] mm/vmstat: Protect per cpu variables with preempt disable on RT

[PATCH 0/2] rcutorture: Some PREEMPT_RT fixlets
 2021-08-05 16:10 UTC  (11+ messages)
` [PATCH 1/2] rcutorture: Don't disable softirqs with preemption disabled when PREEMPT_RT
` [PATCH 2/2] rcutorture: Nudge ksoftirqd priority for RCU boost testing

[ANNOUNCE] v5.14-rc4-rt6
 2021-08-05 11:48 UTC 

[ANNOUNCE] v5.14-rc4-rt5
 2021-08-05  9:06 UTC  (6+ messages)

[PATCH] io-wq: remove GFP_ATOMIC allocation off schedule out path
 2021-08-04 15:39 UTC  (2+ messages)

[PATCH v2 00/21] libtracefs: Introducing tracefs_sql() to create synthetice events with an SQL line
 2021-08-04 13:23 UTC  (26+ messages)
` [PATCH v2 01/21] libtracefs: Added new API tracefs_sql()
` [PATCH v2 02/21] tracefs: Add unit tests for tracefs_sql()
` [PATCH v2 03/21] libtracefs: Add comparing start and end fields in tracefs_sql()
` [PATCH v2 04/21] libtracefs: Add unit test to test tracefs_sql() compare
` [PATCH v2 05/21] libtracefs: Add filtering for start and end events in tracefs_sql()
` [PATCH v2 06/21] libtracefs: Add unit test to test tracefs_sql() where clause
` [PATCH v2 07/21] libtracefs: Make sqlhist parser reentrant
` [PATCH v2 08/21] libtracefs: Make parser unique to libtracefs
` [PATCH v2 09/21] libtracefs: Add line number and index to expr structure
` [PATCH v2 10/21] libtracefs: Add error message when match fields are not FROM and JOIN events
` [PATCH v2 11/21] libtracefs: Add error message when match or init fails from bad events
` [PATCH v2 12/21] libtracefs; Add error message for bad selections to SQL sequence
` [PATCH v2 13/21] libtracefs: Add error message when compare fields fail
` [PATCH v2 14/21] libtracefs: Add error message for grouping events in SQL filter
` [PATCH v2 15/21] libtracefs: Add error message for bad filters in SQL statement
` [PATCH v2 16/21] libtracefs: Add error message when calculation has no label
` [PATCH v2 17/21] libtracefs: Add man page for tracefs_sql()
` [PATCH v2 18/21] libtracefs: Allow for simple SQL statements to create a histogram
` [PATCH v2 19/21] libtracefs: Allow trace_sql() to take keywords for fields with backslash
` [PATCH v2 20/21] libtracefs: Add CAST() syntax to SQL parsing for histogram types
` [PATCH v2 21/21] libtracefs: Add CAST(x AS _COUNTER_) syntax to create values in histograms

[PATCH 00/17] libtracefs: Introducing tracefs_sql() to create synthetice events with an SQL line
 2021-08-04 12:27 UTC  (10+ messages)
` [PATCH 01/17] libtracefs: Added new API tracefs_sql()
` [PATCH 17/17] libtracefs: Add man page for tracefs_sql()

[PATCH v3 00/22] libtracefs: Introducing tracefs_sql() to create synthetice events with an SQL line
 2021-08-03 17:06 UTC  (23+ messages)
` [PATCH v3 01/22] libtracefs: Added new API tracefs_sql()
` [PATCH v3 02/22] tracefs: Add unit tests for tracefs_sql()
` [PATCH v3 03/22] libtracefs: Add comparing start and end fields in tracefs_sql()
` [PATCH v3 04/22] libtracefs: Add unit test to test tracefs_sql() compare
` [PATCH v3 05/22] libtracefs: Add filtering for start and end events in tracefs_sql()
` [PATCH v3 06/22] libtracefs: Add unit test to test tracefs_sql() where clause
` [PATCH v3 07/22] libtracefs: Make sqlhist parser reentrant
` [PATCH v3 08/22] libtracefs: Make parser unique to libtracefs
` [PATCH v3 09/22] libtracefs: Add line number and index to expr structure
` [PATCH v3 10/22] libtracefs: Add error message when match fields are not FROM and JOIN events
` [PATCH v3 11/22] libtracefs: Add error message when match or init fails from bad events
` [PATCH v3 12/22] libtracefs; Add error message for bad selections to SQL sequence
` [PATCH v3 13/22] libtracefs: Add error message when compare fields fail
` [PATCH v3 14/22] libtracefs: Add error message for grouping events in SQL filter
` [PATCH v3 15/22] libtracefs: Add error message for bad filters in SQL statement
` [PATCH v3 16/22] libtracefs: Add error message when calculation has no label
` [PATCH v3 17/22] libtracefs: Add man page for tracefs_sql()
` [PATCH v3 18/22] libtracefs: Add Makefile rule to create sqlhist
` [PATCH v3 19/22] libtracefs: Allow for simple SQL statements to create a histogram
` [PATCH v3 20/22] libtracefs: Allow trace_sql() to take keywords for fields with backslash
` [PATCH v3 21/22] libtracefs: Add CAST() syntax to SQL parsing for histogram types
` [PATCH v3 22/22] libtracefs: Add CAST(x AS _COUNTER_) syntax to create values in histograms

[ANNOUNCE] v5.14-rc3-rt1
 2021-08-02  9:12 UTC  (10+ messages)
` v5.14-rc3-rt1 losing wakeups?


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).