messages from 2018-05-16 15:00:26 to 2018-07-18 10:36:57 UTC [more...]
[PATCH RT] arm64: fpsimd: use a local_lock() in addition to local_bh_disable()
2018-07-18 10:36 UTC (25+ messages)
` [PATCH RT v2] "
` [PATCH RT] locallock: add local_lock_bh()
[PATCH v2] timers: Don't wake ktimersoftd on every tick
2018-07-13 14:37 UTC (10+ messages)
` [PATCH v4 1/2] "
` [PATCH v5 "
` [PATCH v5 2/2] timers: Don't search for expired timers while TIMER_SOFTIRQ is scheduled
tty latency and RT
2018-07-13 8:33 UTC (6+ messages)
[rfc 4.16-rt patch] arm64: efi,fpsimd: use a local_lock() in efi_virtmap_load()
2018-07-12 1:08 UTC (2+ messages)
[PATCH RT] sample fix for splat in futex_[un]lock_pi for !rt
2018-07-11 15:43 UTC (10+ messages)
` [PATCH RT] sched/migrate_disable: fallback to preempt_disable() instead barrier()
` [PATCH RT v2] "
[rfc 4.16-rt patch] crypto: cryptd - serialize RT request enqueue/dequeue with a local lock
2018-07-11 15:19 UTC
[4.16-rt patch] crypto: scompress - serialize RT percpu scratch buffer access with a local lock
2018-07-11 15:14 UTC
[PATCH RT] Revert "posix-timers: Prevent broadcast signals"
2018-07-11 13:52 UTC
Why the mce reverts in 4.16-rt?
2018-07-11 12:51 UTC (3+ messages)
[v4.9 RT 0/6] futex backports
2018-07-10 16:53 UTC (12+ messages)
` [PATCH 1/6] futex: Fix pi_state->owner serialization
` [PATCH 2/6] futex: Fix more put_pi_state() vs. exit_pi_state_list() races
` [PATCH 3/6] futex: Avoid violating the 10th rule of futex
` [PATCH 4/6] futex: Fix OWNER_DEAD fixup
` [PATCH 5/6] rtmutex: Make rt_mutex_futex_unlock() safe for irq-off callsites
` [PATCH 6/6] rcu: Suppress lockdep false-positive ->boost_mtx complaints
` [PATCH RT 7/6] rcu: Do not include rtmutex_common.h unconditionally
` [PATCH RT 8/6] sched, tracing: Fix trace_sched_pi_setprio() for deboosting
cgroup trace events acquire sleeping locks
2018-07-10 13:32 UTC (6+ messages)
[PATCH v2 0/7] tracing: Hist trigger snapshot and onchange additions
2018-07-09 18:25 UTC (10+ messages)
` [PATCH v2 1/7] tracing: Refactor hist trigger action code
` [PATCH v2 2/7] tracing: Split up onmatch action data
` [PATCH v2 3/7] tracing: Generalize hist trigger onmax and save action
` [PATCH v2 4/7] tracing: Add conditional snapshot
` [PATCH v2 5/7] tracing: Move hist trigger key printing into a separate function
` [PATCH v2 6/7] tracing: Add snapshot action
` [PATCH v2 7/7] tracing: Add hist trigger onchange() handler
[ANNOUNCE] 4.14.52-rt34
2018-07-06 15:17 UTC (7+ messages)
hrtimer become inaccurate with RT patch
2018-07-06 14:30 UTC (8+ messages)
[ANNOUNCE] v4.16.18-rt9
2018-07-06 14:11 UTC
[PATCH RT] Revert "timer: delay waking softirqs from the jiffy tick"
2018-07-05 15:54 UTC
[ANNOUNCE] 3.18.113-rt103
2018-07-02 21:38 UTC
[ANNOUNCE] v4.16.8-rt3
2018-06-26 3:46 UTC (3+ messages)
` [patch-rt] arm/efi: use a local_lock() in efi_virtmap_load()
[PATCH rt-tests] queuelat: fix get_cpuinfo_mhz.sh script on SMP systems
2018-06-23 13:24 UTC (3+ messages)
[ANNOUNCE] 4.4.138-rt155
2018-06-22 8:13 UTC
RT Patch and Xen
2018-06-19 16:26 UTC (6+ messages)
[ANNOUNCE] v4.16.15-rt7
2018-06-18 10:15 UTC
[PATCH RFC] tracing: Call triggers only if event passes filter checks
2018-06-18 0:15 UTC (4+ messages)
[PATCH] tracing: Fix some errors in histogram documentation
2018-06-16 9:48 UTC (3+ messages)
kernel_fpu_begin and spinlocks
2018-06-15 16:09 UTC (2+ messages)
[ANNOUNCE] 4.4.137-rt154
2018-06-14 20:02 UTC (2+ messages)
[PATCH 0/7] tracing: Hist trigger snapshot and onchange additions
2018-06-14 17:45 UTC (8+ messages)
` [PATCH 1/7] tracing: Refactor hist trigger action code
` [PATCH 2/7] tracing: Split up onmatch action data
` [PATCH 3/7] tracing: Generalize hist trigger onmax and save action
` [PATCH 4/7] tracing: Add conditional snapshot
` [PATCH 5/7] tracing: Move hist trigger key printing into a separate function
` [PATCH 6/7] tracing: Add snapshot action
` [PATCH 7/7] tracing: Add hist trigger onchange() handler
[ANNOUNCE] v4.16.12-rt5
2018-06-11 15:55 UTC (4+ messages)
` [missing 4.16-rt5 patch ?] mm/memcontrol: Don't call schedule_work_on in preemption disabled context
ostream::flush in RT
2018-06-05 7:02 UTC (6+ messages)
printf & writing to disk
2018-06-04 20:56 UTC (3+ messages)
[PATCH] target: Use WARNON_NON_RT(!irqs_disabled())
2018-06-04 7:16 UTC (13+ messages)
` [PATCH 1/2] target: drop spin_lock_assert() + irqs_disabled() combo checks
About GPL license compliance of Tesla Model S, Linux kernel 4.4
2018-06-04 2:35 UTC (3+ messages)
[PATCH v3 00/14] tracing: Add triggers to trace_marker writes
2018-05-30 23:09 UTC (17+ messages)
` [PATCH v3 10/14] tracing: Document trace_marker triggers
` [PATCH v3.5 "
` [PATCH v3 13/14] tracing/selftest: Add selftests to test trace_marker histogram triggers
` [PATCH v3 14/14] tracing/selftest: Add test to test hist trigger between kernel event and trace_marker
uio drivers with IRQF_NO_THREAD on preempt-rt kernel
2018-05-30 17:50 UTC (6+ messages)
[PATCH RT] seqlock: provide the same ordering semantics as mainline
2018-05-28 15:30 UTC (2+ messages)
Non RT threads impact on RT thread
2018-05-25 16:26 UTC (13+ messages)
` AW: "
[ANNOUNCE] 4.4.132-rt149
2018-05-25 9:03 UTC
i7 vs Atom
2018-05-25 4:33 UTC (7+ messages)
[ANNOUNCE] 3.18.109-rt102
2018-05-23 15:13 UTC
How to investigate different timings of 2 HW with same kernel ?
2018-05-23 10:40 UTC (4+ messages)
[PATCH RT] sched: let softirq_count() return !0 if inside local_bh_disable()ed section
2018-05-22 15:53 UTC (2+ messages)
[dm-devel] [PATCH 1/2] swait: export the symbols __prepare_to_swait and __finish_swait
2018-05-18 21:03 UTC (3+ messages)
` "
[PATCH v2 00/14] tracing: Add triggers to trace_marker writes
2018-05-16 23:15 UTC (10+ messages)
` [PATCH v2 10/14] tracing: Document trace_marker triggers
` [PATCH v2 11/14] ftrace/selftest: Have the reset_trigger code be a bit more careful
[PATCH RT 0/5] Linux 4.14.40-rt31-rc1
2018-05-16 15:45 UTC (4+ messages)
` [PATCH RT 3/5] tracing: Restore proper field flag printing when displaying triggers
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).