summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2014-05-14rwlocks: Fix section mismatchJohn Kacur
2014-05-14bad return value in __mutex_lock_check_stampNicholas Mc Guire
2014-05-14rtmutex: add a first shot of ww_mutexSebastian Andrzej Siewior
2014-05-14read_lock migrate_disable pushdown to rt_read_lockNicholas Mc Guire
2014-05-14write_lock migrate_disable pushdown to rt_write_lockNicholas Mc Guire
2014-05-14migrate_disable pushd down in rt_write_trylock_irqsaveNicholas Mc Guire
2014-05-14migrate_disable pushd down in rt_spin_trylock_irqsaveNicholas Mc Guire
2014-05-14migrate_disable pushd down in atomic_dec_and_spin_lockNicholas Mc Guire
2014-05-14condition migration_disable on lock acquisitionNicholas Mc Guire
2014-05-14rt: Add the preempt-rt lock replacement APIsThomas Gleixner
2014-05-14rt-mutex-add-sleeping-spinlocks-support.patchThomas Gleixner
2014-05-14rtmutex-lock-killable.patchThomas Gleixner
2014-05-14futex: Ensure lock/unlock symetry versus pi_lock and hash bucket lockThomas Gleixner
2014-05-14futex: Fix bug on when a requeued RT task times outSteven Rostedt
2014-05-14rtmutex-futex-prepare-rt.patchThomas Gleixner
2014-05-14genirq: Allow disabling of softirq processing in irq thread contextThomas Gleixner
2014-05-14tasklet: Prevent tasklets from going into infinite spin in RTIngo Molnar
2014-05-14softirq-make-fifo.patchThomas Gleixner
2014-05-14softirq-local-lock.patchThomas Gleixner