summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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-02-03cpupower : Fix cpupower working when cpu0 is offlineAbhishek Goel1-3/+6
2018-02-03cpupowerutils: bench - Fix cpu online checkAbhishek Goel1-1/+1
2018-02-03tools/gpio: Fix build error with musl libcJoel Stanley1-0/+1
2018-01-31usbip: Fix potential format overflow in userspace toolsJonathan Dieter2-6/+31
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-23perf tools: Fix build with ARCH=x86_64Jiada Wang6-25/+25
2018-01-23objtool: Improve error message for bad file argumentJosh Poimboeuf1-1/+3
2018-01-17objtool: Fix retpoline support for pre-ORC objtoolJosh Poimboeuf1-0/+8
2018-01-17selftests/x86: Add test_vsyscallAndy Lutomirski2-1/+501
2018-01-17objtool: Allow alternatives to be ignoredJosh Poimboeuf1-7/+57
2018-01-17objtool: Detect jumps to retpoline thunksJosh Poimboeuf1-0/+7
2018-01-17objtool, modules: Discard objtool annotation sections for modulesJosh Poimboeuf1-1/+1
2018-01-05KPTI: Rename to PAGE_TABLE_ISOLATIONKees Cook1-1/+1
2018-01-05kaiser: add "nokaiser" boot option, using ALTERNATIVEHugh Dickins1-0/+3
2018-01-02usbip: fix usbip bind writing random string after command in match_busidJuan Zea1-3/+6
2018-01-02sync objtool's copy of x86-opcode-map.txtGreg Kroah-Hartman1-1/+1
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-14x86/mpx/selftests: Fix up weird arraysDave Hansen1-2/+2
2017-12-14selftest/powerpc: Fix false failures for skipped testsSachin Sant1-2/+4
2017-12-14x86/selftests: Add clobbers for int80 on x86_64Dmitry Safonov4-8/+18
2017-12-14hv: kvp: Avoid reading past allocated blocks from KVP filePaul Meyer1-56/+14
2017-12-10tools include: Do not use poison with C++Arnaldo Carvalho de Melo1-0/+5
2017-12-10perf test attr: Fix ignored test case resultThomas Richter1-1/+1
2017-12-10usbip: tools: Install all headers needed for libusbip developmentBen Hutchings1-1/+2
2017-12-10selftests/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-3/+3
2017-11-08perf tools: Only increase index if perf_evsel__new_idx() succeedsTaeung Song1-1/+2
2017-10-08tools/power turbostat: bugfix: GFXMHz column not changingLen Brown1-1/+3
2017-10-05selftests/seccomp: Support glibc 2.26 siginfo_t.hKees Cook1-5/+13
2017-09-14selftests/x86/fsgsbase: Test selectors 1, 2, and 3Andy Lutomirski1-6/+35
2017-08-30ntb: ntb_test: ensure the link is up before trying to configure the mwsLogan Gunthorpe1-0/+4
2017-08-30NTB: ntb_test: fix bug printing ntb_perf resultsLogan Gunthorpe1-1/+1
2017-08-30perf probe: Fix --funcs to show correct symbols for offline moduleMasami Hiramatsu1-19/+6
2017-08-07perf symbols: Robustify reading of build-id from sysfsArnaldo Carvalho de Melo1-0/+6
2017-08-07perf tools: Install tools/lib/traceevent plugins with install-binArnaldo Carvalho de Melo1-2/+2
2017-08-07tools lib traceevent: Fix prev/next_prio for deadline tasksDaniel Bristot de Oliveira1-2/+2
2017-08-07perf probe: Fix to get correct modname from elf headerMasami Hiramatsu1-16/+16
2017-07-28perf annotate: Fix broken arrow at row 0 connecting jmp instruction to its ta...Jin Yao1-1/+1
2017-07-28perf intel-pt: Clear FUP flag on errorAdrian Hunter1-0/+2
2017-07-28perf intel-pt: Use FUP always when scanning for an IPAdrian Hunter1-8/+4
2017-07-28perf intel-pt: Ensure never to set 'last_ip' when packet 'count' is zeroAdrian Hunter1-3/+5
2017-07-28perf intel-pt: Fix last_ip usageAdrian Hunter1-2/+11
2017-07-28perf intel-pt: Ensure IP is zero when state is INTEL_PT_STATE_NO_IPAdrian Hunter1-0/+1
2017-07-28perf intel-pt: Fix missing stack clearAdrian Hunter1-0/+1
2017-07-28perf intel-pt: Improve sample timestampAdrian Hunter1-3/+31