summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-02-13cpu_down: move migrate_enable() backTiejun Chen
2015-02-13kernel/hotplug: restore original cpu mask oncpu/downSebastian Andrzej Siewior
2015-02-13kernel/cpu: fix cpu down problem if kthread's cpu is going downSebastian Andrzej Siewior
2015-02-13cpu hotplug: Document why PREEMPT_RT uses a spinlockSteven Rostedt
2015-02-13cpu/rt: Rework cpu down for PREEMPT_RTSteven Rostedt
2015-02-13cpu: Make hotplug.lock a "sleeping" spinlock on RTSteven Rostedt
2015-02-13random: Make it work on rtThomas Gleixner
2015-02-13add /sys/kernel/realtime entryClark Williams
2015-02-13kgdb/serial: Short term workaroundJason Wessel
2015-02-13HACK: printk: drop the logbuf_lock more oftenSebastian Andrzej Siewior
2015-02-13printk-rt-aware.patchThomas Gleixner
2015-02-13irq_work: allow certain work in hard irq contextSebastian Andrzej Siewior
2015-02-13x86-no-perf-irq-work-rt.patchThomas Gleixner
2015-02-13sched: Distangle worker accounting from rqlockThomas Gleixner
2015-02-13workqueue vs ata-piix livelock fixupThomas Gleixner
2015-02-13Use local irq lock instead of irq disable regionsThomas Gleixner
2015-02-13workqueue: Use normal rcuThomas Gleixner
2015-02-13cpu_chill: Add a UNINTERRUPTIBLE hrtimer_nanosleepSteven Rostedt
2015-02-13kernel/hrtimer: be non-freezeable in cpu_chill()Sebastian Andrzej Siewior
2015-02-13rt: Make cpu_chill() use hrtimer instead of msleep()Steven Rostedt
2015-02-13lglocks-rt.patchThomas Gleixner
2015-02-13rcutree/rcu_bh_qs: disable irq while calling rcu_preempt_qs()Tiejun Chen
2015-02-13rcu: Make ksoftirqd do RCU quiescent statesPaul E. McKenney
2015-02-13rcu-more-fallout.patchThomas Gleixner
2015-02-13rcu: Merge RCU-bh into RCU-preemptThomas Gleixner
2015-02-13rcu: Frob softirq testPeter Zijlstra
2015-02-13rtmutex: use a trylock for waiter lock in trylockSebastian Andrzej Siewior
2015-02-13timer/rt: Always raise the softirq if there's irq_work to be doneSteven Rostedt
2015-02-13timer: Raise softirq if there's irq_workSteven Rostedt
2015-02-13timers: do not raise softirq unconditionallyThomas Gleixner
2015-02-13timer-handle-idle-trylock-in-get-next-timer-irq.patchThomas Gleixner
2015-02-13rwlocks: Fix section mismatchJohn Kacur
2015-02-13bad return value in __mutex_lock_check_stampNicholas Mc Guire
2015-02-13rtmutex: add a first shot of ww_mutexSebastian Andrzej Siewior
2015-02-13read_lock migrate_disable pushdown to rt_read_lockNicholas Mc Guire
2015-02-13write_lock migrate_disable pushdown to rt_write_lockNicholas Mc Guire
2015-02-13migrate_disable pushd down in rt_write_trylock_irqsaveNicholas Mc Guire
2015-02-13migrate_disable pushd down in rt_spin_trylock_irqsaveNicholas Mc Guire
2015-02-13migrate_disable pushd down in atomic_dec_and_spin_lockNicholas Mc Guire
2015-02-13condition migration_disable on lock acquisitionNicholas Mc Guire
2015-02-13rt: Add the preempt-rt lock replacement APIsThomas Gleixner
2015-02-13rt-mutex-add-sleeping-spinlocks-support.patchThomas Gleixner
2015-02-13rtmutex-lock-killable.patchThomas Gleixner
2015-02-13futex: Ensure lock/unlock symetry versus pi_lock and hash bucket lockThomas Gleixner
2015-02-13futex: Fix bug on when a requeued RT task times outSteven Rostedt
2015-02-13rtmutex-futex-prepare-rt.patchThomas Gleixner
2015-02-13genirq: Allow disabling of softirq processing in irq thread contextThomas Gleixner
2015-02-13tasklet: Prevent tasklets from going into infinite spin in RTIngo Molnar
2015-02-13softirq-make-fifo.patchThomas Gleixner
2015-02-13softirq-local-lock.patchThomas Gleixner