aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-10bpftool: Add libbpf's version number to "bpftool version" outputQuentin Monnet2-6/+11
2022-02-10user_events: Add self-test for validator boundariesBeau Belgrave1-0/+65
2022-02-10user_events: Add self-test for perf_event integrationBeau Belgrave2-1/+169
2022-02-10user_events: Add self-test for dynamic_events integrationBeau Belgrave2-1/+131
2022-02-10user_events: Add self-test for ftrace integrationBeau Belgrave3-0/+397
2022-02-10selftest/bpf: Check invalid length in test_xdp_update_fragsLorenzo Bianconi1-1/+37
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski29-72/+248
2022-02-10Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+1
2022-02-10Merge tag 'linux-kselftest-fixes-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds6-15/+43
2022-02-10Merge tag 'linux-kselftest-kunit-fixes-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-1/+1
2022-02-11selftests: netfilter: disable rp_filter on routerHangbin Liu1-0/+1
2022-02-10bpftool: Generalize light skeleton generation.Alexei Starovoitov1-19/+20
2022-02-10libbpf: Prepare light skeleton for the kernel.Alexei Starovoitov2-21/+179
2022-02-10perf report: Output data file name in raw trace dumpAlexey Bayduraev9-37/+59
2022-02-10perf session: Load data directory files for analysisAlexey Bayduraev1-0/+133
2022-02-10perf record: Implement compatibility checksAlexey Bayduraev1-3/+46
2022-02-10perf record: Extend --threads command line optionAlexey Bayduraev3-4/+349
2022-02-10perf record: Introduce --threads command line optionAlexey Bayduraev2-1/+51
2022-02-10perf record: Introduce data transferred and compressed statsAlexey Bayduraev1-3/+22
2022-02-10perf record: Introduce compressor at mmap buffer objectAlexey Bayduraev3-7/+23
2022-02-10perf record: Introduce bytes written statsAlexey Bayduraev1-3/+18
2022-02-10perf record: Introduce data file at mmap buffer objectAlexey Bayduraev2-5/+33
2022-02-10perf record: Start threads in the beginning of trace streamingAlexey Bayduraev2-1/+121
2022-02-10perf record: Stop threads in the end of trace streamingAlexey Bayduraev1-0/+31
2022-02-10perf record: Introduce thread local variableAlexey Bayduraev1-46/+94
2022-02-10perf record: Introduce function to propagate control commandsAlexey Bayduraev2-0/+17
2022-02-10perf record: Introduce thread specific data arrayAlexey Bayduraev1-3/+244
2022-02-10tools lib: Introduce fdarray duplicate functionAlexey Bayduraev2-0/+18
2022-02-10perf record: Introduce thread affinity and mmap masksAlexey Bayduraev1-0/+123
2022-02-10KVM: selftests: nSVM: Add enlightened MSR-Bitmap selftestVitaly Kuznetsov3-0/+177
2022-02-10KVM: selftests: nSVM: Update 'struct vmcb_control_area' definitionVitaly Kuznetsov1-1/+8
2022-02-10KVM: selftests: nSVM: Set up MSR-Bitmap for SVM guestsVitaly Kuznetsov2-0/+11
2022-02-10KVM: selftests: nVMX: Add enlightened MSR-Bitmap selftestVitaly Kuznetsov1-0/+59
2022-02-10KVM: selftests: nVMX: Properly deal with 'hv_clean_fields'Vitaly Kuznetsov2-3/+152
2022-02-10KVM: selftests: Adapt hyperv_cpuid test to the newly introduced Enlightened MSR-BitmapVitaly Kuznetsov1-12/+17
2022-02-10KVM: selftests: Add an option to disable MANUAL_PROTECT_ENABLE and INITIALLY_SETDavid Matlack1-2/+11
2022-02-10perf lock: Carefully combine lock stats for discarded entriesNamhyung Kim1-0/+16
2022-02-10perf lock: Add -c/--combine-locks optionNamhyung Kim2-0/+72
2022-02-10perf lock: Fix lock name length check for printingNamhyung Kim1-1/+1
2022-02-10perf lock: Sort map info based on class nameNamhyung Kim1-1/+19
2022-02-10perf lock: Change type of lock_stat->addr to u64Namhyung Kim1-26/+9
2022-02-10perf lock: Convert lockhash_table to use hlistNamhyung Kim1-8/+8
2022-02-10perf annotate: Try chroot filename for objdumpNamhyung Kim1-0/+10
2022-02-10perf inject: Try chroot directory when reading build-idNamhyung Kim1-0/+10
2022-02-10perf tools: Try chroot'ed filename when opening dso/symbolNamhyung Kim5-2/+69
2022-02-10selftests: netfilter: synproxy test requires nf_conntrackPablo Neira Ayuso1-0/+2
2022-02-10selftests: net: test standard socket cmsgs across UDP and ICMP socketsJakub Kicinski2-0/+84
2022-02-10selftests: net: cmsg_sender: support Tx timestampingJakub Kicinski1-1/+122
2022-02-10selftests: net: cmsg_sender: support setting SO_TXTIMEJakub Kicinski1-3/+46
2022-02-10selftests: net: cmsg_so_mark: test with SO_MARK set by setsockoptJakub Kicinski2-11/+31