| Commit message (Expand) | Author | Age | Files | Lines |
* | iocost_monitor: start from the oldest usage index | Chengming Zhou | 2020-07-30 | 1 | -1/+1 |
* | Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2020-06-20 | 2 | -10/+24 |
|\ |
|
| * | tools/bootconfig: Add testcase for show-command and quotes test | Masami Hiramatsu | 2020-06-17 | 1 | -0/+10 |
| * | tools/bootconfig: Fix to return 0 if succeeded to show the bootconfig | Masami Hiramatsu | 2020-06-17 | 1 | -4/+6 |
| * | tools/bootconfig: Fix to use correct quotes for value | Masami Hiramatsu | 2020-06-17 | 1 | -6/+8 |
* | | Merge tag 's390-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 2020-06-20 | 1 | -0/+1 |
|\ \ |
|
| * | | selftests/seccomp: s390 shares the syscall and return value register | Sven Schnelle | 2020-06-16 | 1 | -0/+1 |
| |/ |
|
* | | Merge tag 'linux-kselftest-5.8-rc2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-06-20 | 80 | -637/+123 |
|\ \ |
|
| * | | selftests/ftrace: Support ":README" suffix for requires | Masami Hiramatsu | 2020-06-16 | 16 | -50/+25 |
| * | | selftests/ftrace: Support ":tracer" suffix for requires | Masami Hiramatsu | 2020-06-16 | 13 | -59/+21 |
| * | | selftests/ftrace: Convert check_filter_file() with requires list | Masami Hiramatsu | 2020-06-16 | 14 | -43/+19 |
| * | | selftests/ftrace: Convert required interface checks into requires list | Masami Hiramatsu | 2020-06-16 | 66 | -511/+68 |
| * | | selftests/ftrace: Add "requires:" list support | Masami Hiramatsu | 2020-06-16 | 3 | -1/+17 |
| * | | selftests/ftrace: Return unsupported for the unconfigured features | Masami Hiramatsu | 2020-06-16 | 2 | -2/+2 |
| * | | selftests/ftrace: Allow ":" in description | Masami Hiramatsu | 2020-06-16 | 1 | -1/+1 |
| * | | tools: testing: ftrace: trigger: fix spelling mistake | Flavio Suligoi | 2020-06-15 | 4 | -4/+4 |
| |/ |
|
* | | perf build: Fix error message when asking for -fsanitize=address without requ... | Tiezhu Yang | 2020-06-18 | 1 | -0/+12 |
* | | tools lib traceevent: Add handler for __builtin_expect() | Steven Rostedt (VMware) | 2020-06-18 | 1 | -0/+35 |
* | | tools lib traceevent: Handle __attribute__((user)) in field names | Steven Rostedt (VMware) | 2020-06-18 | 1 | -1/+38 |
* | | tools lib traceevent: Add append() function helper for appending strings | Steven Rostedt (VMware) | 2020-06-18 | 1 | -58/+40 |
* | | tools headers UAPI: Sync linux/fs.h with the kernel sources | Arnaldo Carvalho de Melo | 2020-06-17 | 1 | -0/+1 |
* | | tools include UAPI: Sync linux/vhost.h with the kernel sources | Arnaldo Carvalho de Melo | 2020-06-17 | 1 | -0/+4 |
* | | tools arch x86: Sync the msr-index.h copy with the kernel sources | Arnaldo Carvalho de Melo | 2020-06-17 | 2 | -0/+6 |
* | | Merge remote-tracking branch 'torvalds/master' into perf/urgent | Arnaldo Carvalho de Melo | 2020-06-17 | 70 | -212/+935 |
|\ \ |
|
| * | | tools/testing/nvdimm: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 2020-06-16 | 1 | -3/+3 |
| |/ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2020-06-14 | 18 | -52/+331 |
| |\ |
|
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2020-06-14 | 15 | -50/+264 |
| | |\ |
|
| | | * | libbpf: Support pre-initializing .bss global variables | Andrii Nakryiko | 2020-06-13 | 3 | -13/+55 |
| | | * | tools/bpftool: Fix skeleton codegen | Andrii Nakryiko | 2020-06-13 | 1 | -2/+0 |
| | | * | tools, bpftool: Exit on error in function codegen | Tobias Klauser | 2020-06-11 | 1 | -5/+6 |
| | | * | tools, bpftool: Fix memory leak in codegen error cases | Tobias Klauser | 2020-06-11 | 1 | -0/+2 |
| | | * | selftests/bpf: Add cgroup_skb/egress test for load_bytes_relative | YiFei Zhu | 2020-06-11 | 2 | -0/+119 |
| | | * | tools, bpf: Do not force gcc as CC | Brett Mastbergen | 2020-06-10 | 1 | -1/+0 |
| | | * | libbpf: Handle GCC noreturn-turned-volatile quirk | Andrii Nakryiko | 2020-06-10 | 1 | -9/+24 |
| | | * | libbpf: Define __WORDSIZE if not available | Arnaldo Carvalho de Melo | 2020-06-10 | 1 | -4/+3 |
| | | * | bpf: Selftests and tools use struct bpf_devmap_val from uapi | Jesper Dangaard Brouer | 2020-06-09 | 4 | -11/+15 |
| | | * | bpf: cgroup: Allow multi-attach program to replace itself | Lorenz Bauer | 2020-06-09 | 1 | -0/+7 |
| | | * | selftests/bpf: Fix ringbuf selftest sample counting undeterminism | Andrii Nakryiko | 2020-06-08 | 1 | -7/+35 |
| | * | | selftests/net: in rxtimestamp getopt_long needs terminating null entry | tannerlove | 2020-06-09 | 1 | -0/+1 |
| | * | | selftests/net: in timestamping, strncpy needs to preserve null byte | tannerlove | 2020-06-09 | 1 | -2/+8 |
| | * | | net/tls(TLS_SW): Add selftest for 'chunked' sendfile test | Pooja Trivedi | 2020-06-09 | 1 | -0/+58 |
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2020-06-12 | 12 | -28/+55 |
| |\ \ \ |
|
| | * | | | KVM: selftests: fix sync_with_host() in smm_test | Vitaly Kuznetsov | 2020-06-11 | 1 | -2/+2 |
| | * | | | KVM: selftests: Don't probe KVM_CAP_HYPERV_ENLIGHTENED_VMCS when nested VMX i... | Vitaly Kuznetsov | 2020-06-11 | 2 | -3/+5 |
| | * | | | KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE check | Vitaly Kuznetsov | 2020-06-11 | 6 | -17/+30 |
| | * | | | KVM: selftests: Ignore KVM 5-level paging support for VM_MODE_PXXV48_4K | Sean Christopherson | 2020-06-09 | 1 | -2/+9 |
| | * | | | KVM: selftests: fix vmx_preemption_timer_test build with GCC10 | Vitaly Kuznetsov | 2020-06-08 | 2 | -4/+4 |
| | * | | | KVM: selftests: Add x86_64/debug_regs to .gitignore | Vitaly Kuznetsov | 2020-06-08 | 1 | -0/+1 |
| | * | | | KVM: selftests: Fix build with "make ARCH=x86_64" | Vitaly Kuznetsov | 2020-06-05 | 1 | -0/+4 |
| * | | | | Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2020-06-12 | 1 | -0/+22 |
| |\ \ \ \ |
|