summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 3.2.75-rt108 REBASEv3.2.75-rt108-rebaseSteven Rostedt (Red Hat)2016-01-121-1/+1
* xfs: Disable percpu SB on PREEMPT_RT_FULLSteven Rostedt2016-01-121-1/+1
* mm/slub: move slab initialization into irq enabled regionThomas Gleixner2016-01-121-40/+37
* KVM: lapic: mark LAPIC timer handler as irqsafeMarcelo Tosatti2016-01-121-3/+39
* fs,btrfs: fix rt deadlock on extent_buffer->lockMike Galbraith2016-01-121-2/+2
* lockdep: selftest: fix warnings due to missing PREEMPT_RT conditionalsJosh Cartwright2016-01-121-0/+27
* sunrpc: make svc_xprt_do_enqueue() use get_cpu_light()Mike Galbraith2016-01-121-2/+2
* work-simple: Simple work queue implemenationDaniel Wagner2016-01-123-1/+197
* scheduling while atomic in cgroup codeMike Galbraith2016-01-121-2/+5
* arm/futex: disable preemption during futex_atomic_cmpxchg_inatomic()Sebastian Andrzej Siewior2016-01-121-0/+4
* ARM: enable irq in translation/section permission fault handlersYadi.hu2016-01-121-0/+6
* x86: UV: raw_spinlock conversionMike Galbraith2016-01-125-36/+41
* rt-mutex: avoid a NULL pointer dereference on deadlockSebastian Andrzej Siewior2016-01-121-1/+2
* futex: Simplify futex_lock_pi_atomic() and make it more robustThomas Gleixner2016-01-121-87/+61
* futex: Split out the first waiter attachment from lookup_pi_state()Thomas Gleixner2016-01-121-14/+28
* futex: Split out the waiter check from lookup_pi_state()Thomas Gleixner2016-01-121-67/+71
* futex: Use futex_top_waiter() in lookup_pi_state()Thomas Gleixner2016-01-121-66/+61
* futex: Make unlock_pi more robustThomas Gleixner2016-01-121-54/+26
* rtmutex: Avoid pointless requeueing in the deadlock detection chain walkThomas Gleixner2016-01-121-7/+70
* rtmutex: Cleanup deadlock detector debug logicThomas Gleixner2016-01-125-29/+82
* rtmutex: Confine deadlock logic to futexThomas Gleixner2016-01-126-48/+43
* rtmutex: Simplify remove_waiter()Thomas Gleixner2016-01-121-15/+18
* rtmutex: Document pi chain walkThomas Gleixner2016-01-121-9/+91
* rtmutex: Clarify the boost/deboost partThomas Gleixner2016-01-121-9/+48
* rtmutex: No need to keep task ref for lock owner checkThomas Gleixner2016-01-121-2/+3
* rtmutex: Simplify and document try_to_take_rtmutex()Thomas Gleixner2016-01-121-45/+89
* rtmutex: Simplify rtmutex_slowtrylock()Thomas Gleixner2016-01-121-12/+21
* create-rt-enqueueSteven Rostedt2016-01-121-18/+40
* gpio: omap: use raw locks for lockingSebastian Andrzej Siewior2016-01-121-32/+32
* lockdep: Fix backport of "Correctly annotate hardirq context in irq_exit()"Steven Rostedt (Red Hat)2016-01-121-2/+3
* hrtimer:fix the miss of hrtimer_peek_ahead_timers in nort codeZhao Hongjiang2016-01-121-1/+5
* workqueue: Prevent deadlock/stall on RTThomas Gleixner2016-01-122-11/+40
* sched: Do not clear PF_NO_SETAFFINITY flag in select_fallback_rq()Steven Rostedt2016-01-121-6/+0
* Fix latency histogram after "hrtimer: Set expiry time before switch_hrtimer_b...Ben Hutchings2016-01-121-5/+5
* rcu: make RCU_BOOST default on RTSebastian Andrzej Siewior2016-01-121-1/+1
* net: gianfar: do not disable interruptsSebastian Andrzej Siewior2016-01-123-24/+24
* cpu_chill: Add a UNINTERRUPTIBLE hrtimer_nanosleepSteven Rostedt2016-01-121-7/+18
* fs: jbd2: pull your plug when waiting for spaceSebastian Andrzej Siewior2016-01-121-0/+2
* net: sched: dev_deactivate_many(): use msleep(1) instead of yield() to wait f...Marc Kleine-Budde2016-01-121-1/+1
* Revert "swait: Add a few more users"Steven Rostedt (Red Hat)2016-01-123-4/+4
* arm/unwind: use a raw_spin_lockSebastian Andrzej Siewior2016-01-121-7/+7
* kernel/hrtimer: be non-freezeable in cpu_chill()Sebastian Andrzej Siewior2016-01-121-0/+4
* rt: Make cpu_chill() use hrtimer instead of msleep()Steven Rostedt2016-01-122-1/+16
* rcutree/rcu_bh_qs: disable irq while calling rcu_preempt_qs()Tiejun Chen2016-01-121-0/+5
* fs: only send IPI to invalidate LRU BH when neededGilad Ben-Yossef2016-01-121-1/+14
* smp: add func to IPI cpus based on parameter funcGilad Ben-Yossef2016-01-122-0/+85
* smp: introduce a generic on_each_cpu_mask() functionGilad Ben-Yossef2016-01-125-41/+56
* rtmutex: use a trylock for waiter lock in trylockSebastian Andrzej Siewior2016-01-123-5/+29
* lockdep: Correctly annotate hardirq context in irq_exit()Peter Zijlstra2016-01-121-5/+44
* swait: Add a few more usersSebastian Andrzej Siewior2016-01-123-4/+4