| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-01-12 | locking/spinlocks: Remove the unused spin_lock_bh_nested() API | Waiman Long | 1 | -8/+0 | |
| The spin_lock_bh_nested() API is defined but is not used anywhere in the kernel. So all spin_lock_bh_nested() and related APIs are now removed. Signed-off-by: Waiman Long <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]> | |||||
| 2015-01-03 | spinlock: Add spin_lock_bh_nested() | Thomas Graf | 1 | -0/+8 | |
| Signed-off-by: Thomas Graf <[email protected]> Signed-off-by: David S. Miller <[email protected]> | |||||
| 2013-11-06 | locking: Move the spinlock code to kernel/locking/ | Peter Zijlstra | 1 | -0/+399 | |
| Suggested-by: Ingo Molnar <[email protected]> Signed-off-by: Peter Zijlstra <[email protected]> Link: http://lkml.kernel.org/n/[email protected] Signed-off-by: Ingo Molnar <[email protected]> | |||||