messages from 2021-07-16 17:47:08 to 2021-08-04 11:57:06 UTC [more...]
[PATCH v2 00/21] libtracefs: Introducing tracefs_sql() to create synthetice events with an SQL line
2021-08-04 11:57 UTC (25+ 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
[ANNOUNCE] v5.14-rc4-rt4
2021-08-04 11:00 UTC (5+ messages)
[PATCH 0/2] rcutorture: Some PREEMPT_RT fixlets
2021-08-04 10:18 UTC (7+ 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
[PATCH 0/2] Protect vmstats on PREEMPT_RT
2021-08-04 9:54 UTC (5+ messages)
` [PATCH 1/2] preempt: Provide preempt_*_(no)rt variants
` [PATCH 2/2] mm/vmstat: Protect per cpu variables with preempt disable on RT
Chipidea USB device goes infinite loop due to interrupt while hw_ep_prime
2021-08-04 2:03 UTC
[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
[PATCH 00/17] libtracefs: Introducing tracefs_sql() to create synthetice events with an SQL line
2021-08-03 2:49 UTC (25+ messages)
` [PATCH 01/17] libtracefs: Added new API tracefs_sql()
` [PATCH 02/17] tracefs: Add unit tests for tracefs_sql()
` [PATCH 03/17] libtracefs: Add comparing start and end fields in tracefs_sql()
` [PATCH 04/17] libtracefs: Add unit test to test tracefs_sql() compare
` [PATCH 05/17] libtracefs: Add filtering for start and end events in tracefs_sql()
` [PATCH 06/17] libtracefs: Add unit test to test tracefs_sql() where clause
` [PATCH 07/17] libtracefs: Make sqlhist parser reentrant
` [PATCH 08/17] libtracefs: Make parser unique to libtracefs
` [PATCH 09/17] libtracefs: Add line number and index to expr structure
` [PATCH 10/17] libtracefs: Add a parse_error() helper function to record errors
` [PATCH 11/17] libtracefs: Add error message when match fields are not FROM and JOIN events
` [PATCH 12/17] libtracefs: Add error message when match or init fails from bad events
` [PATCH 13/17] libtracefs; Add error message for bad selections to SQL sequence
` [PATCH 14/17] libtracefs: Add error message when compare fields fail
` [PATCH 15/17] libtracefs: Add error message for grouping events in SQL filter
` [PATCH 16/17] libtracefs: Add error message for bad filters in SQL statement
` [PATCH 17/17] libtracefs: Add man page for tracefs_sql()
[ANNOUNCE] v5.14-rc3-rt1
2021-08-02 9:12 UTC (13+ messages)
` v5.14-rc3-rt1 losing wakeups?
[PREEMPT_RT][PATCH] printk: Enhance the condition check of msleep in pr_flush()
2021-08-02 6:48 UTC (9+ messages)
[PATCH v2 1/2] rt-utils: Add option to avoid stopping tracing in tracemark()
2021-07-30 20:28 UTC (2+ messages)
Question on (locking: Make spinlock_t and rwlock_t a RCU section on RT)
2021-07-30 14:44 UTC (2+ messages)
[ANNOUNCE] v5.14-rc3-rt2
2021-07-30 13:12 UTC
[ANNOUNCE] 4.4.277-rt224
2021-07-30 6:39 UTC
[PATCH] rteval: Add __contains__ in rtevalConfig
2021-07-30 5:03 UTC (2+ messages)
[rteval PATCH] rteval: stressng.py: Fix argument passing to Popen
2021-07-30 4:35 UTC (5+ messages)
[PATCH] rteval: Add __contains__ in rtevalConfig
2021-07-30 3:04 UTC (3+ messages)
[ANNOUNCE] 4.19.199-rt86
2021-07-29 20:38 UTC
[PATCH 0/3] sched: migrate_disable() vs per-CPU access safety checks
2021-07-29 10:51 UTC (12+ messages)
` [PATCH 1/3] sched: Introduce is_pcpu_safe()
` [PATCH 2/3] rcu/nocb: Check for migratability rather than pure preemptability
` [PATCH 3/3] arm64: mm: Make arch_faults_on_old_pte() check for migratability
[ANNOUNCE] v5.13-rt1
2021-07-29 9:51 UTC (33+ messages)
` [rfc/patch] mm/slub: restore/expand unfreeze_partials() local exclusion scope
` [patch] v2 "
[rteval PATCH] rteval: cyclictest.py: Fix config check
2021-07-29 2:06 UTC (4+ messages)
[rteval PATCH] rteval: cyclictest.py: Do not pass obsolete --notrace option
2021-07-28 21:33 UTC (2+ messages)
[PATCH RT 0/8] Linux 5.10.47-rt46-rc1
2021-07-26 16:07 UTC (5+ messages)
` [PATCH RT 5/8] sched: Fix affine_move_task() self-concurrency
[PATCH 0/2] sched_deadline: HRTICK for newer kernels
2021-07-23 19:16 UTC (3+ messages)
` [PATCH 1/2] sched_deadline: Accommodate new location of HRTICK file in kernel
` [PATCH 2/2] sched_deadline: Use HRTICK_DL for sched_deadline tests
[ANNOUNCE] 5.10.52-rt47
2021-07-23 19:10 UTC
[ANNOUNCE] 4.19.198-rt85
2021-07-23 17:33 UTC
[PATCH 0/3] sched, x86, arm64: PREEMPT_RT, FPU and preemption
2021-07-23 14:12 UTC (8+ messages)
` [PATCH 1/3] sched/preempt: Introduce preempt_{enable, disable}_bh()
` [PATCH 2/3] x86/fpu: Make FPU protection reuse common helper
` [PATCH 3/3] arm64/fpsimd: Fix FPSIMD context handling vs PREEMPT_RT
[ANNOUNCE] CFP: Real-Time Microconference - Linux Plumbers Conference 2021
2021-07-23 11:58 UTC
[ANNOUNCE] 4.19.197-rt84
2021-07-19 18:48 UTC
[PATCH rt-tests v3 0/1] Fix a few fallouts
2021-07-19 8:15 UTC (2+ messages)
` [PATCH rt-tests v3 1/1] rt-numa: Use sched_getaffinity() instead of pthread_getaffinity_np()
[PATCH rt-tests v2 0/3] Fix a few fallouts
2021-07-19 8:05 UTC (7+ messages)
` [PATCH rt-tests v2 1/3] rt-numa: Use sched_getaffinity() instead of pthread_getaffinity_np()
` [PATCH rt-tests v2 3/3] cyclicdeadline: Fix buffer allocation
[ANNOUNCE] 4.14.239-rt119
2021-07-17 14:13 UTC
[ANNOUNCE] 4.9.275-rt184
2021-07-17 14:07 UTC
[PATCH 5.4 097/122] xfrm: policy: Read seqcount outside of rcu-read side in xfrm_policy_lookup_bytype
2021-07-16 17:47 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).