public inbox for linux-rt-users@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-10-07 19:13:35 to 2009-12-14 15:59:29 UTC [more...]

[PATCH 0/7] *** SUBJECT HERE ***
 2009-12-14 15:58 UTC  (7+ messages)
` [PATCH 1/7] Start a separate library of functions for the rt-test suite. The first couple are taken from cyclictest
  ` [PATCH 2/7] Make use of the library functions in cyclic test
    ` [PATCH 3/7] Make use of the new library functions in signaltest
      ` [PATCH 4/7] Add the following new tests - ptsematest - sigwaittest - svsematest - sendme
        ` [PATCH 5/7] Use sched_getcpu - sched_getcpu is available since glibc 2.6 - the current tests were broken in anycase
          ` [PATCH 6/7] Add the new tests to .gitignore

Posix Execution time clock
 2009-12-05  2:23 UTC  (6+ messages)

Ethernet issues with lite5200 board from linux-2.6.31
 2009-12-03  4:14 UTC  (6+ messages)

PREEMPT_RT on X/GTK+
 2009-11-29  6:41 UTC 

help needed, 2.6.31.6-rt19 hang with network user app
 2009-11-29  4:43 UTC  (9+ messages)

PREEMPT_RT on X/GTK+
 2009-11-28 13:23 UTC  (2+ messages)

rt_prio branch hint
 2009-11-24 18:50 UTC 

scheduling latency & CONFIG_HZ
 2009-11-21  2:32 UTC  (4+ messages)

[PATCH 0/3] rt-tests: pi_stress fixes
 2009-11-19 16:35 UTC  (4+ messages)
` [PATCH 1/3] rt-tests: pi_stress: Use a pthread_mutex_t for the global variable shutdown
  ` [PATCH 2/3] rt-tests: pi_stress: Check whether quiet is set, before taking shutdown_mtx
    ` [PATCH 3/3] rt-tests: pi_stress: Remove racy state variables that cause watchdog to trigger

yield() in i2c non-happy paths hits BUG under -rt patch
 2009-11-19 14:15 UTC  (28+ messages)
                              ` [PATCH] cleanup sched_yield (sys)call nesting

[PATCH] rt-tests: Makefile - rt-tests.spec is not a PHONY target
 2009-11-16 21:18 UTC 

[PATCH 0/3] pi_stress: clean-ups
 2009-11-16 20:17 UTC  (4+ messages)
` [PATCH 1/3] pi_stress: Fix indentation problems with Lindent from the kernel
  ` [PATCH 2/3] pi_stress: Fix trailing-whitespace warnings
    ` [PATCH 3/3] pi_stress: Convert c-plus style comments to c-style comments

[PATCH 0/3] rt-tests: Makefile changes
 2009-11-16 18:40 UTC  (4+ messages)
` [PATCH 1/3] rt-tests: Makefile - Change FLAGS to CFLAGS
  ` [PATCH 2/3] rt-tests: Makefile - Specify when a target is a PHONY target
    ` [PATCH 3/3] rt-tests: Makefile - Add a DEBUG option to the Makefile

[Announce] 2.6.29-rc4-rt1
 2009-11-10 12:28 UTC  (29+ messages)
` [Announce] 2.6.29.4-rt18
  ` 2.6.29.4-rt19
    ` [ANNOUNCE] 2.6.29.5-rt21
      ` [ANNOUNCE] 2.6.29.5-rt22
        ` [ANNOUNCE] 2.6.29.6-rt23
          ` [ANNOUNCE] 2.6.31-rc4-rt1
            ` [ANNOUNCE] 2.6.31-rc6-rt2
              ` [ANNOUNCE] 2.6.31-rc6-rt4
                ` [ANNOUNCE] 2.6.31-rc6-rt5
` [ANNOUNCE] 2.6.31-rc6-rt6
  ` [ANNOUNCE] 2.6.31-rc7-rt8
      ` [ANNOUNCE] 2.6.31-rt10
        ` [ANNOUNCE] 2.6.31-rt11
          ` [ANNOUNCE] 2.6.31.2-rt13
            ` [ANNOUNCE] 2.6.31.4-rt14
              ` [ANNOUNCE] 2.6.31.5-rt17
                ` [ANNOUNCE] 2.6.31.6-rt19

rt file i/o
 2009-11-05 20:30 UTC  (13+ messages)

Using -rt and TuxOnIce at the same time
 2009-11-03 23:43 UTC  (7+ messages)

Odd bug in SATA link power management
 2009-11-03 15:33 UTC  (4+ messages)

[PATCH -rt] Updates-from-Jon-Masters-for-hwlat_detector.c.patch
 2009-11-03 15:17 UTC  (6+ messages)

-rt kernel hitting yield()s in I2C non-default code paths (2.6.24)
 2009-11-02 14:58 UTC  (2+ messages)

nvidia-kernel-source 185.18.36-2 fails to build against linux-image-2.6.31.2-rt13-1-amd64
 2009-11-02  9:35 UTC 

[patch -rt] Fix infinite loop with 2.6.31.4-rt14
 2009-10-26 19:01 UTC  (6+ messages)
  ` [patch -rt] Fix infinite loop with 2.6.31.4-rt14 V2

