summaryrefslogtreecommitdiffstats
path: root/kernel/locking
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-161-10/+9
|\
| * locking/mutex: Fix debug_mutexesPeter Zijlstra2014-04-111-10/+9
* | lglock: map to spinlock when !CONFIG_SMPJosh Triplett2014-04-071-1/+2
|/
* Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-03-313-8/+12
|\
| * asmlinkage: Mark rwsem functions that can be called from assembler asmlinkageAndi Kleen2014-02-131-0/+4
| * asmlinkage, mutex: Mark __visibleAndi Kleen2014-02-131-5/+5
| * asmlinkage: Make trace_hardirq visibleAndi Kleen2014-02-131-2/+2
| * asmlinkage: Make lockdep_sys_exit asmlinkageAndi Kleen2014-02-131-1/+1
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-03-311-0/+12
|\ \
| * | sched: Consider pi boosting in setscheduler()Thomas Gleixner2014-02-221-0/+12
| |/
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-03-312-0/+453
|\ \
| * | rcutorture: Add a lock_busted to test the testPaul E. McKenney2014-02-231-1/+32
| * | locktorture: Add a lock-torture kernel modulePaul E. McKenney2014-02-232-0/+422
| |/
* | locking/mutex: Fix debug checksPeter Zijlstra2014-03-122-0/+13
* | locking/mutexes: Add extra reschedule pointPeter Zijlstra2014-03-111-0/+7
* | locking/mutexes: Introduce cancelable MCS lock for adaptive spinningPeter Zijlstra2014-03-114-5/+200
* | locking/mutexes: Unlock the mutex without the wait_lockJason Low2014-03-111-4/+4
* | locking/mutexes: Modify the way optimistic spinners are queuedJason Low2014-03-111-9/+6
* | locking/mutexes: Return false if task need_resched() in mutex_can_spin_on_own...Jason Low2014-03-111-0/+3
* | locking: Move mcs_spinlock.h into kernel/locking/Peter Zijlstra2014-03-112-1/+115
* | lockdep: Change mark_held_locks() to check hlock->check instead of lockdep_no...Oleg Nesterov2014-02-091-1/+1
* | lockdep: Don't create the wrong dependency on hlock->check == 0Oleg Nesterov2014-02-091-2/+2
* | lockdep: Make held_lock->check and "int check" argument boolOleg Nesterov2014-02-091-7/+4
* | locking/mutexes/mcs: Restructure the MCS lock defines and locking code into i...Tim Chen2014-01-281-61/+7
* | locking/mutexes/mcs: Correct barrier usageWaiman Long2014-01-281-5/+13
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-01-203-48/+149
|\
| * sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli2014-01-132-9/+23
| * rtmutex: Turn the plist into an rb-treePeter Zijlstra2014-01-133-47/+134
* | mutexes: Give more informative mutex warning in the !lock->owner caseChuansheng Liu2013-12-171-1/+6
* | lockdep: Be nice about building from userspaceSasha Levin2013-11-271-0/+4
|/
* locking/lockdep: Mark __lockdep_count_forward_deps() as staticFengguang Wu2013-11-131-2/+2
* lockdep/proc: Fix lock-time avg computationPeter Zijlstra2013-11-111-1/+1
* locking/doc: Update references to kernel/mutex.cPeter Zijlstra2013-11-111-1/+1
* locking: Move the percpu-rwsem code to kernel/locking/Peter Zijlstra2013-11-062-1/+167
* locking: Move the lglocks code to kernel/locking/Peter Zijlstra2013-11-062-1/+90
* locking: Move the rwsem code to kernel/locking/Peter Zijlstra2013-11-064-1/+749
* locking: Move the rtmutex code to kernel/locking/Peter Zijlstra2013-11-067-0/+1855
* locking: Move the semaphore core to kernel/locking/Peter Zijlstra2013-11-062-1/+264
* locking: Move the spinlock code to kernel/locking/Peter Zijlstra2013-11-063-0/+705
* locking: Move the lockdep code to kernel/locking/Peter Zijlstra2013-11-065-0/+5125
* locking: Move the mutex code to kernel/locking/Peter Zijlstra2013-11-065-0/+1182
OpenPOWER on IntegriCloud