linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-02-01 23:06:56 to 2013-02-19 05:31:20 UTC [more...]

[PATCH RT 0/4] [ANNOUNCE] 3.0.65-rt92-rc1
 2013-02-19  5:31 UTC  (4+ messages)
` [PATCH RT 1/4] x86/32: Use kmap switch for non highmem as well
` [PATCH RT 3/4] rcutiny: Use simple waitqueue
` [PATCH RT 4/4] Linux 3.0.65-rt92-rc1

[PREEMPT RT] SLUB and split softirq lock for v3.2-rt
 2013-02-19  4:06 UTC  (24+ messages)
` [PATCH 01/16] softirq: Make serving softirqs a task flag
` [PATCH 02/16] softirq: Split handling function
` [PATCH 03/16] softirq: Split softirq locks
` [PATCH 04/16] rcu: rcutiny: Prevent RCU stall
` [PATCH 05/16] softirq: Adapt NOHZ softirq pending check to new RT scheme
` [PATCH 06/16] softirq: Add more debugging
` [PATCH 07/16] softirq: Fix nohz pending issue for real
` [PATCH 08/16] net: Use local_bh_disable in netif_rx_ni()
` [PATCH 09/16] FIX [1/2] slub: Do not dereference NULL pointer in node_match
` [PATCH 10/16] FIX [2/2] slub: Tid must be retrieved from the percpu area of the current processor
` [PATCH 11/16] slub: Use correct cpu_slab on dead cpu
` [PATCH 12/16] smp: introduce a generic on_each_cpu_mask() function
` [PATCH 13/16] smp: add func to IPI cpus based on parameter func
` [PATCH 14/16] slub: only IPI CPUs that have per cpu obj to flush
` [PATCH 15/16] mm: Enable SLUB for RT
` [PATCH 16/16] slub: Enable irqs for __GFP_WAIT

[PATCH RT 0/7] [ANNOUNCE] 3.2.38-rt58-rc1 stable review
 2013-02-19  3:56 UTC  (8+ messages)
` [PATCH RT 1/7] x86/32: Use kmap switch for non highmem as well
` [PATCH RT 2/7] acpi/rt: Convert acpi_gbl_hardware lock back to a raw_spinlock_t
` [PATCH RT 3/7] printk: Fix rq->lock vs logbuf_lock unlock lock inversion
` [PATCH RT 4/7] serial: Imx: Fix recursive locking bug
` [PATCH RT 5/7] wait-simple: Simple waitqueue implementation
` [PATCH RT 6/7] rcutiny: Use simple waitqueue
` [PATCH RT 7/7] Linux 3.2.38-rt58-rc1

[PATCH RT 0/7] [ANNOUNCE] 3.4.32-rt46-rc1 stable review
 2013-02-19  3:53 UTC  (8+ messages)
` [PATCH RT 1/7] x86/32: Use kmap switch for non highmem as well
` [PATCH RT 2/7] acpi/rt: Convert acpi_gbl_hardware lock back to a raw_spinlock_t
` [PATCH RT 3/7] printk: Fix rq->lock vs logbuf_lock unlock lock inversion
` [PATCH RT 4/7] serial: Imx: Fix recursive locking bug
` [PATCH RT 5/7] wait-simple: Simple waitqueue implementation
` [PATCH RT 6/7] rcutiny: Use simple waitqueue
` [PATCH RT 7/7] Linux 3.4.32-rt46-rc1

[ANNOUNCE] 3.0.65-rt91
 2013-02-19  3:47 UTC 

[ANNOUNCE] 3.4.32-rt45
 2013-02-19  3:46 UTC 

[ANNOUNCE] 3.6.11-rt30
 2013-02-18 19:33 UTC 

RCU?: Scheduling while atomic with 3.4.23-rt33
 2013-02-18 15:32 UTC  (4+ messages)
  ` [patch] "

[PATCH rt-tests] cyclictest: finish removal of 1 second first loops
 2013-02-15 14:26 UTC  (2+ messages)

[PATCH v2] rt-tests: NUMA optional for make rpm
 2013-02-15 13:56 UTC  (2+ messages)

