linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-07 23:43:52 to 2017-10-18 14:11:54 UTC [more...]

[PATCH v3 00/33] tracing: Inter-event (e.g. latency) support
 2017-10-18 14:11 UTC  (61+ messages)
` [PATCH v3 01/33] tracing: Add support to detect and avoid duplicates
` [PATCH v3 02/33] tracing: Remove code which merges duplicates
` [PATCH v3 03/33] ring-buffer: Add interface for setting absolute time stamps
` [PATCH v3 04/33] ring-buffer: Redefine the unimplemented RINGBUF_TIME_TIME_STAMP
` [PATCH v3 05/33] tracing: Give event triggers access to ring_buffer_event
` [PATCH v3 06/33] tracing: Add ring buffer event param to hist field functions
` [PATCH v3 07/33] tracing: Break out hist trigger assignment parsing
` [PATCH v3 08/33] tracing: Add hist trigger timestamp support
` [PATCH v3 09/33] tracing: Add per-element variable support to tracing_map
` [PATCH v3 10/33] tracing: Add hist_data member to hist_field
` [PATCH v3 11/33] tracing: Add usecs modifier for hist trigger timestamps
` [PATCH v3 12/33] tracing: Add variable support to hist triggers
` [PATCH v3 13/33] tracing: Account for variables in named trigger compatibility
` [PATCH v3 14/33] tracing: Move get_hist_field_flags()
` [PATCH v3 15/33] tracing: Add simple expression support to hist triggers
` [PATCH v3 16/33] tracing: Generalize per-element hist trigger data
` [PATCH v3 17/33] tracing: Pass tracing_map_elt to hist_field accessor functions
` [PATCH v3 18/33] tracing: Add hist_field 'type' field
` [PATCH v3 19/33] tracing: Add variable reference handling to hist triggers
` [PATCH v3 20/33] tracing: Add hist trigger action hook
` [PATCH v3 21/33] tracing: Add support for 'synthetic' events
` [PATCH v3 22/33] tracing: Add support for 'field variables'
` [PATCH v3 23/33] tracing: Add 'onmatch' hist trigger action support
` [PATCH v3 24/33] tracing: Add 'onmax' "
` [PATCH v3 25/33] tracing: Allow whitespace to surround hist trigger filter
` [PATCH v3 26/33] tracing: Add cpu field for hist triggers
` [PATCH v3 27/33] tracing: Add hist trigger support for variable reference aliases
` [PATCH v3 28/33] tracing: Add 'last error' error facility for hist triggers
` [PATCH v3 29/33] tracing: Add inter-event hist trigger Documentation
` [PATCH v3 30/33] tracing: Make tracing_set_clock() non-static
` [PATCH v3 31/33] tracing: Add a clock attribute for hist triggers
` [PATCH v3 32/33] tracing: Increase trace_recursive_lock() limit for synthetic events
` [PATCH v3 33/33] tracing: Add inter-event blurb to HIST_TRIGGERS config option

[RT-SUMMIT] Prague Oct. 21st
 2017-10-18 13:01 UTC  (3+ messages)

[ANNOUNCE] v4.13.7-rt1
 2017-10-18  2:37 UTC  (3+ messages)

[PATCH rt-v4.11] sched/clock: fix early boot splat on clock transition to unstable
 2017-10-17 15:36 UTC  (6+ messages)

[ANNOUNCE] v4.11.12-rt16
 2017-10-17 13:54 UTC 

[PATCH RT] apparmor: use a locallock instead preempt_disable()
 2017-10-16 18:16 UTC 

[ANNOUNCE] v4.11.12-rt15
 2017-10-13 17:26 UTC  (8+ messages)

[GIT PULL 0/2] infiniband hfi1 PREEMPT_RT_FULL changes
 2017-10-11 19:14 UTC  (27+ messages)
` [PATCH 1/2] IB/hfi1: Use preempt_{dis,en}able_nort()
` [PATCH 2/2] IB/hfi1: Handle packets in the theaded handler only

[PATCH RT] locking/rtmutex: do lockdep before actual locking in rt_spin_lock()
 2017-10-11 16:48 UTC  (3+ messages)

Trace code
 2017-10-11  2:01 UTC  (2+ messages)

[ANNOUNCE] v4.11.12-rt13
 2017-10-10 17:27 UTC  (11+ messages)

[RFC+PATCH] Infiniband hfi1 + PREEMPT_RT_FULL issues
 2017-10-06  9:23 UTC  (12+ messages)

[PATCH RT] time/hrtimer: Use softirq based wakeups for non-RT threads
 2017-10-05 21:14 UTC  (2+ messages)

Mainline-facing dev branch?
 2017-10-03 17:29 UTC 

fix on rt-tests of backfire kernel module
 2017-09-29  8:11 UTC  (4+ messages)

kernel BUG at kernel/locking/rtmutex.c:1059
 2017-09-24 14:53 UTC  (4+ messages)
` Possible BT deadlock due to recursive read locking (Was: Re: kernel BUG at kernel/locking/rtmutex.c:1059)
  ` [PATCH] Bluetooth: avoid recursive locking in hci_send_to_channel()

[PATCH 0/9] tracing: Bug fixes and minor cleanup
 2017-09-22 19:58 UTC  (10+ messages)
` [PATCH 1/9] tracing: Steve's unofficial trace_recursive_lock() patch
` [PATCH 2/9] tracing: Reverse the order of trace_types_lock and event_mutex
` [PATCH 3/9] tracing: Exclude 'generic fields' from histograms
` [PATCH 4/9] tracing: Remove lookups from tracing_map hitcount
` [PATCH 5/9] tracing: Increase tracing map KEYS_MAX size
` [PATCH 6/9] tracing: Make traceprobe parsing code reusable
` [PATCH 7/9] tracing: Clean up hist_field_flags enum
` [PATCH 8/9] tracing: Add hist_field_name() accessor
` [PATCH 9/9] tracing: Reimplement log2

Plans for 4.14 -rt?
 2017-09-22  9:55 UTC  (4+ messages)

[ANNOUNCE] v4.11.12-rt14
 2017-09-22  9:50 UTC  (2+ messages)

RT kernel on Acer laptop unreliable
 2017-09-22  7:40 UTC  (14+ messages)

[PATCH v2 00/40] tracing: Inter-event (e.g. latency) support
 2017-09-21 21:11 UTC  (44+ messages)
` [PATCH v2 25/40] tracing: Add support for dynamic tracepoints
` [PATCH v2 27/40] tracing: Add support for 'synthetic' events
` [PATCH v2 28/40] tracing: Add support for 'field variables'
` [PATCH v2 31/40] tracing: Allow whitespace to surround hist trigger filter
` [PATCH v2 32/40] tracing: Add cpu field for hist triggers
` [PATCH v2 33/40] tracing: Add hist trigger support for variable reference aliases
` [PATCH v2 34/40] tracing: Add 'last error' error facility for hist triggers
` [PATCH v2 35/40] tracing: Reverse the order event_mutex/trace_types_lock are taken
` [PATCH v2 36/40] tracing: Remove lookups from tracing_map hitcount
` [PATCH v2 37/40] tracing: Add inter-event hist trigger Documentation
` [PATCH v2 38/40] tracing: Make tracing_set_clock() non-static
` [PATCH v2 40/40] tracing: Add trace_event_buffer_reserve() variant that allows recursion

kernel 4.9.39
 2017-09-20  8:18 UTC  (2+ messages)

Interference from CFS scheduler
 2017-09-13  1:53 UTC 

RT and tty communication
 2017-09-08 11:50 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).