| Commit message (Expand) | Author | Age | Files | Lines |
* | locking/lockdep: Consolidate lock usage bit initialization | Yuyang Du | 2019-06-03 | 1 | -8/+14 |
* | locking/lockdep: Check redundant dependency only when CONFIG_LOCKDEP_SMALL | Yuyang Du | 2019-06-03 | 1 | -0/+4 |
* | locking/lockdep: Refactorize check_noncircular and check_redundant | Yuyang Du | 2019-06-03 | 1 | -44/+74 |
* | locking/lockdep: Remove unused argument in __lock_release | Yuyang Du | 2019-06-03 | 1 | -2/+2 |
* | locking/lockdep: Remove redundant argument in check_deadlock | Yuyang Du | 2019-06-03 | 1 | -3/+3 |
* | locking/lockdep: Update comments on dependency search | Yuyang Du | 2019-06-03 | 1 | -11/+10 |
* | locking/lockdep: Avoid constant checks in __bfs by using offset reference | Yuyang Du | 2019-06-03 | 1 | -12/+21 |
* | locking/lockdep: Change the return type of __cq_dequeue() | Yuyang Du | 2019-06-03 | 1 | -8/+13 |
* | locking/lockdep: Change type of the element field in circular_queue | Yuyang Du | 2019-06-03 | 1 | -10/+14 |
* | locking/lockdep: Update comment | Yuyang Du | 2019-06-03 | 1 | -3/+9 |
* | locking/lockdep: Remove unused argument in validate_chain() and check_deadlock() | Yuyang Du | 2019-06-03 | 1 | -8/+8 |
* | locking/lockdep: Change the range of class_idx in held_lock struct | Yuyang Du | 2019-06-03 | 1 | -20/+39 |
* | locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start with | Yuyang Du | 2019-06-03 | 1 | -9/+9 |
* | locking/lockdep: Use lockdep_init_task for task initiation consistently | Yuyang Du | 2019-06-03 | 1 | -3/+8 |
* | locking/lockdep: Print the right depth for chain key collision | Yuyang Du | 2019-06-03 | 1 | -3/+4 |
* | locking/lockdep: Remove useless conditional macro | Yuyang Du | 2019-06-03 | 1 | -3/+3 |
* | locking/lockdep: Adjust lock usage bit character checks | Yuyang Du | 2019-06-03 | 1 | -5/+16 |
* | locking/lockdep: Change all print_*() return type to void | Yuyang Du | 2019-06-03 | 1 | -101/+108 |
* | Merge tag 'v5.2-rc3' into locking/core, to pick up fixes | Ingo Molnar | 2019-06-03 | 4 | -31/+43 |
|\ |
|
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 2019-05-30 | 3 | -29/+3 |
| * | locking/lock_events: Use this_cpu_add() when necessary | Waiman Long | 2019-05-24 | 1 | -2/+40 |
* | | locking/lockdep: Remove the unused print_lock_trace() function | Anders Roxell | 2019-05-24 | 1 | -4/+0 |
* | | locking/lockdep: Don't complain about incorrect name for no validate class | Sebastian Andrzej Siewior | 2019-05-24 | 1 | -1/+2 |
|/ |
|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 9 | Thomas Gleixner | 2019-05-21 | 1 | -14/+1 |
* | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 4 | -0/+4 |
* | locking/rwsem: Prevent decrement of reader count before increment | Waiman Long | 2019-05-07 | 1 | -15/+31 |
* | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 2019-05-06 | 2 | -1/+12 |
|\ |
|
| * | mmiowb: Hook up mmiowb helpers to spinlocks and generic I/O accessors | Will Deacon | 2019-04-08 | 1 | -1/+5 |
| * | asm-generic/mmiowb: Add generic implementation of mmiowb() tracking | Will Deacon | 2019-04-08 | 1 | -0/+7 |
* | | Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 2019-05-06 | 1 | -0/+3 |
|\ \ |
|
| * | | locking/lockdep: check for freed initmem in static_obj() | Gerald Schaefer | 2019-04-29 | 1 | -0/+3 |
| |/ |
|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2019-05-06 | 14 | -766/+858 |
|\ \ |
|
| * | | locking/lockdep: Remove unnecessary unlikely() | zhengbin | 2019-04-29 | 1 | -1/+1 |
| * | | locking/lockdep: Test all incompatible scenarios at once in check_irq_usage() | Frederic Weisbecker | 2019-04-29 | 2 | -67/+167 |
| * | | locking/lockdep: Generate LOCKF_ bit composites | Peter Zijlstra | 2019-04-18 | 1 | -6/+22 |
| * | | locking/lockdep: Use expanded masks on find_usage_*() functions | Frederic Weisbecker | 2019-04-18 | 1 | -10/+10 |
| * | | locking/lockdep: Map remaining magic numbers to lock usage mask names | Frederic Weisbecker | 2019-04-18 | 1 | -4/+7 |
| * | | locking/lockdep: Move valid_state() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PR... | Frederic Weisbecker | 2019-04-18 | 1 | -4/+6 |
| * | | locking/rwsem: Prevent unneeded warning during locking selftest | Waiman Long | 2019-04-14 | 1 | -1/+2 |
| * | | locking/rwsem: Enable lock event counting | Waiman Long | 2019-04-10 | 3 | -0/+32 |
| * | | locking/lock_events: Don't show pvqspinlock events on bare metal | Waiman Long | 2019-04-10 | 1 | -1/+27 |
| * | | locking/lock_events: Make lock_events available for all archs & other locks | Waiman Long | 2019-04-10 | 4 | -132/+173 |
| * | | locking/qspinlock_stat: Introduce generic lockevent_*() counting APIs | Waiman Long | 2019-04-10 | 5 | -114/+181 |
| * | | locking/rwsem: Enhance DEBUG_RWSEMS_WARN_ON() macro | Waiman Long | 2019-04-10 | 2 | -8/+16 |
| * | | locking/rwsem: Add debug check for __down_read*() | Waiman Long | 2019-04-10 | 2 | -5/+10 |
| * | | locking/rwsem: Micro-optimize rwsem_try_read_lock_unqueued() | Waiman Long | 2019-04-10 | 1 | -10/+5 |
| * | | locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.h | Waiman Long | 2019-04-10 | 1 | -0/+7 |
| * | | locking/rwsem: Move owner setting code from rwsem.c to rwsem.h | Waiman Long | 2019-04-10 | 3 | -22/+20 |
| * | | locking/rwsem: Relocate rwsem_down_read_failed() | Waiman Long | 2019-04-10 | 1 | -86/+86 |
| * | | locking/rwsem: Optimize down_read_trylock() | Waiman Long | 2019-04-03 | 1 | -5/+8 |