summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 3.2.68-rt100 REBASEv3.2.68-rt100-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-03-201-2/+2
* lockdep: selftest: fix warnings due to missing PREEMPT_RT conditionalsJosh Cartwright2015-03-201-0/+27
* sunrpc: make svc_xprt_do_enqueue() use get_cpu_light()Mike Galbraith2015-03-201-2/+2
* work-simple: Simple work queue implemenationDaniel Wagner2015-03-203-1/+197
* scheduling while atomic in cgroup codeMike Galbraith2015-03-201-2/+5
* arm/futex: disable preemption during futex_atomic_cmpxchg_inatomic()Sebastian Andrzej Siewior2015-03-201-0/+4
* ARM: enable irq in translation/section permission fault handlersYadi.hu2015-03-201-0/+6
* x86: UV: raw_spinlock conversionMike Galbraith2015-03-205-36/+41
* rt-mutex: avoid a NULL pointer dereference on deadlockSebastian Andrzej Siewior2015-03-201-1/+2
* futex: Simplify futex_lock_pi_atomic() and make it more robustThomas Gleixner2015-03-201-87/+61
* futex: Split out the first waiter attachment from lookup_pi_state()Thomas Gleixner2015-03-201-14/+28
* futex: Split out the waiter check from lookup_pi_state()Thomas Gleixner2015-03-201-67/+71
* futex: Use futex_top_waiter() in lookup_pi_state()Thomas Gleixner2015-03-201-66/+61
* futex: Make unlock_pi more robustThomas Gleixner2015-03-201-54/+26
* rtmutex: Avoid pointless requeueing in the deadlock detection chain walkThomas Gleixner2015-03-201-7/+70
* rtmutex: Cleanup deadlock detector debug logicThomas Gleixner2015-03-205-29/+82
* rtmutex: Confine deadlock logic to futexThomas Gleixner2015-03-206-48/+43
* rtmutex: Simplify remove_waiter()Thomas Gleixner2015-03-201-15/+18
* rtmutex: Document pi chain walkThomas Gleixner2015-03-201-9/+91
* rtmutex: Clarify the boost/deboost partThomas Gleixner2015-03-201-9/+48
* rtmutex: No need to keep task ref for lock owner checkThomas Gleixner2015-03-201-2/+3
* rtmutex: Simplify and document try_to_take_rtmutex()Thomas Gleixner2015-03-201-45/+89
* rtmutex: Simplify rtmutex_slowtrylock()Thomas Gleixner2015-03-201-12/+21
* create-rt-enqueueSteven Rostedt2015-03-201-18/+40
* gpio: omap: use raw locks for lockingSebastian Andrzej Siewior2015-03-201-32/+32
* lockdep: Fix backport of "Correctly annotate hardirq context in irq_exit()"Steven Rostedt (Red Hat)2015-03-061-2/+3
* hrtimer:fix the miss of hrtimer_peek_ahead_timers in nort codeZhao Hongjiang2015-03-061-1/+5
* workqueue: Prevent deadlock/stall on RTThomas Gleixner2015-03-062-11/+40
* sched: Do not clear PF_NO_SETAFFINITY flag in select_fallback_rq()Steven Rostedt2015-03-061-6/+0
* Fix latency histogram after "hrtimer: Set expiry time before switch_hrtimer_b...Ben Hutchings2015-03-061-5/+5
* rcu: make RCU_BOOST default on RTSebastian Andrzej Siewior2015-03-061-1/+1
* net: gianfar: do not disable interruptsSebastian Andrzej Siewior2015-03-063-24/+24
* cpu_chill: Add a UNINTERRUPTIBLE hrtimer_nanosleepSteven Rostedt2015-03-061-7/+18
* fs: jbd2: pull your plug when waiting for spaceSebastian Andrzej Siewior2015-03-061-0/+2
* net: sched: dev_deactivate_many(): use msleep(1) instead of yield() to wait f...Marc Kleine-Budde2015-03-061-1/+1
* Revert "swait: Add a few more users"Steven Rostedt (Red Hat)2015-03-063-4/+4
* arm/unwind: use a raw_spin_lockSebastian Andrzej Siewior2015-03-061-7/+7
* kernel/hrtimer: be non-freezeable in cpu_chill()Sebastian Andrzej Siewior2015-03-061-0/+4
* rt: Make cpu_chill() use hrtimer instead of msleep()Steven Rostedt2015-03-062-1/+16
* rcutree/rcu_bh_qs: disable irq while calling rcu_preempt_qs()Tiejun Chen2015-03-061-0/+5
* fs: only send IPI to invalidate LRU BH when neededGilad Ben-Yossef2015-03-061-1/+14
* smp: add func to IPI cpus based on parameter funcGilad Ben-Yossef2015-03-062-0/+85
* smp: introduce a generic on_each_cpu_mask() functionGilad Ben-Yossef2015-03-065-41/+56
* rtmutex: use a trylock for waiter lock in trylockSebastian Andrzej Siewior2015-03-063-5/+29
* lockdep: Correctly annotate hardirq context in irq_exit()Peter Zijlstra2015-03-061-5/+44
* swait: Add a few more usersSebastian Andrzej Siewior2015-03-063-4/+4
* cpu_down: move migrate_enable() backTiejun Chen2015-03-061-1/+1
* drm: remove preempt_disable() from drm_calc_vbltimestamp_from_scanoutpos()Sebastian Andrzej Siewior2015-03-061-7/+0