summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-02-01perf tools: tracepoint_error() can receive e=NULL, robustify itAdrian Hunter1-0/+3
2016-01-30Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar4-4/+5
2016-01-29perf: Remove/simplify lockdep annotationPeter Zijlstra1-21/+1
2016-01-29perf: Synchronously clean up child eventsPeter Zijlstra2-93/+84
2016-01-29perf: Untangle 'owner' confusionPeter Zijlstra1-2/+12
2016-01-29perf: Add flags argument to perf_remove_from_context()Peter Zijlstra1-11/+12
2016-01-29perf: Clean up sync_child_event()Peter Zijlstra1-42/+39
2016-01-29perf: Robustify event->owner usage and SMP orderingPeter Zijlstra1-10/+10
2016-01-29perf: Fix STATE_EXIT usagePeter Zijlstra1-2/+4
2016-01-29perf: Update locking orderPeter Zijlstra1-1/+1
2016-01-29perf: Remove __free_event()Peter Zijlstra1-25/+20
2016-01-29perf/bpf: Convert perf_event_array to use struct fileAlexei Starovoitov4-27/+33
2016-01-29perf: Fix NULL derefPeter Zijlstra1-2/+2
2016-01-29perf/x86: De-obfuscate codePeter Zijlstra1-3/+1
2016-01-29perf/x86: Fix uninitialized value usagePeter Zijlstra1-1/+2
2016-01-28perf: Fix race in perf_event_exit_task_context()Peter Zijlstra1-21/+29
2016-01-28perf: Fix orphan holePeter Zijlstra1-2/+2
2016-01-26perf stat: Do not clean event's private statsJiri Olsa1-1/+0
2016-01-26perf hists: Fix HISTC_MEM_DCACHELINE width settingJiri Olsa1-0/+2
2016-01-26perf annotate browser: Fix behaviour of Shift-Tab with nothing focussedMarkus Trippelsdorf1-2/+2
2016-01-26perf tests: Remove wrong semicolon in while loop in CQM testMarkus Trippelsdorf1-1/+1
2016-01-21perf: Synchronously free aux pages in case of allocation failureAlexander Shishkin1-20/+20
2016-01-21perf/x86: add Intel SkyLake uncore IMC PMU supportStephane Eranian3-0/+24
2016-01-21perf: Fix perf_event_exit_task() racePeter Zijlstra1-66/+85
2016-01-21perf: Add more assertionsPeter Zijlstra1-0/+9
2016-01-21perf: Collapse and fix event_function_call() usersPeter Zijlstra3-201/+168
2016-01-21perf: Specialize perf_event_exit_task()Peter Zijlstra1-7/+11
2016-01-21perf: Fix task context schedulingPeter Zijlstra1-64/+91
2016-01-21perf: Make ctx->is_active and cpuctx->task_ctx consistentPeter Zijlstra1-7/+14
2016-01-21perf: Optimize perf_sched_events() usagePeter Zijlstra1-6/+16
2016-01-21perf: Simplify/fix perf_event_enable() event schedulingPeter Zijlstra1-26/+5
2016-01-21perf: Use task_ctx_sched_out()Peter Zijlstra1-2/+1
2016-01-21perf: Fix perf_enable_on_exec() event schedulingPeter Zijlstra1-20/+27
2016-01-21perf: Remove stale commentPeter Zijlstra1-7/+0
2016-01-21perf: Fix cgroup scheduling in perf_enable_on_exec()Peter Zijlstra1-24/+7
2016-01-21perf: Fix cgroup event schedulingPeter Zijlstra1-7/+10
2016-01-21perf: Add lockdep assertionsPeter Zijlstra1-2/+8
2016-01-19Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar5-18/+70
2016-01-15perf build: Introduce FEATURES_DUMP make variableJiri Olsa2-1/+17
2016-01-15perf build: Add feature-dump targetJiri Olsa1-0/+11
2016-01-15perf build: Pass O option to kernel makefile in build-testWang Nan1-4/+5
2016-01-15perf build: Test correct path of perf in build-testWang Nan1-7/+14
2016-01-15perf build: Pass O option to Makefile.perf in build-testWang Nan1-3/+11
2016-01-15perf build: Set parallel making options build-testWang Nan1-7/+16
2016-01-15perf symbols: Fix reading of build-id from vDSOBen Hutchings1-1/+1
2016-01-15perf kvm record/report: 'unprocessable sample' error while recording/reportin...Ravi Bangoria1-1/+1
2016-01-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds17-151/+342
2016-01-14Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-7/+12
2016-01-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds28-66/+918
2016-01-14Merge branch 'i2c/for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds32-418/+1252