summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-05-27KVM: selftests: trivial comment/logging fixesAxel Rasmussen
2021-05-27KVM: selftests: Fix hang in hardware_disable_testDavid Matlack
2021-05-27KVM: selftests: Ignore CPUID.0DH.1H in get_cpuid_testDavid Matlack
2021-05-27KVM: selftests: Fix 32-bit truncation of vm_get_max_gfn()David Matlack
2021-05-27KVM: selftests: add a memslot-related performance benchmarkMaciej S. Szmigiero
2021-05-27KVM: selftests: Keep track of memslots more efficientlyMaciej S. Szmigiero
2021-05-27selftests: kvm: fix potential issue with ELF loadingPaolo Bonzini
2021-05-27selftests: kvm: make allocation of extra memory take effectZhenzhong Duan
2021-05-26Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-05-26libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.hFlorent Revest
2021-05-26perf jevents: Fix getting maximum number of fdsFelix Fietkau
2021-05-26selftests/bpf: Add xdp_redirect_multi testHangbin Liu
2021-05-26xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu
2021-05-25bpftool: Set errno on skeleton failures and propagate errorsAndrii Nakryiko
2021-05-25libbpf: Streamline error reporting for high-level APIsAndrii Nakryiko
2021-05-25libbpf: Streamline error reporting for low-level APIsAndrii Nakryiko
2021-05-25selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checksAndrii Nakryiko
2021-05-25libbpf: Add libbpf_set_strict_mode() API to turn on libbpf 1.0 behaviorsAndrii Nakryiko
2021-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-05-25bpf, selftests: Adjust few selftest result_unpriv outcomesDaniel Borkmann
2021-05-25selftests/bpf: Add test for l3 use of bpf_redirect_peerJussi Maki
2021-05-25bpftool: Add sock_release help info for cgroup attach/prog load commandLiu Jian
2021-05-24libbpf: Add support for new llvm bpf relocationsYonghong Song
2021-05-24Merge tag 'perf-tools-fixes-for-v5.13-2021-05-24' of git://git.kernel.org/pub...Linus Torvalds
2021-05-24selftests/bpf: Add bpf_lookup_and_delete_elem testsDenis Salopek
2021-05-24bpf: Extend libbpf with bpf_map_lookup_and_delete_elem_flagsDenis Salopek
2021-05-24bpf: Add lookup_and_delete_elem support to hashtabDenis Salopek
2021-05-24libbpf: Skip bpf_object__probe_loading for light skeletonStanislav Fomichev
2021-05-23net/sched: fq_pie: re-factor fix for fq_pie endless loopDavide Caratti
2021-05-23Merge tag 'powerpc-5.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-05-22Merge tag 'kbuild-fixes-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-05-22linux/bits.h: fix compilation error with GENMASKRikard Falkeborn
2021-05-22tools/testing/selftests/exec: fix link errorYang Yingliang
2021-05-21perf stat: Skip evlist__[enable|disable] when all events uses BPFSong Liu
2021-05-21perf script: Add missing PERF_IP_FLAG_CHARS for VM-Entry and VM-ExitAdrian Hunter
2021-05-21perf scripts python: exported-sql-viewer.py: Fix warning displayAdrian Hunter
2021-05-21perf scripts python: exported-sql-viewer.py: Fix Array TypeErrorAdrian Hunter
2021-05-21perf scripts python: exported-sql-viewer.py: Fix copy to clipboard from Top C...Adrian Hunter
2021-05-21tools headers UAPI: Sync files changed by the quotactl_path unwiringArnaldo Carvalho de Melo
2021-05-21tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesArnaldo Carvalho de Melo
2021-05-21tools headers UAPI: Sync linux/fs.h with the kernel sourcesArnaldo Carvalho de Melo
2021-05-21Merge remote-tracking branch 'torvalds/master' into perf/urgentArnaldo Carvalho de Melo
2021-05-21Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-05-21perf parse-events: Check if the software events array slots are populatedArnaldo Carvalho de Melo
2021-05-20selftests: net: devlink_port_split.py: skip the test if no devlink devicePo-Hsu Lin
2021-05-20selftests/bpf: Test ringbuf mmap read-only and read-write restrictionsAndrii Nakryiko
2021-05-20selftests/bpf: Convert static to global in tc_redirect progsStanislav Fomichev
2021-05-20selftests: Add .gitignore for nci test suiteDavid Matlack
2021-05-21powerpc/64s/syscall: Use pt_regs.trap to distinguish syscall ABI difference b...Nicholas Piggin
2021-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller