aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-24md: disable bcacheSebastian Andrzej Siewior
2015-06-24rt,ntp: Move call to schedule_delayed_work() to helper threadSteven Rostedt
2015-06-24scheduling while atomic in cgroup codeMike Galbraith
2015-06-24cgroups: use simple wait in css_release()Sebastian Andrzej Siewior
2015-06-24a few open coded completionsSebastian Andrzej Siewior
2015-06-24completion: Use simple wait queuesThomas Gleixner
2015-06-24rcu-more-swait-conversions.patchThomas Gleixner
2015-06-24kernel/treercu: use a simple waitqueueSebastian Andrzej Siewior
2015-06-24work-simple: Simple work queue implemenationDaniel Wagner
2015-06-24simple-wait: rename and export the equivalent of waitqueue_active()Paul Gortmaker
2015-06-24wait-simple: Rework for use with completionsThomas Gleixner
2015-06-24wait-simple: Simple waitqueue implementationThomas Gleixner
2015-06-24wait.h: include atomic.hSebastian Andrzej Siewior
2015-06-24drm/i915: drop trace_i915_gem_ring_dispatch on rtSebastian Andrzej Siewior
2015-06-24gpu/i915: don't open code these thingsSebastian Andrzej Siewior
2015-06-24cpufreq: drop K8's driver from beeing selectedSebastian Andrzej Siewior
2015-06-24mmc: sdhci: don't provide hard irq handlerSebastian Andrzej Siewior
2015-06-24mmci: Remove bogus local_irq_save()Thomas Gleixner
2015-06-24i2c/omap: drop the lock hard irq contextSebastian Andrzej Siewior
2015-06-24leds: trigger: disable CPU trigger on -RTSebastian Andrzej Siewior
2015-06-24arch/arm64: Add lazy preempt supportAnders Roxell
2015-06-24powerpc-preempt-lazy-support.patchThomas Gleixner
2015-06-24arm-preempt-lazy-support.patchThomas Gleixner
2015-06-24x86-preempt-lazy.patchThomas Gleixner
2015-06-24sched: Add support for lazy preemptionThomas Gleixner
2015-06-24rcu: make RCU_BOOST default on RTSebastian Andrzej Siewior
2015-06-24rcu: Eliminate softirq processing from rcutreePaul E. McKenney
2015-06-24rcu: Disable RCU_FAST_NO_HZ on RTThomas Gleixner
2015-06-24rt, nohz_full: fix nohz_full for PREEMPT_RT_FULLMike Galbraith
2015-06-24softirq: make migrate disable/enable conditioned on softirq_nestcnt transitionNicholas Mc Guire
2015-06-24softirq: Adapt NOHZ softirq pending check to new RT schemeThomas Gleixner
2015-06-24API cleanup - use local_lock not __local_lock for softNicholas Mc Guire
2015-06-24softirq: Split softirq locksThomas Gleixner
2015-06-24softirq: Split handling functionThomas Gleixner
2015-06-24softirq: Make serving softirqs a task flagThomas Gleixner
2015-06-24softirq: Init softirq local lock after per cpu section is set upSteven Rostedt
2015-06-24softirq: Check preemption after reenabling interruptsThomas Gleixner
2015-06-24perf: Make swevent hrtimer run in irq instead of softirqYong Zhang
2015-06-24rt: rwsem/rwlock: lockdep annotationsThomas Gleixner
2015-06-24lockdep: selftest: fix warnings due to missing PREEMPT_RT conditionalsJosh Cartwright
2015-06-24lockdep: Selftest: Only do hardirq context test for raw spinlockYong Zhang
2015-06-24crypto: Convert crypto notifier chain to SRCUPeter Zijlstra
2015-06-24net: Add a mutex around devnet_rename_seqSebastian Andrzej Siewior
2015-06-24net: Use local_bh_disable in netif_rx_ni()Thomas Gleixner
2015-06-24net: netfilter: Serialize xt_write_recseq sections on RTThomas Gleixner
2015-06-24net: Another local_irq_disable/kmalloc headacheThomas Gleixner
2015-06-24net,RT:REmove preemption disabling in netif_rx()Priyanka Jain
2015-06-24scsi: qla2xxx: Use local_irq_save_nort() in qla2x00_pollJohn Kacur
2015-06-24hotplug: Use set_cpus_allowed_ptr() in sync_unplug_thread()Mike Galbraith
2015-06-24cpu_down: move migrate_enable() backTiejun Chen