aboutsummaryrefslogtreecommitdiff
path: root/kernel/locking
AgeCommit message (Expand)AuthorFilesLines
2014-06-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-3/+52
2014-06-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+6
2014-05-28rtmutex: Fix deadlock detector for realGravatar Thomas Gleixner 1-4/+28
2014-05-22Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Gravatar Ingo Molnar 1-4/+6
2014-05-22Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesGravatar Ingo Molnar 1-1/+1
2014-05-14torture: Check for multiple concurrent torture testsGravatar Paul E. McKenney 1-1/+2
2014-05-14locktorture: Remove reference to nonexistent Kconfig parameterGravatar Paul E. McKenney 1-2/+2
2014-05-13torture: Intensify locking testGravatar Paul E. McKenney 1-1/+2
2014-05-07Merge branch 'sched/urgent' into sched/core, to avoid conflictsGravatar Ingo Molnar 2-11/+11
2014-05-05asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Gravatar Andi Kleen 1-1/+1
2014-05-04rwsem: Add comments to explain the meaning of the rwsem's count fieldGravatar Tim Chen 1-0/+49
2014-04-18lockdep: Increase static allocationsGravatar Sasha Levin 1-3/+3
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEGravatar Dongsheng Yang 1-1/+1
2014-04-16Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-10/+9
2014-04-11locking/mutex: Fix debug_mutexesGravatar Peter Zijlstra 1-10/+9
2014-04-07lglock: map to spinlock when !CONFIG_SMPGravatar Josh Triplett 1-1/+2
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 3-8/+12
2014-03-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+12
2014-03-31Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-0/+453
2014-03-12locking/mutex: Fix debug checksGravatar Peter Zijlstra 2-0/+13
2014-03-11locking/mutexes: Add extra reschedule pointGravatar Peter Zijlstra 1-0/+7
2014-03-11locking/mutexes: Introduce cancelable MCS lock for adaptive spinningGravatar Peter Zijlstra 4-5/+200
2014-03-11locking/mutexes: Unlock the mutex without the wait_lockGravatar Jason Low 1-4/+4
2014-03-11locking/mutexes: Modify the way optimistic spinners are queuedGravatar Jason Low 1-9/+6
2014-03-11locking/mutexes: Return false if task need_resched() in mutex_can_spin_on_own...Gravatar Jason Low 1-0/+3
2014-03-11locking: Move mcs_spinlock.h into kernel/locking/Gravatar Peter Zijlstra 2-1/+115
2014-02-23rcutorture: Add a lock_busted to test the testGravatar Paul E. McKenney 1-1/+32
2014-02-23locktorture: Add a lock-torture kernel moduleGravatar Paul E. McKenney 2-0/+422
2014-02-22sched: Consider pi boosting in setscheduler()Gravatar Thomas Gleixner 1-0/+12
2014-02-13asmlinkage: Mark rwsem functions that can be called from assembler asmlinkageGravatar Andi Kleen 1-0/+4
2014-02-13asmlinkage, mutex: Mark __visibleGravatar Andi Kleen 1-5/+5
2014-02-13asmlinkage: Make trace_hardirq visibleGravatar Andi Kleen 1-2/+2
2014-02-13asmlinkage: Make lockdep_sys_exit asmlinkageGravatar Andi Kleen 1-1/+1
2014-02-09lockdep: Change mark_held_locks() to check hlock->check instead of lockdep_no...Gravatar Oleg Nesterov 1-1/+1
2014-02-09lockdep: Don't create the wrong dependency on hlock->check == 0Gravatar Oleg Nesterov 1-2/+2
2014-02-09lockdep: Make held_lock->check and "int check" argument boolGravatar Oleg Nesterov 1-7/+4
2014-01-28locking/mutexes/mcs: Restructure the MCS lock defines and locking code into i...Gravatar Tim Chen 1-61/+7
2014-01-28locking/mutexes/mcs: Correct barrier usageGravatar Waiman Long 1-5/+13
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-48/+149
2014-01-13sched/deadline: Add SCHED_DEADLINE inheritance logicGravatar Dario Faggioli 2-9/+23
2014-01-13rtmutex: Turn the plist into an rb-treeGravatar Peter Zijlstra 3-47/+134
2013-12-17mutexes: Give more informative mutex warning in the !lock->owner caseGravatar Chuansheng Liu 1-1/+6
2013-11-27lockdep: Be nice about building from userspaceGravatar Sasha Levin 1-0/+4
2013-11-13locking/lockdep: Mark __lockdep_count_forward_deps() as staticGravatar Fengguang Wu 1-2/+2
2013-11-11lockdep/proc: Fix lock-time avg computationGravatar Peter Zijlstra 1-1/+1
2013-11-11locking/doc: Update references to kernel/mutex.cGravatar Peter Zijlstra 1-1/+1
2013-11-06locking: Move the percpu-rwsem code to kernel/locking/Gravatar Peter Zijlstra 2-1/+167
2013-11-06locking: Move the lglocks code to kernel/locking/Gravatar Peter Zijlstra 2-1/+90
2013-11-06locking: Move the rwsem code to kernel/locking/Gravatar Peter Zijlstra 4-1/+749