summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-03-22selftests/x86/entry_from_vm86: Add test cases for POPFAndy Lutomirski1-3/+27
2018-03-22selftests/x86: Add tests for the STR and SLDT instructionsRicardo Neri1-1/+17
2018-03-22selftests/x86: Add tests for User-Mode Instruction PreventionRicardo Neri1-1/+72
2018-03-22selftests/x86/entry_from_vm86: Exit with 1 if we failAndy Lutomirski1-1/+1
2018-03-22rcutorture/configinit: Fix build directory error messageSeongJae Park1-1/+1
2018-03-22tools/usbip: fixes build with musl libc toolchainJulien BOIBESSOT1-1/+1
2018-03-22test_firmware: fix setting old custom fw path back on exitLuis R. Rodriguez1-1/+4
2018-03-22perf session: Don't rely on evlist in pipe modeDavid Carrillo-Cisneros1-3/+13
2018-03-22perf inject: Copy events when reordering events in pipe modeDavid Carrillo-Cisneros2-1/+3
2018-03-22perf probe: Return errno when not hitting any eventKefeng Wang1-3/+3
2018-03-22perf tools: Make perf_event__synthesize_mmap_events() scaleStephane Eranian1-2/+2
2018-03-22perf sort: Fix segfault with basic block 'cycles' sort dimensionChangbin Du1-0/+5
2018-02-25tools build: Add tools tree support for 'make -s'Josh Poimboeuf2-1/+21
2018-02-25perf bench numa: Fixup discontiguous/sparse numa nodesSatheesh Rajendran1-5/+51
2018-02-25perf top: Fix window dimensions change handlingJiri Olsa1-3/+12
2018-02-03usbip: list: don't list devices attached to vhci_hcdShuah Khan1-0/+9
2018-02-03usbip: prevent bind loops on devices attached to vhci_hcdShuah Khan1-0/+9
2018-01-31usbip: Fix potential format overflow in userspace toolsJonathan Dieter2-6/+30
2018-01-31usbip: Fix implicit fallthrough warningJonathan Dieter1-0/+2
2018-01-31usbip: prevent vhci_hcd driver from leaking a socket pointer addressShuah Khan1-4/+4
2018-01-17selftests/x86: Add test_vsyscallAndy Lutomirski2-1/+502
2018-01-17Revert "userfaultfd: selftest: vm: allow to build in vm/ directory"Greg Kroah-Hartman1-4/+0
2018-01-02usbip: fix usbip bind writing random string after command in match_busidJuan Zea1-3/+6
2017-12-20perf symbols: Fix symbols__fixup_end heuristic for corner casesDaniel Borkmann1-1/+1
2017-12-20userfaultfd: selftest: vm: allow to build in vm/ directoryAndrea Arcangeli1-0/+4
2017-12-16selftest/powerpc: Fix false failures for skipped testsSachin Sant1-2/+4
2017-12-16hv: kvp: Avoid reading past allocated blocks from KVP filePaul Meyer1-56/+14
2017-12-09perf test attr: Fix ignored test case resultThomas Richter1-1/+1
2017-12-09selftests/x86/ldt_get: Add a few additional tests for limitsAndy Lutomirski1-1/+16
2017-11-15tools: firmware: check for distro fallback udev cancel ruleLuis R. Rodriguez1-2/+26
2017-11-15selftests: firmware: send expected errors to /dev/nullLuis R. Rodriguez1-2/+2
2017-11-15selftests: firmware: add empty string and async testsBrian Norris1-1/+9
2017-11-08perf tools: Only increase index if perf_evsel__new_idx() succeedsTaeung Song1-1/+2
2017-11-08perf tools: Fix build failure on perl script contextNamhyung Kim1-1/+3
2017-08-06perf symbols: Robustify reading of build-id from sysfsArnaldo Carvalho de Melo1-0/+6
2017-08-06perf tools: Install tools/lib/traceevent plugins with install-binArnaldo Carvalho de Melo1-2/+2
2017-08-06tools lib traceevent: Fix prev/next_prio for deadline tasksDaniel Bristot de Oliveira1-2/+2
2017-08-06perf intel-pt: Ensure never to set 'last_ip' when packet 'count' is zeroAdrian Hunter1-3/+5
2017-08-06perf intel-pt: Use FUP always when scanning for an IPAdrian Hunter1-8/+4
2017-08-06perf intel-pt: Fix last_ip usageAdrian Hunter1-2/+11
2017-08-06perf intel-pt: Fix ip compressionAdrian Hunter2-28/+40
2017-07-27perf annotate: Fix broken arrow at row 0 connecting jmp instruction to its ta...Jin Yao1-1/+1
2017-07-27perf intel-pt: Clear FUP flag on errorAdrian Hunter1-0/+2
2017-07-27perf intel-pt: Ensure IP is zero when state is INTEL_PT_STATE_NO_IPAdrian Hunter1-0/+1
2017-07-27perf intel-pt: Fix missing stack clearAdrian Hunter1-0/+1
2017-07-27perf intel-pt: Improve sample timestampAdrian Hunter1-3/+31
2017-07-27perf intel-pt: Move decoder error setting into one conditionAdrian Hunter1-4/+7
2017-07-21selftests/capabilities: Fix the test_execve testAndy Lutomirski1-5/+2
2017-07-21tools/lib/lockdep: Reduce MAX_LOCK_DEPTH to avoid overflowing lock_chain/: DepthBen Hutchings1-1/+1
2017-07-15perf tools: Use readdir() instead of deprecated readdir_r() againArnaldo Carvalho de Melo1-30/+30