summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 3.4.108-rt136 REBASEv3.4.108-rt136-rebaseSteven Rostedt (Red Hat)2015-08-101-1/+1
* xfs: Disable percpu SB on PREEMPT_RT_FULLSteven Rostedt2015-08-101-1/+1
* mm/slub: move slab initialization into irq enabled regionThomas Gleixner2015-08-101-40/+37
* KVM: lapic: mark LAPIC timer handler as irqsafeMarcelo Tosatti2015-06-241-3/+39
* fs,btrfs: fix rt deadlock on extent_buffer->lockMike Galbraith2015-06-241-2/+2
* lockdep: selftest: fix warnings due to missing PREEMPT_RT conditionalsJosh Cartwright2015-06-241-0/+27
* sunrpc: make svc_xprt_do_enqueue() use get_cpu_light()Mike Galbraith2015-06-241-2/+2
* work-simple: Simple work queue implemenationDaniel Wagner2015-06-243-0/+197
* scheduling while atomic in cgroup codeMike Galbraith2015-06-241-2/+5
* sas-ata/isci: dont't disable interrupts in qc_issue handlerPaul Gortmaker2015-06-241-2/+2
* ARM: cmpxchg: define __HAVE_ARCH_CMPXCHG for armv6 and laterYong Zhang2015-06-241-0/+2
* arm/futex: disable preemption during futex_atomic_cmpxchg_inatomic()Sebastian Andrzej Siewior2015-06-241-0/+4
* ARM: enable irq in translation/section permission fault handlersYadi.hu2015-06-241-0/+6
* x86: UV: raw_spinlock conversionMike Galbraith2015-06-245-36/+41
* rt-mutex: avoid a NULL pointer dereference on deadlockSebastian Andrzej Siewior2015-06-241-1/+2
* futex: Simplify futex_lock_pi_atomic() and make it more robustThomas Gleixner2015-06-241-87/+61
* futex: Split out the first waiter attachment from lookup_pi_state()Thomas Gleixner2015-06-241-14/+28
* futex: Split out the waiter check from lookup_pi_state()Thomas Gleixner2015-06-241-67/+71
* futex: Use futex_top_waiter() in lookup_pi_state()Thomas Gleixner2015-06-241-66/+61
* futex: Make unlock_pi more robustThomas Gleixner2015-06-241-54/+26
* rtmutex: Avoid pointless requeueing in the deadlock detection chain walkThomas Gleixner2015-06-241-7/+70
* rtmutex: Cleanup deadlock detector debug logicThomas Gleixner2015-06-245-29/+82
* rtmutex: Confine deadlock logic to futexThomas Gleixner2015-06-246-48/+43
* rtmutex: Simplify remove_waiter()Thomas Gleixner2015-06-241-15/+18
* rtmutex: Document pi chain walkThomas Gleixner2015-06-241-9/+91
* rtmutex: Clarify the boost/deboost partThomas Gleixner2015-06-241-9/+48
* rtmutex: No need to keep task ref for lock owner checkThomas Gleixner2015-06-241-2/+3
* rtmutex: Simplify and document try_to_take_rtmutex()Thomas Gleixner2015-06-241-45/+89
* rtmutex: Simplify rtmutex_slowtrylock()Thomas Gleixner2015-06-241-12/+21
* create-rt-enqueueSteven Rostedt2015-06-241-18/+40
* gpio: omap: use raw locks for lockingSebastian Andrzej Siewior2015-06-241-38/+38
* hrtimer:fix the miss of hrtimer_peek_ahead_timers in nort codeZhao Hongjiang2015-06-241-1/+5
* workqueue: Prevent deadlock/stall on RTThomas Gleixner2015-06-242-8/+40
* sched: Do not clear PF_NO_SETAFFINITY flag in select_fallback_rq()Steven Rostedt2015-06-241-6/+0
* Fix latency histogram after "hrtimer: Set expiry time before switch_hrtimer_b...Ben Hutchings2015-06-241-5/+5
* rcu: make RCU_BOOST default on RTSebastian Andrzej Siewior2015-06-241-1/+1
* net: gianfar: do not disable interruptsSebastian Andrzej Siewior2015-06-243-24/+24
* cpu_chill: Add a UNINTERRUPTIBLE hrtimer_nanosleepSteven Rostedt2015-06-241-7/+18
* fs: jbd2: pull your plug when waiting for spaceSebastian Andrzej Siewior2015-06-241-0/+2
* net: sched: dev_deactivate_many(): use msleep(1) instead of yield() to wait f...Marc Kleine-Budde2015-06-241-1/+1
* Revert "swait: Add a few more users"Steven Rostedt (Red Hat)2015-06-243-4/+4
* arm/unwind: use a raw_spin_lockSebastian Andrzej Siewior2015-06-241-7/+7
* kernel/hrtimer: be non-freezeable in cpu_chill()Sebastian Andrzej Siewior2015-06-241-0/+4
* rt: Make cpu_chill() use hrtimer instead of msleep()Steven Rostedt2015-06-242-1/+16
* rcutree/rcu_bh_qs: disable irq while calling rcu_preempt_qs()Tiejun Chen2015-06-241-0/+5
* net: make neigh_priv_len in struct net_device 16bit instead of 8bitSebastian Siewior2015-06-241-1/+1
* rtmutex: use a trylock for waiter lock in trylockSebastian Andrzej Siewior2015-06-243-5/+29
* lockdep: Correctly annotate hardirq context in irq_exit()Peter Zijlstra2015-06-241-3/+42
* swait: Add a few more usersSebastian Andrzej Siewior2015-06-243-4/+4
* cpu_down: move migrate_enable() backTiejun Chen2015-06-241-1/+1