summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 3.12.47-rt65 REBASEv3.12.47-rt65-rebaseSteven Rostedt (Red Hat)2015-09-041-1/+1
* powerpc/kvm: Disable in-kernel MPIC emulation for PREEMPT_RT_FULLBogdan Purcareata2015-09-041-0/+1
* xfs: Disable percpu SB on PREEMPT_RT_FULLSteven Rostedt2015-09-041-1/+1
* x86-Tell-irq-work-about-self-IPI-support-3.14Frederic Weisbecker2015-09-043-2/+12
* mm/slub: move slab initialization into irq enabled regionThomas Gleixner2015-09-041-41/+39
* Revert "slub: delay ctor until the object is requested"Sebastian Andrzej Siewior2015-09-041-6/+0
* irq_work: Split raised and lazy listsFrederic Weisbecker2015-09-043-46/+40
* irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra2015-09-0431-2/+43
* rt, nohz_full: fix nohz_full for PREEMPT_RT_FULLMike Galbraith2015-09-042-6/+28
* hotplug: Use set_cpus_allowed_ptr() in sync_unplug_thread()Mike Galbraith2015-09-041-1/+1
* KVM: use simple waitqueue for vcpu->wqMarcelo Tosatti2015-09-049-32/+32
* KVM: lapic: mark LAPIC timer handler as irqsafeMarcelo Tosatti2015-09-041-3/+39
* kernel/irq_work: fix no_hz deadlockSebastian Andrzej Siewior2015-09-046-10/+8
* netpoll: guard the access to dev->npinfo with rcu_read_lock/unlock_bh() for C...Kevin Hao2015-09-041-2/+14
* Revert "timers: do not raise softirq unconditionally"Steven Rostedt (Red Hat)2015-09-043-52/+28
* fs,btrfs: fix rt deadlock on extent_buffer->lockMike Galbraith2015-09-042-10/+2
* timers: Reduce future __run_timers() latency for first add to empty listPaul E. McKenney2015-09-041-0/+1
* timers: Reduce future __run_timers() latency for newly emptied listPaul E. McKenney2015-09-041-0/+2
* timers: Reduce __run_timers() latency for empty listPaul E. McKenney2015-09-041-0/+18
* timers: Track total number of timers in listPaul E. McKenney2015-09-041-0/+5
* fs/aio: simple simple workSebastian Andrzej Siewior2015-09-041-7/+17
* lockdep: selftest: fix warnings due to missing PREEMPT_RT conditionalsJosh Cartwright2015-09-041-0/+27
* thermal: Defer thermal wakups to threadsDaniel Wagner2015-09-041-3/+47
* locking: ww_mutex: fix ww_mutex vs self-deadlockMike Galbraith2015-09-041-7/+14
* sunrpc: make svc_xprt_do_enqueue() use get_cpu_light()Mike Galbraith2015-09-041-2/+2
* work-simple: Simple work queue implemenationDaniel Wagner2015-09-043-0/+197
* scheduling while atomic in cgroup codeMike Galbraith2015-09-041-2/+5
* sas-ata/isci: dont't disable interrupts in qc_issue handlerPaul Gortmaker2015-09-041-2/+2
* ARM: cmpxchg: define __HAVE_ARCH_CMPXCHG for armv6 and laterYong Zhang2015-09-041-0/+2
* arm/futex: disable preemption during futex_atomic_cmpxchg_inatomic()Sebastian Andrzej Siewior2015-09-041-0/+4
* ARM: enable irq in translation/section permission fault handlersYadi.hu2015-09-041-0/+6
* x86: UV: raw_spinlock conversionMike Galbraith2015-09-045-30/+35
* rtmutex: enable deadlock detection in ww_mutex_lock functionsGustavo Bittencourt2015-09-041-2/+4
* rt: fix __ww_mutex_lock_interruptible() lockdep annotationMike Galbraith2015-09-041-3/+2
* rt-mutex: avoid a NULL pointer dereference on deadlockSebastian Andrzej Siewior2015-09-041-1/+2
* futex: Simplify futex_lock_pi_atomic() and make it more robustThomas Gleixner2015-09-041-87/+61
* futex: Split out the first waiter attachment from lookup_pi_state()Thomas Gleixner2015-09-041-14/+28
* futex: Split out the waiter check from lookup_pi_state()Thomas Gleixner2015-09-041-67/+71
* futex: Use futex_top_waiter() in lookup_pi_state()Thomas Gleixner2015-09-041-66/+61
* futex: Make unlock_pi more robustThomas Gleixner2015-09-041-54/+26
* rtmutex: Avoid pointless requeueing in the deadlock detection chain walkThomas Gleixner2015-09-041-7/+70
* rtmutex: Cleanup deadlock detector debug logicThomas Gleixner2015-09-045-31/+85
* rtmutex: Confine deadlock logic to futexThomas Gleixner2015-09-046-47/+44
* rtmutex: Simplify remove_waiter()Thomas Gleixner2015-09-041-15/+18
* rtmutex: Document pi chain walkThomas Gleixner2015-09-041-9/+91
* rtmutex: Clarify the boost/deboost partThomas Gleixner2015-09-041-9/+48
* rtmutex: No need to keep task ref for lock owner checkThomas Gleixner2015-09-041-2/+3
* rtmutex: Simplify and document try_to_take_rtmutex()Thomas Gleixner2015-09-041-45/+89
* rtmutex: Simplify rtmutex_slowtrylock()Thomas Gleixner2015-09-041-12/+21
* create-rt-enqueueSteven Rostedt2015-09-041-18/+40