summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 3.4.113-rt145 REBASEv3.4.113-rt145-rebasev3.4-rt-rebaseSteven Rostedt (Red Hat)2016-11-161-1/+1
* fs/dcache: incremental fixup of the retry routineSebastian Andrzej Siewior2016-11-161-4/+3
* fs/dcache: resched/chill only if we make no progressSebastian Andrzej Siewior2016-11-161-2/+16
* net: add a lock around icmp_sk()Sebastian Andrzej Siewior2016-11-161-0/+8
* net: add back the missing serialization in ip_send_unicast_reply()Sebastian Andrzej Siewior2016-11-161-0/+7
* timers: wakeup all timer waiters without holding the base lockSebastian Andrzej Siewior2016-11-161-1/+1
* timers: wakeup all timer waitersSebastian Andrzej Siewior2016-11-161-1/+1
* x86: Fix an RT MCE crashCorey Minyard2016-11-161-1/+2
* trace: correct off by one while recording the trace-eventSebastian Andrzej Siewior2016-11-161-0/+3
* Revert: KVM: lapic: mark LAPIC timer handler as irqsafeSteven Rostedt (Red Hat)2016-11-161-39/+3
* tracing: Fix probe_wakeup_latency_hist_start() prototypeMike Galbraith2016-11-161-2/+2
* kernel: sched: Fix preempt_disable_ip recodring for preempt_disable()Sebastian Andrzej Siewior2016-11-164-15/+15
* rcu/torture: Comment out rcu_bh ops on PREEMPT_RT_FULLClark Williams2016-11-161-0/+7
* trace: Use rcuidle version for preemptoff_hist trace pointYang Shi2016-11-162-4/+5
* kernel: softirq: unlock with irqs onSebastian Andrzej Siewior2016-11-161-2/+2
* kernel: migrate_disable() do fastpath in atomic & irqs-offSebastian Andrzej Siewior2016-11-161-2/+2
* latencyhist: disable jump-labelsSebastian Andrzej Siewior2016-11-161-0/+1
* rtmutex: Have slowfn of rt_mutex_timed_fastlock() use enumSteven Rostedt (Red Hat)2016-11-161-1/+1
* sched: Introduce the trace_sched_waking tracepointPeter Zijlstra2016-11-164-13/+28
* net: Make synchronize_rcu_expedited() conditional on !RT_FULLJosh Cartwright2016-11-161-1/+1
* dump stack: don't disable preemption during traceSebastian Andrzej Siewior2016-11-161-4/+4
* rtmutex: Use chainwalking control enumbmouring@ni.com2016-11-161-1/+1
* rtmutex: Handle non enqueued waiters gracefullyThomas Gleixner2016-11-161-1/+1
* Fix whitespace descrepancySteven Rostedt2016-11-161-0/+1
* xfs: Disable percpu SB on PREEMPT_RT_FULLSteven Rostedt2016-11-161-1/+1
* mm/slub: move slab initialization into irq enabled regionThomas Gleixner2016-11-161-40/+37
* KVM: lapic: mark LAPIC timer handler as irqsafeMarcelo Tosatti2016-11-161-3/+39
* fs,btrfs: fix rt deadlock on extent_buffer->lockMike Galbraith2016-11-161-2/+2
* lockdep: selftest: fix warnings due to missing PREEMPT_RT conditionalsJosh Cartwright2016-11-161-0/+27
* sunrpc: make svc_xprt_do_enqueue() use get_cpu_light()Mike Galbraith2016-11-161-2/+2
* work-simple: Simple work queue implemenationDaniel Wagner2016-11-163-0/+197
* scheduling while atomic in cgroup codeMike Galbraith2016-11-161-2/+5
* sas-ata/isci: dont't disable interrupts in qc_issue handlerPaul Gortmaker2016-11-161-2/+2
* ARM: cmpxchg: define __HAVE_ARCH_CMPXCHG for armv6 and laterYong Zhang2016-11-161-0/+2
* arm/futex: disable preemption during futex_atomic_cmpxchg_inatomic()Sebastian Andrzej Siewior2016-11-161-0/+4
* ARM: enable irq in translation/section permission fault handlersYadi.hu2016-11-161-0/+6
* x86: UV: raw_spinlock conversionMike Galbraith2016-11-165-36/+41
* rt-mutex: avoid a NULL pointer dereference on deadlockSebastian Andrzej Siewior2016-11-161-1/+2
* futex: Simplify futex_lock_pi_atomic() and make it more robustThomas Gleixner2016-11-161-87/+61
* futex: Split out the first waiter attachment from lookup_pi_state()Thomas Gleixner2016-11-161-14/+28
* futex: Split out the waiter check from lookup_pi_state()Thomas Gleixner2016-11-161-67/+71
* futex: Use futex_top_waiter() in lookup_pi_state()Thomas Gleixner2016-11-161-66/+61
* futex: Make unlock_pi more robustThomas Gleixner2016-11-161-54/+26
* rtmutex: Avoid pointless requeueing in the deadlock detection chain walkThomas Gleixner2016-11-161-7/+70
* rtmutex: Cleanup deadlock detector debug logicThomas Gleixner2016-11-165-29/+82
* rtmutex: Confine deadlock logic to futexThomas Gleixner2016-11-166-48/+43
* rtmutex: Simplify remove_waiter()Thomas Gleixner2016-11-161-15/+18
* rtmutex: Document pi chain walkThomas Gleixner2016-11-161-9/+91
* rtmutex: Clarify the boost/deboost partThomas Gleixner2016-11-161-9/+48
* rtmutex: No need to keep task ref for lock owner checkThomas Gleixner2016-11-161-2/+3