summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-02-07objtool: Warn on stripped section symbolJosh Poimboeuf1-0/+5
2018-02-07objtool: Add support for alternatives at the end of a sectionJosh Poimboeuf1-22/+31
2018-02-07objtool: Improve retpoline alternative handlingJosh Poimboeuf1-20/+16
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-31bpf: reject stores into ctx via st and xaddDaniel Borkmann1-2/+27
2018-01-23objtool: Improve error message for bad file argumentJosh Poimboeuf1-1/+3
2018-01-23objtool: Fix seg fault caused by missing parameterSimon Ser1-1/+3
2018-01-23objtool: Fix Clang enum conversion warningLukas Bulwahn1-1/+1
2018-01-23objtool: Fix seg fault with clang-compiled objectsSimon Ser1-0/+2
2018-01-23tools/objtool/Makefile: don't assume sync-check.sh is executableAndrew Morton1-1/+1
2018-01-17selftests/x86: Add test_vsyscallAndy Lutomirski2-1/+501
2018-01-17objtool: Allow alternatives to be ignoredJosh Poimboeuf2-7/+57
2018-01-17objtool: Detect jumps to retpoline thunksJosh Poimboeuf1-0/+7
2018-01-17bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann1-0/+40
2018-01-02usbip: fix usbip bind writing random string after command in match_busidJuan Zea1-3/+6
2018-01-02x86/ldt: Make the LDT mapping ROThomas Gleixner1-2/+1
2017-12-29x86/ldt: Prevent LDT inheritance on execThomas Gleixner1-6/+3
2017-12-29x86/decoder: Fix and update the opcodes mapRandy Dunlap2-6/+24
2017-12-29objtool: Fix 64-bit build on 32-bit hostMikulas Patocka2-6/+9
2017-12-29tools/headers: Sync objtool UAPI headerIngo Molnar1-0/+10
2017-12-29objtool: Fix cross-buildJosh Poimboeuf1-1/+1
2017-12-29objtool: Move kernel headers/code sync check to a scriptJosh Poimboeuf2-15/+30
2017-12-29objtool: Move synced files to their original relative locationsJosh Poimboeuf13-25/+27
2017-12-25selftests/bpf: add tests for recent bugfixesDaniel Borkmann1-16/+533
2017-12-25selftests/x86/ldt_gdt: Run most existing LDT test cases against the GDT as wellAndy Lutomirski1-1/+9
2017-12-25selftests/x86/ldt_gdt: Add infrastructure to test set_thread_area()Andy Lutomirski1-16/+37
2017-12-25objtool: Print top level commands on incorrect usageKamalesh Babulal1-4/+2
2017-12-25objtool: Don't report end of section error after an empty unwind hintJosh Poimboeuf1-2/+5
2017-12-20usbip: prevent vhci_hcd driver from leaking a socket pointer addressShuah Khan1-4/+4
2017-12-14x86/mpx/selftests: Fix up weird arraysDave Hansen1-2/+2
2017-12-14hv: kvp: Avoid reading past allocated blocks from KVP filePaul Meyer1-56/+14
2017-12-10perf tools: Fix leaking rec_argv in error casesMartin Kepplinger4-1/+6
2017-12-10tools include: Do not use poison with C++Arnaldo Carvalho de Melo1-0/+5
2017-12-10perf test attr: Fix python error on empty resultThomas Richter1-1/+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_gdt: Robustify against set_thread_area() and LAR odditiesAndy Lutomirski1-1/+9
2017-12-10selftests/x86/ldt_get: Add a few additional tests for limitsAndy Lutomirski1-1/+16
2017-12-10usbip: fix usbip attach to find a port that matches the requested speedShuah Khan1-3/+11
2017-11-21selftests/x86/protection_keys: Fix syscall NR redefinition warningsAndy Lutomirski1-6/+18
2017-11-11tooling/headers: Sync the tools/include/uapi/drm/i915_drm.h UAPI headerIngo Molnar1-0/+1
2017-11-11Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar2-2/+13
2017-11-09perf trace: Call machine__exit() at exitAndrei Vagin1-0/+10
2017-11-09perf tools: Fix eBPF event specification parsingJiri Olsa1-2/+2
2017-11-09perf tools: Add "reject" option for parse-events.lJiri Olsa1-0/+1
2017-11-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds27-16/+50