summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 3.2.82-rt118 REBASEv3.2.82-rt118-rebaseSteven Rostedt (Red Hat)2016-08-311-1/+1
* x86: Fix an RT MCE crashCorey Minyard2016-08-311-1/+2
* trace: correct off by one while recording the trace-eventSebastian Andrzej Siewior2016-08-311-0/+3
* Revert: KVM: lapic: mark LAPIC timer handler as irqsafeSteven Rostedt (Red Hat)2016-08-311-39/+3
* tracing: Fix probe_wakeup_latency_hist_start() prototypeMike Galbraith2016-08-311-2/+2
* kernel: sched: Fix preempt_disable_ip recodring for preempt_disable()Sebastian Andrzej Siewior2016-08-314-15/+15
* rcu/torture: Comment out rcu_bh ops on PREEMPT_RT_FULLClark Williams2016-08-311-0/+7
* kernel: softirq: unlock with irqs onSebastian Andrzej Siewior2016-08-311-2/+2
* kernel: migrate_disable() do fastpath in atomic & irqs-offSebastian Andrzej Siewior2016-08-311-2/+2
* latencyhist: disable jump-labelsSebastian Andrzej Siewior2016-08-311-0/+1
* rtmutex: Have slowfn of rt_mutex_timed_fastlock() use enumSteven Rostedt (Red Hat)2016-08-311-1/+1
* sched: Introduce the trace_sched_waking tracepointPeter Zijlstra2016-08-314-13/+28
* net: Make synchronize_rcu_expedited() conditional on !RT_FULLJosh Cartwright2016-08-311-1/+1
* dump stack: don't disable preemption during traceSebastian Andrzej Siewior2016-08-311-4/+4
* rtmutex: Use chainwalking control enumbmouring@ni.com2016-08-311-1/+1
* rtmutex: Handle non enqueued waiters gracefullyThomas Gleixner2016-08-311-1/+1
* xfs: Disable percpu SB on PREEMPT_RT_FULLSteven Rostedt2016-08-311-1/+1
* mm/slub: move slab initialization into irq enabled regionThomas Gleixner2016-08-311-40/+37
* KVM: lapic: mark LAPIC timer handler as irqsafeMarcelo Tosatti2016-08-311-3/+39
* fs,btrfs: fix rt deadlock on extent_buffer->lockMike Galbraith2016-08-311-2/+2
* lockdep: selftest: fix warnings due to missing PREEMPT_RT conditionalsJosh Cartwright2016-08-311-0/+27
* sunrpc: make svc_xprt_do_enqueue() use get_cpu_light()Mike Galbraith2016-08-311-2/+2
* work-simple: Simple work queue implemenationDaniel Wagner2016-08-313-1/+197
* scheduling while atomic in cgroup codeMike Galbraith2016-08-311-2/+5
* arm/futex: disable preemption during futex_atomic_cmpxchg_inatomic()Sebastian Andrzej Siewior2016-08-311-0/+4
* ARM: enable irq in translation/section permission fault handlersYadi.hu2016-08-311-0/+6
* x86: UV: raw_spinlock conversionMike Galbraith2016-08-315-36/+41
* rt-mutex: avoid a NULL pointer dereference on deadlockSebastian Andrzej Siewior2016-08-311-1/+2
* futex: Simplify futex_lock_pi_atomic() and make it more robustThomas Gleixner2016-08-311-87/+61
* futex: Split out the first waiter attachment from lookup_pi_state()Thomas Gleixner2016-08-311-14/+28
* futex: Split out the waiter check from lookup_pi_state()Thomas Gleixner2016-08-311-67/+71
* futex: Use futex_top_waiter() in lookup_pi_state()Thomas Gleixner2016-08-311-66/+61
* futex: Make unlock_pi more robustThomas Gleixner2016-08-311-54/+26
* rtmutex: Avoid pointless requeueing in the deadlock detection chain walkThomas Gleixner2016-08-311-7/+70
* rtmutex: Cleanup deadlock detector debug logicThomas Gleixner2016-08-315-29/+82
* rtmutex: Confine deadlock logic to futexThomas Gleixner2016-08-316-48/+43
* rtmutex: Simplify remove_waiter()Thomas Gleixner2016-08-311-15/+18
* rtmutex: Document pi chain walkThomas Gleixner2016-08-311-9/+91
* rtmutex: Clarify the boost/deboost partThomas Gleixner2016-08-311-9/+48
* rtmutex: No need to keep task ref for lock owner checkThomas Gleixner2016-08-311-2/+3
* rtmutex: Simplify and document try_to_take_rtmutex()Thomas Gleixner2016-08-311-45/+89
* rtmutex: Simplify rtmutex_slowtrylock()Thomas Gleixner2016-08-311-12/+21
* create-rt-enqueueSteven Rostedt2016-08-311-18/+40
* gpio: omap: use raw locks for lockingSebastian Andrzej Siewior2016-08-311-32/+32
* lockdep: Fix backport of "Correctly annotate hardirq context in irq_exit()"Steven Rostedt (Red Hat)2016-08-311-2/+3
* hrtimer:fix the miss of hrtimer_peek_ahead_timers in nort codeZhao Hongjiang2016-08-311-1/+5
* workqueue: Prevent deadlock/stall on RTThomas Gleixner2016-08-312-11/+40
* sched: Do not clear PF_NO_SETAFFINITY flag in select_fallback_rq()Steven Rostedt2016-08-311-6/+0
* Fix latency histogram after "hrtimer: Set expiry time before switch_hrtimer_b...Ben Hutchings2016-08-311-5/+5
* rcu: make RCU_BOOST default on RTSebastian Andrzej Siewior2016-08-311-1/+1