aboutsummaryrefslogtreecommitdiff
path: root/kernel/locking/spinlock.c
AgeCommit message (Collapse)AuthorFilesLines
2015-01-03spinlock: Add spin_lock_bh_nested()Thomas Graf1-0/+8
Signed-off-by: Thomas Graf <[email protected]> Signed-off-by: David S. Miller <[email protected]>
2013-11-06locking: Move the spinlock code to kernel/locking/Peter Zijlstra1-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]>