linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-23 05:09:23 to 2018-12-11 10:32:32 UTC [more...]

[PATCH v2 0/4] KVM: arm/arm64: vgic: Use raw_spinlock for locks taken in IRQ context
 2018-12-11 10:32 UTC  (7+ messages)
` [PATCH v2 1/4] KVM: arm/arm64: vgic: Do not cond_resched_lock() with IRQs disabled
` [PATCH v2 2/4] KVM: arm/arm64: vgic: Make vgic_irq->irq_lock a raw_spinlock
` [PATCH v2 3/4] KVM: arm/arm64: vgic: Make vgic_dist->lpi_list_lock "
` [PATCH v2 4/4] KVM: arm/arm64: vgic: Make vgic_cpu->ap_list_lock "

outliers when measuring boost msqueues latency v4.14.79-rt47 RT-Preempt
 2018-12-11  8:28 UTC  (5+ messages)

[PATCH v8 00/22] tracing: Hist trigger snapshot and onchange additions
 2018-12-11  0:01 UTC  (23+ messages)
` [PATCH v8 01/22] tracing: Refactor hist trigger action code
` [PATCH v8 02/22] tracing: Make hist trigger Documentation better reflect actions/handlers
` [PATCH v8 03/22] tracing: Add hist trigger handler.action documentation to README
` [PATCH v8 04/22] tracing: Split up onmatch action data
` [PATCH v8 05/22] tracing: Generalize hist trigger onmax and save action
` [PATCH v8 06/22] tracing: Add conditional snapshot
` [PATCH v8 07/22] tracing: Add hist trigger snapshot() action
` [PATCH v8 08/22] tracing: Add hist trigger snapshot() action Documentation
` [PATCH v8 09/22] tracing: Add hist trigger snapshot() action test case
` [PATCH v8 10/22] tracing: Add hist trigger onchange() handler
` [PATCH v8 11/22] tracing: Add hist trigger onchange() handler Documentation
` [PATCH v8 12/22] tracing: Add hist trigger onchange() handler test case
` [PATCH v8 13/22] tracing: Add alternative synthetic event trace action syntax
` [PATCH v8 14/22] tracing: Add alternative synthetic event trace action test case
` [PATCH v8 15/22] tracing: Add hist trigger action 'expected fail' "
` [PATCH v8 16/22] tracing: Add SPDX license GPL-2.0 license identifier to inter-event testcases
` [PATCH v8 17/22] tracing: Remove unnecessary hist trigger struct fields
` [PATCH v8 18/22] tracing: Use var_refs[] for hist trigger reference checking
` [PATCH v8 19/22] tracing: Remove open-coding of hist trigger var_ref management
` [PATCH v8 20/22] tracing: Use hist trigger's var_ref array to destroy var_refs
` [PATCH v8 21/22] tracing: Remove hist trigger synth_var_refs
` [PATCH v8 22/22] tracing: Add hist trigger comments for variable-related fields

Disable RT_GROUP_SCHED in PREEMPT_RT_FULL
 2018-12-10  7:50 UTC 

PREEMPT_RT and i915
 2018-12-06 15:13 UTC  (3+ messages)

[PATCH RT] hrtimer: move state change before hrtimer_cancel in do_nanosleep()
 2018-12-06 13:54 UTC  (2+ messages)

[PATCH v2] kmemleak: Turn kmemleak_lock to raw spinlock on RT
 2018-12-05 19:14 UTC  (12+ messages)

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

BUG: ftrace/perf dropping events at the begin of interrupt handlers
 2018-12-04 19:16 UTC  (2+ messages)

git clone of v4.19.1-rt3 fails, unk compression mode, fatal exit twice
 2018-11-30 23:23 UTC  (6+ messages)

complete_all() with 5 waiters in swake_up_all_locked
 2018-11-30 16:56 UTC  (2+ messages)

WARN_ON() in netconsole with PREEMPT_RT
 2018-11-30 18:04 UTC  (5+ messages)

[ptrace, rt] erratic behaviour in PTRACE_SINGLESET on 4.13-rt and later
 2018-11-27 15:10 UTC  (4+ messages)

[ANNOUNCE] 4.4.164-rt176
 2018-11-23  6:33 UTC 

