summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf test: Fix test 21 for s390xThomas Richter2018-02-251-0/+4
* 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
* perf test shell: Fix check open filename arg using 'perf trace' on s390xThomas Richter2018-02-251-2/+4
* perf annotate: Do not truncate instruction names at 6 charsRavi Bangoria2018-02-251-9/+9
* perf help: Fix a bug during strstart() conversionNamhyung Kim2018-02-251-2/+2
* perf record: Fix -c/-F options for cpu event aliasesAndi Kleen2018-02-255-4/+19
* bpf: mark dst unknown on inconsistent {s, u}bounds adjustmentsDaniel Borkmann2018-02-251-1/+122
* selftests/x86/mpx: Fix incorrect bounds with old _sigfaultRui Wang2018-02-221-2/+30
* kmemcheck: rip it out for realMichal Hocko2018-02-221-1/+0
* kmemcheck: rip it outLevin, Alexander (Sasha Levin)2018-02-221-8/+0
* kmemcheck: remove whats left of NOTRACK flagsLevin, Alexander (Sasha Levin)2018-02-221-1/+0
* objtool: Fix segfault in ignore_unreachable_insn()Josh Poimboeuf2018-02-221-3/+9
* selftests/x86: Disable tests requiring 32-bit support on pure 64-bit systemsDominik Brodowski2018-02-221-7/+13
* selftests/x86: Do not rely on "int $0x80" in single_step_syscall.cDominik Brodowski2018-02-222-1/+6
* selftests/x86: Do not rely on "int $0x80" in test_mremap_vdso.cDominik Brodowski2018-02-221-0/+4
* selftests/x86/pkeys: Remove unused functionsIngo Molnar2018-02-221-28/+0
* selftests/x86: Clean up and document sscanf() usageDominik Brodowski2018-02-222-6/+16
* selftests/x86: Fix vDSO selftest segfault for vsyscall=noneDominik Brodowski2018-02-221-7/+43
* kselftest: fix OOM in memory compaction testArnd Bergmann2018-02-221-0/+2
* selftests: seccomp: fix compile error seccomp_bpfAnders Roxell2018-02-221-2/+2
* objtool: Fix switch-table detectionPeter Zijlstra2018-02-162-2/+40
* objtool: Warn on stripped section symbolJosh Poimboeuf2018-02-071-0/+5
* objtool: Add support for alternatives at the end of a sectionJosh Poimboeuf2018-02-071-22/+31
* objtool: Improve retpoline alternative handlingJosh Poimboeuf2018-02-071-20/+16
* 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
* cpupower : Fix cpupower working when cpu0 is offlineAbhishek Goel2018-02-031-3/+6
* cpupowerutils: bench - Fix cpu online checkAbhishek Goel2018-02-031-1/+1
* tools/gpio: Fix build error with musl libcJoel Stanley2018-02-031-0/+1
* bpf: reject stores into ctx via st and xaddDaniel Borkmann2018-01-311-2/+27
* objtool: Improve error message for bad file argumentJosh Poimboeuf2018-01-231-1/+3
* objtool: Fix seg fault caused by missing parameterSimon Ser2018-01-231-1/+3
* objtool: Fix Clang enum conversion warningLukas Bulwahn2018-01-231-1/+1
* objtool: Fix seg fault with clang-compiled objectsSimon Ser2018-01-231-0/+2
* tools/objtool/Makefile: don't assume sync-check.sh is executableAndrew Morton2018-01-231-1/+1
* selftests/x86: Add test_vsyscallAndy Lutomirski2018-01-172-1/+501
* objtool: Allow alternatives to be ignoredJosh Poimboeuf2018-01-172-7/+57
* objtool: Detect jumps to retpoline thunksJosh Poimboeuf2018-01-171-0/+7
* bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann2018-01-171-0/+40
* usbip: fix usbip bind writing random string after command in match_busidJuan Zea2018-01-021-3/+6
* x86/ldt: Make the LDT mapping ROThomas Gleixner2018-01-021-2/+1
* x86/ldt: Prevent LDT inheritance on execThomas Gleixner2017-12-291-6/+3
* x86/decoder: Fix and update the opcodes mapRandy Dunlap2017-12-292-6/+24
* objtool: Fix 64-bit build on 32-bit hostMikulas Patocka2017-12-292-6/+9
* tools/headers: Sync objtool UAPI headerIngo Molnar2017-12-291-0/+10
* objtool: Fix cross-buildJosh Poimboeuf2017-12-291-1/+1
* objtool: Move kernel headers/code sync check to a scriptJosh Poimboeuf2017-12-292-15/+30
* objtool: Move synced files to their original relative locationsJosh Poimboeuf2017-12-2913-25/+27
* selftests/bpf: add tests for recent bugfixesDaniel Borkmann2017-12-251-16/+533