summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests: mlxsw: qos_pfc: Adjust the test to support 8 lanesAmit Cohen2024-01-251-1/+17
* mlxsw: spectrum_acl_tcam: Fix stack corruptionIdo Schimmel2024-01-251-1/+55
* mlxsw: spectrum_acl_erp: Fix error flow of pool allocation failureAmit Cohen2024-01-251-1/+51
* selftests: bonding: Change script interpreterBenjamin Poirier2024-01-252-2/+2
* perf db-export: Fix missing reference count get in call_path_from_sample()Ben Gainey2024-01-251-2/+2
* perf stat: Fix hard coded LL miss unitsIan Rogers2024-01-251-1/+1
* perf env: Avoid recursively taking env->bpf_progs.lockIan Rogers2024-01-255-32/+50
* perf vendor events: Remove UTF-8 characters from cmn.jsonJing Zhang2024-01-251-1/+1
* perf unwind-libunwind: Fix base address for .eh_frameNamhyung Kim2024-01-251-1/+1
* perf unwind-libdw: Handle JIT-generated DSOs properlyNamhyung Kim2024-01-251-4/+17
* perf genelf: Set ELF program header addresses properlyNamhyung Kim2024-01-251-3/+3
* perf hisi-ptt: Fix one memory leakage in hisi_ptt_process_auxtrace_event()Yicong Yang2024-01-251-0/+1
* perf header: Fix one memory leakage in perf_event__fprintf_event_update()Yicong Yang2024-01-251-2/+3
* selftests/sgx: Skip non X86_64 platformZhao Mengmeng2024-01-251-1/+1
* selftests/sgx: Include memory clobber for inline asm in test enclaveJo Van Bulck2024-01-251-3/+5
* selftests/sgx: Fix uninitialized pointer dereferences in encl_get_entryJo Van Bulck2024-01-251-3/+6
* selftests/sgx: Fix uninitialized pointer dereference in error pathJo Van Bulck2024-01-251-2/+3
* perf stat: Exit perf stat if parse groups failsIan Rogers2024-01-251-7/+11
* perf mem: Fix error on hybrid related to availability of mem event in a PMUKan Liang2024-01-251-11/+14
* perf vendor events powerpc: Update datasource event name to fix duplicate eventsAthira Rajeev2024-01-251-4/+14
* perf vendor events arm64 AmpereOne: Rename BPU_FLUSH_MEM_FAULT to GPC_FLUSH_M...Ilkka Koskinen2024-01-251-1/+1
* perf test record user-regs: Fix mask for vg registerVeronika Molnarova2024-01-252-2/+2
* libapi: Add missing linux/types.h header to get the __u64 type on io.hArnaldo Carvalho de Melo2024-01-251-0/+1
* perf header: Fix segfault on build_mem_topology() error pathAdrian Hunter2024-01-251-1/+3
* perf test: Remove atomics from test_loop to avoid test failuresNick Forrington2024-01-251-3/+1
* selftests/bpf: Add assert for user stacks in test_task_stackJordan Rome2024-01-252-0/+7
* kselftest/alsa - conf: Stringify the printed errno in sysfs_get()Mirsad Todorovac2024-01-251-1/+1
* kselftest/alsa - mixer-test: Fix the print format specifier warningMirsad Todorovac2024-01-251-1/+1
* kselftest/alsa - mixer-test: fix the number of parameters to ksft_exit_fail_m...Mirsad Todorovac2024-01-251-1/+1
* selftests/net: fix grep checking for fib_nexthop_multiprefixHangbin Liu2024-01-251-2/+2
* selftests/xsk: Fix for SEND_RECEIVE_UNALIGNED testTushar Vyavahare2024-01-251-9/+16
* selftests/bpf: Relax time_tai test for equal timestamps in tai_forwardYiFei Zhu2024-01-251-1/+1
* bpf: Fix accesses to uninit stack slotsAndrei Matei2024-01-258-33/+66
* selftests/net: specify the interface when do arpingHangbin Liu2024-01-251-1/+1
* selftests/bpf: Fix erroneous bitmask operationJeroen van Ingen Schenau2024-01-251-2/+2
* bpf: Add crosstask check to __bpf_get_stackJordan Rome2024-01-251-0/+3
* selftests/powerpc: Fix error handling in FPU/VMX preemption testsMichael Ellerman2024-01-252-8/+11
* Merge tag 'net-6.7-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-01-041-3/+3
|\
| * selftests: bonding: do not set port down when adding to bondHangbin Liu2024-01-021-3/+3
* | Merge tag 'mm-hotfixes-stable-2023-12-27-15-00' of git://git.kernel.org/pub/s...Linus Torvalds2023-12-272-1/+4
|\ \
| * | selftests: secretmem: floor the memory size to the multiple of page_sizeMuhammad Usama Anjum2023-12-201-0/+3
| * | maple_tree: do not preallocate nodes for slot storesSidhartha Kumar2023-12-201-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-12-223-18/+27
|\ \ \
| * \ \ Merge tag 'kvm-riscv-fixes-6.7-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2023-12-2210-18/+146
| |\ \ \
| | * | | KVM: riscv: selftests: Fix get-reg-list print_reg defaultsAndrew Jones2023-12-131-4/+6
| * | | | Merge tag 'kvmarm-fixes-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-12-221-10/+16
| |\ \ \ \
| | * | | | KVM: selftests: Ensure sysreg-defs.h is generated at the expected pathOliver Upton2023-12-121-10/+16
| * | | | | KVM: selftests: Fix dynamic generation of configuration namesPaolo Bonzini2023-12-131-4/+5
* | | | | | Merge tag 'sound-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-12-221-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | kselftest: alsa: fixed a print formatting warningGhanshyam Agrawal2023-12-181-1/+1