| Commit message (Expand) | Author | Age | Files | Lines |
* | sched: Handle priority boosted tasks proper in setscheduler() | Thomas Gleixner | 2015-05-08 | 1 | -5/+7 |
* | lockdep: Make print_lock() robust against concurrent release | Peter Zijlstra | 2015-04-17 | 1 | -1/+15 |
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-04-13 | 8 | -102/+118 |
|\ |
|
| * | locking/mutex: Further simplify mutex_spin_on_owner() | Jason Low | 2015-04-09 | 1 | -10/+4 |
| * | locking/rtmutex: Rename argument in the rt_mutex_adjust_prio_chain() document... | Tom(JeHyeon) Yeon | 2015-03-25 | 1 | -1/+1 |
| * | locking/rwsem: Fix lock optimistic spinning when owner is not running | Jason Low | 2015-03-07 | 1 | -20/+11 |
| * | locking: Remove ACCESS_ONCE() usage | Davidlohr Bueso | 2015-02-24 | 4 | -19/+19 |
| * | Merge tag 'v4.0-rc1' into locking/core, to refresh the tree before merging ne... | Ingo Molnar | 2015-02-24 | 2 | -4/+12 |
| |\ |
|
| * | | locking/rwsem: Check for active lock before bailing on spinning | Davidlohr Bueso | 2015-02-18 | 1 | -10/+17 |
| * | | locking/rwsem: Avoid deceiving lock spinners | Davidlohr Bueso | 2015-02-18 | 1 | -6/+15 |
| * | | locking/rwsem: Set lock ownership ASAP | Davidlohr Bueso | 2015-02-18 | 4 | -24/+28 |
| * | | locking/rwsem: Document barrier need when waking tasks | Davidlohr Bueso | 2015-02-18 | 2 | -0/+14 |
| * | | locking/mutex: Refactor mutex_spin_on_owner() | Jason Low | 2015-02-18 | 1 | -25/+22 |
| * | | locking/mutex: In mutex_spin_on_owner(), return true when owner changes | Jason Low | 2015-02-18 | 1 | -4/+4 |
* | | | lockdep: Fix the module unload key range freeing logic | Peter Zijlstra | 2015-03-23 | 1 | -26/+55 |
* | | | locking/rtmutex: Set state back to running on error | Sebastian Andrzej Siewior | 2015-03-01 | 1 | -0/+1 |
| |/
|/| |
|
* | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2015-02-21 | 1 | -1/+2 |
|\| |
|
| * | locking/rtmutex: Avoid a NULL pointer dereference on deadlock | Sebastian Andrzej Siewior | 2015-02-18 | 1 | -1/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2015-02-12 | 1 | -4/+4 |
|\ \ |
|
| * | | ftrace: allow architectures to specify ftrace compile options | Heiko Carstens | 2015-01-29 | 1 | -4/+4 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2015-02-11 | 1 | -0/+8 |
|\ \ \
| |_|/
|/| | |
|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-01-15 | 1 | -1/+1 |
| |\ \ |
|
| * | | | spinlock: Add spin_lock_bh_nested() | Thomas Graf | 2015-01-03 | 1 | -0/+8 |
| | |/
| |/| |
|
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-02-10 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | sched/Documentation: Remove unneeded word | Sharon Dvir | 2015-02-04 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | locking/rtmutex: Optimize setting task running after being blocked | Davidlohr Bueso | 2015-02-04 | 1 | -4/+3 |
* | | | locking/rwsem: Use task->state helpers | Davidlohr Bueso | 2015-02-04 | 2 | -3/+2 |
* | | | locking/mutex: Explicitly mark task as running after wakeup | Davidlohr Bueso | 2015-02-04 | 1 | -0/+2 |
* | | | locking/osq: No need for load/acquire when acquire-polling | Davidlohr Bueso | 2015-01-14 | 1 | -1/+1 |
* | | | locking/mcs: Better differentiate between MCS variants | Davidlohr Bueso | 2015-01-14 | 3 | -23/+3 |
* | | | locking/mutex: Introduce ww_mutex_set_context_slowpath() | Davidlohr Bueso | 2015-01-14 | 1 | -18/+26 |
* | | | locking/mutex: Move MCS related comments to proper location | Davidlohr Bueso | 2015-01-14 | 1 | -11/+5 |
* | | | locking/mutex: Checking the stamp is WW only | Davidlohr Bueso | 2015-01-14 | 1 | -2/+2 |
|/ / |
|
* / | mutex: Always clear owner field upon mutex_unlock() | Chris Wilson | 2015-01-09 | 1 | -1/+1 |
|/ |
|
* | locking/mutex: Don't assume TASK_RUNNING | Peter Zijlstra | 2014-10-28 | 1 | -1/+7 |
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-10-13 | 6 | -212/+250 |
|\ |
|
| * | locking/lockdep: Revert qrwlock recusive stuff | Peter Zijlstra | 2014-10-03 | 1 | -6/+0 |
| * | locking/rwsem: Avoid double checking before try acquiring write lock | Jason Low | 2014-10-03 | 1 | -9/+11 |
| * | locking/rwsem: Move EXPORT_SYMBOL() lines to follow function definition | Davidlohr Bueso | 2014-09-16 | 1 | -4/+3 |
| * | locking/semaphore: Resolve some shadow warnings | Mark Rustad | 2014-09-04 | 1 | -6/+6 |
| * | locking/lockdep: Restrict the use of recursive read_lock() with qrwlock | Waiman Long | 2014-08-13 | 1 | -0/+6 |
| * | locking/Documentation: Move locking related docs into Documentation/locking/ | Davidlohr Bueso | 2014-08-13 | 2 | -2/+2 |
| * | locking/mutexes: Use MUTEX_SPIN_ON_OWNER when appropriate | Davidlohr Bueso | 2014-08-13 | 1 | -1/+1 |
| * | locking/mutexes: Refactor optimistic spinning code | Davidlohr Bueso | 2014-08-13 | 1 | -182/+214 |
| * | locking/mcs: Remove obsolete comment | Davidlohr Bueso | 2014-08-13 | 1 | -3/+0 |
| * | locking/mutexes: Document quick lock release when unlocking | Davidlohr Bueso | 2014-08-13 | 1 | -2/+9 |
| * | locking/mutexes: Standardize arguments in lock/unlock slowpaths | Davidlohr Bueso | 2014-08-13 | 1 | -3/+4 |
* | | locktorture: Cleanup header usage | Davidlohr Bueso | 2014-09-30 | 1 | -13/+1 |
* | | locktorture: Cannot hold read and write lock | Davidlohr Bueso | 2014-09-30 | 1 | -0/+10 |
* | | locktorture: Fix __acquire annotation for spinlock irq | Davidlohr Bueso | 2014-09-30 | 1 | -1/+1 |