summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 3.12.66-rt88 REBASEv3.12.66-rt88-rebaseSteven Rostedt (Red Hat)2016-10-261-1/+1
* fs/dcache: incremental fixup of the retry routineSebastian Andrzej Siewior2016-10-261-4/+3
* fs/dcache: resched/chill only if we make no progressSebastian Andrzej Siewior2016-10-261-2/+16
* net: add a lock around icmp_sk()Sebastian Andrzej Siewior2016-10-261-0/+8
* net: add back the missing serialization in ip_send_unicast_reply()Sebastian Andrzej Siewior2016-10-261-0/+7
* scsi/fcoe: Fix get_cpu()/put_cpu_light() imbalance in fcoe_recv_frame()Mike Galbraith2016-10-261-1/+1
* sched: lazy_preempt: avoid a warning in the !RT caseSebastian Andrzej Siewior2016-10-261-1/+1
* timers: wakeup all timer waiters without holding the base lockSebastian Andrzej Siewior2016-10-261-1/+1
* timers: wakeup all timer waitersSebastian Andrzej Siewior2016-10-261-1/+1
* x86: Fix an RT MCE crashCorey Minyard2016-10-261-1/+2
* trace: correct off by one while recording the trace-eventSebastian Andrzej Siewior2016-10-261-0/+3
* mm: perform lru_add_drain_all() remotelyLuiz Capitulino2016-10-261-7/+30
* locallock: add local_lock_on()Sebastian Andrzej Siewior2016-10-261-0/+6
* arm: lazy preempt: correct resched conditionSebastian Andrzej Siewior2016-10-261-1/+5
* kernel/printk: Don't try to print from IRQ/NMI regionSebastian Andrzej Siewior2016-10-261-0/+10
* list_bl: fixup bogus lockdep warningJosh Cartwright2016-10-261-5/+7
* net: dev: always take qdisc's busylock in __dev_xmit_skb()Sebastian Andrzej Siewior2016-10-261-0/+4
* kvm, rt: change async pagefault code locking for PREEMPT_RTRik van Riel2016-10-261-18/+19
* tracing: Fix probe_wakeup_latency_hist_start() prototypeMike Galbraith2016-10-261-2/+2
* kernel: sched: Fix preempt_disable_ip recodring for preempt_disable()Sebastian Andrzej Siewior2016-10-264-15/+15
* rcu/torture: Comment out rcu_bh ops on PREEMPT_RT_FULLClark Williams2016-10-261-0/+7
* trace: Use rcuidle version for preemptoff_hist trace pointYang Shi2016-10-262-4/+5
* sched,rt: __always_inline preemptible_lazy()Mike Galbraith2016-10-261-1/+1
* kernel/stop_machine: partly revert "stop_machine: Use raw spinlocks"Sebastian Andrzej Siewior2016-10-261-31/+7
* kernel: softirq: unlock with irqs onSebastian Andrzej Siewior2016-10-261-1/+3
* kernel: migrate_disable() do fastpath in atomic & irqs-offSebastian Andrzej Siewior2016-10-261-2/+2
* latencyhist: disable jump-labelsSebastian Andrzej Siewior2016-10-261-0/+1
* net: provide a way to delegate processing a softirq to ksoftirqdSebastian Andrzej Siewior2016-10-263-1/+30
* softirq: split timer softirqs out of ksoftirqdSebastian Andrzej Siewior2016-10-261-10/+72
* preempt-lazy: Add the lazy-preemption check to preempt_schedule()Sebastian Andrzej Siewior2016-10-261-8/+26
* ptrace: don't open IRQs in ptrace_freeze_traced() too earlySebastian Andrzej Siewior2016-10-261-2/+4
* sched: Introduce the trace_sched_waking tracepointPeter Zijlstra2016-10-264-14/+28
* irqwork: Move irq safe work to irq contextThomas Gleixner2016-10-263-4/+17
* net/core/cpuhotplug: Drain input_pkt_queue locklessGrygorii Strashko2016-10-261-1/+1
* net: Make synchronize_rcu_expedited() conditional on !RT_FULLJosh Cartwright2016-10-261-1/+1
* dump stack: don't disable preemption during traceSebastian Andrzej Siewior2016-10-261-4/+4
* rtmutex: Use chainwalking control enumbmouring@ni.com2016-10-261-1/+1
* rtmutex: Handle non enqueued waiters gracefullyThomas Gleixner2016-10-261-1/+1
* ARM: smp: Move clear_tasks_mm_cpumask() call to __cpu_die()Grygorii Strashko2016-10-261-2/+3
* cpufreq: Remove cpufreq_rwsemSebastian Andrzej Siewior2016-10-261-42/+7
* powerpc/kvm: Disable in-kernel MPIC emulation for PREEMPT_RT_FULLBogdan Purcareata2016-10-261-0/+1
* xfs: Disable percpu SB on PREEMPT_RT_FULLSteven Rostedt2016-10-261-1/+1
* x86-Tell-irq-work-about-self-IPI-support-3.14Frederic Weisbecker2016-10-263-2/+12
* mm/slub: move slab initialization into irq enabled regionThomas Gleixner2016-10-261-41/+39
* Revert "slub: delay ctor until the object is requested"Sebastian Andrzej Siewior2016-10-261-6/+0
* irq_work: Split raised and lazy listsFrederic Weisbecker2016-10-263-46/+40
* irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra2016-10-2631-2/+43
* rt, nohz_full: fix nohz_full for PREEMPT_RT_FULLMike Galbraith2016-10-262-6/+28
* hotplug: Use set_cpus_allowed_ptr() in sync_unplug_thread()Mike Galbraith2016-10-261-1/+1
* KVM: use simple waitqueue for vcpu->wqMarcelo Tosatti2016-10-269-32/+32