linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-15 22:05:54 to 2019-03-12 16:51:03 UTC [more...]

[RFC PATCH v3 0/5] tracing: common error_log for ftrace
 2019-03-12 16:50 UTC  (13+ messages)
` [RFC PATCH v3 1/5] tracing: Add tracing error log
` [RFC PATCH v3 2/5] tracing: Save the last hist command's associated event name
` [RFC PATCH v3 3/5] tracing: Use tracing error_log with hist triggers
` [RFC PATCH v3 4/5] tracing: Use tracing error_log with kprobe events (incomplete)
` [RFC PATCH v3 5/5] tracing: Use tracing error_log with trace event filters

[PATCH v1] rt-tests: Add --duration argument to tests
 2019-03-12 15:47 UTC 

Help me: deadlock reported in pthread_mutex_lock
 2019-03-12 13:37 UTC  (2+ messages)

[RFC PATCH] rt-tests: Add --runtime argument to tests
 2019-03-12 11:41 UTC  (2+ messages)

[PATCH 1/2] cyclictest: Fix compiler warning about srncpy output truncated
 2019-03-11 13:25 UTC  (2+ messages)
` [PATCH 2/2] cyclictest: Make sure affinity is respected when numa is detected

[PATCH RT] nvdimm: make lane acquirement RT aware
 2019-03-11  0:44 UTC  (7+ messages)

[PATCH] tty/sysrq: Convert show_lock to raw_spinlock_t
 2019-03-08 17:14 UTC  (8+ messages)

[RFC PATCH RT] x86/tsc: Add option to disable tsc clocksource watchdog
 2019-03-07 12:09 UTC 

[ANNOUNCE] 4.14.103-rt55
 2019-03-06 20:13 UTC 

Archive of linux-rt-users is now live
 2019-03-05 21:04 UTC 

[PATCH 0/2] A couple hist trigger patches
 2019-03-05  0:02 UTC  (11+ messages)
` [PATCH 1/2] tracing: Use str_has_prefix() in synth_event_create()
` [PATCH 2/2] tracing: Use strncpy instead of memcpy for string keys in hist triggers

[RFC PATCH] arm64/fpsimd: Don't disable softirq when touching FPSIMD/SVE state
 2019-03-04 17:25 UTC  (14+ messages)

[ANNOUNCE] 3.18.136-rt114
 2019-03-01 16:24 UTC 

[ANNOUNCE] v4.19.25-rt16
 2019-02-26 16:19 UTC 

[PATCH RT 1/2] softirq: Avoid "local_softirq_pending" messages if ksoftirqd is blocked
 2019-02-26 11:38 UTC  (12+ messages)
` [PATCH RT 2/2] x86: lazy-preempt: properly check against preempt-mask
  ` [PATCH RT 3/2] softirq: Avoid "local_softirq_pending" messages if task is in cpu_chill()
    ` [PATCH RT 4/2] hrtimer: Don't lose state "

[ANNOUNCE][CFP] Power Management and Scheduling in the Linux Kernel III edition (OSPM-summit 2019)
 2019-02-25  7:43 UTC  (2+ messages)

[ANNOUNCE] v4.19.23-rt14
 2019-02-21 22:15 UTC 

[RFC PATCH RT 0/2] Add PINNED_HARD mode to hrtimers
 2019-02-21  8:46 UTC  (7+ messages)
` [RFC PATCH RT 1/2] time/hrtimer: Add PINNED_HARD mode for realtime hrtimers
` [RFC PATCH RT 2/2] time/hrtimer: Embed hrtimer mode into hrtimer_sleeper

[PATCH v15 00/15] tracing: Hist trigger snapshot and onchange additions
 2019-02-20 18:54 UTC  (28+ messages)
` [PATCH v15 01/15] tracing: Refactor hist trigger action code
` [PATCH v15 02/15] tracing: Make hist trigger Documentation better reflect actions/handlers
` [PATCH v15 03/15] tracing: Split up onmatch action data
` [PATCH v15 04/15] tracing: Generalize hist trigger onmax and save action
` [PATCH v15 05/15] tracing: Add conditional snapshot
` [PATCH v15 06/15] tracing: Add hist trigger snapshot() action
` [PATCH v15 07/15] tracing: Add hist trigger snapshot() action Documentation
` [PATCH v15 08/15] tracing: Add hist trigger onchange() handler
` [PATCH v15 09/15] tracing: Add hist trigger onchange() handler Documentation
` [PATCH v15 10/15] tracing: Add alternative synthetic event trace action syntax
` [PATCH v15 11/15] tracing: Add SPDX license GPL-2.0 license identifier to inter-event testcases
` [PATCH v15 12/15] tracing: Add hist trigger snapshot() action test case
` [PATCH v15 13/15] tracing: Add hist trigger onchange() handler "
` [PATCH v15 14/15] tracing: Add alternative synthetic event trace action "
` [PATCH v15 15/15] tracing: Add hist trigger action 'expected fail' "

[ANNOUNCE] 4.4.174-rt178
 2019-02-15  9:23 UTC 

[ANNOUNCE] 3.18.134-rt113
 2019-02-14 21:38 UTC 

[RFC PATCH v2 0/5] tracing: common error_log for ftrace
 2019-02-14 15:16 UTC  (11+ messages)
