linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-10-22 21:47:52 to 2010-01-07 07:20:29 UTC [more...]

[RFC] [rt-tests] change to cyclictest behavior
 2010-01-07  7:09 UTC  (9+ messages)

Embedded programmer new to rt-linux, what distribution / release to start with?
 2010-01-05 20:46 UTC  (2+ messages)

Lockup with "BUG: using smp_processor_id() in preemptible"
 2009-12-31 17:34 UTC  (3+ messages)

rt-tests version 0.60 available
 2009-12-29 18:40 UTC 

[PATCH] cyclictest: add command line option for unbuffered output
 2009-12-29 18:37 UTC  (2+ messages)

[PATCH-rt 1/1] Fix spinlock issue in net/core/sock.c
 2009-12-27  8:15 UTC  (2+ messages)

[PATCH 0/2] tracing: Expand ftrace documentation
 2009-12-26 21:41 UTC  (3+ messages)
` [PATCH 1/2] add-tracing_max_latency-may-not-be-worst-case-system-latency-to-ftrace-docs.patch
` [PATCH 2/2] add-trace_clock-to-ftrace-docs.patch

[PATCH 0/5] *** Add new priority inversion test, plus lib changes ***
 2009-12-23 23:25 UTC  (8+ messages)
` [PATCH 1/5] rt-tests: Add error routines to the library
  ` [PATCH 2/5] rt-tests: Add a new test pip - priority inheritance with processes
    ` [PATCH 3/5] rt-tests: Move header files from src/lib to src/include
      ` [PATCH 4/5] rt-tests: pip - Use check_privs() from the rt-utils library
        ` [PATCH 5/5] rt-tests: Add a "make tags" option

[PATCH 0/4] Minor rt-tests updates
 2009-12-23  9:09 UTC  (11+ messages)
` [PATCH 1/4] Fixed missing parsing of short arguments in classic_pi
` [PATCH 2/4] Missing parsing of --mlockall in signaltest
` [PATCH 3/4] Added --help screen info about -M / --refresh-on-max in cyclictest
` [PATCH 4/4] Updated man page to reflect --refresh-on-max agrument name change

[PATCH] rt-tests: Better explanation in the kernel module
 2009-12-22  0:11 UTC 

[PATCH] rt-tests: Clean-up, Fix the comment part of the #endif protecting include files
 2009-12-22  0:08 UTC 

[PATCH 0/4] *** Add a get_cpu() library ***
 2009-12-21 23:43 UTC  (10+ messages)
` [PATCH 1/4] rt-tests: Makefile - Changes to unify and simplify the Makefile
  ` [PATCH 2/4] rt-tests: Add a get_cpu() function to the library
    ` [PATCH 3/4] rt-tests: Clean-up - protect rt-utils.h
      ` [PATCH 4/4] Completely remove VERSION_STRING until we have a better solution

Latency Problems with 2.6.31/PREEMPT_RT on a 1.2GHz Celeron
 2009-12-21 20:36 UTC  (5+ messages)

More RT Test Programs
 2009-12-21  2:10 UTC  (6+ messages)

help needed, 2.6.31.6-rt19 hang with network user app
 2009-12-16  1:55 UTC  (10+ messages)

v0.57 of rt-tests available
 2009-12-15 19:59 UTC 

[PATCH 0/7] *** SUBJECT HERE ***
 2009-12-15 14:46 UTC  (11+ 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
            ` [PATCH 7/7] The version of check_privs that got added to the library must have come from signaltest - because it doesn't have the fix that check_privs in cyclictest has - to return the sched_priority to 0

[PATCH 0/3] cleanup building the new tests
 2009-12-14 21:39 UTC  (4+ messages)
` [PATCH 1/3] The PHONY target for install is incorrectly specified as "all"
  ` [PATCH 2/3] Remove making of backfire kernel module from the rt-tests makefile The kernel module can be made by cding to src/backfire and doing make modules sudo make modules_install
    ` [PATCH 3/3] Add a .gitignore file in the backfire directory for generated files

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 

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  (24+ 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  (6+ messages)
` proposed FAQ entry for rt.wiki.kernel.org (v2)


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