aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-07-22irq_work: Split raised and lazy listslinux-lng-preempt-rt-3.14.43-2015.07linux-linaro-lng-v3.14-rtFrederic Weisbecker
2015-07-21Merge tag 'lsk-v3.14-15.06-rt' of http://git.linaro.org/kernel/linux-linaro-s...Gary S. Robertson
2015-06-04Merge tag 'v3.14.43-rt42-lno1' of git://git.linaro.org/people/anders.roxell/l...lsk-v3.14-15.06-rtKevin Hilman
2015-06-04Merge branch 'linux-linaro-lsk-v3.14' into linux-linaro-lsk-v3.14-rtKevin Hilman
2015-06-01rt, nohz_full: fix nohz_full for PREEMPT_RT_FULLMike Galbraith
2015-06-01hotplug: Use set_cpus_allowed_ptr() in sync_unplug_thread()Mike Galbraith
2015-06-01kernel/irq_work: fix no_hz deadlockSebastian Andrzej Siewior
2015-06-01Revert "timers: do not raise softirq unconditionally"Steven Rostedt (Red Hat)
2015-06-01timers: Reduce future __run_timers() latency for first add to empty listPaul E. McKenney
2015-06-01timers: Reduce future __run_timers() latency for newly emptied listPaul E. McKenney
2015-06-01timers: Reduce __run_timers() latency for empty listPaul E. McKenney
2015-06-01timers: Track total number of timers in listPaul E. McKenney
2015-06-01locking: ww_mutex: fix ww_mutex vs self-deadlockMike Galbraith
2015-06-01Revert "rwsem-rt: Do not allow readers to nest"Sebastian Andrzej Siewior
2015-06-01work-simple: Simple work queue implemenationDaniel Wagner
2015-06-01rtmutex: enable deadlock detection in ww_mutex_lock functionsGustavo Bittencourt
2015-06-01rt,locking: fix __ww_mutex_lock_interruptible() lockdep annotationMike Galbraith
2015-06-01rtmutex.c: Fix incorrect waiter checkBrad Mouring
2015-06-01locking/rt-mutex: avoid a NULL pointer dereference on deadlockSebastian Andrzej Siewior
2015-06-01futex: Simplify futex_lock_pi_atomic() and make it more robustThomas Gleixner
2015-06-01futex: Split out the first waiter attachment from lookup_pi_state()Thomas Gleixner
2015-06-01futex: Split out the waiter check from lookup_pi_state()Thomas Gleixner
2015-06-01futex: Use futex_top_waiter() in lookup_pi_state()Thomas Gleixner
2015-06-01futex: Make unlock_pi more robustThomas Gleixner
2015-06-01rtmutex: Avoid pointless requeueing in the deadlock detection chain walkThomas Gleixner
2015-06-01rtmutex: Cleanup deadlock detector debug logicThomas Gleixner
2015-06-01rtmutex: Confine deadlock logic to futexThomas Gleixner
2015-06-01rtmutex: Simplify remove_waiter()Thomas Gleixner
2015-06-01rtmutex: Document pi chain walkThomas Gleixner
2015-06-01rtmutex: Clarify the boost/deboost partThomas Gleixner
2015-06-01rtmutex: No need to keep task ref for lock owner checkThomas Gleixner
2015-06-01rtmutex: Simplify and document try_to_take_rtmutex()Thomas Gleixner
2015-06-01rtmutex: Simplify rtmutex_slowtrylock()Thomas Gleixner
2015-06-01workqueue: Prevent deadlock/stall on RTThomas Gleixner
2015-06-01sched: Do not clear PF_NO_SETAFFINITY flag in select_fallback_rq()Steven Rostedt
2015-06-01rt,ntp: Move call to schedule_delayed_work() to helper threadSteven Rostedt
2015-06-01completion: Use simple wait queuesThomas Gleixner
2015-06-01rcu-more-swait-conversions.patchThomas Gleixner
2015-06-01kernel/treercu: use a simple waitqueueSebastian Andrzej Siewior
2015-06-01simple-wait: rename and export the equivalent of waitqueue_active()Paul Gortmaker
2015-06-01wait-simple: Rework for use with completionsThomas Gleixner
2015-06-01wait-simple: Simple waitqueue implementationThomas Gleixner
2015-06-01sched: Add support for lazy preemptionThomas Gleixner
2015-06-01rcu: Eliminate softirq processing from rcutreePaul E. McKenney
2015-06-01softirq: make migrate disable/enable conditioned on softirq_nestcnt transitionNicholas Mc Guire
2015-06-01softirq: Adapt NOHZ softirq pending check to new RT schemeThomas Gleixner
2015-06-01API cleanup - use local_lock not __local_lock for softNicholas Mc Guire
2015-06-01softirq: Split softirq locksThomas Gleixner
2015-06-01softirq: Split handling functionThomas Gleixner
2015-06-01softirq: Make serving softirqs a task flagThomas Gleixner