summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* perf header: Set proper module name when build-id event foundNamhyung Kim2018-04-131-2/+10
* perf trace: Add mmap alias for s390Jiri Olsa2018-04-131-0/+4
* perf probe: Add warning message if there is unexpected event nameMasami Hiramatsu2018-04-131-0/+8
* selftests/powerpc: Fix TM resched DSCR test with some compilersMichael Ellerman2018-04-131-1/+1
* perf tests kmod-path: Don't fail if compressed modules aren't supportedKim Phillips2018-03-241-0/+2
* selftests/x86/entry_from_vm86: Add test cases for POPFAndy Lutomirski2018-03-221-3/+27
* selftests/x86: Add tests for the STR and SLDT instructionsRicardo Neri2018-03-221-1/+17
* selftests/x86: Add tests for User-Mode Instruction PreventionRicardo Neri2018-03-221-1/+72
* selftests/x86/entry_from_vm86: Exit with 1 if we failAndy Lutomirski2018-03-221-1/+1
* rcutorture/configinit: Fix build directory error messageSeongJae Park2018-03-221-1/+1
* tools/usbip: fixes build with musl libc toolchainJulien BOIBESSOT2018-03-221-1/+1
* test_firmware: fix setting old custom fw path back on exitLuis R. Rodriguez2018-03-221-1/+4
* perf session: Don't rely on evlist in pipe modeDavid Carrillo-Cisneros2018-03-221-3/+13
* perf inject: Copy events when reordering events in pipe modeDavid Carrillo-Cisneros2018-03-222-1/+3
* perf probe: Return errno when not hitting any eventKefeng Wang2018-03-221-3/+3
* perf tools: Make perf_event__synthesize_mmap_events() scaleStephane Eranian2018-03-221-2/+2
* perf sort: Fix segfault with basic block 'cycles' sort dimensionChangbin Du2018-03-221-0/+5
* 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