3.4.28-rt40 arm freescale imx35 pcm43
 2013-02-15 10:18 UTC  (13+ messages)
  ` 3.4.28-rt40 arm freescale imx35 pcm43 - patch 86236252d2449313bdbac790023cbc957bf6e426 is cause
          ` [PATCH] 3.4.28-rt40 tglx fix imx.c spinlock
                ` [PATHC] 3.6 spinlock fix

[PATCH]sched/stop_task: Do not account zero delta_exec in put_prev_task_stop
 2013-02-14 19:25 UTC  (4+ messages)

Problems with X crashing
 2013-02-14 16:30 UTC 

[ANNOUNCE] 3.0.63-rt89
 2013-02-14 17:39 UTC 

[ANNOUNCE] 3.4.30-rt43
 2013-02-14 17:38 UTC 

How to decode output from sysrq - t
 2013-02-14 13:02 UTC  (3+ messages)

[ANNOUNCE] 3.0.62-rt88
 2013-02-14  3:06 UTC 

[ANNOUNCE] 3.2.38-rt57
 2013-02-14  3:05 UTC 

[ANNOUNCE] 3.4.29-rt42
 2013-02-14  3:04 UTC 

[ANNOUNCE] 3.6.11-rt29
 2013-02-14  3:02 UTC  (2+ messages)

[RFC][PATCH RT] acpi/rt: Convert acpi lock back to a raw_spinlock_t
 2013-02-13 18:05 UTC  (7+ messages)

[RFC][PATCH RT 0/4 v2] sched/rt: Lower rq lock contention latencies on many CPU boxes
 2013-02-13 16:49 UTC  (4+ messages)
` [RFC][PATCH RT 4/4 v2] sched/rt: Use IPI to trigger RT task push migration instead of pulling

[PREEMPT RT] SLUB and split softirq lock for v3.4-rt
 2013-02-13 16:13 UTC  (13+ messages)
` [PATCH 01/12] softirq: Make serving softirqs a task flag
` [PATCH 02/12] softirq: Split handling function
` [PATCH 03/12] softirq: Split softirq locks
` [PATCH 04/12] softirq: Adapt NOHZ softirq pending check to new RT scheme
` [PATCH 05/12] softirq: Add more debugging
` [PATCH 06/12] softirq: Fix nohz pending issue for real
` [PATCH 07/12] net: Use local_bh_disable in netif_rx_ni()
` [PATCH 08/12] FIX [1/2] slub: Do not dereference NULL pointer in node_match
` [PATCH 09/12] FIX [2/2] slub: Tid must be retrieved from the percpu area of the current processor
` [PATCH 10/12] slub: Use correct cpu_slab on dead cpu
` [PATCH 11/12] mm: Enable SLUB for RT
` [PATCH 12/12] slub: Enable irqs for __GFP_WAIT

3.6.11-rt28 build failure on 32bit Intel
 2013-02-13 12:14 UTC  (2+ messages)

Protection of critical section in PREEMPT_RT
 2013-02-13 11:31 UTC  (11+ messages)

Random 3 to 4.5 second blocks of RT thread
 2013-02-13  9:15 UTC  (7+ messages)

[PATCH] sched/rt: Unthrottle the highest RT task of the rq if there are no another available tasks to be picked
 2013-02-12 14:46 UTC  (5+ messages)

[PATCH] of: fix recursive locking in of_get_next_available_child()
 2013-02-11 22:39 UTC  (2+ messages)

[PATCH next] OF: convert devtree lock from rw_lock to raw spinlock
 2013-02-11 22:29 UTC  (10+ messages)
` [PATCH next v2] "

[PATCH RT 0/2] [ANNOUNCE] 3.0.24-rt42-rc1
 2013-02-11 17:33 UTC  (3+ messages)
` [PATCH RT 1/2] rt: Revert: acpi: Make gbl_[hardware|gpe]_lock raw

[PATCH] rt-tests: NUMA optional for make rpm
 2013-02-09  2:28 UTC 

rt-tests: make rpm fails if numactl-devel is missing
 2013-02-09  2:26 UTC  (3+ messages)

[PATCH RT-TESTS 0/3] A few Makefile clean-ups
 2013-02-08 23:07 UTC  (5+ messages)
