summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-09-16Merge tag 'platform-drivers-x86-v5.4-1' of git://git.infradead.org/linux-plat...Linus Torvalds4-48/+126
2019-09-16Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+90
2019-09-16Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-2326/+66
2019-09-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds423-8721/+12913
2019-09-16Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-39/+35
2019-09-16Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2019-09-16Merge tag 'riscv/for-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-1/+279
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-0/+55
2019-09-16Merge tag 'core-process-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-20/+421
2019-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-11/+20
2019-09-12kselftests: cgroup: add freezer mkdir testRoman Gushchin1-0/+54
2019-09-10objtool: Clobber user CFLAGS variableJosh Poimboeuf1-1/+1
2019-09-09tools/power/x86/intel-speed-select: Display core count for bucketSrinivas Pandruvada3-3/+26
2019-09-07tools/power/x86/intel-speed-select: Fix memory leakPrarit Bhargava1-5/+11
2019-09-07tools/power/x86/intel-speed-select: Output success/failed for command outputPrarit Bhargava2-2/+4
2019-09-07tools/power/x86/intel-speed-select: Output human readable CPU listPrarit Bhargava1-0/+39
2019-09-07tools/power/x86/intel-speed-select: Change turbo ratio output to maximum turb...Prarit Bhargava1-6/+12
2019-09-07tools/power/x86/intel-speed-select: Switch output to MHzPrarit Bhargava1-10/+10
2019-09-07tools/power/x86/intel-speed-select: Simplify output for turbo-freq and base-freqPrarit Bhargava1-14/+16
2019-09-07tools/power/x86/intel-speed-select: Fix cpu-count outputPrarit Bhargava1-1/+1
2019-09-07tools/power/x86/intel-speed-select: Fix help option typoPrarit Bhargava1-1/+1
2019-09-07tools/power/x86/intel-speed-select: Fix package typoPrarit Bhargava1-4/+4
2019-09-07tools/power/x86/intel-speed-select: Fix a read overflow in isst_set_tdp_level...Dan Carpenter1-2/+2
2019-09-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+7
2019-09-06Merge branch 'x86/cleanups' into x86/cpu, to pick up dependent changesIngo Molnar6-2260/+1
2019-09-05selftest: A few cleanups for fib_nexthops.shDavid Ahern1-11/+13
2019-09-05riscv: Add support for libdwMao Han8-1/+279
2019-09-02Merge tag 'perf-core-for-mingo-5.4-20190901' of git://git.kernel.org/pub/scm/...Ingo Molnar267-3578/+1319
2019-09-02Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar11-54/+114
2019-09-02Merge branch 'linus' into x86/cpu, to resolve conflictsIngo Molnar11-67/+127
2019-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-11/+11
2019-09-01Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Linus Torvalds5-47/+90
2019-08-31tc-testing: don't hardcode 'ip' in nsPlugin.pyDavide Caratti1-11/+11
2019-08-31objtool: Ignore intentional differences for the x86 insn decoderArnaldo Carvalho de Melo1-4/+5
2019-08-31objtool: Update sync-check.sh from perf's check-headers.shArnaldo Carvalho de Melo1-5/+26
2019-08-31perf build: Ignore intentional differences for the x86 insn decoderArnaldo Carvalho de Melo1-4/+4
2019-08-31perf intel-pt: Use shared x86 insn decoderJosh Poimboeuf16-2632/+23
2019-08-31perf intel-pt: Remove inat.c from build dependency listJosh Poimboeuf1-1/+1
2019-08-31perf: Update .gitignore fileJosh Poimboeuf1-0/+3
2019-08-31objtool: Move x86 insn decoder to a common locationJosh Poimboeuf12-12/+12
2019-08-31perf metricgroup: Support multiple events for metricgroupJin Yao3-44/+68
2019-08-31perf metricgroup: Scale the metric resultJin Yao3-11/+31
2019-08-31perf pmu: Change convert_scale from static to globalJin Yao2-3/+5
2019-08-31perf symbols: Move mem_info and branch_info out of symbol.hArnaldo Carvalho de Melo22-19/+47
2019-08-31perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo41-38/+98
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo32-32/+33
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo6-6/+6
2019-08-31perf tools: Remove needless thread_map.h include directivesArnaldo Carvalho de Melo3-3/+0
2019-08-31perf tools: Remove needless thread.h include directivesArnaldo Carvalho de Melo9-9/+0
2019-08-31perf tools: Remove needless map.h include directivesArnaldo Carvalho de Melo3-7/+3