aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-11-14perf config: Validate config variable arguments before trying use themTaeung Song1-4/+41
2016-11-14perf config: Add support for getting config key-value pairsTaeung Song2-3/+55
2016-11-14perf kvmti: Remove unused Makefile fileJiri Olsa1-89/+0
2016-11-14perf jvmti: Plug compilation into perf buildJiri Olsa4-2/+58
2016-11-14tools build: Add jvmti feature detection supportJiri Olsa2-1/+18
2016-11-14Merge 4.9-rc5 into char-misc-nextGreg Kroah-Hartman8-94/+51
2016-11-14tools build: Add CFLAGS_REMOVE_* supportJiri Olsa2-3/+7
2016-11-14selftests/powerpc: Return false instead of -1 in require_paranoia_below()Peter Senna Tschudin1-3/+3
2016-11-14selftests/powerpc: Revert Load Monitor Register TestsMichael Neuling6-227/+1
2016-11-14Merge 4.9-rc5 into staging-nextGreg Kroah-Hartman8-94/+51
2016-11-14Merge 4.9-rc5 into usb-nextGreg Kroah-Hartman8-94/+51
2016-11-14powerpc: Add support for relative exception tablesNicholas Piggin1-4/+8
2016-11-14powerpc: EX_TABLE macro for exception tablesNicholas Piggin5-0/+3
2016-11-14selftests/powerpc: Fail load_unaligned_zeropad on miscompareMichael Ellerman1-1/+3
2016-11-14selftests/powerpc: Abort load_unaligned_zeropad on unhandled SEGVMichael Ellerman1-4/+1
2016-11-14selftests/powerpc: Add Anton's null_syscall benchmark to the selftestsAnton Blanchard3-2/+160
2016-11-12Merge tag 'perf-hists-hierarchy-fixes-for-mingo-20161111' of git://git.kernel...Ingo Molnar2-17/+43
2016-11-11Merge branches 'pm-tools-fixes' and 'pm-sleep-fixes'Rafael J. Wysocki1-5/+2
2016-11-11perf intel-pt: Update documentation about context switch eventsArnaldo Carvalho de Melo1-2/+17
2016-11-09perf hists: Fix column length on --hierarchyNamhyung Kim1-6/+6
2016-11-09perf hists browser: Fix column indentation on --hierarchyNamhyung Kim1-6/+13
2016-11-09perf hists browser: Show folded sign properly on --hierarchyNamhyung Kim1-1/+7
2016-11-09perf hists browser: Fix indentation of folded sign on --hierarchyNamhyung Kim1-3/+3
2016-11-09perf hist browser: Fix hierarchy column countsNamhyung Kim1-1/+14
2016-11-07perf callchain: Fixup help/config for no-unwindingRabin Vincent2-6/+0
2016-11-07usbip: deletion of incorrect socket descriptor checkingNobuo Iwata1-7/+0
2016-11-07tools: hv: remove unnecessary header files and netlink related codeWeibing Zhang2-14/+0
2016-11-07tools: hv: fix a compile warning in snprintfWeibing Zhang1-1/+1
2016-11-07tools: hv: remove unnecessary link flagWeibing Zhang1-2/+1
2016-11-04spi: spidev_test: Fix input file check when transferring fileMichal Vokáč1-1/+1
2016-11-01Merge branch 'core/urgent' into x86/fpu, to merge fixesIngo Molnar7-38/+52
2016-11-01cpupower: Correct return type of cpu_power_is_cpu_online() in cpufreq-setLaura Abbott1-5/+2
2016-10-31ringtest: poll for new buffers once before updating event indexPaolo Bonzini1-2/+2
2016-10-31ringtest: commonize implementation of poll_avail/poll_usedPaolo Bonzini6-83/+43
2016-10-31ringtest: use link-time optimizationPaolo Bonzini2-4/+4
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller53-43/+3836
2016-10-30Merge 4.9-rc3 into staging-nextGreg Kroah-Hartman7-38/+52
2016-10-28perf tools: Add missing object file to the python binding linkage listArnaldo Carvalho de Melo2-1/+2
2016-10-28perf scripting: Don't die if scripting can't be setup, disable itArnaldo Carvalho de Melo1-18/+15
2016-10-28perf scripting: Avoid leaking the scripting_context variableArnaldo Carvalho de Melo1-2/+4
2016-10-28perf tools: Update x86's syscall_64.tbl, adding pkey_(alloc,free,mprotect)Arnaldo Carvalho de Melo1-0/+3
2016-10-28tools: Update asm-generic/mman-common.h copy from the kernelArnaldo Carvalho de Melo1-0/+5
2016-10-28perf bench mem: Ignore export.h related changes to mem{cpy,set}.SArnaldo Carvalho de Melo1-2/+2
2016-10-28perf list: Support matching by topicAndi Kleen1-1/+3
2016-10-28perf tools: Introduce timestamp__scnprintf_usec()Namhyung Kim4-7/+24
2016-10-27objtool: Fix rare switch jump table pattern detectionJosh Poimboeuf1-1/+1
2016-10-25perf sched map: Always show task comm with -vNamhyung Kim1-1/+1
2016-10-25perf sched map: Apply cpu color when there's an activityNamhyung Kim1-1/+1
2016-10-25perf sched: Make common options cascadingNamhyung Kim1-12/+12
2016-10-25tools lib subcmd: Suppport cascading optionsNamhyung Kim2-0/+16