aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking
Commit message (Expand)AuthorAge
...
* | | Merge branch 'locking/urgent' into locking/coreThomas Gleixner2014-06-21
|\ \ \ | |/ / |/| / | |/
| * rtmutex: Plug slow unlock raceThomas Gleixner2014-06-16
| * rtmutex: Detect changes in the pi lock chainThomas Gleixner2014-06-07
| * rtmutex: Handle deadlock detection smarterThomas Gleixner2014-06-07
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-12
|\ \
| * | locking/rwlocks: Introduce 'qrwlocks' - fair, queued rwlocksWaiman Long2014-06-06
| * | locking/rwsem: Fix checkpatch.pl warningsAndrew Morton2014-06-05
| * | locking/rwsem: Support optimistic spinningDavidlohr Bueso2014-06-05
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-03
|\ \ \
| * \ \ Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar2014-05-22
| |\ \ \
| * \ \ \ Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar2014-05-07
| |\ \ \ \
| * | | | | sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang2014-04-18
* | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-03
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | rwsem: Add comments to explain the meaning of the rwsem's count fieldTim Chen2014-05-04
| * | | | | lockdep: Increase static allocationsSasha Levin2014-04-18
| | |/ / / | |/| | |
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-03
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-05-22
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | torture: Check for multiple concurrent torture testsPaul E. McKenney2014-05-14
| | * | | locktorture: Remove reference to nonexistent Kconfig parameterPaul E. McKenney2014-05-14
| | * | | torture: Intensify locking testPaul E. McKenney2014-05-13
* | | | | rtmutex: Fix deadlock detector for realThomas Gleixner2014-05-28
|/ / / /
* | / / asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen2014-05-05
| |/ / |/| |
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-16
|\ \ \ | |/ / |/| |
| * | locking/mutex: Fix debug_mutexesPeter Zijlstra2014-04-11
| |/
* / lglock: map to spinlock when !CONFIG_SMPJosh Triplett2014-04-07
|/
* Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-03-31
|\
| * asmlinkage: Mark rwsem functions that can be called from assembler asmlinkageAndi Kleen2014-02-13
| * asmlinkage, mutex: Mark __visibleAndi Kleen2014-02-13
| * asmlinkage: Make trace_hardirq visibleAndi Kleen2014-02-13
| * asmlinkage: Make lockdep_sys_exit asmlinkageAndi Kleen2014-02-13
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-03-31
|\ \
| * | sched: Consider pi boosting in setscheduler()Thomas Gleixner2014-02-22
| |/
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-03-31
|\ \
| * | rcutorture: Add a lock_busted to test the testPaul E. McKenney2014-02-23
| * | locktorture: Add a lock-torture kernel modulePaul E. McKenney2014-02-23
| |/
* | locking/mutex: Fix debug checksPeter Zijlstra2014-03-12
* | locking/mutexes: Add extra reschedule pointPeter Zijlstra2014-03-11
* | locking/mutexes: Introduce cancelable MCS lock for adaptive spinningPeter Zijlstra2014-03-11
* | locking/mutexes: Unlock the mutex without the wait_lockJason Low2014-03-11
* | locking/mutexes: Modify the way optimistic spinners are queuedJason Low2014-03-11
* | locking/mutexes: Return false if task need_resched() in mutex_can_spin_on_own...Jason Low2014-03-11
* | locking: Move mcs_spinlock.h into kernel/locking/Peter Zijlstra2014-03-11
* | lockdep: Change mark_held_locks() to check hlock->check instead of lockdep_no...Oleg Nesterov2014-02-09
* | lockdep: Don't create the wrong dependency on hlock->check == 0Oleg Nesterov2014-02-09
* | lockdep: Make held_lock->check and "int check" argument boolOleg Nesterov2014-02-09
* | locking/mutexes/mcs: Restructure the MCS lock defines and locking code into i...Tim Chen2014-01-28
* | locking/mutexes/mcs: Correct barrier usageWaiman Long2014-01-28
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-01-20
|\
| * sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli2014-01-13
| * rtmutex: Turn the plist into an rb-treePeter Zijlstra2014-01-13