| 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-04 | 83 | -1062/+899 |
|\ |
|
| * | 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/qrwlock: Implement queue_write_unlock() using smp_store_release() | Will Deacon | 2015-08-12 | 1 | -10/+0 |
| * | Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ... | Ingo Molnar | 2015-08-12 | 52 | -916/+696 |
| |\ |
|
| | * | atomic: Replace atomic_{set,clear}_mask() usage | Peter Zijlstra | 2015-07-27 | 6 | -37/+37 |
| | * | atomic: Collapse all atomic_{set,clear}_mask definitions | Peter Zijlstra | 2015-07-27 | 14 | -164/+0 |
| | * | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 25 | -46/+0 |
| | * | 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 |
| * | | 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 | 1 | -0/+6 |
| * | | locking/static_keys: Add a new static_key interface | Peter Zijlstra | 2015-08-03 | 7 | -27/+129 |
| * | | jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP} | Peter Zijlstra | 2015-08-03 | 7 | -7/+7 |
| * | | Merge branch 'x86/asm' into locking/core | Ingo Molnar | 2015-08-03 | 76 | -1165/+1188 |
| |\ \ |
|
| * | | | locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_a... | Andrey Konovalov | 2015-08-03 | 9 | -20/+20 |
| | | | | |
| | \ \ | |
| *-. \ \ | Merge branch 'locking/urgent', tag 'v4.2-rc5' into locking/core, to pick up f... | Ingo Molnar | 2015-08-03 | 361 | -1911/+3736 |
| |\ \ \ \ |
|
| * | | | | | rtmutex: Delete scriptable tester | Davidlohr Bueso | 2015-07-20 | 3 | -3/+0 |
| * | | | | | locking/qrwlock: Rename functions to queued_*() | Waiman Long | 2015-07-06 | 1 | -2/+2 |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2015-09-03 | 11 | -94/+151 |
|\ \ \ \ \ \ |
|
| * | | | | | | phy: fixed_phy: Add gpio to determine link up/down. | Andrew Lunn | 2015-08-31 | 3 | -4/+5 |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-08-28 | 12 | -26/+36 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-08-21 | 26 | -88/+133 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | ARM: dts: am33xx: update cpsw compatible | Mugunthan V N | 2015-08-14 | 1 | -1/+1 |
| * | | | | | | | | ARM: dts: dra7: update cpsw compatible | Mugunthan V N | 2015-08-14 | 1 | -1/+1 |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-08-14 | 89 | -504/+1217 |
| |\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | bpf: s390: Fix build error caused by the struct bpf_array member name changed | Kaixu Xia | 2015-08-11 | 1 | -2/+2 |
| * | | | | | | | | | bpf: Make the bpf_prog_array_map more generic | Wang Nan | 2015-08-10 | 1 | -3/+3 |