| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2020-06-13 | 1 | -2/+2 |
|\ |
|
| * | lockdep: __always_inline more for noinstr | Peter Zijlstra | 2020-06-11 | 1 | -2/+2 |
* | | Rebase locking/kcsan to locking/urgent | Thomas Gleixner | 2020-06-11 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refresh | Ingo Molnar | 2020-04-13 | 10 | -231/+750 |
| |\ |
|
| * | | kcsan: Make KCSAN compatible with lockdep | Marco Elver | 2020-03-21 | 1 | -0/+3 |
* | | | kernel: rename show_stack_loglvl() => show_stack() | Dmitry Safonov | 2020-06-09 | 1 | -1/+1 |
* | | | kernel: use show_stack_loglvl() | Dmitry Safonov | 2020-06-09 | 1 | -1/+1 |
* | | | kallsyms/printk: add loglvl to print_ip_sym() | Dmitry Safonov | 2020-06-09 | 1 | -2/+2 |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2020-06-03 | 1 | -21/+65 |
|\ \ \ |
|
| * | | | lockdep: Prepare for noinstr sections | Peter Zijlstra | 2020-05-19 | 1 | -21/+65 |
| | |/
| |/| |
|
* | | | Merge tag 'locking-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-06-01 | 2 | -3/+1 |
|\ \ \ |
|
| * | | | locking/lockdep: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 2020-05-19 | 1 | -1/+1 |
| * | | | locking/rtmutex: Remove unused rt_mutex_cmpxchg_relaxed() | Alex Shi | 2020-04-27 | 1 | -2/+0 |
| |/ / |
|
* / / | lockdep: Always inline lockdep_{off,on}() | Peter Zijlstra | 2020-05-19 | 1 | -19/+0 |
|/ / |
|
* | | locking/lockdep: Improve 'invalid wait context' splat | Peter Zijlstra | 2020-04-08 | 1 | -20/+31 |
* | | locking/percpu-rwsem: Fix a task_struct refcount | Qian Cai | 2020-04-08 | 1 | -1/+2 |
* | | Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2020-03-30 | 1 | -6/+6 |
|\ \ |
|
| * | | lockdep: Rename trace_{hard,soft}{irq_context,irqs_enabled}() | Peter Zijlstra | 2020-03-21 | 1 | -4/+4 |
| * | | lockdep: Rename trace_softirqs_{on,off}() | Peter Zijlstra | 2020-03-21 | 1 | -2/+2 |
| |/ |
|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2020-03-30 | 8 | -217/+723 |
|\ \ |
|
| * | | lockdep: Add hrtimer context tracing bits | Sebastian Andrzej Siewior | 2020-03-21 | 1 | -1/+1 |
| * | | lockdep: Introduce wait-type checks | Peter Zijlstra | 2020-03-21 | 4 | -11/+137 |
| * | | rcuwait: Add @state argument to rcuwait_wait_event() | Peter Zijlstra (Intel) | 2020-03-21 | 1 | -1/+1 |
| * | | lockdep: Teach lockdep about "USED" <- "IN-NMI" inversions | Peter Zijlstra | 2020-03-20 | 1 | -3/+59 |
| * | | locking/lockdep: Rework lockdep_lock | Peter Zijlstra | 2020-03-20 | 1 | -41/+48 |
| * | | locking/lockdep: Fix bad recursion pattern | Peter Zijlstra | 2020-03-20 | 1 | -34/+40 |
| * | | locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps() | Boqun Feng | 2020-03-20 | 1 | -0/+4 |
| * | | locking/percpu-rwsem: Add might_sleep() for writer locking | Davidlohr Bueso | 2020-02-11 | 1 | -0/+1 |
| * | | locking/percpu-rwsem: Fold __percpu_up_read() | Davidlohr Bueso | 2020-02-11 | 1 | -15/+0 |
| * | | locking/rwsem: Remove RWSEM_OWNER_UNKNOWN | Peter Zijlstra | 2020-02-11 | 1 | -2/+0 |
| * | | locking/percpu-rwsem: Remove the embedded rwsem | Peter Zijlstra | 2020-02-11 | 3 | -58/+116 |
| * | | locking/percpu-rwsem: Extract __percpu_down_read_trylock() | Peter Zijlstra | 2020-02-11 | 1 | -6/+13 |
| * | | locking/percpu-rwsem: Move __this_cpu_inc() into the slowpath | Peter Zijlstra | 2020-02-11 | 1 | -0/+2 |
| * | | locking/percpu-rwsem: Convert to bool | Peter Zijlstra | 2020-02-11 | 1 | -4/+4 |
| * | | locking/percpu-rwsem, lockdep: Make percpu-rwsem use its own lockdep_map | Peter Zijlstra | 2020-02-11 | 3 | -6/+16 |
| * | | locking/lockdep: Reuse freed chain_hlocks entries | Waiman Long | 2020-02-11 | 3 | -15/+255 |
| * | | locking/lockdep: Track number of zapped lock chains | Waiman Long | 2020-02-11 | 3 | -0/+7 |
| * | | locking/lockdep: Throw away all lock chains with zapped class | Waiman Long | 2020-02-11 | 3 | -36/+7 |
| * | | locking/lockdep: Track number of zapped classes | Waiman Long | 2020-02-11 | 3 | -0/+9 |
| * | | locking/lockdep: Display irq_context names in /proc/lockdep_chains | Waiman Long | 2020-02-11 | 1 | -1/+8 |
| * | | locking/lockdep: Decrement IRQ context counters when removing lock chain | Waiman Long | 2020-02-11 | 2 | -17/+29 |
| |/ |
|
| | | |
| \ | |
*-. \ | Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a... | Paul E. McKenney | 2020-03-21 | 2 | -8/+9 |
|\ \ \
| |_|/
|/| | |
|
| | * | locktorture: Forgive apparent unfairness if CPU hotplug | Paul E. McKenney | 2020-02-20 | 1 | -1/+2 |
| | * | locktorture: Use private random-number generators | Paul E. McKenney | 2020-02-20 | 1 | -2/+2 |
| | * | locktorture: Print ratio of acquisitions, not failures | Paul E. McKenney | 2020-02-20 | 1 | -4/+4 |
| |/
|/| |
|
| * | locking/rtmutex: rcu: Add WRITE_ONCE() to rt_mutex ->owner | Paul E. McKenney | 2020-02-20 | 1 | -1/+1 |
|/ |
|
* | proc: convert everything to "struct proc_ops" | Alexey Dobriyan | 2020-02-04 | 1 | -8/+7 |
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2020-01-28 | 3 | -21/+19 |
|\ |
|
| * | locking/osq: Use optimized spinning loop for arm64 | Waiman Long | 2020-01-17 | 1 | -13/+10 |
| * | locking/qspinlock: Fix inaccessible URL of MCS lock paper | Waiman Long | 2020-01-17 | 1 | -6/+7 |