linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-10-06 13:34:08 to 2015-01-17 19:31:02 UTC [more...]

RT Patch to use for Kernel 3.2.0
 2015-01-17 19:30 UTC  (6+ messages)

[patch -rt 0/2] use simple waitqueue for kvm vcpu waitqueue (v3)
 2015-01-17  7:57 UTC  (9+ messages)
` [patch -rt 1/2] KVM: use simple waitqueue for vcpu->wq
` [patch -rt 2/2] KVM: lapic: mark LAPIC timer handler as irqsafe

[PATCH] Makefile: allow building selected tests with non-NPTL toolchain
 2015-01-15 18:45 UTC  (3+ messages)

[PATCH] pip_stress: increase usleep for ARM devices
 2015-01-15 18:44 UTC  (5+ messages)

[PATCH] rtmutex.c: Fix incorrect waiter check
 2015-01-14 21:11 UTC  (4+ messages)
  ` [re: PATCH] "

[PATCH -rt] timer: upper bound on loops of __run_timers processing
 2015-01-14 17:41 UTC  (2+ messages)

[PATCH v2 0/7] simple wait queue support (from -rt)
 2015-01-14 15:29 UTC  (20+ messages)
` [PATCH 1/7] wait.h: mark complex wait functions to prepare for simple wait
` [PATCH 2/7] wait.c: "
` [PATCH 3/7] wait.[ch]: Introduce the simple waitqueue (swait) implementation
` [PATCH 4/7] sched/completion: convert completions to use simple wait queues
` [PATCH 5/7] rcu: use simple wait queues where possible in rcutree
` [PATCH 6/7] simplewait: don't run a possibly infinite number of wake under raw lock
` [PATCH 7/7] simplewait: do we make barriers reflect what was in use in -rt?

Help regarding Cyclictest
 2015-01-09 14:42 UTC  (3+ messages)

RT is freezing
 2015-01-07 23:39 UTC  (4+ messages)

How can I disable VHCI support ?
 2015-01-06 16:27 UTC 

Dynamic rt_mutexes?
 2015-01-05 19:37 UTC 

Help needed to implement parameter in SCHED_DEADLINE policy
 2014-12-27 20:19 UTC  (4+ messages)

Latency measurement with oscilloscope, randomly high latency times
 2014-12-19  4:14 UTC  (2+ messages)

cyclictest abstime vs. reltime
 2014-12-18 14:33 UTC  (4+ messages)

kernel BUG at /build/linux-rt/kernel/locking/rtmutex.c:997!
 2014-12-18 13:35 UTC  (2+ messages)

[PATCH-rt] rtmutex/rt: don't BUG for -EDEADLK when detect_deadlock is off
 2014-12-18 13:31 UTC  (3+ messages)

Requesting suggestions on ARM based test platforms
 2014-12-17 22:30 UTC 

[PATCH 3.14.x-rt] ARM: enable irq in translation/section permission fault handlers
 2014-12-16  2:33 UTC  (3+ messages)

kernel BUG at /build/linux-rt/kernel/locking/rtmutex.c:997!
 2014-12-03 22:39 UTC 

[PATCH v3.14-rt] netpoll: guard the access to dev->npinfo with rcu_read_lock/unlock_bh() for CONFIG_PREEMPT_RT_FULL=y
 2014-12-03 21:19 UTC  (3+ messages)

problem using trace-cmd and trace_marker when using only one core
 2014-12-01 13:22 UTC 

problem ethernet board
 2014-11-27 15:34 UTC 

[PATCH] sched/rt: don't try to balance rt_runtime when it is futile
 2014-11-27 15:31 UTC  (8+ messages)

[PATCH] rt-migrate-test: exit early if nr_runs is non-positive
 2014-11-27 10:20 UTC 

[ANNOUNCE] 3.2.64-rt94
 2014-11-26 20:27 UTC 

[ANNOUNCE] 3.10.61-rt65
 2014-11-26 20:27 UTC 

[ANNOUNCE] 3.12.33-rt47
 2014-11-26 20:26 UTC 

[ANNOUNCE] 3.14.25-rt22
 2014-11-26 20:26 UTC 

Measuring scheduling latency for RT threads
 2014-11-19 17:59 UTC  (4+ messages)

