summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into x86/apic, to pick up fixesIngo Molnar2017-08-292-1/+6
|\
| * Merge tag 'ntb-4.13-bugfixes' of git://github.com/jonmason/ntbLinus Torvalds2017-08-281-0/+4
| |\
| | * ntb: ntb_test: ensure the link is up before trying to configure the mwsLogan Gunthorpe2017-08-011-0/+4
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-08-261-1/+25
| |\ \
| | * | objtool: Fix '-mtune=atom' decoding support in objtool 2.0Josh Poimboeuf2017-08-211-1/+25
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-08-211-1/+2
| |\ \ \ | | |/ / | |/| |
| | * | tools lib bpf: improve warningEric Leblond2017-08-211-1/+2
* | | | Merge branch 'x86/asm' into x86/apicThomas Gleixner2017-08-2524-3780/+1315Star
|\ \ \ \ | |/ / / |/| | |
| * | | x86/lguest: Remove lguest supportJuergen Gross2017-08-246-3625/+5Star
| * | | objtool: Fix objtool fallthrough detection with function paddingJosh Poimboeuf2017-08-211-7/+7
| * | | objtool: Track DRAP separately from callee-saved registersJosh Poimboeuf2017-08-112-25/+31
| * | | objtool: Fix validate_branch() return codesJosh Poimboeuf2017-08-111-3/+3
| * | | selftests/x86/fsgsbase: Test selectors 1, 2, and 3Andy Lutomirski2017-08-101-6/+35
| * | | Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2017-08-1011-31/+562
| |\ \ \
| * | | | objtool: Disable GCC '-Wpacked' warningsJosh Poimboeuf2017-07-281-1/+2
| * | | | objtool: Fix '-mtune=atom' decoding support in objtool 2.0Josh Poimboeuf2017-07-281-1/+25
| * | | | objtool: Skip unreachable warnings for 'alt' instructionsJosh Poimboeuf2017-07-281-1/+6
| * | | | objtool: Assume unannotated UD2 instructions are dead endsJosh Poimboeuf2017-07-283-9/+70
| * | | | objtool: Fix gcov check for older versions of GCCJosh Poimboeuf2017-07-254-35/+14Star
| * | | | objtool, x86: Add facility for asm code to provide unwind hintsJosh Poimboeuf2017-07-184-13/+207
| * | | | objtool: Add ORC unwind table generationJosh Poimboeuf2017-07-1814-60/+916
| | |_|/ | |/| |
* | | | test_kmod: fix description for -s -and -c parametersLuis R. Rodriguez2017-08-191-2/+2
| |_|/ |/| |
* | | Merge tag 'linux-kselftest-4.13-rc6-fixes' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-08-154-5/+4Star
|\ \ \ | |_|/ |/| |
| * | selftests: timers: freq-step: fix compile errorShuah Khan2017-08-111-4/+3Star
| * | selftests: futex: fix run_tests targetShuah Khan2017-08-091-1/+1
| * | test_sysctl: fix sysctl.sh by making it executableLuis R. Rodriguez2017-08-071-0/+0
| * | test_kmod: fix kmod.sh by making it executableLuis R. Rodriguez2017-08-071-0/+0
| |/
* | bpf: fix selftest/bpf/test_pkt_md_access on s390xThomas Richter2017-08-071-0/+11
* | bpf: fix byte order test in test_verifierDaniel Borkmann2017-08-051-9/+10
* | bpf, s390: fix build for libbpf and selftest suiteDaniel Borkmann2017-08-042-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-08-013-3/+34
|\ \
| * | bpf: don't zero out the info struct in bpf_obj_get_info_by_fd()Jakub Kicinski2017-07-272-3/+6
| * | selftests/bpf: subtraction bounds testEdward Cree2017-07-241-0/+28
* | | tools/kvm_stat: add '-f help' to get the available event listLin Ma2017-07-261-2/+14
* | | tools/kvm_stat: use variables instead of hard paths in help outputLin Ma2017-07-261-3/+3
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-213-5/+7
|\ \ \ | |/ / |/| |
| * | perf symbols: Accept zero as the kernel base addressArnaldo Carvalho de Melo2017-07-121-1/+1
| * | perf annotate: Fix broken arrow at row 0 connecting jmp instruction to its ta...Jin Yao2017-07-101-1/+1
| * | perf evsel: State in the default event name if attr.exclude_kernel is setArnaldo Carvalho de Melo2017-07-101-2/+4
| * | perf evsel: Fix attr.exclude_kernel setting for default cycles:pArnaldo Carvalho de Melo2017-07-101-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-214-9/+479
|\ \ \ | |_|/ |/| |
| * | bpf: more tests for mixed signed and unsigned bounds checksDaniel Borkmann2017-07-211-0/+418
| * | bpf: add test for mixed signed and unsigned bounds checksEdward Cree2017-07-211-0/+52
| * | bpf: fix up test cases with mixed signed/unsigned boundsDaniel Borkmann2017-07-211-4/+4
| * | bpf: allow to specify log level and reduce it for test_verifierDaniel Borkmann2017-07-214-5/+5
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-153-0/+633
|\ \ \
| * | | kmod: throttle kmod thread limitLuis R. Rodriguez2017-07-151-22/+2Star
| * | | kmod: add test driver to stress test the module loaderLuis R. Rodriguez2017-07-153-0/+653
* | | | Merge tag 'ntb-4.13' of git://github.com/jonmason/ntbLinus Torvalds2017-07-141-2/+9
|\ \ \ \ | |/ / / |/| | |
| * | | NTB: ntb_test: add parameter for doorbell bitmaskAllen Hubbe2017-07-061-2/+5