| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-09-03 | 139 | -3585/+2425 |
|\ |
|
| * | jump_label/x86: Work around asm build bug on older/backported GCCs | Peter Zijlstra | 2015-08-13 | 1 | -4/+4 |
| * | locking, ARM, atomics: Define our SMP atomics in terms of _relaxed() operations | Will Deacon | 2015-08-12 | 2 | -60/+24 |
| * | locking, include/llist: Use linux/atomic.h instead of asm/cmpxchg.h | Will Deacon | 2015-08-12 | 1 | -1/+1 |
| * | locking/qrwlock: Make use of _{acquire|release|relaxed}() atomics | Will Deacon | 2015-08-12 | 2 | -19/+18 |
| * | locking/qrwlock: Implement queue_write_unlock() using smp_store_release() | Will Deacon | 2015-08-12 | 2 | -18/+1 |
| * | locking/lockref: Remove homebrew cmpxchg64_relaxed() macro definition | Will Deacon | 2015-08-12 | 1 | -8/+0 |
| * | locking, asm-generic: Add _{relaxed|acquire|release}() variants for 'atomic_l... | Will Deacon | 2015-08-12 | 1 | -27/+59 |
| * | locking, asm-generic: Rework atomic-long.h to avoid bulk code duplication | Will Deacon | 2015-08-12 | 1 | -149/+40 |
| * | locking/atomics: Add _{acquire|release|relaxed}() variants of some atomic ope... | Will Deacon | 2015-08-12 | 1 | -0/+323 |
| * | locking, compiler.h: Cast away attributes in the WRITE_ONCE() magic | Christian Borntraeger | 2015-08-12 | 1 | -1/+6 |
| * | Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ... | Ingo Molnar | 2015-08-12 | 65 | -1015/+841 |
| |\ |
|
| | * | atomic: Add simple atomic_t tests | Peter Zijlstra | 2015-07-27 | 1 | -21/+47 |
| | * | atomic: Replace atomic_{set,clear}_mask() usage | Peter Zijlstra | 2015-07-27 | 14 | -97/+97 |
| | * | atomic: Collapse all atomic_{set,clear}_mask definitions | Peter Zijlstra | 2015-07-27 | 16 | -174/+25 |
| | * | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 29 | -68/+19 |
| | * | tile: Provide atomic_{or,xor,and} | Chris Metcalf | 2015-07-27 | 4 | -0/+99 |
| | * | h8300: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -95/+40 |
| | * | frv: Rewrite atomic implementation | Peter Zijlstra | 2015-07-27 | 9 | -355/+259 |
| | * | x86: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 3 | -8/+54 |
| | * | s390: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -14/+33 |
| | * | xtensa: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -69/+16 |
| | * | sparc: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 5 | -3/+38 |
| | * | sh: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 4 | -85/+22 |
| | * | powerpc: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -0/+9 |
| | * | parisc: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -0/+9 |
| | * | mn10300: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -47/+10 |
| | * | mips: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -0/+9 |
| | * | metag: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 2 | -42/+17 |
| | * | m68k: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -4/+10 |
| | * | m32r: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -34/+10 |
| | * | ia64: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -4/+22 |
| | * | hexagon: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -0/+6 |
| | * | blackfin: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 3 | -25/+40 |
| | * | avr32: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -0/+14 |
| | * | arm64: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -0/+15 |
| | * | arm: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -0/+15 |
| | * | arc: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -2/+17 |
| | * | alpha: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -15/+28 |
| | * | atomic: Prepare generic atomic implementation for logic ops | Peter Zijlstra | 2015-07-27 | 1 | -2/+10 |
| * | | locking/static_keys: Make verify_keys() static | kbuild test robot | 2015-08-05 | 1 | -1/+1 |
| * | | jump label, locking/static_keys: Update docs | Jason Baron | 2015-08-03 | 2 | -68/+98 |
| * | | locking/static_keys: Provide a selftest | Ingo Molnar | 2015-08-03 | 8 | -253/+253 |
| * | | jump_label: Provide a self-test | Jason Baron | 2015-08-03 | 7 | -0/+329 |
| * | | s390/uaccess, locking/static_keys: employ static_branch_likely() | Heiko Carstens | 2015-08-03 | 1 | -6/+6 |
| * | | x86, tsc, locking/static_keys: Employ static_branch_likely() | Peter Zijlstra | 2015-08-03 | 1 | -12/+10 |
| * | | locking/static_keys: Add selftest | Peter Zijlstra | 2015-08-03 | 2 | -1/+44 |
| * | | locking/static_keys: Add a new static_key interface | Peter Zijlstra | 2015-08-03 | 9 | -44/+298 |
| * | | locking/static_keys: Rework update logic | Peter Zijlstra | 2015-08-03 | 1 | -50/+38 |
| * | | locking/static_keys: Add static_key_{en,dis}able() helpers | Peter Zijlstra | 2015-08-03 | 2 | -4/+22 |