` [PATCH RT-TESTS 1/3] Makefile: Don't tag tmp files created when making a release
` [PATCH RT-TESTS 2/3] Makefile: Add tmp dir to distclean and "make release" call distclean
` [PATCH RT-TESTS 3/3] Makefile: Add BUILDROOT and SPECS to the dirs to remove for distclean

[ANNOUNCE] 3.6.11-rt26
 2013-02-07 17:11 UTC  (8+ messages)
` [ANNOUNCE] 3.6.11-rt26 - interrupts again

[PATCH RT 0/5] [ANNOUNCE] 3.0.62-rt88-rc1 stable review
 2013-02-06 22:06 UTC  (6+ messages)
` [PATCH RT 1/5] drivers-tty-pl011-irq-disable-madness.patch
` [PATCH RT 2/5] mmci: Remove bogus local_irq_save()
` [PATCH RT 3/5] sched: Init idle->on_rq in init_idle()
` [PATCH RT 4/5] mm: swap: Initialize local locks early
` [PATCH RT 5/5] Linux 3.0.62-rt88-rc1

[PATCH RT 0/6] [ANNOUNCE] 3.2.38-rt57-rc1 stable review
 2013-02-06 22:02 UTC  (7+ messages)
` [PATCH RT 1/6] drivers-tty-pl011-irq-disable-madness.patch
` [PATCH RT 2/6] mmci: Remove bogus local_irq_save()
` [PATCH RT 3/6] sched: Init idle->on_rq in init_idle()
` [PATCH RT 4/6] sched: Check for idle task in might_sleep()
` [PATCH RT 5/6] mm: swap: Initialize local locks early
` [PATCH RT 6/6] Linux 3.2.38-rt57-rc1

[PATCH RT 0/6] [ANNOUNCE] 3.4.29-rt42-rc1 stable review
 2013-02-06 21:58 UTC  (7+ messages)
` [PATCH RT 1/6] drivers-tty-pl011-irq-disable-madness.patch
` [PATCH RT 2/6] mmci: Remove bogus local_irq_save()
` [PATCH RT 3/6] sched: Init idle->on_rq in init_idle()
` [PATCH RT 4/6] sched: Check for idle task in might_sleep()
` [PATCH RT 5/6] mm: swap: Initialize local locks early
` [PATCH RT 6/6] Linux 3.4.29-rt42-rc1

[ANNOUNCE] 3.0.62-rt87
 2013-02-06 17:27 UTC 

[ANNOUNCE] 3.2.38-rt56
 2013-02-06 17:26 UTC 

[ANNOUNCE] 3.4.29-rt41
 2013-02-06 17:25 UTC 

AW: Kernel Oops caused by high uart write loads
 2013-02-06  6:51 UTC  (2+ messages)
`  "

rt patch for kernel v3.7.5
 2013-02-06  1:27 UTC  (4+ messages)

PROJECT
 2013-02-05 17:27 UTC 

Re:[PATCH] sched/rt: Decrease number of calls of push_rt_task() in push_rt_tasks()
 2013-02-05 10:27 UTC 

kfree causing high latency on 3.4.4-rt13
 2013-02-05 10:12 UTC  (6+ messages)

Re:[PATCH] sched/rt: Decrease number of calls of push_rt_task() in push_rt_tasks()
 2013-02-05  8:25 UTC  (2+ messages)
` [PATCH] "

[PATCH] sched/rt: Decrease number of calls of push_rt_task() in push_rt_tasks()
 2013-02-05  3:37 UTC  (4+ messages)

[PATCH] OF: Fixup resursive locking code paths
 2013-02-04 16:10 UTC  (3+ messages)

[PATCH-v2] tty: Use raw spin lock to protect the TTY read section
 2013-02-04 15:33 UTC  (3+ messages)
` [PATCH-v3] "

Kernel Oops caused by high uart write loads
 2013-02-04 11:44 UTC  (2+ messages)

[PATCH]sched/rt: Simplify pick_rt_task: remove next_prio() inheritance
 2013-02-03 19:30 UTC  (2+ messages)
` [tip:sched/core] sched/rt: Further simplify pick_rt_task()

[PATCH] [PREEMPT_RT] make pagefault_{disable,enable}() back into static inlines
 2013-02-01 23:06 UTC 


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