summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-06-24KVM: selftests: Add helpers to allocate N pages of virtual memorySean Christopherson
2021-06-24KVM: selftests: Use "standard" min virtual address for Hyper-V pagesSean Christopherson
2021-06-24KVM: selftests: Unconditionally use memslot 0 for x86's GDT/TSS setupSean Christopherson
2021-06-24KVM: selftests: Unconditionally use memslot 0 when loading elf binarySean Christopherson
2021-06-24KVM: selftests: Zero out the correct page in the Hyper-V features testSean Christopherson
2021-06-24KVM: selftests: Remove errant asm/barrier.h include to fix arm64 buildSean Christopherson
2021-06-24KVM: selftests: fix triple fault if ept=0 in dirty_log_testHou Wenlong
2021-06-24KVM: selftests: Fix mapping length truncation in m{,un}map()Zenghui Yu
2021-06-24objtool: Don't make .altinstructions writableJosh Poimboeuf
2021-06-23selftests/sgx: remove checks for file execute permissionsDave Hansen
2021-06-23selftests/ftrace: fix event-no-pid on 1-core machineKrzysztof Kozlowski
2021-06-23kunit: Remove the unused all_tests.configDavid Gow
2021-06-23kunit: Move default config from arch/um -> tools/testing/kunitDavid Gow
2021-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-06-23selftests: icmp_redirect: support expected failuresAndrea Righi
2021-06-23Merge x86/urgent into x86/fpuBorislav Petkov
2021-06-23Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2021-06-22selftests: mptcp: turn rp_filter off on each NICYonglong Li
2021-06-22selftests: mptcp: add deny_join_id0 testcasesGeliang Tang
2021-06-22perf script: Share addr_al between functionsAdrian Hunter
2021-06-22perf script: Move filtering before scriptingAdrian Hunter
2021-06-22perf script: Move filter_cpu() earlierAdrian Hunter
2021-06-22tc-testing: add test for ct DNAT tuple collisionMarcelo Ricardo Leitner
2021-06-22tc-testing: add support for sending various scapy packetsMarcelo Ricardo Leitner
2021-06-22tc-testing: fix list handlingMarcelo Ricardo Leitner
2021-06-22perf test: Pass the verbose option to shell testsIan Rogers
2021-06-22selftests: mptcp: display proper reason to abort testsMatthieu Baerts
2021-06-22Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-06-22libbpf: Switch to void * casting in netlink helpersKumar Kartikeya Dwivedi
2021-06-22libbpf: Add request buffer type for netlink messagesKumar Kartikeya Dwivedi
2021-06-22selftests: futex: Add futex compare requeue testAndré Almeida
2021-06-22selftests: futex: Add futex wait testAndré Almeida
2021-06-22Merge branch kvm-arm64/selftest/sysreg-list-fix into kvmarm-master/nextMarc Zyngier
2021-06-22KVM: arm64: selftests: get-reg-list: Split base and pmu registersAndrew Jones
2021-06-22KVM: arm64: selftests: get-reg-list: Remove get-reg-list-sveAndrew Jones
2021-06-22KVM: arm64: selftests: get-reg-list: Provide config selection optionAndrew Jones
2021-06-22KVM: arm64: selftests: get-reg-list: Prepare to run multiple configs at onceAndrew Jones
2021-06-22KVM: arm64: selftests: get-reg-list: Introduce vcpu configsAndrew Jones
2021-06-21selftests: tls: fix chacha+bidir testsJakub Kicinski
2021-06-21selftests: tls: clean up uninitialized warningsJakub Kicinski
2021-06-21libbpf: Add extra BPF_PROG_TYPE check to bpf_object__probe_loadingJonathan Edwards
2021-06-21selftests/bpf: Retry for EAGAIN in udp_redir_to_connected()Cong Wang
2021-06-19tools headers UAPI: Sync linux/in.h copy with the kernel sourcesArnaldo Carvalho de Melo
2021-06-19tools headers UAPI: Sync asm-generic/unistd.h with the kernel originalArnaldo Carvalho de Melo
2021-06-19perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo
2021-06-19perf test: Fix non-bash issue with stat bpf countersIan Rogers
2021-06-19perf machine: Fix refcount usage when processing PERF_RECORD_KSYMBOLRiccardo Mancini
2021-06-19perf metricgroup: Return error code from metricgroup__add_metric_sys_event_it...John Garry
2021-06-19perf metricgroup: Fix find_evsel_group() event selectorJohn Garry
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski