| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-07-25 | 72 | -609/+2063 |
|\ |
|
| * | Merge branch 'locking/arch-atomic' into locking/core, because the topic is ready | Ingo Molnar | 2016-07-07 | 43 | -446/+1824 |
| |\ |
|
| | * | locking/atomic, arch/tile: Fix tilepro build | Peter Zijlstra | 2016-06-24 | 4 | -35/+40 |
| | * | locking/atomic, arch/m68k: Remove comment | Peter Zijlstra | 2016-06-20 | 1 | -7/+0 |
| | * | locking/atomic, arch/arc: Fix build | Peter Zijlstra | 2016-06-20 | 1 | -8/+0 |
| | * | locking/atomic, arch/mips: Convert to _relaxed atomics | Peter Zijlstra | 2016-06-16 | 1 | -20/+22 |
| | * | locking/atomic, arch/alpha: Convert to _relaxed atomics | Peter Zijlstra | 2016-06-16 | 1 | -12/+24 |
| | * | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra | 2016-06-16 | 21 | -41/+0 |
| | * | locking/atomic, arch/xtensa: Implement atomic_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 1 | -4/+50 |
| | * | locking/atomic, arch/x86: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 3 | -9/+88 |
| | * | locking/atomic, arch/tile: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 6 | -94/+159 |
| | * | locking/atomic, arch/sparc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 6 | -34/+105 |
| | * | locking/atomic, arch/sh: Implement atomic_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 4 | -12/+87 |
| | * | locking/atomic, arch/s390: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 1 | -10/+32 |
| | * | locking/atomic, arch/powerpc: Implement atomic{,64}_fetch_{add,sub,and,or,xor... | Peter Zijlstra | 2016-06-16 | 1 | -9/+74 |
| | * | locking/atomic, arch/parisc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 1 | -8/+57 |
| | * | locking/atomic, arch/mn10300: Implement atomic_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 1 | -4/+31 |
| | * | locking/atomic, arch/mips: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 1 | -9/+129 |
| | * | locking/atomic, arch/metag: Implement atomic_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 3 | -8/+63 |
| | * | locking/atomic, arch/m68k: Implement atomic_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 1 | -4/+49 |
| | * | locking/atomic, arch/m32r: Implement atomic_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 1 | -4/+34 |
| | * | locking/atomic, arch/ia64: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 1 | -16/+114 |
| | * | locking/atomic, arch/hexagon: Implement atomic_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 1 | -5/+28 |
| | * | locking/atomic, arch/h8300: Implement atomic_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 1 | -6/+25 |
| | * | locking/atomic, arch/frv: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 2 | -20/+14 |
| | * | locking/atomic, arch/blackfin: Implement atomic_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 3 | -12/+40 |
| | * | locking/atomic, arch/avr32: Implement atomic_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 1 | -5/+51 |
| | * | locking/atomic, arch/arm64: Implement atomic{,64}_fetch_{add,sub,and,andnot,o... | Will Deacon | 2016-06-16 | 1 | -0/+172 |
| | * | locking/atomic, arch/arm64: Generate LSE non-return cases using common macros | Will Deacon | 2016-06-16 | 1 | -90/+32 |
| | * | locking/atomic, arch/arm64: Implement atomic{,64}_fetch_{add,sub,and,andnot,o... | Peter Zijlstra | 2016-06-16 | 2 | -24/+148 |
| | * | locking/atomic, arch/arm: Implement atomic{,64}_fetch_{add,sub,and,andnot,or,... | Peter Zijlstra | 2016-06-16 | 1 | -10/+98 |
| | * | locking/atomic, arch/arc: Implement atomic_fetch_{add,sub,and,andnot,or,xor}() | Peter Zijlstra | 2016-06-16 | 1 | -9/+94 |
| | * | locking/atomic, arch/alpha: Implement atomic{,64}_fetch_{add,sub,and,andnot,o... | Peter Zijlstra | 2016-06-16 | 1 | -9/+56 |
| * | | locking/barriers, arch/arm64: Implement LDXR+WFE based smp_cond_load_acquire() | Will Deacon | 2016-07-07 | 2 | -0/+64 |
| |/ |
|
| * | locking/spinlock, arch: Update and fix spin_unlock_wait() implementations | Peter Zijlstra | 2016-06-14 | 18 | -28/+137 |
| * | locking/barriers, tile: Provide TILE specific smp_acquire__after_ctrl_dep() | Peter Zijlstra | 2016-06-14 | 1 | -0/+7 |
| * | Merge branch 'linus' into locking/core, to pick up fixes before merging new c... | Ingo Molnar | 2016-06-14 | 82 | -599/+377 |
| |\ |
|
| * | | locking/mutex: Optimize mutex_trylock() fast-path | Peter Zijlstra | 2016-06-08 | 4 | -6/+6 |
| * | | locking/rwsem: Remove rwsem_atomic_add() and rwsem_atomic_update() | Jason Low | 2016-06-08 | 4 | -104/+0 |
| * | | locking/rwsem: Convert sem->count to 'atomic_long_t' | Jason Low | 2016-06-08 | 2 | -25/+25 |
* | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-07-25 | 7 | -41/+17 |
|\ \ \ |
|
| * | | | x86/efi: Remove the unused efi_get_time() function | Arnd Bergmann | 2016-06-27 | 1 | -15/+0 |
| * | | | x86/efi: Update efi_thunk() to use the the arch_efi_call_virt*() macros | Alex Thorlton | 2016-06-27 | 1 | -13/+8 |
| * | | | x86/uv: Update uv_bios_call() to use efi_call_virt_pointer() | Alex Thorlton | 2016-06-27 | 1 | -2/+1 |
| * | | | efi: Convert efi_call_virt() to efi_call_virt_pointer() | Alex Thorlton | 2016-06-27 | 3 | -9/+8 |
| * | | | x86/efi: Remove unused variable 'efi' | Colin Ian King | 2016-06-27 | 1 | -2/+0 |
* | | | | Merge tag 'usb-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2016-07-24 | 1 | -1/+1 |
|\ \ \ \ |
|
| * \ \ \ | Merge 4.7-rc6 into usb-next | Greg Kroah-Hartman | 2016-07-04 | 94 | -308/+448 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge 4.7-rc4 into usb-next | Greg Kroah-Hartman | 2016-06-20 | 159 | -955/+1128 |
| |\ \ \ \ \ |
|
| * | | | | | | ARM: at91/dt: sama5d2: Use new compatible for ohci node | Wenyou Yang | 2016-06-07 | 1 | -1/+1 |