aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-12-18perf python: Remove python 2 scripting supportIan Rogers3-139/+15
2024-12-18perf intel-pt: Add a test for pause / resumeAdrian Hunter1-0/+28
2024-12-18perf intel-pt: Add documentation for pause / resumeAdrian Hunter1-0/+108
2024-12-18perf intel-pt: Improve man page formatAdrian Hunter1-190/+238
2024-12-18perf tools: Add missing_features for aux_start_paused, aux_pause, aux_resumeAdrian Hunter2-12/+87
2024-12-18perf tools: Parse aux-actionAdrian Hunter5-8/+74
2024-12-18perf tools: Add aux-action config termAdrian Hunter6-0/+16
2024-12-18perf tools: Add aux_start_paused, aux_pause and aux_resumeAdrian Hunter1-0/+3
2024-12-18bpftool: Link zstd lib required by libelfLeo Yan1-0/+7
2024-12-18perf build: Minor improvement for linking libzstdLeo Yan1-1/+7
2024-12-18tools build: Add feature test for libelf with ZSTDLeo Yan4-0/+18
2024-12-18perf tools tests shell base_probe: Enhance print_overall_results to print summary informationAthira Rajeev3-3/+12
2024-12-18perf tools arch powerpc: Add register mask for power11 PVR in extended regsAthira Rajeev1-1/+2
2024-12-18perf ftrace latency: Fix compiler error for clang 12Namhyung Kim1-1/+2
2024-12-18tools build: Test for presence of libtraceevent and libtracefs in test-all.cArnaldo Carvalho de Melo2-2/+10
2024-12-18selftests/net: packetdrill: import tcp/user_timeout, tcp/validate, tcp/sendfile, tcp/limited-transmit, tcp/syscall_bad_argSoham Chakradeo9-0/+319
2024-12-18selftests/net: packetdrill: import tcp/eor, tcp/splice, tcp/ts_recent, tcp/blockingSoham Chakradeo12-0/+400
2024-12-18selftests/net: packetdrill: import tcp/fast_recovery, tcp/nagle, tcp/timestampingSoham Chakradeo10-0/+683
2024-12-18selftests/net: packetdrill: import tcp/ecn, tcp/close, tcp/sack, tcp/tcp_infoSoham Chakradeo11-0/+442
2024-12-18Merge tag 'hyperv-fixes-signed-20241217' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds5-13/+17
2024-12-18selftest/powerpc/ptrace: Cleanup duplicate macro definitionsMadhavan Srinivasan3-24/+8
2024-12-18selftest/powerpc/ptrace/ptrace-pkey: Remove duplicate macrosMadhavan Srinivasan1-13/+1
2024-12-18selftest/powerpc/ptrace/core-pkey: Remove duplicate macrosMadhavan Srinivasan1-18/+1
2024-12-17veristat: Fix top source line stat collectionMykyta Yatsenko1-1/+9
2024-12-17riscv: selftests: Fix warnings pointer masking testCharlie Jenkins1-6/+22
2024-12-17Merge tag 'xsa465+xsa466-6.13-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-3/+6
2024-12-17KVM: arm64: Fix set_id_regs selftest for ASIDBITS becoming unwritableMark Brown1-1/+0
2024-12-17selftests/pidfd: add pidfs file handle selftestsChristian Brauner6-73/+567
2024-12-16sock: Introduce SO_RCVPRIORITY socket optionAnna Emese Nyiri1-0/+2
2024-12-16selftests: net: test SO_PRIORITY ancillary data with cmsg_senderAnna Emese Nyiri3-1/+162
2024-12-16selftests: net-drv: stats: sanity check netlink dumpsJakub Kicinski1-1/+18
2024-12-16selftests: net-drv: queues: sanity check netlink dumpsJakub Kicinski1-10/+13
2024-12-16selftests: net: support setting recv_size in YNLJakub Kicinski1-8/+8
2024-12-16selftests/exec: add a test for execveat()'s commTycho Andersen1-3/+72
2024-12-16selftests/bpf: Migrate test_xdp_meta.sh into xdp_context_test_run.cBastien Curutchet3-59/+87
2024-12-16selftests/bpf: test_xdp_meta: Rename BPF sectionsBastien Curutchet2-6/+6
2024-12-16cpupower: fix TSC MHz calculationHe Rongguang1-6/+9
2024-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov43-101/+570
2024-12-16selftests: tls: add rekey testsSabrina Dubroca1-0/+458
2024-12-16selftests: tls: add key_generation argument to tls_crypto_info_initSabrina Dubroca1-9/+11
2024-12-15tools/net/ynl: fix sub-message key lookup for nested attributesDonald Hunter1-3/+3
2024-12-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds12-22/+304
2024-12-14Merge branches 'fixes.2024.12.14a', 'rcutorture.2024.12.14a', 'srcu.2024.12.14a' and 'torture-test.2024.12.14a' into rcu-merge.2024.12.14aUladzislau Rezki (Sony)2-4/+22
2024-12-14rcutorture: Make the TREE03 scenario do preemptionPaul E. McKenney1-0/+1
2024-12-14torture: Make kvm-remote.sh give up on unresponsive systemPaul E. McKenney1-4/+21
2024-12-13selftests/bpf: Add tests for raw_tp NULL argsKumar Kartikeya Dwivedi2-0/+27
2024-12-13bpf: Augment raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi1-10/+9
2024-12-13bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"Kumar Kartikeya Dwivedi1-5/+1
2024-12-13selftest/bpf: Replace magic constants by macrosAnton Protopopov1-3/+3
2024-12-13selftests/bpf: Add tests for fd_array_cntAnton Protopopov1-0/+441