summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Linus Torvalds2015-04-193-161/+419
|\
| * tools/power turbostat: correct dumped pkg-cstate-limit valueLen Brown2015-04-181-9/+8
| * tools/power turbostat: calculate TSC frequency from CPUID(0x15) on SKLLen Brown2015-04-181-1/+38
| * tools/power turbostat: correct DRAM RAPL units on recent Xeon processorsAndrey Semin2015-04-181-3/+25
| * tools/power turbostat: Initial Skylake supportLen Brown2015-04-181-13/+111
| * tools/power turbostat: Use $(CURDIR) instead of $(PWD) and add support for O=...Thomas D2015-04-181-1/+5
| * tools/power turbostat: modprobe msr, if neededLen Brown2015-04-181-2/+3
| * tools/power turbostat: dump MSR_TURBO_RATIO_LIMIT2Len Brown2015-04-181-36/+105
| * tools/power turbostat: use new MSR_TURBO_RATIO_LIMIT namesLen Brown2015-04-181-4/+4
| * tools/power turbostat: label base frequencyLen Brown2015-04-131-2/+2
| * tools/power turbostat: update PERF_LIMIT_REASONS decodingLen Brown2015-04-131-26/+26
| * tools/power turbostat: simplify default outputLen Brown2015-04-132-70/+98
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-04-183-1/+184
|\ \
| * | x86, selftests: Add single_step_syscall testAndy Lutomirski2015-04-163-1/+184
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-185-78/+567
|\ \ \
| * | | perf probe: Fix segfault when probe with lazy_line to fileHe Kuang2015-04-131-1/+1
| * | | perf probe: Find compilation directory path for lazy matchingNaohiro Aota2015-04-133-60/+74
| * | | perf probe: Set retprobe flag when probe in address-based alternative modeHe Kuang2015-04-131-0/+1
| * | | perf kmem: Analyze page allocator events alsoNamhyung Kim2015-04-132-17/+491
* | | | Merge tag 'acpica-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2015-04-172-2/+2
|\ \ \ \
| * | | | ACPICA: Fix a sscanf format string.Bob Moore2015-04-141-1/+1
| * | | | ACPICA: Unix: Cleanup to use ACPI_TO_INTEGER() to calc page offset.Lv Zheng2015-04-141-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-04-1621-91/+852
|\ \ \ \
| * | | | selftests/powerpc: Add transactional syscall testSam bobroff2015-04-114-1/+153
| * | | | selftests/powerpc: Move get_auxv_entry() to harness.cSam bobroff2015-04-114-49/+48
| * | | | selftests/powerpc: Add a test of the switch_endian() syscallMichael Ellerman2015-03-286-1/+214
| * | | | selftests/powerpc: Rename TARGETS in powerpc selftests makefileMichael Ellerman2015-03-181-6/+6
| * | | | selftests/powerpc: Add test for VPHNGreg Kurz2015-03-187-1/+430
| * | | | selftests/powerpc: Build the copyloops with -maltivecMichael Ellerman2015-03-171-0/+1
| * | | | powerpc: Change vrX register defines to vX to match gcc and glibcAnton Blanchard2015-03-161-33/+0
* | | | | mm, selftests: test return value of munmap for MAP_HUGETLB memoryDavid Rientjes2015-04-153-4/+14
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-152-9/+20
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-021-0/+8
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | tools: bpf_asm: cleanup vlan extension related tokenDaniel Borkmann2015-03-242-14/+14
| * | | | | filter: introduce SKF_AD_VLAN_TPID BPF extensionMichal Sekletar2015-03-242-1/+12
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-14229-2445/+6322
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | perf evlist: Fix type for references to data_head/tailDavid Ahern2015-04-103-10/+9
| * | | | | perf probe: Check the orphaned -x optionMasami Hiramatsu2015-04-101-0/+10
| * | | | | perf probe: Support multiple probes on different binariesMasami Hiramatsu2015-04-103-7/+13
| * | | | | perf buildid-list: Fix segfault when show DSOs with hitsHe Kuang2015-04-103-9/+4
| * | | | | perf tools: Fix cross-endian analysisDavid Ahern2015-04-101-1/+4
| * | | | | perf tools: Fix error path to do closedir() when synthesizing threadsArnaldo Carvalho de Melo2015-04-101-8/+9
| * | | | | perf tools: Fix synthesizing fork_event.ppid for non-main threadDavid Ahern2015-04-101-2/+12
| * | | | | perf tools: Add 'I' event modifier for exclude_idle bitJiri Olsa2015-04-084-2/+49
| * | | | | perf report: Don't call map__kmap if map is NULL.Wang Nan2015-04-081-1/+1
| * | | | | perf tests: Fix attr testsJiri Olsa2015-04-082-2/+2
| * | | | | perf probe: Fix ARM 32 building errorWang Nan2015-04-081-1/+2
| * | | | | perf tools: Merge all perf_event_attr print functionsPeter Zijlstra2015-04-083-182/+141
| * | | | | perf record: Add clockid parameterPeter Zijlstra2015-04-085-4/+154
| * | | | | perf sched replay: Use replay_repeat to calculate the runavg of cpu usage ins...Yunlong Song2015-04-081-4/+4
OpenPOWER on IntegriCloud