[PATCH 0/4] KVM: arm/arm64: vgic: Use raw_spinlock for locks taken in IRQ context
 2018-11-20 17:22 UTC  (9+ messages)
` [PATCH 1/4] KVM: arm/arm64: vgic: Do not cond_resched_lock() with IRQs disabled
` [PATCH 2/4] KVM: arm/arm64: vgic: Make vgic_irq->irq_lock a raw_spinlock
` [PATCH 3/4] KVM: arm/arm64: vgic: Make vgic_dist->lpi_list_lock "
` [PATCH 4/4] KVM: arm/arm64: vgic: Make vgic_cpu->ap_list_lock "

[ANNOUNCE] 3.18.125-rt108
 2018-11-16 19:06 UTC 

Best practices for passing messages from the RT to a non-RT process?
 2018-11-15 10:46 UTC 

Can't disable local timer interrupts on the isolated core
 2018-11-15 10:32 UTC 

arm64 + ARM64_64K_PAGES=y
 2018-11-12 21:22 UTC  (7+ messages)

[PATCH] kmemleak: Turn kmemleak_lock to raw spinlock on RT
 2018-11-12 10:17 UTC 

Hang at suspend with 4.18.0-2 rt
 2018-11-09 14:52 UTC  (2+ messages)

[ANNOUNCE] v4.19.1-rt3
 2018-11-09 14:54 UTC 

RT Summit 2018 & some advice on my application running ARM big.LITTLE
 2018-11-08 11:50 UTC  (2+ messages)

system() instruction creates latency peaks
 2018-11-08  9:53 UTC  (2+ messages)

srcu: use cpu_online() instead custom check
 2018-11-08 18:48 UTC  (7+ messages)

rcu: Merge RCU-bh into RCU-preempt
 2018-11-08 17:48 UTC  (6+ messages)

EXP rcu: Revert expedited GP parallelization cleverness
 2018-11-08 17:33 UTC  (3+ messages)

rcu: Frob softirq test
 2018-11-08 16:41 UTC  (2+ messages)

rcu: enable rcu_normal_after_boot by default for RT
 2018-11-08 16:12 UTC  (3+ messages)

rcu: make RCU_BOOST default on RT
 2018-11-08 16:05 UTC  (2+ messages)

[PATCH] kernel/time/posix-cpu-timers: Remove useless call to check_dl_overrun
 2018-11-08 10:58 UTC  (6+ messages)

[ANNOUNCE] 4.14.78-rt47
 2018-11-05 22:51 UTC 

TSC to Mono-raw Drift
 2018-11-02 12:31 UTC  (21+ messages)

[PATCH] pinctrl: bcm2835: Use raw spinlock for RT compatibility
 2018-11-01 15:03 UTC  (5+ messages)

rcu: Make ksoftirqd do RCU quiescent states
 2018-11-01 23:16 UTC 

[ANNOUNCE] 4.4.162-rt175
 2018-10-30 13:25 UTC  (2+ messages)

[PATCH RT 0/2] Linux v4.4.162-rt176-rc1
 2018-10-30  8:37 UTC  (5+ messages)
` [PATCH RT 1/2] x86/kconfig: Fall back to ticket spinlocks
` [PATCH RT 2/2] Linux 4.4.162-rt176-rc1

[ANNOUNCE] v4.19-rt1
 2018-10-30  0:27 UTC 

[ANNOUNCE] v4.18.16-rt9
 2018-10-29 11:59 UTC 

4.14 Stable update
 2018-10-25 14:52 UTC 

100% RT load on 2 processor SMP machine
 2018-10-25  9:56 UTC  (3+ messages)

need git command to pull the best rt kernel for armhf (pi-3b)
 2018-10-24  0:42 UTC 

[PATCH v6 00/15] tracing: Hist trigger snapshot and onchange additions
 2018-10-23 21:32 UTC  (10+ messages)
` [PATCH v6 01/15] tracing: Refactor hist trigger action code
` [PATCH v6 07/15] tracing: Move hist trigger key printing into a separate function
` [PATCH v6 10/15] tracing: Add hist trigger snapshot() action test case

Kernel v4.14.52-rt34 triggered a kernel-oops
 2018-10-23  1:56 UTC  (2+ messages)


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