summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf annotate: Improve support for ARMArnaldo Carvalho de Melo2016-11-252-96/+60
* perf annotate: Allow arches to have a init routine and a priv areaArnaldo Carvalho de Melo2016-11-251-0/+11
* perf annotate: Introduce alternative method of keeping instructions tableArnaldo Carvalho de Melo2016-11-251-1/+62
* perf annotate: Remove duplicate 'name' field from disasm_lineArnaldo Carvalho de Melo2016-11-253-57/+51
* Merge tag 'perf-core-for-mingo-20161123' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-11-2420-185/+1406
|\
| * perf sched timehist: Add -V/--cpu-visual optionDavid Ahern2016-11-232-2/+47
| * perf sched timehist: Add call graph optionsDavid Ahern2016-11-232-6/+89
| * perf sched timehist: Add -w/--wakeups optionDavid Ahern2016-11-232-4/+58
| * perf sched timehist: Add summary optionsDavid Ahern2016-11-231-6/+160
| * perf sched timehist: Introduce timehist commandDavid Ahern2016-11-232-7/+637
| * perf evsel: Support printing callchains with arrowsNamhyung Kim2016-11-232-0/+7
| * perf symbols: Print symbol offsets conditionallyNamhyung Kim2016-11-233-8/+12
| * perf c2c: Support cascading optionsJiri Olsa2016-11-231-12/+10
| * perf c2c report: Display total HITMs on defaultJiri Olsa2016-11-232-7/+36
| * perf c2c report: Add struct c2c_stats::tot_hitm fieldJiri Olsa2016-11-232-2/+11
| * perf c2c report: Add -f/--force optionJiri Olsa2016-11-232-1/+7
| * perf c2c report: Setup browser after opening perf.dataJiri Olsa2016-11-231-7/+8
| * perf tools: Show event fd in debug outputJiri Olsa2016-11-231-2/+4
| * tools lib traceevent: Add retrieval of preempt count and latency flagsSteven Rostedt2016-11-232-2/+30
| * tools lib traceevent: Use USECS_PER_SEC instead of hardcoded numberSteven Rostedt2016-11-232-8/+6
| * perf annotate: Add per arch instructions annotate handlersArnaldo Carvalho de Melo2016-11-173-106/+198
| * perf annotate: Allow arches to specify functions to skipArnaldo Carvalho de Melo2016-11-171-4/+5
| * perf annotate: Start supporting cross arch annotationArnaldo Carvalho de Melo2016-11-175-23/+103
* | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2016-11-241476-10114/+17900
|\ \ | |/ |/|
| * Merge tag 'nfs-for-4.9-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-11-234-13/+35
| |\
| | * NFSv4.x: hide array-bounds warningArnd Bergmann2016-11-221-1/+1
| | * NFSv4.1: Keep a reference on lock states while checkingBenjamin Coddington2016-11-211-3/+15
| | * NFSv4.1: Handle NFS4ERR_OLD_STATEID in nfs4_reclaim_open_stateBenjamin Coddington2016-11-181-0/+1
| | * NFSv4: Don't call close if the open stateid has already been clearedTrond Myklebust2016-11-181-1/+2
| | * NFSv4: Fix CLOSE races with OPENTrond Myklebust2016-11-182-6/+13
| | * NFSv4.1: Fix a regression in DELEGRETURNTrond Myklebust2016-11-181-2/+3
| * | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2016-11-231-2/+2
| |\ \
| | * | tile: avoid using clocksource_cyc2ns with absolute cycle countChris Metcalf2016-11-231-2/+2
| |/ /
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-11-237-38/+50
| |\ \
| | * | perf/x86/intel/uncore: Allow only a single PMU/box within an events groupPeter Zijlstra2016-11-221-4/+4
| | * | perf/x86/intel: Cure bogus unwind from PEBS entriesPeter Zijlstra2016-11-222-13/+24
| | * | perf/x86: Restore TASK_SIZE check on frame pointerJohannes Weiner2016-11-221-8/+2
| | * | perf/core: Fix address filter parserAlexander Shishkin2016-11-211-0/+2
| | * | perf/x86: Add perf support for AMD family-17h processorsJanakarajan Natarajan2016-11-181-1/+7
| | * | perf/x86/uncore: Fix crash by removing bogus event_list[] handling for SNB cl...Kan Liang2016-11-161-12/+0
| | * | perf/core: Do not set cpuctx->cgrp for unscheduled cgroupsDavid Carrillo-Cisneros2016-11-151-0/+11
| * | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-11-232-5/+1
| |\ \ \
| | * | | crypto: scatterwalk - Remove unnecessary aliasing check in map_and_copyHerbert Xu2016-11-221-4/+0
| | * | | crypto: algif_hash - Fix result clobbering in recvmsgHerbert Xu2016-11-221-1/+1
| * | | | Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds2016-11-221-1/+8
| |\ \ \ \
| | * | | | thermal/powerclamp: add back module device tableJacob Pan2016-11-211-1/+8
| * | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2016-11-222-9/+27
| |\ \ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'mkp-scsi/4.9/scsi-fixes' into fixesJames Bottomley2016-11-142-9/+27
| | |\ \ \ \ \
| | | * | | | | scsi: qla2xxx: do not abort all commands in the adapter during EEH recoveryMauricio Faria de Oliveira2016-11-141-8/+13
| | | * | | | | scsi: mpt3sas: Fix secure erase premature terminationAndrey Grodzovsky2016-11-121-1/+14