summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* x86/entry, selftests: Further improve user entry sanity checksAndy Lutomirski2020-07-041-0/+11
* selftests/x86: Consolidate and fix get/set_eflags() helpersAndy Lutomirski2020-07-017-90/+51
* selftests/x86/syscall_nt: Clear weird flags after each testAndy Lutomirski2020-07-011-0/+1
* selftests/x86/syscall_nt: Add more flag combinationsAndy Lutomirski2020-07-011-0/+15
* Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-06-202-10/+24
|\
| * tools/bootconfig: Add testcase for show-command and quotes testMasami Hiramatsu2020-06-161-0/+10
| * tools/bootconfig: Fix to return 0 if succeeded to show the bootconfigMasami Hiramatsu2020-06-161-4/+6
| * tools/bootconfig: Fix to use correct quotes for valueMasami Hiramatsu2020-06-161-6/+8
* | Merge tag 's390-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-06-201-0/+1
|\ \
| * | selftests/seccomp: s390 shares the syscall and return value registerSven Schnelle2020-06-161-0/+1
| |/
* | Merge tag 'linux-kselftest-5.8-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-2080-637/+123
|\ \
| * | selftests/ftrace: Support ":README" suffix for requiresMasami Hiramatsu2020-06-1616-50/+25
| * | selftests/ftrace: Support ":tracer" suffix for requiresMasami Hiramatsu2020-06-1613-59/+21
| * | selftests/ftrace: Convert check_filter_file() with requires listMasami Hiramatsu2020-06-1614-43/+19
| * | selftests/ftrace: Convert required interface checks into requires listMasami Hiramatsu2020-06-1666-511/+68
| * | selftests/ftrace: Add "requires:" list supportMasami Hiramatsu2020-06-163-1/+17
| * | selftests/ftrace: Return unsupported for the unconfigured featuresMasami Hiramatsu2020-06-162-2/+2
| * | selftests/ftrace: Allow ":" in descriptionMasami Hiramatsu2020-06-161-1/+1
| * | tools: testing: ftrace: trigger: fix spelling mistakeFlavio Suligoi2020-06-154-4/+4
| |/
* | perf build: Fix error message when asking for -fsanitize=address without requ...Tiezhu Yang2020-06-181-0/+12
* | tools lib traceevent: Add handler for __builtin_expect()Steven Rostedt (VMware)2020-06-181-0/+35
* | tools lib traceevent: Handle __attribute__((user)) in field namesSteven Rostedt (VMware)2020-06-181-1/+38
* | tools lib traceevent: Add append() function helper for appending stringsSteven Rostedt (VMware)2020-06-181-58/+40
* | tools headers UAPI: Sync linux/fs.h with the kernel sourcesArnaldo Carvalho de Melo2020-06-171-0/+1
* | tools include UAPI: Sync linux/vhost.h with the kernel sourcesArnaldo Carvalho de Melo2020-06-171-0/+4
* | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2020-06-172-0/+6
* | Merge remote-tracking branch 'torvalds/master' into perf/urgentArnaldo Carvalho de Melo2020-06-1770-212/+935
|\ \
| * | tools/testing/nvdimm: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-3/+3
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-1318-52/+331
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-1315-50/+264
| | |\
| | | * libbpf: Support pre-initializing .bss global variablesAndrii Nakryiko2020-06-123-13/+55
| | | * tools/bpftool: Fix skeleton codegenAndrii Nakryiko2020-06-121-2/+0
| | | * tools, bpftool: Exit on error in function codegenTobias Klauser2020-06-111-5/+6
| | | * tools, bpftool: Fix memory leak in codegen error casesTobias Klauser2020-06-111-0/+2
| | | * selftests/bpf: Add cgroup_skb/egress test for load_bytes_relativeYiFei Zhu2020-06-112-0/+119
| | | * tools, bpf: Do not force gcc as CCBrett Mastbergen2020-06-101-1/+0
| | | * libbpf: Handle GCC noreturn-turned-volatile quirkAndrii Nakryiko2020-06-101-9/+24
| | | * libbpf: Define __WORDSIZE if not availableArnaldo Carvalho de Melo2020-06-101-4/+3
| | | * bpf: Selftests and tools use struct bpf_devmap_val from uapiJesper Dangaard Brouer2020-06-094-11/+15
| | | * bpf: cgroup: Allow multi-attach program to replace itselfLorenz Bauer2020-06-091-0/+7
| | | * selftests/bpf: Fix ringbuf selftest sample counting undeterminismAndrii Nakryiko2020-06-081-7/+35
| | * | selftests/net: in rxtimestamp getopt_long needs terminating null entrytannerlove2020-06-091-0/+1
| | * | selftests/net: in timestamping, strncpy needs to preserve null bytetannerlove2020-06-081-2/+8
| | * | net/tls(TLS_SW): Add selftest for 'chunked' sendfile testPooja Trivedi2020-06-081-0/+58
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-1212-28/+55
| |\ \ \
| | * | | KVM: selftests: fix sync_with_host() in smm_testVitaly Kuznetsov2020-06-111-2/+2
| | * | | KVM: selftests: Don't probe KVM_CAP_HYPERV_ENLIGHTENED_VMCS when nested VMX i...Vitaly Kuznetsov2020-06-112-3/+5
| | * | | KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE checkVitaly Kuznetsov2020-06-116-17/+30
| | * | | KVM: selftests: Ignore KVM 5-level paging support for VM_MODE_PXXV48_4KSean Christopherson2020-06-091-2/+9
| | * | | KVM: selftests: fix vmx_preemption_timer_test build with GCC10Vitaly Kuznetsov2020-06-082-4/+4