summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* tools build: Add tools tree support for 'make -s'Josh Poimboeuf2018-02-252-1/+21
* perf bench numa: Fixup discontiguous/sparse numa nodesSatheesh Rajendran2018-02-251-5/+51
* perf top: Fix window dimensions change handlingJiri Olsa2018-02-251-3/+12
* usbip: list: don't list devices attached to vhci_hcdShuah Khan2018-02-031-0/+9
* usbip: prevent bind loops on devices attached to vhci_hcdShuah Khan2018-02-031-0/+9
* usbip: Fix potential format overflow in userspace toolsJonathan Dieter2018-01-312-6/+30
* usbip: Fix implicit fallthrough warningJonathan Dieter2018-01-311-0/+2
* usbip: prevent vhci_hcd driver from leaking a socket pointer addressShuah Khan2018-01-311-4/+4
* selftests/x86: Add test_vsyscallAndy Lutomirski2018-01-172-1/+502
* Revert "userfaultfd: selftest: vm: allow to build in vm/ directory"Greg Kroah-Hartman2018-01-171-4/+0
* usbip: fix usbip bind writing random string after command in match_busidJuan Zea2018-01-021-3/+6
* perf symbols: Fix symbols__fixup_end heuristic for corner casesDaniel Borkmann2017-12-201-1/+1
* userfaultfd: selftest: vm: allow to build in vm/ directoryAndrea Arcangeli2017-12-201-0/+4
* selftest/powerpc: Fix false failures for skipped testsSachin Sant2017-12-161-2/+4
* hv: kvp: Avoid reading past allocated blocks from KVP filePaul Meyer2017-12-161-56/+14
* perf test attr: Fix ignored test case resultThomas Richter2017-12-091-1/+1
* selftests/x86/ldt_get: Add a few additional tests for limitsAndy Lutomirski2017-12-091-1/+16
* tools: firmware: check for distro fallback udev cancel ruleLuis R. Rodriguez2017-11-151-2/+26
* selftests: firmware: send expected errors to /dev/nullLuis R. Rodriguez2017-11-151-2/+2
* selftests: firmware: add empty string and async testsBrian Norris2017-11-151-1/+9
* perf tools: Only increase index if perf_evsel__new_idx() succeedsTaeung Song2017-11-081-1/+2
* perf tools: Fix build failure on perl script contextNamhyung Kim2017-11-081-1/+3
* perf symbols: Robustify reading of build-id from sysfsArnaldo Carvalho de Melo2017-08-061-0/+6
* perf tools: Install tools/lib/traceevent plugins with install-binArnaldo Carvalho de Melo2017-08-061-2/+2
* tools lib traceevent: Fix prev/next_prio for deadline tasksDaniel Bristot de Oliveira2017-08-061-2/+2
* perf intel-pt: Ensure never to set 'last_ip' when packet 'count' is zeroAdrian Hunter2017-08-061-3/+5
* perf intel-pt: Use FUP always when scanning for an IPAdrian Hunter2017-08-061-8/+4
* perf intel-pt: Fix last_ip usageAdrian Hunter2017-08-061-2/+11
* perf intel-pt: Fix ip compressionAdrian Hunter2017-08-062-28/+40
* perf annotate: Fix broken arrow at row 0 connecting jmp instruction to its ta...Jin Yao2017-07-271-1/+1
* perf intel-pt: Clear FUP flag on errorAdrian Hunter2017-07-271-0/+2
* perf intel-pt: Ensure IP is zero when state is INTEL_PT_STATE_NO_IPAdrian Hunter2017-07-271-0/+1
* perf intel-pt: Fix missing stack clearAdrian Hunter2017-07-271-0/+1
* perf intel-pt: Improve sample timestampAdrian Hunter2017-07-271-3/+31
* perf intel-pt: Move decoder error setting into one conditionAdrian Hunter2017-07-271-4/+7
* selftests/capabilities: Fix the test_execve testAndy Lutomirski2017-07-211-5/+2
* tools/lib/lockdep: Reduce MAX_LOCK_DEPTH to avoid overflowing lock_chain/: DepthBen Hutchings2017-07-211-1/+1
* perf tools: Use readdir() instead of deprecated readdir_r() againArnaldo Carvalho de Melo2017-07-151-30/+30
* perf tests: Remove wrong semicolon in while loop in CQM testMarkus Trippelsdorf2017-07-151-1/+1
* perf trace: Do not process PERF_RECORD_LOST twiceArnaldo Carvalho de Melo2017-07-151-0/+1
* perf dwarf: Guard !x86_64 definitions under #ifdef else clauseArnaldo Carvalho de Melo2017-07-151-4/+4
* perf pmu: Fix misleadingly indented assignment (whitespace)Markus Trippelsdorf2017-07-151-1/+1
* perf annotate browser: Fix behaviour of Shift-Tab with nothing focussedMarkus Trippelsdorf2017-07-151-2/+2
* perf tools: Remove duplicate const qualifierEric Engestrom2017-07-151-1/+1
* perf script: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo2017-07-151-36/+34
* perf thread_map: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo2017-07-151-4/+4
* perf tools: Use readdir() instead of deprecated readdir_r()Arnaldo Carvalho de Melo2017-07-151-6/+6
* perf bench numa: Avoid possible truncation when using snprintf()Arnaldo Carvalho de Melo2017-07-151-3/+3
* perf tests: Avoid possible truncation with dirent->d_name + snprintfArnaldo Carvalho de Melo2017-07-151-5/+3
* perf scripting perl: Fix compile error with some perl5 versionsWang YanQing2017-07-151-1/+1