summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-05-12selftest/vm: verify remap destination address in mremap_testSidhartha Kumar1-0/+24
2022-05-12selftest/vm: verify mmap addr in mremap_testSidhartha Kumar1-0/+29
2022-05-12KVM: selftests: Silence compiler warning in the kvm_page_table_testThomas Huth1-1/+1
2022-05-12kvm: selftests: do not use bitfields larger than 32-bits for PTEsPaolo Bonzini2-115/+92
2022-05-12selftests: ocelot: tc_flower_chains: specify conform-exceed action for policerVladimir Oltean1-1/+1
2022-05-12selftests: mirror_gre_bridge_1q: Avoid changing PVID while interface is opera...Ido Schimmel1-0/+3
2022-05-12selftests/net: so_txtime: usage(): fix documentation of default clockMarc Kleine-Budde1-1/+1
2022-05-12selftests/net: so_txtime: fix parsing of start time stamp on 32 bit systemsMarc Kleine-Budde1-1/+1
2022-05-12selftests/seccomp: Don't call read() on TTY from background pgrpJann Horn1-5/+5
2022-05-09objtool: Fix type of reloc::addendPeter Zijlstra3-7/+7
2022-05-09objtool: Fix code relocs vs weak symbolsPeter Zijlstra1-22/+165
2022-05-09perf symbol: Remove arch__symbols__fixup_end()Namhyung Kim6-69/+0
2022-05-09perf symbol: Update symbols__fixup_end()Namhyung Kim1-4/+25
2022-05-09perf symbol: Pass is_kallsyms to symbols__fixup_end()Namhyung Kim3-5/+6
2022-05-09selftest/vm: verify remap destination address in mremap_testSidhartha Kumar1-3/+39
2022-05-09selftest/vm: verify mmap addr in mremap_testSidhartha Kumar1-1/+40
2022-05-09perf arm-spe: Fix addresses of synthesized SPE eventsTimothy Hayes1-1/+1
2022-04-27perf report: Set PERF_SAMPLE_DATA_SRC bit for Arm SPE eventLeo Yan1-0/+14
2022-04-27perf script: Always allow field 'data_src' for auxtraceLeo Yan1-1/+1
2022-04-27selftests: KVM: Free the GIC FD when cleaning up in arch_timerOliver Upton1-4/+11
2022-04-27selftests: mlxsw: vxlan_flooding_ipv6: Prevent flooding of unwanted packetsIdo Schimmel1-0/+17
2022-04-27selftests: mlxsw: vxlan_flooding: Prevent flooding of unwanted packetsIdo Schimmel1-0/+17
2022-04-27perf tools: Fix segfault accessing sample_id xyarrayAdrian Hunter1-2/+1
2022-04-20x86/tsx: Disable TSX development mode at bootPawan Gupta1-2/+2
2022-04-20perf tools: Fix misleading add event PMU debug messageAdrian Hunter1-2/+3
2022-04-20testing/selftests/mqueue: Fix mq_perf_tests to free the allocated cpu setAthira Rajeev1-8/+17
2022-04-20KVM: selftests: riscv: Fix alignment of the guest_hang() functionAnup Patel1-1/+1
2022-04-20KVM: selftests: riscv: Set PTE A and D bits in VS-stage page tableAnup Patel1-1/+3
2022-04-13objtool: Fix SLS validation for kcov tail-call replacementPeter Zijlstra1-0/+11
2022-04-13tools build: Use $(shell ) instead of `` to get embedded libperl's ccoptsArnaldo Carvalho de Melo1-1/+1
2022-04-13tools build: Filter out options and warnings not supported by clangArnaldo Carvalho de Melo2-0/+10
2022-04-13perf python: Fix probing for some clang command line optionsArnaldo Carvalho de Melo1-2/+4
2022-04-13perf build: Don't use -ffat-lto-objects in the python feature test when build...Arnaldo Carvalho de Melo2-0/+5
2022-04-13selftests/bpf: Fix u8 narrow load checks for bpf_sk_lookup remote_portJakub Sitnicki1-2/+1
2022-04-13Revert "selftests: net: Add tls config dependency for tls selftests"Jakub Kicinski1-1/+0
2022-04-13perf session: Remap buf if there is no space for eventDenis Nikitin1-3/+12
2022-04-13perf tools: Fix perf's libperf_print callbackAdrian Hunter1-1/+1
2022-04-13perf: arm-spe: Fix perf report --mem-modeJames Clark1-0/+6
2022-04-13perf unwind: Don't show unwind error messages when augmenting frame pointer s...James Clark8-14/+32
2022-04-13selftests: net: Add tls config dependency for tls selftestsNaresh Kamboju1-0/+1
2022-04-13libbpf: Fix accessing the first syscall argument on s390Ilya Leoshkevich1-0/+6
2022-04-13libbpf: Fix accessing the first syscall argument on arm64Ilya Leoshkevich1-0/+6
2022-04-13libbpf: Fix accessing syscall arguments on powerpcIlya Leoshkevich1-0/+2
2022-04-13kvm: selftests: aarch64: use a tighter assert in vgic_poke_irq()Ricardo Koller1-3/+3
2022-04-13kvm: selftests: aarch64: fix some vgic related commentsRicardo Koller3-9/+16
2022-04-13kvm: selftests: aarch64: fix the failure check in kvm_set_gsi_routing_irqchip...Ricardo Koller1-2/+2
2022-04-13kvm: selftests: aarch64: pass vgic_irq guest args as a pointerRicardo Koller1-13/+16
2022-04-13kvm: selftests: aarch64: fix assert in gicv3_access_regRicardo Koller1-1/+1
2022-04-13libbpf: Fix build issue with llvm-readelfYonghong Song1-2/+2
2022-04-13selftests, xsk: Fix bpf_res cleanup testMagnus Karlsson2-32/+50