summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 3.14.61-rt63 REBASEv3.14.61-rt63-rebaseSteven Rostedt (Red Hat)2016-02-291-0/+1
* sched: Introduce the trace_sched_waking tracepointPeter Zijlstra2016-02-294-14/+28
* irqwork: Move irq safe work to irq contextThomas Gleixner2016-02-293-4/+17
* net/core/cpuhotplug: Drain input_pkt_queue locklessGrygorii Strashko2016-02-291-1/+1
* net: Make synchronize_rcu_expedited() conditional on !RT_FULLJosh Cartwright2016-02-291-1/+1
* dump stack: don't disable preemption during traceSebastian Andrzej Siewior2016-02-292-6/+6
* rtmutex: Use chainwalking control enumbmouring@ni.com2016-02-291-1/+1
* rtmutex: Handle non enqueued waiters gracefullyThomas Gleixner2016-02-291-1/+1
* ARM: smp: Move clear_tasks_mm_cpumask() call to __cpu_die()Grygorii Strashko2016-02-291-2/+3
* cpufreq: Remove cpufreq_rwsemSebastian Andrzej Siewior2016-02-291-31/+3
* powerpc/kvm: Disable in-kernel MPIC emulation for PREEMPT_RT_FULLBogdan Purcareata2016-02-241-0/+1
* xfs: Disable percpu SB on PREEMPT_RT_FULLSteven Rostedt2016-02-241-1/+1
* x86-Tell-irq-work-about-self-IPI-support-3.14Frederic Weisbecker2016-02-243-2/+12
* mm/slub: move slab initialization into irq enabled regionThomas Gleixner2016-02-241-41/+39
* Revert "slub: delay ctor until the object is requested"Sebastian Andrzej Siewior2016-02-241-6/+0
* irq_work: Split raised and lazy listsFrederic Weisbecker2016-02-243-46/+40
* irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra2016-02-2431-0/+41
* rt, nohz_full: fix nohz_full for PREEMPT_RT_FULLMike Galbraith2016-02-242-6/+28
* hotplug: Use set_cpus_allowed_ptr() in sync_unplug_thread()Mike Galbraith2016-02-241-1/+1
* KVM: use simple waitqueue for vcpu->wqMarcelo Tosatti2016-02-249-32/+32
* KVM: lapic: mark LAPIC timer handler as irqsafeMarcelo Tosatti2016-02-241-3/+39
* kernel/irq_work: fix no_hz deadlockSebastian Andrzej Siewior2016-02-247-12/+8
* netpoll: guard the access to dev->npinfo with rcu_read_lock/unlock_bh() for C...Kevin Hao2016-02-241-2/+14
* Revert "timers: do not raise softirq unconditionally"Steven Rostedt (Red Hat)2016-02-243-52/+28
* fs,btrfs: fix rt deadlock on extent_buffer->lockMike Galbraith2016-02-242-10/+2
* staging: Mark rtl8821ae as brokenSteven Rostedt (Red Hat)2016-02-241-0/+1
* timers: Reduce future __run_timers() latency for first add to empty listPaul E. McKenney2016-02-241-0/+1
* timers: Reduce future __run_timers() latency for newly emptied listPaul E. McKenney2016-02-241-0/+2
* timers: Reduce __run_timers() latency for empty listPaul E. McKenney2016-02-241-0/+18
* timers: Track total number of timers in listPaul E. McKenney2016-02-241-0/+5
* fs/aio: simple simple workSebastian Andrzej Siewior2016-02-241-7/+17
* lockdep: selftest: fix warnings due to missing PREEMPT_RT conditionalsJosh Cartwright2016-02-241-0/+27
* thermal: Defer thermal wakups to threadsDaniel Wagner2016-02-241-3/+47
* locking: ww_mutex: fix ww_mutex vs self-deadlockMike Galbraith2016-02-241-7/+14
* Revert "rwsem-rt: Do not allow readers to nest"Sebastian Andrzej Siewior2016-02-242-6/+24
* sunrpc: make svc_xprt_do_enqueue() use get_cpu_light()Mike Galbraith2016-02-241-2/+2
* work-simple: Simple work queue implemenationDaniel Wagner2016-02-243-1/+197
* scheduling while atomic in cgroup codeMike Galbraith2016-02-241-2/+5
* sas-ata/isci: dont't disable interrupts in qc_issue handlerPaul Gortmaker2016-02-241-2/+2
* mips: rt: Replace pagefault_* to raw versionYang Shi2016-02-241-2/+2
* ARM: cmpxchg: define __HAVE_ARCH_CMPXCHG for armv6 and laterYong Zhang2016-02-241-0/+2
* arm/futex: disable preemption during futex_atomic_cmpxchg_inatomic()Sebastian Andrzej Siewior2016-02-241-0/+4
* ARM: enable irq in translation/section permission fault handlersYadi.hu2016-02-241-0/+6
* x86: UV: raw_spinlock conversionMike Galbraith2016-02-245-30/+35
* rtmutex: enable deadlock detection in ww_mutex_lock functionsGustavo Bittencourt2016-02-241-2/+4
* rt,locking: fix __ww_mutex_lock_interruptible() lockdep annotationMike Galbraith2016-02-241-3/+2
* rtmutex.c: Fix incorrect waiter checkBrad Mouring2016-02-241-1/+2
* locking/rt-mutex: avoid a NULL pointer dereference on deadlockSebastian Andrzej Siewior2016-02-241-1/+2
* futex: Simplify futex_lock_pi_atomic() and make it more robustThomas Gleixner2016-02-241-87/+61
* futex: Split out the first waiter attachment from lookup_pi_state()Thomas Gleixner2016-02-241-14/+28