aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-12-25Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Linus Torvalds3-371/+673
2016-12-24tools/power turbostat: remove obsolete -M, -m, -C, -c optionsLen Brown2-110/+2
2016-12-24tools/power turbostat: Make extensible via the --add parameterLen Brown2-9/+409
2016-12-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds27-405/+865
2016-12-22perf sched timehist: Fix invalid period calculationNamhyung Kim1-1/+1
2016-12-22perf sched timehist: Remove hardcoded 'comm_width' check at print_summaryNamhyung Kim1-3/+0
2016-12-22perf sched timehist: Enlarge default 'comm_width'Namhyung Kim1-1/+1
2016-12-22perf sched timehist: Honour 'comm_width' when aligning the headersNamhyung Kim1-3/+4
2016-12-20tools lib bpf: Add bpf_prog_{attach,detach}Joe Stringer2-0/+26
2016-12-20perf diff: Do not overwrite valid build idKan Liang1-1/+2
2016-12-20perf annotate: Don't throw error for zero length symbolsRavi Bangoria1-1/+2
2016-12-20perf bench futex: Fix lock-pi help stringDavidlohr Bueso1-1/+1
2016-12-20perf trace: Check if MAP_32BIT is defined (again)Jiri Olsa1-0/+2
2016-12-18Merge tag 'libnvdimm-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-7/+23
2016-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+29
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds12-16/+12
2016-12-17Merge branch 'for-4.10/libnvdimm' into libnvdimm-for-nextDan Williams1-7/+23
2016-12-17bpf, test_verifier: fix a test case error result on unprivilegedDaniel Borkmann1-1/+1
2016-12-17bpf: fix regression on verifier pruning wrt map lookupsDaniel Borkmann1-0/+28
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds53-337/+3307
2016-12-15Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-9/+6
2016-12-15Merge tag 'linux-kselftest-4.10-rc1-update' of git://git.kernel.org/pub/scm/l...Linus Torvalds24-0/+1948
2016-12-16tools: enable endian checks for all sparse buildsMichael S. Tsirkin1-4/+0
2016-12-16tools/virtio: use {READ,WRITE}_ONCE() in uaccess.hMark Rutland1-4/+5
2016-12-16tools/virtio: fix READ_ONCE()Mark Rutland1-1/+1
2016-12-15Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds7-7/+131
2016-12-15tools lib bpf: Add flags to bpf_create_map()Joe Stringer3-3/+5
2016-12-15tools lib bpf: use __u32 from linux/types.hJoe Stringer2-4/+4
2016-12-15tools lib bpf: Sync {tools,}/include/uapi/linux/bpf.hJoe Stringer1-229/+364
2016-12-15perf annotate: Fix jump target outside of function address rangeRavi Bangoria3-9/+15
2016-12-15perf annotate: Support jump instruction with target as second operandRavi Bangoria1-1/+5
2016-12-15perf record: Force ignore_missing_thread for uid optionJiri Olsa1-0/+3
2016-12-15perf evsel: Allow to ignore missing pidJiri Olsa3-0/+46
2016-12-15perf thread_map: Add thread_map__remove functionJiri Olsa5-0/+72
2016-12-15perf evsel: Use variable instead of repeating lengthy FD macroJiri Olsa1-8/+9
2016-12-15perf mem: Fix --all-user/--all-kernel optionsJiri Olsa1-2/+2
2016-12-15perf tools: Remove some needless __maybe_unusedArnaldo Carvalho de Melo3-11/+10
2016-12-15perf sched timehist: Show callchains for idle statNamhyung Kim1-0/+86
2016-12-15perf sched timehist: Add -I/--idle-hist optionNamhyung Kim2-5/+45
2016-12-15perf sched timehist: Skip non-idle events when necessaryNamhyung Kim1-7/+18
2016-12-15perf sched timehist: Save callchain when entering idleNamhyung Kim1-0/+30
2016-12-15perf sched timehist: Introduce struct idle_time_dataNamhyung Kim1-4/+33
2016-12-15perf sched timehist: Split is_idle_sample()Namhyung Kim1-19/+20
2016-12-15perf tools: Move headers check into bash scriptJiri Olsa2-93/+60
2016-12-15redo: radix tree test suite: fix compilationMatthew Wilcox2-29/+1
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds24-302/+842
2016-12-14radix tree test suite: delete unused rcupdate.cMatthew Wilcox1-86/+0
2016-12-14radix tree test suite: add new tag checkMatthew Wilcox1-0/+3
2016-12-14radix-tree: ensure counts are initialisedMatthew Wilcox1-4/+41
2016-12-14radix tree test suite: cache recently freed objectsMatthew Wilcox2-12/+41
2016-12-14radix tree test suite: add some more functionalityMatthew Wilcox3-0/+21
2016-12-14radix tree test suite: check multiorder iterationMatthew Wilcox4-35/+73
2016-12-14radix-tree: fix replacement for multiorder entriesMatthew Wilcox1-12/+75
2016-12-14radix-tree: add radix_tree_split_preload()Matthew Wilcox2-2/+45
2016-12-14radix-tree: add radix_tree_splitMatthew Wilcox1-0/+64
2016-12-14radix-tree: add radix_tree_joinMatthew Wilcox1-0/+58
2016-12-14radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox6-19/+50
2016-12-14radix-tree: delete radix_tree_locate_item()Matthew Wilcox3-4/+28
2016-12-14radix-tree: improve multiorder iteratorsMatthew Wilcox4-19/+30
2016-12-14radix tree test suite: use common find-bit codeMatthew Wilcox5-80/+48
2016-12-14tools: add more bitmap functionsMatthew Wilcox1-0/+26
2016-12-14radix tree test suite: record order in each itemMatthew Wilcox3-14/+23
2016-12-14radix tree test suite: handle exceptional entriesMatthew Wilcox1-0/+7
2016-12-14radix tree test suite: use rcu_barrierMatthew Wilcox2-2/+15
2016-12-14radix tree test suite: benchmark for iteratorKonstantin Khlebnikov5-1/+110
2016-12-14radix tree test suite: iteration test misuses RCUMatthew Wilcox1-2/+26
2016-12-14radix tree test suite: make runs more reproducibleMatthew Wilcox2-6/+14
2016-12-14radix tree test suite: free preallocated nodesMatthew Wilcox2-0/+4
2016-12-14radix tree test suite: track preempt_countMatthew Wilcox3-13/+24
2016-12-14radix tree test suite: allow GFP_ATOMIC allocations to failMatthew Wilcox3-9/+25
2016-12-14tools: add WARN_ON_ONCEMatthew Wilcox4-4/+13
2016-12-14ktest.pl: fix englishPavel Machek1-4/+4
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2016-12-14treewide: Fix printk() message errorsMasanari Iida1-1/+1
2016-12-13Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-1/+244
2016-12-13Merge tag 'spi-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds1-1/+1
2016-12-13Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-20/+10
2016-12-13Merge tag 'staging-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+13
2016-12-13Merge tag 'usb-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-7/+4
2016-12-13Merge tag 'acpi-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-2/+11
2016-12-13selftests: ftrace: Shift down default message verbosityMasami Hiramatsu1-11/+7
2016-12-13Merge tag 'leds_for_4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/j....Linus Torvalds4-3/+81
2016-12-13Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds3-50/+289
2016-12-13selftest/gpio: add gpio test caseBamvor Jian Zhang5-0/+683
2016-12-13selftest: sync: improve assert() failure messageGustavo Padovan1-1/+1
2016-12-12Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2016-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner1-1/+1
2016-12-12Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2016-12-12Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-1/+124
2016-12-12Merge branch 'acpica'Rafael J. Wysocki1-2/+11
2016-12-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds287-1050/+98016
2016-12-12Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+5
2016-12-12Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/mvbeu' and 'spi/fix/...Mark Brown1-1/+1
2016-12-11Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar5-7/+263
2016-12-11make use of make variable CURDIR instead of calling pwdUwe Kleine-König12-16/+12
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-7/+263
2016-12-09Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-6/+262
2016-12-09Revert "radix tree test suite: fix compilation"Linus Torvalds2-1/+29
2016-12-08kselftests: Exercise hw-independent mock tests for i915.koChris Wilson1-0/+14
2016-12-08selftests: add missing gitignore files/dirsShuah Khan3-0/+4
2016-12-08selftests: add missing set-tz to timers .gitignoreShuah Khan1-0/+1
2016-12-07radix tree test suite: fix compilationMatthew Wilcox2-29/+1
2016-12-07perf tools: Explicitly document that --children is enabled by defaultYannick Brosseau2-1/+3
2016-12-07perf sched timehist: Cleanup idle_max_cpu handlingNamhyung Kim1-5/+4
2016-12-07perf sched timehist: Handle zero sample->tid properlyNamhyung Kim1-1/+3
2016-12-07perf callchain: Introduce callchain_cursor__copy()Namhyung Kim2-0/+30
2016-12-07perf sched: Cleanup option processingNamhyung Kim1-5/+2
2016-12-07perf sched timehist: Improve error message when analyzing wrong fileDavid Ahern1-1/+5
2016-12-06tools/testing/nvdimm: unit test acpi_nfit_ctl()Dan Williams4-6/+262
2016-12-06perf tools: Move perf build related variables under non fixdep legJiri Olsa1-5/+5
2016-12-06perf tools: Force fixdep compilation at the start of the buildJiri Olsa1-12/+38
2016-12-06perf tools: Move PERF-VERSION-FILE target into rules areaJiri Olsa1-4/+4
2016-12-06perf build: Check LLVM version in feature checkWang Nan4-4/+28
2016-12-06bpf: add additional verifier tests for BPF_PROG_TYPE_LWT_*Thomas Graf1-0/+134
2016-12-06tools: hv: Enable network manager for bonding scripts on RHELHaiyang Zhang1-2/+2
2016-12-06Tools: hv: kvp: configurable external scripts pathAlex Fluter1-3/+8
2016-12-06objtool: Fix bytes check of lea's rex_prefixJiri Slaby1-1/+1
2016-12-06usbip: add missing compile time generated files to .gitignoreShuah Khan1-0/+4
2016-12-05perf annotate: Show raw form for jump instruction with indirect targetRavi Bangoria1-0/+3
2016-12-05perf tools: Add non config targetsJiri Olsa1-1/+1
2016-12-05perf tools: Cleanup build directory before each testJiri Olsa1-1/+1
2016-12-05perf tools: Move python/perf.so target into rules areaJiri Olsa1-11/+8
2016-12-05perf tools: Move install-gtk target into rules areaJiri Olsa1-5/+7
2016-12-05tools build: Move tabs to spaces where suitableJiri Olsa3-126/+126
2016-12-05tools build: Make the .cmd file more readableJiri Olsa1-1/+1
2016-12-05perf clang: Compile BPF script using builtin clang supportWang Nan3-4/+66
2016-12-05perf clang: Support compile IR to BPF object and add testcaseWang Nan5-7/+79
2016-12-05perf clang: Update test case to use real BPF scriptWang Nan4-15/+62
2016-12-05perf clang: Allow passing CFLAGS to builtin clangWang Nan3-12/+22
2016-12-05perf clang: Use real file system for #includeWang Nan2-12/+35
2016-12-05perf clang: Add builtin clang support ant test caseWang Nan10-0/+218
2016-12-05perf build: Add clang and llvm compile and linking supportWang Nan3-1/+59
2016-12-05tools build: Add feature detection for clangWang Nan2-0/+31
2016-12-05tools build: Add feature detection for LLVMWang Nan2-0/+16
2016-12-05perf llvm: Extract helpers in llvm-utils.cWang Nan3-18/+68
2016-12-05perf tools: Pass context to perf hook functionsWang Nan3-10/+20
2016-12-05tools build: Fix objtool build with clangPeter Foley1-3/+3
2016-12-05tools build: Make fixdep parsing wait for last targetJiri Olsa1-2/+3
2016-12-05bpf: Preserve const register type on const OR alu opsGianluca Borello2-0/+61
2016-12-01tools/power turbostat: Denverton uses a 25 MHz crystal, not 19.2 MHzLen Brown1-1/+1
2016-12-01tools/power turbostat: line up headers when -M is usedLen Brown1-1/+1
2016-12-01tools/power turbostat: fix SKX PKG_CSTATE_LIMIT decodingLen Brown1-1/+4
2016-12-01selftest: sync: stress test for mergesEmilio López4-0/+120
2016-12-01selftest: sync: stress consumer/producer testEmilio López4-0/+190
2016-12-01selftest: sync: stress test for parallelismEmilio López4-0/+116
2016-12-01selftest: sync: wait tests for sw_sync frameworkEmilio López4-0/+96
2016-12-01selftest: sync: merge tests for sw_sync frameworkEmilio López4-0/+65
2016-12-01selftest: sync: fence tests for sw_sync frameworkEmilio López4-0/+140
2016-12-01selftest: sync: basic tests for sw_sync frameworkEmilio López9-0/+519
2016-12-01perf annotate: AArch64 supportKim Phillips2-0/+67
2016-12-01perf annotate: Use arch->objdump.comment_char in dec__parse()Kim Phillips1-1/+1
2016-12-01perf report: Add option to specify time window of interestDavid Ahern2-1/+20
2016-12-01perf kmem: Add option to specify time window of interestDavid Ahern2-0/+31
2016-12-01perf sched timehist: Add option to specify time window of interestDavid Ahern2-6/+53
2016-12-01perf script: Add option to specify time window of interestDavid Ahern2-1/+21
2016-12-01perf tools: Move parse_nsec_time to time-utils.cDavid Ahern4-36/+37
2016-12-01perf tools: Add time-based utility functionsDavid Ahern3-0/+98
2016-12-01Merge back earlier ACPICA material for v4.10.Rafael J. Wysocki1-2/+11
2016-12-01tools/power turbostat: Support Knights Mill (KNM)Len Brown1-0/+7
2016-12-01tools/power turbostat: Display HWP OOB statusSrinivas Pandruvada1-2/+3
2016-12-01tools/power turbostat: fix Denverton BCLKXiaolong Wang1-0/+1
2016-12-01tools/power turbostat: use intel-family.h model stringsLen Brown2-124/+126
2016-12-01tools/power/turbostat: Add Denverton RAPL supportJacob Pan1-0/+3
2016-12-01tools/power/turbostat: Add Denverton supportJacob Pan1-0/+2
2016-12-01tools/power/turbostat: split core MSR support into status + limitJacob Pan1-9/+11
2016-12-01tools/power turbostat: fix error case overflow read of slm_freq_table[]Colin Ian King1-1/+1
2016-12-01tools/power turbostat: Allocate correct amount of fd and irq entriesMika Westerberg1-4/+4
2016-12-01tools/power turbostat: switch to tab delimited outputLen Brown1-85/+85
2016-12-01tools/power turbostat: Gracefully handle ACPI S3Len Brown1-42/+35
2016-12-01tools/power turbostat: tidy up output on Joule counter overflowLen Brown1-5/+1
2016-11-30bpf: add test for the verifier equal logic bugJosef Bacik1-0/+23
2016-11-29selftests/timers: Fix spelling mistake "Asyncrhonous" -> "Asynchronous"Colin Ian King1-1/+1
2016-11-29perf script: Add option to stop printing callchainDavid Ahern5-2/+25
2016-11-29perf kmem stat: Track memory freedDavid Ahern1-1/+11
2016-11-29perf test: Remove "test" and similar strings from test descriptionsArnaldo Carvalho de Melo4-59/+59
2016-11-29perf tools: Introduce perf hooksWang Nan9-0/+187
2016-11-29tools lib bpf: Retrive bpf_map through offset of bpf_map_defWang Nan2-0/+20
2016-11-29tools lib bpf: Add private field for bpf_objectWang Nan2-0/+28
2016-11-29tools lib bpf: Add missing BPF functionsWang Nan2-0/+63
2016-11-28Merge 4.9-rc7 into usb-nextGreg Kroah-Hartman7-51/+96
2016-11-27bpf: fix multiple issues in selftest suite and samplesDaniel Borkmann4-6/+49
2016-11-25perf trace: Update tid/pid filtering option to leverage symbol_confDavid Ahern1-40/+9
2016-11-25perf sched timehist: Handle cpu migration eventsDavid Ahern2-2/+99
2016-11-25perf annotate: Show invalid jump offset in error messageArnaldo Carvalho de Melo1-2/+4
2016-11-25perf ui helpline: Provide a printf variantArnaldo Carvalho de Melo2-0/+11
2016-11-25tools lib bpf: Fix maps resolutionEric Leblond1-44/+98
2016-11-25perf tools: Add missing struct definition in probe_event.hWang Nan1-0/+2
2016-11-25perf record: Fix segfault when running with suid and kptr_restrict is 1Wang Nan1-1/+1
2016-11-25perf tools: Fix kernel version error in ubuntuWang Nan1-2/+53
2016-11-25perf sched timehist: Enlarge max stack depth by 2Namhyung Kim1-1/+1
2016-11-25perf sched timehist: Mark schedule function in callchainsNamhyung Kim2-0/+22
2016-11-25perf callchain: Add option to skip ignore symbol when printing callchainsNamhyung Kim3-2/+9
2016-11-25perf annotate: Initial PowerPC supportRavi Bangoria2-0/+63
2016-11-25perf annotate: Improve support for ARMArnaldo Carvalho de Melo2-96/+60
2016-11-25perf annotate: Allow arches to have a init routine and a priv areaArnaldo Carvalho de Melo1-0/+11
2016-11-25perf annotate: Introduce alternative method of keeping instructions tableArnaldo Carvalho de Melo1-1/+62
2016-11-25perf annotate: Remove duplicate 'name' field from disasm_lineArnaldo Carvalho de Melo3-57/+51
2016-11-24Merge tag 'perf-core-for-mingo-20161123' of git://git.kernel.org/pub/scm/linu...Ingo Molnar20-185/+1406