summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2016-01-304-4/+5
|\
| * perf stat: Do not clean event's private statsJiri Olsa2016-01-261-1/+0
| * perf hists: Fix HISTC_MEM_DCACHELINE width settingJiri Olsa2016-01-261-0/+2
| * perf annotate browser: Fix behaviour of Shift-Tab with nothing focussedMarkus Trippelsdorf2016-01-261-2/+2
| * perf tests: Remove wrong semicolon in while loop in CQM testMarkus Trippelsdorf2016-01-261-1/+1
* | perf: Remove/simplify lockdep annotationPeter Zijlstra2016-01-291-21/+1
* | perf: Synchronously clean up child eventsPeter Zijlstra2016-01-292-93/+84
* | perf: Untangle 'owner' confusionPeter Zijlstra2016-01-291-2/+12
* | perf: Add flags argument to perf_remove_from_context()Peter Zijlstra2016-01-291-11/+12
* | perf: Clean up sync_child_event()Peter Zijlstra2016-01-291-42/+39
* | perf: Robustify event->owner usage and SMP orderingPeter Zijlstra2016-01-291-10/+10
* | perf: Fix STATE_EXIT usagePeter Zijlstra2016-01-291-2/+4
* | perf: Update locking orderPeter Zijlstra2016-01-291-1/+1
* | perf: Remove __free_event()Peter Zijlstra2016-01-291-25/+20
* | perf/bpf: Convert perf_event_array to use struct fileAlexei Starovoitov2016-01-294-27/+33
* | perf: Fix NULL derefPeter Zijlstra2016-01-291-2/+2
* | perf/x86: De-obfuscate codePeter Zijlstra2016-01-291-3/+1
* | perf/x86: Fix uninitialized value usagePeter Zijlstra2016-01-291-1/+2
* | perf: Fix race in perf_event_exit_task_context()Peter Zijlstra2016-01-281-21/+29
* | perf: Fix orphan holePeter Zijlstra2016-01-281-2/+2
|/
* perf: Synchronously free aux pages in case of allocation failureAlexander Shishkin2016-01-211-20/+20
* perf/x86: add Intel SkyLake uncore IMC PMU supportStephane Eranian2016-01-213-0/+24
* perf: Fix perf_event_exit_task() racePeter Zijlstra2016-01-211-66/+85
* perf: Add more assertionsPeter Zijlstra2016-01-211-0/+9
* perf: Collapse and fix event_function_call() usersPeter Zijlstra2016-01-213-201/+168
* perf: Specialize perf_event_exit_task()Peter Zijlstra2016-01-211-7/+11
* perf: Fix task context schedulingPeter Zijlstra2016-01-211-64/+91
* perf: Make ctx->is_active and cpuctx->task_ctx consistentPeter Zijlstra2016-01-211-7/+14
* perf: Optimize perf_sched_events() usagePeter Zijlstra2016-01-211-6/+16
* perf: Simplify/fix perf_event_enable() event schedulingPeter Zijlstra2016-01-211-26/+5
* perf: Use task_ctx_sched_out()Peter Zijlstra2016-01-211-2/+1
* perf: Fix perf_enable_on_exec() event schedulingPeter Zijlstra2016-01-211-20/+27
* perf: Remove stale commentPeter Zijlstra2016-01-211-7/+0
* perf: Fix cgroup scheduling in perf_enable_on_exec()Peter Zijlstra2016-01-211-24/+7
* perf: Fix cgroup event schedulingPeter Zijlstra2016-01-211-7/+10
* perf: Add lockdep assertionsPeter Zijlstra2016-01-211-2/+8
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2016-01-195-18/+70
|\
| * perf build: Introduce FEATURES_DUMP make variableJiri Olsa2016-01-152-1/+17
| * perf build: Add feature-dump targetJiri Olsa2016-01-151-0/+11
| * perf build: Pass O option to kernel makefile in build-testWang Nan2016-01-151-4/+5
| * perf build: Test correct path of perf in build-testWang Nan2016-01-151-7/+14
| * perf build: Pass O option to Makefile.perf in build-testWang Nan2016-01-151-3/+11
| * perf build: Set parallel making options build-testWang Nan2016-01-151-7/+16
| * perf symbols: Fix reading of build-id from vDSOBen Hutchings2016-01-151-1/+1
| * perf kvm record/report: 'unprocessable sample' error while recording/reportin...Ravi Bangoria2016-01-151-1/+1
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-1417-151/+342
|\ \
| * | x86/cpu/amd: Remove an unneeded condition in srat_detect_node()Dan Carpenter2016-01-141-2/+1
| * | x86/vdso/pvclock: Protect STABLE check with the seqcountAndy Lutomirski2016-01-131-6/+6
| * | x86/mm: Improve switch_mm() barrier commentsAndy Lutomirski2016-01-131-7/+8
| * | selftests/x86: Test __kernel_sigreturn and __kernel_rt_sigreturnAndy Lutomirski2016-01-132-1/+90