| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-09-04 | 22 | -16/+201 |
|\ |
|
| * | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2015-09-02 | 7 | -26/+31 |
| |\ |
|
| | * | perf tools: Fix link time error with sample_reg_masks on non x86 | Stephane Eranian | 2015-09-01 | 3 | -23/+27 |
| | * | perf build: Fix Intel PT instruction decoder dependency problem | Wang Nan | 2015-09-01 | 1 | -0/+1 |
| | * | perf dwarf: Fix potential array out of bounds access | Wang Nan | 2015-09-01 | 3 | -3/+3 |
| |/ |
|
| * | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2015-09-01 | 17 | -13/+193 |
| |\ |
|
| | * | perf record: Add ability to name registers to record | Stephane Eranian | 2015-08-31 | 7 | -5/+89 |
| | * | perf/x86: Add list of register names | Stephane Eranian | 2015-08-31 | 3 | -0/+38 |
| | * | perf script: Enable printing of interrupted machine state | Stephane Eranian | 2015-08-31 | 2 | -2/+31 |
| | * | perf evlist: Open event on evsel cpus and threads | Kan Liang | 2015-08-31 | 2 | -1/+5 |
| | * | bpf tools: New API to get name from a BPF object | Wang Nan | 2015-08-31 | 3 | -5/+26 |
| | * | perf tools: Fix build on powerpc broken by pt/bts | Adrian Hunter | 2015-08-31 | 2 | -0/+4 |
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-09-04 | 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 |