summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-05-14Merge branch 'rtmerge' into sdk-v1.6.xScott Wood
2014-05-14rt: Move migrate_disable up in trylocksSteven Rostedt
2014-05-14rt,ntp: Move call to schedule_delayed_work() to helper threadSteven Rostedt
2014-05-14completion: Use simple wait queuesThomas Gleixner
2014-05-14rcu-more-swait-conversions.patchThomas Gleixner
2014-05-14kernel/treercu: use a simple waitqueueSebastian Andrzej Siewior
2014-05-14simple-wait: rename and export the equivalent of waitqueue_active()Paul Gortmaker
2014-05-14wait-simple: Rework for use with completionsThomas Gleixner
2014-05-14wait-simple: Simple waitqueue implementationThomas Gleixner
2014-05-14sched: Add support for lazy preemptionThomas Gleixner
2014-05-14rcu: Eliminate softirq processing from rcutreePaul E. McKenney
2014-05-14softirq: make migrate disable/enable conditioned on softirq_nestcnt transitionNicholas Mc Guire
2014-05-14softirq: Adapt NOHZ softirq pending check to new RT schemeThomas Gleixner
2014-05-14API cleanup - use local_lock not __local_lock for softNicholas Mc Guire
2014-05-14softirq: Split softirq locksThomas Gleixner
2014-05-14softirq: Split handling functionThomas Gleixner
2014-05-14softirq: Make serving softirqs a task flagThomas Gleixner
2014-05-14perf: Make swevent hrtimer run in irq instead of softirqYong Zhang
2014-05-14rt: rwsem/rwlock: lockdep annotationsThomas Gleixner
2014-05-14cpu_down: move migrate_enable() backTiejun Chen
2014-05-14kernel/hotplug: restore original cpu mask oncpu/downSebastian Andrzej Siewior
2014-05-14kernel/cpu: fix cpu down problem if kthread's cpu is going downSebastian Andrzej Siewior
2014-05-14cpu hotplug: Document why PREEMPT_RT uses a spinlockSteven Rostedt
2014-05-14cpu/rt: Rework cpu down for PREEMPT_RTSteven Rostedt
2014-05-14cpu: Make hotplug.lock a "sleeping" spinlock on RTSteven Rostedt
2014-05-14random: Make it work on rtThomas Gleixner
2014-05-14add /sys/kernel/realtime entryClark Williams
2014-05-14kgdb/serial: Short term workaroundJason Wessel
2014-05-14HACK: printk: drop the logbuf_lock more oftenSebastian Andrzej Siewior
2014-05-14printk-rt-aware.patchThomas Gleixner
2014-05-14irq_work: allow certain work in hard irq contextSebastian Andrzej Siewior
2014-05-14x86-no-perf-irq-work-rt.patchThomas Gleixner
2014-05-14sched: Distangle worker accounting from rqlockThomas Gleixner
2014-05-14workqueue vs ata-piix livelock fixupThomas Gleixner
2014-05-14Use local irq lock instead of irq disable regionsThomas Gleixner
2014-05-14workqueue: Use normal rcuThomas Gleixner
2014-05-14cpu_chill: Add a UNINTERRUPTIBLE hrtimer_nanosleepSteven Rostedt
2014-05-14kernel/hrtimer: be non-freezeable in cpu_chill()Sebastian Andrzej Siewior
2014-05-14rt: Make cpu_chill() use hrtimer instead of msleep()Steven Rostedt
2014-05-14lglocks-rt.patchThomas Gleixner
2014-05-14rcutree/rcu_bh_qs: disable irq while calling rcu_preempt_qs()Tiejun Chen
2014-05-14rcu: Make ksoftirqd do RCU quiescent statesPaul E. McKenney
2014-05-14rcu-more-fallout.patchThomas Gleixner
2014-05-14rcu: Merge RCU-bh into RCU-preemptThomas Gleixner
2014-05-14rcu: Frob softirq testPeter Zijlstra
2014-05-14rtmutex: use a trylock for waiter lock in trylockSebastian Andrzej Siewior
2014-05-14timer/rt: Always raise the softirq if there's irq_work to be doneSteven Rostedt
2014-05-14timer: Raise softirq if there's irq_workSteven Rostedt
2014-05-14timers: do not raise softirq unconditionallyThomas Gleixner
2014-05-14timer-handle-idle-trylock-in-get-next-timer-irq.patchThomas Gleixner