Age | Commit message (Expand) | Author |
2023-01-06 | Merge tag 'perf-tools-fixes-for-v6.2-1-2023-01-06' of git://git.kernel.org/pu... | Linus Torvalds |
2023-01-05 | Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds |
2023-01-04 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2023-01-04 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2023-01-04 | perf tools: Fix build on uClibc systems by adding missing sys/types.h include | Jesus Sanchez-Palencia |
2023-01-04 | perf stat: Fix handling of --for-each-cgroup with --bpf-counters to match non... | Namhyung Kim |
2023-01-04 | perf stat: Fix handling of unsupported cgroup events when using BPF counters | Namhyung Kim |
2023-01-04 | perf test record_probe_libc_inet_pton: Fix test on s/390 where 'text_to_binar... | Thomas Richter |
2023-01-03 | perf lock contention: Fix core dump related to not finding the "__sched_text_... | Thomas Richter |
2023-01-03 | perf build: Don't propagate subdir to submakes for install_headers | Ian Rogers |
2023-01-03 | perf test record_probe_libc_inet_pton: Fix failure due to extra inet_pton() b... | Arnaldo Carvalho de Melo |
2023-01-02 | perf tools: Fix segfault when trying to process tracepoints in perf.data and ... | Arnaldo Carvalho de Melo |
2023-01-02 | perf tools: Don't include signature in version strings | Ahelenia Ziemiańska |
2023-01-02 | perf help: Use HAVE_LIBTRACEEVENT to filter out unsupported commands | Yang Jihong |
2023-01-02 | perf tools riscv: Fix build error on riscv due to missing header for 'struct ... | Eric Lin |
2023-01-02 | perf tools: Fix resources leak in perf_data__open_dir() | Miaoqian Lin |
2023-01-01 | selftests: net: return non-zero for failures reported in arp_ndisc_evict_noca... | Po-Hsu Lin |
2023-01-01 | selftests: net: fix cleanup_v6() for arp_ndisc_evict_nocarrier | Po-Hsu Lin |
2022-12-30 | selftests: net: fix cmsg_so_mark.sh test hang | Po-Hsu Lin |
2022-12-30 | tcp: Add selftest for bind() and TIME_WAIT. | Kuniyuki Iwashima |
2022-12-28 | selftests/bpf: add a test for iter/task_vma for short-lived processes | Kui-Feng Lee |
2022-12-28 | selftests/bpf: Temporarily disable part of btf_dump:var_data test. | Alexei Starovoitov |
2022-12-28 | Merge branch 'kvm-late-6.1-fixes' into HEAD | Paolo Bonzini |
2022-12-28 | KVM: selftests: restore special vmmcall code layout needed by the harness | Paolo Bonzini |
2022-12-28 | KVM: x86: fix deadlock for KVM_XEN_EVTCHN_RESET | Paolo Bonzini |
2022-12-28 | tools/virtio: remove smp_read_barrier_depends() | Davidlohr Bueso |
2022-12-28 | tools/virtio: remove stray characters | Davidlohr Bueso |
2022-12-28 | tools/virtio: Variable type completion | wangjianli |
2022-12-28 | tools: Delete the unneeded semicolon after curly braces | Shaomin Deng |
2022-12-28 | tools/virtio: initialize spinlocks in vring_test.c | Ricardo Cañuelo |
2022-12-27 | KVM: selftests: Mark correct page as mapped in virt_map() | Oliver Upton |
2022-12-27 | KVM: arm64: selftests: Don't identity map the ucall MMIO hole | Oliver Upton |
2022-12-27 | KVM: selftests: document the default implementation of vm_vaddr_populate_bitmap | Paolo Bonzini |
2022-12-27 | KVM: selftests: Use magic value to signal ucall_alloc() failure | Sean Christopherson |
2022-12-27 | KVM: selftests: Disable "gnu-variable-sized-type-not-at-end" warning | Sean Christopherson |
2022-12-27 | KVM: selftests: Include lib.mk before consuming $(CC) | Sean Christopherson |
2022-12-27 | KVM: selftests: Explicitly disable builtins for mem*() overrides | Sean Christopherson |
2022-12-27 | KVM: selftests: Probe -no-pie with actual CFLAGS used to compile | Sean Christopherson |
2022-12-27 | KVM: selftests: Use proper function prototypes in probing code | Sean Christopherson |
2022-12-27 | KVM: selftests: Rename UNAME_M to ARCH_DIR, fill explicitly for x86 | Sean Christopherson |
2022-12-27 | KVM: selftests: Fix a typo in x86-64's kvm_get_cpu_address_width() | Sean Christopherson |
2022-12-27 | KVM: selftests: Use pattern matching in .gitignore | Sean Christopherson |
2022-12-27 | KVM: selftests: Fix divide-by-zero bug in memslot_perf_test | Sean Christopherson |
2022-12-27 | KVM: selftests: Delete dead code in x86_64/vmx_tsc_adjust_test.c | Sean Christopherson |
2022-12-27 | KVM: selftests: Define literal to asm constraint in aarch64 as unsigned long | Sean Christopherson |
2022-12-24 | Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2022-12-23 | selftests/bpf: Add host-tools to gitignore | Stanislav Fomichev |
2022-12-23 | KVM: selftests: Zero out valid_bank_mask for "all" case in Hyper-V IPI test | Sean Christopherson |
2022-12-22 | selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_ID | Hao Sun |
2022-12-22 | bpftool: Fix linkage with statically built libllvm | Anton Protopopov |