A question about cpu_idle()
 2009-10-24 10:04 UTC  (7+ messages)

proposed FAQ entry for rt.wiki.kernel.org
 2009-10-23 13:20 UTC  (13+ messages)
` proposed FAQ entry for rt.wiki.kernel.org (v2)
  ` proposed FAQ entry for rt.wiki.kernel.org (v3)

[patch -rt 00/17] [patch -rt] Sched load balance backport
 2009-10-22 12:38 UTC  (18+ messages)
` [patch -rt 01/17] sched: restore __cpu_power to a straight sum of power
` [patch -rt 02/17] sched: SD_PREFER_SIBLING
` [patch -rt 03/17] sched: update the cpu_power sum during load-balance
` [patch -rt 04/17] sched: add smt_gain
` [patch -rt 05/17] sched: dynamic cpu_power
` [patch -rt 06/17] sched: scale down cpu_power due to RT tasks
` [patch -rt 07/17] sched: try to deal with low capacity
` [patch -rt 08/17] sched: remove reciprocal for cpu_power
` [patch -rt 09/17] x86: move APERF/MPERF into a X86_FEATURE
` [patch -rt 10/17] x86: Add generic aperf/mperf code
` [patch -rt 11/17] Provide an arch specific hook for cpufreq based scaling of cpu_power
` [patch -rt 12/17] x86: sched: provide arch implementations using aperf/mperf
` [patch -rt 13/17] sched: cleanup wake_idle power saving
` [patch -rt 14/17] sched: cleanup wake_idle
` [patch -rt 15/17] sched: Add a missing =
` [patch -rt 16/17] sched: Deal with low-load in wake_affine()
` [patch -rt 17/17] sched: Fix dynamic power-balancing crash

MIPS port
 2009-10-22  9:40 UTC  (2+ messages)

[PATCH] futex: Detect mismatched requeue targets
 2009-10-20 22:51 UTC  (4+ messages)

[PATCH -tip] rt: Fix the follow oops
 2009-10-20 19:39 UTC 

[PATCH RT] Consider shared max priority in latency histograms
 2009-10-20 19:07 UTC 

[PATCH -rt] Futex Comments-fix-ups (from Darren Hart)
 2009-10-20 12:06 UTC 

MIPS SUPPORT with rt-24
 2009-10-20 11:32 UTC  (3+ messages)
    ` Fwd: "

fork() blocking rt-threads?
 2009-10-19 23:57 UTC  (6+ messages)

Delivery Status Notification (Failure)
 2009-10-19 17:08 UTC 

possible bug in cyclictest
 2009-10-12 19:49 UTC 

[Fwd: Re: 2.6.31.4-rt14 posix message queues problem (solved)]
 2009-10-16  8:25 UTC 

2.6.31.4-rt14 posix message queues problem
 2009-10-15 20:19 UTC 

Bug in timekeeping.c ktime_get_ts() Kernel 2.2.29.6-rt23
 2009-10-12 15:48 UTC 

[PATCH RFC] BKL not necessary in cpuid_open
 2009-10-10 21:18 UTC  (11+ messages)

[PATCH RFC] BKL not necessary in cpuid_open
 2009-10-09 21:55 UTC 

Problem with network on kernel 2.6.29.6-rt23 (Debian)
 2009-10-09 15:43 UTC  (2+ messages)

Simplify the code in cpuid_open
 2009-10-08 15:20 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox