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