summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 3.2.95-rt133 REBASEv3.2.95-rt133-rebasev3.2-rt-rebaseSteven Rostedt (Red Hat)2017-11-231-1/+1
* work-simple: Add missing #include <linux/export.h>Ben Hutchings2017-11-231-0/+1
* genirq: Fix pointer cast warning for randomness on 32-bit architecturesBen Hutchings2017-11-231-1/+2
* fs/dcache: incremental fixup of the retry routineSebastian Andrzej Siewior2017-11-231-4/+3
* fs/dcache: resched/chill only if we make no progressSebastian Andrzej Siewior2017-11-231-2/+16
* net: add a lock around icmp_sk()Sebastian Andrzej Siewior2017-11-231-0/+8
* net: add back the missing serialization in ip_send_unicast_reply()Sebastian Andrzej Siewior2017-11-231-0/+7
* timers: wakeup all timer waiters without holding the base lockSebastian Andrzej Siewior2017-11-231-1/+1
* timers: wakeup all timer waitersSebastian Andrzej Siewior2017-11-231-1/+1
* x86: Fix an RT MCE crashCorey Minyard2017-11-231-1/+2
* trace: correct off by one while recording the trace-eventSebastian Andrzej Siewior2017-11-231-0/+3
* Revert: KVM: lapic: mark LAPIC timer handler as irqsafeSteven Rostedt (Red Hat)2017-11-231-39/+3
* tracing: Fix probe_wakeup_latency_hist_start() prototypeMike Galbraith2017-11-231-2/+2
* kernel: sched: Fix preempt_disable_ip recodring for preempt_disable()Sebastian Andrzej Siewior2017-11-234-15/+15
* rcu/torture: Comment out rcu_bh ops on PREEMPT_RT_FULLClark Williams2017-11-231-0/+7
* kernel: softirq: unlock with irqs onSebastian Andrzej Siewior2017-11-231-2/+2
* kernel: migrate_disable() do fastpath in atomic & irqs-offSebastian Andrzej Siewior2017-11-231-2/+2
* latencyhist: disable jump-labelsSebastian Andrzej Siewior2017-11-231-0/+1
* rtmutex: Have slowfn of rt_mutex_timed_fastlock() use enumSteven Rostedt (Red Hat)2017-11-231-1/+1
* sched: Introduce the trace_sched_waking tracepointPeter Zijlstra2017-11-234-13/+28
* net: Make synchronize_rcu_expedited() conditional on !RT_FULLJosh Cartwright2017-11-231-1/+1
* dump stack: don't disable preemption during traceSebastian Andrzej Siewior2017-11-231-4/+4
* rtmutex: Use chainwalking control enumbmouring@ni.com2017-11-231-1/+1
* rtmutex: Handle non enqueued waiters gracefullyThomas Gleixner2017-11-231-1/+1
* xfs: Disable percpu SB on PREEMPT_RT_FULLSteven Rostedt2017-11-231-1/+1
* mm/slub: move slab initialization into irq enabled regionThomas Gleixner2017-11-231-40/+37
* KVM: lapic: mark LAPIC timer handler as irqsafeMarcelo Tosatti2017-11-231-3/+39
* fs,btrfs: fix rt deadlock on extent_buffer->lockMike Galbraith2017-11-231-2/+2
* lockdep: selftest: fix warnings due to missing PREEMPT_RT conditionalsJosh Cartwright2017-11-231-0/+27
* sunrpc: make svc_xprt_do_enqueue() use get_cpu_light()Mike Galbraith2017-11-231-2/+2
* work-simple: Simple work queue implemenationDaniel Wagner2017-11-233-1/+197
* scheduling while atomic in cgroup codeMike Galbraith2017-11-231-2/+5
* arm/futex: disable preemption during futex_atomic_cmpxchg_inatomic()Sebastian Andrzej Siewior2017-11-231-0/+4
* ARM: enable irq in translation/section permission fault handlersYadi.hu2017-11-231-0/+6
* x86: UV: raw_spinlock conversionMike Galbraith2017-11-235-36/+41
* rt-mutex: avoid a NULL pointer dereference on deadlockSebastian Andrzej Siewior2017-11-231-1/+2
* futex: Simplify futex_lock_pi_atomic() and make it more robustThomas Gleixner2017-11-231-87/+61
* futex: Split out the first waiter attachment from lookup_pi_state()Thomas Gleixner2017-11-231-14/+28
* futex: Split out the waiter check from lookup_pi_state()Thomas Gleixner2017-11-231-67/+71
* futex: Use futex_top_waiter() in lookup_pi_state()Thomas Gleixner2017-11-231-66/+61
* futex: Make unlock_pi more robustThomas Gleixner2017-11-231-54/+26
* rtmutex: Avoid pointless requeueing in the deadlock detection chain walkThomas Gleixner2017-11-231-7/+70
* rtmutex: Cleanup deadlock detector debug logicThomas Gleixner2017-11-235-29/+82
* rtmutex: Confine deadlock logic to futexThomas Gleixner2017-11-236-48/+43
* rtmutex: Simplify remove_waiter()Thomas Gleixner2017-11-231-15/+18
* rtmutex: Document pi chain walkThomas Gleixner2017-11-231-9/+91
* rtmutex: Clarify the boost/deboost partThomas Gleixner2017-11-231-9/+48
* rtmutex: No need to keep task ref for lock owner checkThomas Gleixner2017-11-231-2/+3
* rtmutex: Simplify and document try_to_take_rtmutex()Thomas Gleixner2017-11-231-45/+89
* rtmutex: Simplify rtmutex_slowtrylock()Thomas Gleixner2017-11-231-12/+21