How to modify priority uart/serial interrupt on 3.14.23-rt20?
 2014-11-18 18:40 UTC  (2+ messages)

Hang writing to nfs-mounted filesystem from client, all nfsd tasks on server blocked in D
 2014-11-13 19:06 UTC  (24+ messages)
    ` RT/ext4/jbd2 circular dependency (was: Re: Hang writing to nfs-mounted filesystem from client)
        ` RT/ext4/jbd2 circular dependency
  ` Hang writing to nfs-mounted filesystem from client -- expected code path?

[PATCH 1/1] cyclictest: Allow passing a list of cpus to affine threads to
 2014-11-13 15:12 UTC 

Highres timers broken on i.mx28 for CONFIG_HZ_PERIODIC
 2014-11-11  0:55 UTC 

Solving WARNING: Enabled interrupts issues
 2014-11-08 22:56 UTC 

[PATCH v3.14-rt] mips: rt: Replace pagefault_* to raw version
 2014-11-06 23:45 UTC 

[ANNOUNCE] 3.14.23-rt20
 2014-11-05 23:11 UTC  (20+ messages)
  ` 3.14.23-rt20 - sched/numa: Fix task_numa_free() lockdep splat
  ` 3.14.23-rt20 - wwmutex: fix __ww_mutex_lock_interruptible lockdep annotation
  ` 3.14.23-rt20 - mm,memcg: make refill_stock()/consume_stock() use get_cpu_light()
  ` 3.14.23-rt20 - fs,btrfs: fix rt deadlock on extent_buffer->lock
  ` 3.14.23-rt20 - aio: fix rcu garbage collection might_sleep() splat
  ` 3.14.23-rt20 - x86, UV: raw_spinlock conversion
  ` 3.14.23-rt20 - softirq: resurrect softirq threads

[RFC v0 0/9] [RFC v0 0/9] pi_stress: Add SCHED_DEADLINE support
 2014-11-05  9:09 UTC  (10+ messages)
` [RFC v0 1/9] hackbench: Don't re-assign context for each fd
` [RFC v0 2/9] rt-tests.h: Remove unused header file
` [RFC v0 3/9] pi_stress: Remove unused TIMER_SIGNAL definition
` [RFC v0 4/9] error: Add debug() function
` [RFC v0 5/9] pi_stress: Use error.h for logging and debugging
` [RFC v0 6/9] rt-sched: Add sched_setattr/sched_getattr API
` [RFC v0 7/9] rt-utils: Add helper to parse/print scheduling policies
` [RFC v0 8/9] rt-utils: Add gettid()
` [RFC v0 9/9] pi_stress: Store schedule attributes per thread

[ANNOUNCE] 3.2.63-rt93
 2014-11-04 14:17 UTC 

RT Kernel compile and install help needed
 2014-11-04 12:47 UTC  (3+ messages)

which kernel thread handles NMIs?
 2014-11-04  5:20 UTC  (3+ messages)

[PATCH RT 0/2] Linux 3.2.63-rt93-rc1
 2014-10-31  1:09 UTC  (3+ messages)
` [PATCH RT 1/2] lockdep: Fix backport of "Correctly annotate hardirq context in irq_exit()"
` [PATCH RT 2/2] Linux 3.2.63-rt93-rc1

[ANNOUNCE] 3.2.63-rt92
 2014-10-30 22:46 UTC  (3+ messages)

[ANNOUNCE] 3.4.104-rt128
 2014-10-30 22:07 UTC 

[ANNOUNCE] 3.10.58-rt62
 2014-10-30 22:06 UTC 

[ANNOUNCE] 3.12.31-rt45
 2014-10-30 22:05 UTC 

Latest development tree
 2014-10-29 10:29 UTC  (3+ messages)

semantics of reader/writer semaphores in rt patch
 2014-10-27 15:02 UTC  (6+ messages)

LPC: Realtime Microconfernce Etherpad link
 2014-10-16  8:15 UTC 

read this
 2014-10-14 16:09 UTC 

Operation not permitted / pthread_setschedparam
 2014-10-11 10:04 UTC  (18+ messages)
                      ` Operation not permitted / pthread_setschedparam / EOD
                          ` Crowd Funding ?

[PATCH] sched: Do not try to replenish from a non deadline tasks
 2014-10-10  8:17 UTC  (9+ 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).