summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-05-251-0/+7
|\
| * idr: fix invalid ptr dereference on item deleteMatthew Wilcox2018-05-251-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-253-1/+10
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-05-252-1/+5
| |\
| | * selftests: net: reuseport_bpf_numa: don't fail if no numa supportAnders Roxell2018-05-231-1/+3
| | * selftests: bpf: config: enable NET_SCH_INGRESS for xdp_meta.shAnders Roxell2018-05-181-0/+2
| * | selftests/net: Add missing config options for PMTU testsStefano Brivio2018-05-251-0/+5
* | | Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds2018-05-211-3/+19
|\ \ \ | |/ / |/| |
| * | seccomp: Add filter flag to opt-out of SSB mitigationKees Cook2018-05-051-3/+19
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-212-1/+6
|\ \ \ | | |/ | |/|
| * | selftests/bpf: check return value of fopen in test_verifier.cJesper Dangaard Brouer2018-05-171-0/+5
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-05-131-1/+1
| |\ \
| | * | tools: bpf: handle NULL return in bpf_prog_load_xattr()Jakub Kicinski2018-05-111-1/+1
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-05-205-89/+479
|\ \ \ \
| * | | | x86/pkeys/selftests: Add a test for pkey 0Dave Hansen2018-05-141-0/+30
| * | | | x86/pkeys/selftests: Save off 'prot' for allocationsDave Hansen2018-05-141-5/+9
| * | | | x86/pkeys/selftests: Fix pointer mathDave Hansen2018-05-141-7/+7
| * | | | x86/pkeys/selftests: Fix pkey exhaustion test off-by-oneDave Hansen2018-05-141-5/+8
| * | | | x86/pkeys/selftests: Add PROT_EXEC testDave Hansen2018-05-141-0/+44
| * | | | x86/pkeys/selftests: Factor out "instruction page"Dave Hansen2018-05-141-4/+17
| * | | | x86/pkeys/selftests: Allow faults on unknown keysDave Hansen2018-05-141-1/+9
| * | | | x86/pkeys/selftests: Avoid printf-in-signal deadlocksDave Hansen2018-05-141-12/+8
| * | | | x86/pkeys/selftests: Remove dead debugging code, fix dprint_in_signalDave Hansen2018-05-141-16/+0
| * | | | x86/pkeys/selftests: Stop using assert()Dave Hansen2018-05-141-4/+8
| * | | | x86/pkeys/selftests: Give better unexpected fault error messagesDave Hansen2018-05-141-6/+7
| * | | | x86/selftests: Add mov_to_ss testAndy Lutomirski2018-05-142-1/+286
| * | | | x86/mpx/selftests: Adjust the self-test to fresh distros that export the MPX ABIIngo Molnar2018-05-141-2/+5
| * | | | x86/pkeys/selftests: Adjust the self-test to fresh distros that export the pk...Ingo Molnar2018-05-141-26/+41
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-05-204-6/+29
|\ \ \ \ \
| * \ \ \ \ Merge tag 'perf-urgent-for-mingo-4.17-20180514' of git://git.kernel.org/pub/s...Ingo Molnar2018-05-154-6/+29
| |\ \ \ \ \
| | * | | | | perf tools: Add missing newline when parsing empty BPF proggieArnaldo Carvalho de Melo2018-05-111-1/+1
| | * | | | | perf cs-etm: Remove redundant spaceLeo Yan2018-05-111-2/+2
| | * | | | | perf cs-etm: Support unknown_thread in cs_etm_auxtraceLeo Yan2018-05-111-2/+22
| | * | | | | perf annotate: Display all available events on --stdioJin Yao2018-05-101-0/+3
| | * | | | | perf test: "probe libc's inet_pton" fails on s390 due to missing inlineThomas Richter2018-05-101-1/+1
* | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-05-204-74/+155
|\ \ \ \ \ \ \
| * | | | | | | objtool: Detect RIP-relative switch table references, part 2Josh Poimboeuf2018-05-191-25/+12
| * | | | | | | objtool: Detect RIP-relative switch table referencesJosh Poimboeuf2018-05-151-15/+18
| * | | | | | | objtool: Support GCC 8 switch tablesJosh Poimboeuf2018-05-141-2/+22
| * | | | | | | objtool: Support GCC 8's cold subfunctionsJosh Poimboeuf2018-05-143-44/+93
| * | | | | | | objtool: Fix "noreturn" detection for recursive sibling callsJosh Poimboeuf2018-05-141-3/+7
| | |_|/ / / / | |/| | | | |
| * | | | | | objtool, kprobes/x86: Sync the latest <asm/insn.h> header with tools/objtool/...Ingo Molnar2018-05-141-0/+18
| | |_|/ / / | |/| | | |
* | | | | | radix tree test suite: multi-order iteration raceRoss Zwisler2018-05-182-0/+64
* | | | | | radix tree test suite: add item_delete_rcu()Ross Zwisler2018-05-182-0/+21
* | | | | | radix tree test suite: fix compilation issueRoss Zwisler2018-05-181-1/+2
* | | | | | radix tree test suite: fix mapshift build targetRoss Zwisler2018-05-181-4/+2
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-05-175-20/+43
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | KVM: selftests: exit with 0 status code when tests cannot be runPaolo Bonzini2018-05-115-20/+43
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-05-137-6/+25
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Merge tag 'perf-urgent-for-mingo-4.17-20180507' of git://git.kernel.org/pub/s...Ingo Molnar2018-05-107-6/+25
| |\ \ \ \ | | |/ / / | |/| | |