Age | Commit message (Expand) | Author | Files | Lines |
2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 9 | Thomas Gleixner | 1 | -14/+1 |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 4 | -0/+4 |
2019-05-07 | locking/rwsem: Prevent decrement of reader count before increment | Waiman Long | 1 | -15/+31 |
2019-05-07 | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 2 | -1/+12 |
2019-05-07 | Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 1 | -0/+3 |
2019-05-06 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 14 | -766/+858 |
2019-05-06 | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -49/+38 |
2019-05-06 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+2 |
2019-04-29 | locking/lockdep: Remove unnecessary unlikely() | zhengbin | 1 | -1/+1 |
2019-04-29 | lockdep: Simplify stack trace handling | Thomas Gleixner | 1 | -27/+28 |
2019-04-29 | lockdep: Remove save argument from check_prev_add() | Thomas Gleixner | 1 | -8/+8 |
2019-04-29 | lockdep: Remove unused trace argument from print_circular_bug() | Thomas Gleixner | 1 | -5/+4 |
2019-04-29 | locking/lockdep: check for freed initmem in static_obj() | Gerald Schaefer | 1 | -0/+3 |
2019-04-29 | locking/lockdep: Test all incompatible scenarios at once in check_irq_usage() | Frederic Weisbecker | 2 | -67/+167 |
2019-04-18 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 1 | -0/+2 |
2019-04-18 | locking/lockdep: Generate LOCKF_ bit composites | Peter Zijlstra | 1 | -6/+22 |
2019-04-18 | locking/lockdep: Use expanded masks on find_usage_*() functions | Frederic Weisbecker | 1 | -10/+10 |
2019-04-18 | locking/lockdep: Map remaining magic numbers to lock usage mask names | Frederic Weisbecker | 1 | -4/+7 |
2019-04-18 | locking/lockdep: Move valid_state() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PR... | Frederic Weisbecker | 1 | -4/+6 |
2019-04-16 | locking/lockdep: Make lockdep_unregister_key() honor 'debug_locks' again | Bart Van Assche | 1 | -4/+5 |
2019-04-14 | lockdep: Remove the ULONG_MAX stack trace hackery | Thomas Gleixner | 1 | -11/+0 |
2019-04-14 | locking/rwsem: Prevent unneeded warning during locking selftest | Waiman Long | 1 | -1/+2 |
2019-04-10 | locking/lockdep: Zap lock classes even with lock debugging disabled | Bart Van Assche | 1 | -17/+12 |
2019-04-10 | locking/rwsem: Enable lock event counting | Waiman Long | 3 | -0/+32 |
2019-04-10 | locking/lock_events: Don't show pvqspinlock events on bare metal | Waiman Long | 1 | -1/+27 |
2019-04-10 | locking/lock_events: Make lock_events available for all archs & other locks | Waiman Long | 4 | -132/+173 |
2019-04-10 | locking/qspinlock_stat: Introduce generic lockevent_*() counting APIs | Waiman Long | 5 | -114/+181 |
2019-04-10 | locking/rwsem: Enhance DEBUG_RWSEMS_WARN_ON() macro | Waiman Long | 2 | -8/+16 |
2019-04-10 | locking/rwsem: Add debug check for __down_read*() | Waiman Long | 2 | -5/+10 |
2019-04-10 | locking/rwsem: Micro-optimize rwsem_try_read_lock_unqueued() | Waiman Long | 1 | -10/+5 |
2019-04-10 | locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.h | Waiman Long | 1 | -0/+7 |
2019-04-10 | locking/rwsem: Move owner setting code from rwsem.c to rwsem.h | Waiman Long | 3 | -22/+20 |
2019-04-10 | locking/rwsem: Relocate rwsem_down_read_failed() | Waiman Long | 1 | -86/+86 |
2019-04-08 | mmiowb: Hook up mmiowb helpers to spinlocks and generic I/O accessors | Will Deacon | 1 | -1/+5 |
2019-04-08 | asm-generic/mmiowb: Add generic implementation of mmiowb() tracking | Will Deacon | 1 | -0/+7 |
2019-04-03 | locking/rwsem: Optimize down_read_trylock() | Waiman Long | 1 | -5/+8 |
2019-04-03 | locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archs | Waiman Long | 3 | -345/+1 |
2019-04-03 | locking/rwsem: Remove arch specific rwsem files | Waiman Long | 2 | -0/+132 |
2019-03-27 | locktorture: NULL cxt.lwsa and cxt.lrsa to allow bad-arg detection | Paul E. McKenney | 1 | -0/+2 |
2019-03-09 | locking/lockdep: Only call init_rcu_head() after RCU has been initialized | Bart Van Assche | 1 | -4/+11 |
2019-03-09 | locking/lockdep: Avoid a Clang warning | Arnd Bergmann | 1 | -1/+3 |
2019-03-06 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+6 |
2019-03-06 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 6 | -174/+857 |
2019-02-28 | Merge branch 'linus' into perf/core, to pick up fixes | Ingo Molnar | 1 | -5/+32 |
2019-02-28 | locking/lockdep: Add module_param to enable consistency checks | Peter Zijlstra | 1 | -13/+33 |
2019-02-28 | locking/lockdep: Add support for dynamic keys | Bart Van Assche | 1 | -8/+113 |
2019-02-28 | locking/lockdep: Verify whether lock objects are small enough to be used as c... | Bart Van Assche | 1 | -0/+11 |
2019-02-28 | locking/lockdep: Check data structure consistency | Bart Van Assche | 1 | -0/+167 |
2019-02-28 | locking/lockdep: Reuse lock chains that have been freed | Bart Van Assche | 1 | -20/+37 |
2019-02-28 | locking/lockdep: Fix a comment in add_chain_cache() | Bart Van Assche | 1 | -1/+1 |