| Commit message (Expand) | Author | Age | Files | Lines |
* | Documentation/atomic_t.txt: Clarify pure non-rmw usage | Peter Zijlstra | 2019-06-03 | 1 | -2/+4 |
* | locking/atomic, s390/pci: Remove redundant casts | Mark Rutland | 2019-06-03 | 1 | -1/+1 |
* | locking/atomic, crypto/nx: Remove redundant casts | Mark Rutland | 2019-06-03 | 1 | -3/+3 |
* | locking/atomic: Use s64 for atomic64_t on 64-bit | Mark Rutland | 2019-06-03 | 1 | -1/+1 |
* | locking/atomic, x86: Use s64 for atomic64 | Mark Rutland | 2019-06-03 | 2 | -53/+51 |
* | locking/atomic, sparc: Use s64 for atomic64 | Mark Rutland | 2019-06-03 | 1 | -4/+4 |
* | locking/atomic, s390: Use s64 for atomic64 | Mark Rutland | 2019-06-03 | 1 | -19/+19 |
* | locking/atomic, riscv: Use s64 for atomic64 | Mark Rutland | 2019-06-03 | 1 | -21/+23 |
* | locking/atomic, riscv: Fix atomic64_sub_if_positive() offset argument | Mark Rutland | 2019-06-03 | 1 | -1/+1 |
* | locking/atomic, powerpc: Use s64 for atomic64 | Mark Rutland | 2019-06-03 | 1 | -22/+22 |
* | locking/atomic, mips: Use s64 for atomic64 | Mark Rutland | 2019-06-03 | 1 | -11/+11 |
* | locking/atomic, ia64: Use s64 for atomic64 | Mark Rutland | 2019-06-03 | 1 | -10/+10 |
* | locking/atomic, arm64: Use s64 for atomic64 | Mark Rutland | 2019-06-03 | 2 | -27/+27 |
* | locking/atomic, arm: Use s64 for atomic64 | Mark Rutland | 2019-06-03 | 1 | -26/+24 |
* | locking/atomic, arc: Use s64 for atomic64 | Mark Rutland | 2019-06-03 | 1 | -21/+20 |
* | locking/atomic, alpha: Use s64 for atomic64 | Mark Rutland | 2019-06-03 | 1 | -10/+10 |
* | locking/atomic: Use s64 for atomic64 | Mark Rutland | 2019-06-03 | 2 | -26/+26 |
* | locking/atomic, s390/pci: Prepare for atomic64_read() conversion | Mark Rutland | 2019-06-03 | 1 | -2/+2 |
* | locking/atomic, crypto/nx: Prepare for atomic64_read() conversion | Mark Rutland | 2019-06-03 | 1 | -6/+6 |
* | locking/lock_events: Use raw_cpu_{add,inc}() for stats | Peter Zijlstra | 2019-06-03 | 1 | -41/+4 |
* | locking/lockdep: Fix merging of hlocks with non-zero references | Imre Deak | 2019-06-03 | 1 | -9/+9 |
* | locking/lockdep: Fix OOO unlock when hlocks need merging | Imre Deak | 2019-06-03 | 1 | -12/+29 |
* | locking/lockdep: Remove !dir in lock irq usage check | Yuyang Du | 2019-06-03 | 1 | -1/+1 |
* | locking/lockdep: Adjust new bit cases in mark_lock | Yuyang Du | 2019-06-03 | 1 | -14/+7 |
* | 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: Add explanation to lock usage rules in lockdep design doc | Yuyang Du | 2019-06-03 | 1 | -10/+23 |
* | 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 | 2 | -27/+46 |
* | locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start with | Yuyang Du | 2019-06-03 | 3 | -10/+11 |
* | locking/lockdep: Use lockdep_init_task for task initiation consistently | Yuyang Du | 2019-06-03 | 4 | -7/+16 |
* | locking/lockdep: Update obsolete struct field description | Yuyang Du | 2019-06-03 | 1 | -3/+9 |
* | 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: Add description and explanation in lockdep design doc | Yuyang Du | 2019-06-03 | 1 | -18/+61 |
* | 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 | 9536 | -81191/+14981 |
|\ |
|
| * | Linux 5.2-rc3v5.2-rc3 | Linus Torvalds | 2019-06-02 | 1 | -1/+1 |
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-06-02 | 2 | -6/+15 |
| |\ |
|
| | * | x86/CPU/AMD: Don't force the CPB cap when running under a hypervisor | Frank van der Linden | 2019-05-24 | 1 | -2/+5 |
| | * | x86/boot: Provide KASAN compatible aliases for string routines | Ard Biesheuvel | 2019-05-24 | 1 | -4/+10 |