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
2020-06-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-21
/
+65
2020-06-01
Merge tag 'locking-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-3
/
+1
2020-05-19
locking/lockdep: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-05-19
lockdep: Always inline lockdep_{off,on}()
Peter Zijlstra
1
-19
/
+0
2020-05-19
lockdep: Prepare for noinstr sections
Peter Zijlstra
1
-21
/
+65
2020-04-27
locking/rtmutex: Remove unused rt_mutex_cmpxchg_relaxed()
Alex Shi
1
-2
/
+0
2020-04-08
locking/lockdep: Improve 'invalid wait context' splat
Peter Zijlstra
1
-20
/
+31
2020-04-08
locking/percpu-rwsem: Fix a task_struct refcount
Qian Cai
1
-1
/
+2
2020-03-30
Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-6
/
+6
2020-03-30
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
8
-217
/
+723
2020-03-21
Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a...
Paul E. McKenney
2
-8
/
+9
2020-03-21
lockdep: Rename trace_{hard,soft}{irq_context,irqs_enabled}()
Peter Zijlstra
1
-4
/
+4
2020-03-21
lockdep: Rename trace_softirqs_{on,off}()
Peter Zijlstra
1
-2
/
+2
2020-03-21
lockdep: Add hrtimer context tracing bits
Sebastian Andrzej Siewior
1
-1
/
+1
2020-03-21
lockdep: Introduce wait-type checks
Peter Zijlstra
4
-11
/
+137
2020-03-21
rcuwait: Add @state argument to rcuwait_wait_event()
Peter Zijlstra (Intel)
1
-1
/
+1
2020-03-20
lockdep: Teach lockdep about "USED" <- "IN-NMI" inversions
Peter Zijlstra
1
-3
/
+59
2020-03-20
locking/lockdep: Rework lockdep_lock
Peter Zijlstra
1
-41
/
+48
2020-03-20
locking/lockdep: Fix bad recursion pattern
Peter Zijlstra
1
-34
/
+40
2020-03-20
locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps()
Boqun Feng
1
-0
/
+4
2020-02-20
locktorture: Forgive apparent unfairness if CPU hotplug
Paul E. McKenney
1
-1
/
+2
2020-02-20
locktorture: Use private random-number generators
Paul E. McKenney
1
-2
/
+2
2020-02-20
locktorture: Print ratio of acquisitions, not failures
Paul E. McKenney
1
-4
/
+4
2020-02-20
locking/rtmutex: rcu: Add WRITE_ONCE() to rt_mutex ->owner
Paul E. McKenney
1
-1
/
+1
2020-02-11
locking/percpu-rwsem: Add might_sleep() for writer locking
Davidlohr Bueso
1
-0
/
+1
2020-02-11
locking/percpu-rwsem: Fold __percpu_up_read()
Davidlohr Bueso
1
-15
/
+0
2020-02-11
locking/rwsem: Remove RWSEM_OWNER_UNKNOWN
Peter Zijlstra
1
-2
/
+0
2020-02-11
locking/percpu-rwsem: Remove the embedded rwsem
Peter Zijlstra
3
-58
/
+116
2020-02-11
locking/percpu-rwsem: Extract __percpu_down_read_trylock()
Peter Zijlstra
1
-6
/
+13
2020-02-11
locking/percpu-rwsem: Move __this_cpu_inc() into the slowpath
Peter Zijlstra
1
-0
/
+2
2020-02-11
locking/percpu-rwsem: Convert to bool
Peter Zijlstra
1
-4
/
+4
2020-02-11
locking/percpu-rwsem, lockdep: Make percpu-rwsem use its own lockdep_map
Peter Zijlstra
3
-6
/
+16
2020-02-11
locking/lockdep: Reuse freed chain_hlocks entries
Waiman Long
3
-15
/
+255
2020-02-11
locking/lockdep: Track number of zapped lock chains
Waiman Long
3
-0
/
+7
2020-02-11
locking/lockdep: Throw away all lock chains with zapped class
Waiman Long
3
-36
/
+7
2020-02-11
locking/lockdep: Track number of zapped classes
Waiman Long
3
-0
/
+9
2020-02-11
locking/lockdep: Display irq_context names in /proc/lockdep_chains
Waiman Long
1
-1
/
+8
2020-02-11
locking/lockdep: Decrement IRQ context counters when removing lock chain
Waiman Long
2
-17
/
+29
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
1
-8
/
+7
2020-01-28
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-21
/
+19
2020-01-17
locking/osq: Use optimized spinning loop for arm64
Waiman Long
1
-13
/
+10
2020-01-17
locking/qspinlock: Fix inaccessible URL of MCS lock paper
Waiman Long
1
-6
/
+7
2020-01-17
locking/lockdep: Fix lockdep_stats indentation problem
Waiman Long
1
-2
/
+2
2020-01-17
locking/rwsem: Fix kernel crash when spinning on RWSEM_OWNER_UNKNOWN
Waiman Long
1
-2
/
+2
2019-12-25
locking/lockdep: Fix buffer overrun problem in stack_trace[]
Waiman Long
1
-4
/
+3
2019-12-11
Revert "locking/mutex: Complain upon mutex API misuse in IRQ contexts"
Davidlohr Bueso
1
-4
/
+0
2019-11-29
locking/spinlock/debug: Fix various data races
Marco Elver
1
-16
/
+16
2019-11-26
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-15
/
+16
2019-11-13
locking/lockdep: Update the comment for __lock_release()
Dan Carpenter
1
-3
/
+1
2019-10-29
locking/mutex: Complain upon mutex API misuse in IRQ contexts
Davidlohr Bueso
1
-0
/
+4
[next]