index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
locking
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-22
kernel: add kcov code coverage
Dmitry Vyukov
1
-0
/
+3
2016-03-15
tags: Fix DEFINE_PER_CPU expansions
Peter Zijlstra
1
-2
/
+1
2016-02-29
locking/lockdep: Detect chain_key collisions
Ingo Molnar
1
-8
/
+51
2016-02-29
locking/lockdep: Prevent chain_key collisions
Alfredo Alvarez Fernandez
1
-8
/
+6
2016-02-29
locking/mutex: Allow next waiter lockless wakeup
Davidlohr Bueso
1
-2
/
+3
2016-02-29
locking/pvqspinlock: Enable slowpath locking count tracking
Waiman Long
2
-0
/
+8
2016-02-29
locking/qspinlock: Use smp_cond_acquire() in pending code
Waiman Long
1
-4
/
+3
2016-02-29
locking/pvqspinlock: Move lock stealing count tracking code into pv_queued_sp...
Waiman Long
2
-20
/
+9
2016-02-29
locking/mcs: Fix mcs_spin_lock() ordering
Peter Zijlstra
1
-1
/
+7
2016-02-09
locking/lockdep: Eliminate lockdep_init()
Andrey Ryabinin
1
-59
/
+0
2016-02-09
locking/lockdep: Convert hash tables to hlists
Andrew Morton
1
-23
/
+19
2016-02-09
locking/lockdep: Fix stack trace caching logic
Dmitry Vyukov
1
-6
/
+10
2016-01-26
rtmutex: Make wait_lock irq safe
Thomas Gleixner
1
-63
/
+72
2016-01-11
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-58
/
+576
2015-12-17
locking/osq: Fix ordering of node initialisation in osq_lock
Will Deacon
1
-3
/
+5
2015-12-04
locking/pvqspinlock: Queue node adaptive spinning
Waiman Long
3
-4
/
+50
2015-12-04
locking/pvqspinlock: Allow limited lock stealing
Waiman Long
3
-28
/
+155
2015-12-04
locking/pvqspinlock: Collect slowpath lock statistics
Waiman Long
2
-5
/
+308
2015-12-04
locking, sched: Introduce smp_cond_acquire() and use it
Peter Zijlstra
1
-2
/
+1
2015-11-23
locking/pvqspinlock, x86: Optimize the PV unlock code path
Waiman Long
1
-16
/
+27
2015-11-23
locking/qspinlock: Avoid redundant read of next pointer
Waiman Long
1
-3
/
+6
2015-11-23
locking/qspinlock: Prefetch the next node cacheline
Waiman Long
1
-0
/
+10
2015-11-23
locking/qspinlock: Use _acquire/_release() versions of cmpxchg() & xchg()
Waiman Long
1
-5
/
+24
2015-11-23
treewide: Remove old email address
Peter Zijlstra
2
-2
/
+2
2015-11-06
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
1
-1
/
+1
2015-11-03
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+2
2015-11-03
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
7
-29
/
+44
2015-10-19
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
2
-60
/
+194
2015-10-07
Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.201...
Paul E. McKenney
2
-60
/
+194
2015-10-06
locktorture: Fix module unwind when bad torture_type specified
Paul E. McKenney
1
-3
/
+3
2015-10-06
locking/percpu-rwsem: Clean up the lockdep annotations in percpu_down_read()
Oleg Nesterov
1
-5
/
+5
2015-10-06
locking/percpu-rwsem: Fix the comments outdated by rcu_sync
Oleg Nesterov
1
-39
/
+11
2015-10-06
locking/percpu-rwsem: Make use of the rcu_sync infrastructure
Oleg Nesterov
1
-11
/
+7
2015-10-06
locking/percpu-rwsem: Make percpu_free_rwsem() after kzalloc() safe
Oleg Nesterov
1
-0
/
+7
2015-10-06
locktorture: Add torture tests for percpu_rwsem
Paul E. McKenney
1
-0
/
+44
2015-10-06
locking/percpu-rwsem: Export symbols for locktorture
Paul E. McKenney
1
-0
/
+5
2015-10-06
locktorture: Support rtmutex torturing
Davidlohr Bueso
1
-2
/
+112
2015-10-06
locking/rwsem: Use acquire/release semantics
Davidlohr Bueso
1
-2
/
+3
2015-10-06
locking/mcs: Use acquire/release semantics
Davidlohr Bueso
1
-2
/
+2
2015-10-06
locking/rtmutex: Use acquire/release semantics
Davidlohr Bueso
1
-9
/
+21
2015-10-06
locking/mutex: Use acquire/release semantics
Davidlohr Bueso
1
-4
/
+5
2015-10-06
Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...
Ingo Molnar
1
-5
/
+5
2015-09-23
Merge branch 'locking/urgent' into locking/core, to pick up fixes before appl...
Ingo Molnar
1
-5
/
+5
2015-09-23
sched/deadline, locking/rtmutex: Fix open coded check in rt_mutex_waiter_less()
Juri Lelli
1
-1
/
+2
2015-09-23
locking/lockdep: Fix hlock->pin_count reset on lock stack rebuilds
Peter Zijlstra
1
-5
/
+5
2015-09-18
locking/pvqspinlock: Kick the PV CPU unconditionally when _Q_SLOW_VAL
Waiman Long
1
-5
/
+1
2015-09-18
locking/osq: Relax atomic semantics
Davidlohr Bueso
1
-3
/
+8
2015-09-18
locking/qrwlock: Rename ->lock to ->wait_lock
Davidlohr Bueso
1
-4
/
+4
2015-09-17
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-1
/
+1
2015-09-13
Merge tag 'v4.3-rc1' into locking/core, to refresh the tree
Ingo Molnar
2
-2
/
+14
[next]