summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests/x86/entry_from_vm86: Add test cases for POPFAndy Lutomirski2018-03-211-3/+27
* selftests/x86/entry_from_vm86: Exit with 1 if we failAndy Lutomirski2018-03-211-1/+1
* rcutorture/configinit: Fix build directory error messageSeongJae Park2018-03-191-1/+1
* tools/usbip: fixes build with musl libc toolchainJulien BOIBESSOT2018-03-191-1/+1
* perf annotate: Fix objdump comment parsing for Intel mov dissassemblyThomas Richter2018-03-191-3/+5
* perf annotate: Fix unnecessary memory allocation for s390xThomas Richter2018-03-191-1/+2
* perf report: Fix -D output for user metadata eventsArnaldo Carvalho de Melo2018-03-191-1/+2
* test_firmware: fix setting old custom fw path back on exitLuis R. Rodriguez2018-03-191-1/+4
* objtool: Fix 32-bit buildJosh Poimboeuf2018-03-151-20/+7
* objtool: Fix another switch table detection issueJosh Poimboeuf2018-03-151-1/+5
* objtool: Add module specific retpoline rulesPeter Zijlstra2018-03-153-2/+12
* objtool: Add retpoline validationPeter Zijlstra2018-03-154-3/+89
* objtool: Use existing global variables for optionsPeter Zijlstra2018-03-155-10/+10
* perf tools: Fix trigger class trigger_on()Adrian Hunter2018-03-151-4/+5
* bpf: allow xadd only on aligned memoryDaniel Borkmann2018-03-111-0/+58
* bpf, arm64: fix out of bounds access in tail callDaniel Borkmann2018-03-111-0/+26
* selftests/x86/mpx: Fix incorrect bounds with old _sigfaultRui Wang2018-02-221-2/+30
* 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: Fix build bug caused by the 5lvl test which has been moved to ...Dominik Brodowski2018-02-221-1/+1
* 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
* tools/gpio: Fix build error with musl libcJoel Stanley2018-02-031-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-191-3/+149
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-01-181-3/+149
| |\
| | * bpf: mark dst unknown on inconsistent {s, u}bounds adjustmentsDaniel Borkmann2018-01-171-1/+122
| | * bpf: reject stores into ctx via st and xaddDaniel Borkmann2018-01-161-2/+27
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-171-1/+3
|\ \ \ | |/ / |/| |
| * | objtool: Improve error message for bad file argumentJosh Poimboeuf2018-01-161-1/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-161-0/+40
|\ \ \ | | |/ | |/|
| * | bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann2018-01-101-0/+40
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-144-8/+565
|\ \ \ | | |/ | |/|
| * | selftests/x86: Add test_vsyscallAndy Lutomirski2018-01-132-1/+501
| * | objtool: Allow alternatives to be ignoredJosh Poimboeuf2018-01-122-7/+57
| * | objtool: Detect jumps to retpoline thunksJosh Poimboeuf2018-01-121-0/+7
* | | tools/objtool/Makefile: don't assume sync-check.sh is executableAndrew Morton2018-01-131-1/+1
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-01-101-21/+1
|\ \
| * | selftests/bpf: fix test_alignAlexei Starovoitov2018-01-071-21/+1
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-12-317-42/+184
|\ \ \