` [RFC PATCH v2 1/5] tracing: Add tracing error log
` [RFC PATCH v2 2/5] tracing: Save the last hist command's associated event name
` [RFC PATCH v2 3/5] tracing: Use tracing error_log with hist triggers
` [RFC PATCH v2 4/5] tracing: Use tracing error_log with kprobe events (incomplete)
` [RFC PATCH v2 5/5] tracing: Use tracing error_log with trace event filters

BUG: sleeping function called from invalid context at kernel/locking/rwsem.c:65
 2019-02-14  9:11 UTC  (5+ messages)

[PATCH v14 00/15] tracing: Hist trigger snapshot and onchange additions
 2019-02-13 19:47 UTC  (20+ messages)
` [PATCH v14 01/15] tracing: Refactor hist trigger action code
` [PATCH v14 02/15] tracing: Make hist trigger Documentation better reflect actions/handlers
` [PATCH v14 03/15] tracing: Split up onmatch action data
` [PATCH v14 04/15] tracing: Generalize hist trigger onmax and save action
` [PATCH v14 05/15] tracing: Add conditional snapshot
` [PATCH v14 06/15] tracing: Add hist trigger snapshot() action
` [PATCH v14 07/15] tracing: Add hist trigger snapshot() action Documentation
` [PATCH v14 08/15] tracing: Add hist trigger onchange() handler
` [PATCH v14 09/15] tracing: Add hist trigger onchange() handler Documentation
` [PATCH v14 10/15] tracing: Add alternative synthetic event trace action syntax
` [PATCH v14 11/15] tracing: Add SPDX license GPL-2.0 license identifier to inter-event testcases
` [PATCH v14 12/15] tracing: Add hist trigger snapshot() action test case
` [PATCH v14 13/15] tracing: Add hist trigger onchange() handler "
` [PATCH v14 14/15] tracing: Add alternative synthetic event trace action "
` [PATCH v14 15/15] tracing: Add hist trigger action 'expected fail' "

[PATCH v13 00/15]tracing: Hist trigger snapshot and onchange additions
 2019-02-04 21:45 UTC  (16+ messages)
` [PATCH v13 01/15] tracing: Refactor hist trigger action code
` [PATCH v13 02/15] tracing: Make hist trigger Documentation better reflect actions/handlers
` [PATCH v13 03/15] tracing: Split up onmatch action data
` [PATCH v13 04/15] tracing: Generalize hist trigger onmax and save action
` [PATCH v13 05/15] tracing: Add conditional snapshot
` [PATCH v13 06/15] tracing: Add hist trigger snapshot() action
` [PATCH v13 07/15] tracing: Add hist trigger snapshot() action Documentation
` [PATCH v13 08/15] tracing: Add hist trigger onchange() handler
` [PATCH v13 09/15] tracing: Add hist trigger onchange() handler Documentation
` [PATCH v13 10/15] tracing: Add alternative synthetic event trace action syntax
` [PATCH v13 11/15] tracing: Add SPDX license GPL-2.0 license identifier to inter-event testcases
` [PATCH v13 12/15] tracing: Add hist trigger snapshot() action test case
` [PATCH v13 13/15] tracing: Add hist trigger onchange() handler "
` [PATCH v13 14/15] tracing: Add alternative synthetic event trace action "
` [PATCH v13 15/15] tracing: Add hist trigger action 'expected fail' "

System lockup causes reboot but no panic and no kernel crash dump
 2019-02-04 13:56 UTC 

[PATCH v2 0/6] Raspberry Pi DMA fixes + cleanups
 2019-02-04  7:12 UTC  (5+ messages)
` [PATCH v2 1/6] dmaengine: bcm2835: Fix interrupt race on RT

[PATCH v3 0/3] KVM: arm/arm64: vgic: Use raw_spinlock for locks taken in IRQ context
 2019-02-01 17:55 UTC  (5+ messages)
` [PATCH v3 1/3] KVM: arm/arm64: vgic: Make vgic_irq->irq_lock a raw_spinlock
    `  "

ETA for 4.19rt-stable patch set?
 2019-01-29 18:06 UTC  (5+ messages)

[ANNOUNCE] 3.18.132-rt112
 2019-01-24 18:45 UTC 

[PATCH 1/5] dmaengine: bcm2835: Fix interrupt race on RT
 2019-01-17  8:26 UTC 

[PATCH v12 00/16] tracing: Hist trigger snapshot and onchange additions
 2019-01-16 19:02 UTC  (13+ messages)
` [PATCH v12 01/16] tracing: Use str_has_prefix() in synth_event_create()
` [PATCH v12 10/16] tracing: Add hist trigger onchange() handler Documentation
` [PATCH v12 11/16] tracing: Add alternative synthetic event trace action syntax
` [PATCH v12 12/16] tracing: Add SPDX license GPL-2.0 license identifier to inter-event testcases
` [PATCH v12 13/16] tracing: Add hist trigger snapshot() action test case
` [PATCH v12 14/16] tracing: Add hist trigger onchange() handler "
` [PATCH v12 15/16] tracing: Add alternative synthetic event trace action "
` [PATCH v12 16/16] tracing: Add hist trigger action 'expected fail' "

[PATCH 0/6] tracing: trace event error_log and inter-event bugfixes
 2019-01-16 15:42 UTC  (3+ messages)

[PATCH RT] printk: Shortcut out of waiter spinning on PREEMPT_RT
 2019-01-16 12:27 UTC  (6+ messages)

[ANNOUNCE] 4.14.93-rt53
 2019-01-15 23:56 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).