summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2024-02-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-239/+236
2024-02-16selftests/bpf: Remove empty TEST_CUSTOM_PROGSMarcos Paulo de Souza-3/+2
2024-02-16net/sched: act_mirred: use the backlog for mirred ingressJakub Kicinski-3/+0
2024-02-16selftests: bonding: make sure new active is not nullHangbin Liu-2/+2
2024-02-15evm: Move to LSM infrastructureRoberto Sassu-0/+3
2024-02-15ima: Move to LSM infrastructureRoberto Sassu-0/+3
2024-02-15selftest/bpf: Test the read of vsyscall page under x86-64Hou Tao-0/+102
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-60/+230
2024-02-15bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19Yonghong Song-4/+8
2024-02-15Merge tag 'net-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-41/+163
2024-02-15Merge tag 'devicetree-fixes-for-6.8-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-6/+7
2024-02-14selftests: tls: increase the wait in poll_partial_rec_asyncJakub Kicinski-2/+2
2024-02-14Merge tag 'landlock-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-13/+59
2024-02-14Merge tag 'kvm-x86-selftests-6.8-rcN' of https://github.com/kvm-x86/linux int...Paolo Bonzini-239/+236
2024-02-13bpf: emit source code file name and line number in verifier logAndrii Nakryiko-2/+2
2024-02-13selftests/bpf: add anonymous user struct as global subprog arg testAndrii Nakryiko-0/+29
2024-02-13bpf: don't infer PTR_TO_CTX for programs with unnamed context typeAndrii Nakryiko-0/+19
2024-02-13selftests/bpf: Test PTR_MAYBE_NULL arguments of struct_ops operators.Kui-Feng Lee-1/+115
2024-02-13selftests/resctrl: Get domain id from cache idIlpo Järvinen-12/+21
2024-02-13selftests/resctrl: Rename resource ID to domain IDIlpo Järvinen-25/+25
2024-02-13selftests/resctrl: Add helper to convert L2/3 to integerIlpo Järvinen-8/+20
2024-02-13selftests/resctrl: Pass write_schemata() resource instead of test nameIlpo Järvinen-38/+38
2024-02-13selftests/resctrl: Introduce generalized test frameworkIlpo Järvinen-121/+148
2024-02-13selftests/resctrl: Create struct for input parametersIlpo Järvinen-71/+95
2024-02-13selftests/resctrl: Restore the CPU affinity after CAT testIlpo Järvinen-9/+42
2024-02-13selftests/resctrl: Rewrite Cache Allocation Technology (CAT) testIlpo Järvinen-199/+139
2024-02-13selftests/resctrl: Read in less obvious order to defeat prefetch optimizationsIlpo Järvinen-8/+30
2024-02-13selftests/resctrl: Replace file write with volatile variableIlpo Järvinen-21/+16
2024-02-13selftests/resctrl: Open perf fd before start & add error handlingIlpo Järvinen-11/+23
2024-02-13selftests/resctrl: Move cat_val() to cat_test.c and rename to cat_test()Ilpo Järvinen-87/+90
2024-02-13selftests/resctrl: Convert perf related globals to localsIlpo Järvinen-32/+40
2024-02-13selftests/resctrl: Improve perf initIlpo Järvinen-10/+6
2024-02-13selftests/resctrl: Consolidate naming of perf event related thingsIlpo Järvinen-21/+21
2024-02-13selftests/resctrl: Remove nested calls in perf event handlingIlpo Järvinen-50/+14
2024-02-13selftests/resctrl: Remove unnecessary __u64 -> unsigned long conversionIlpo Järvinen-19/+13
2024-02-13selftests/resctrl: Split show_cache_info() to test specific and generic partsIlpo Järvinen-44/+66
2024-02-13selftests/resctrl: Split measure_cache_vals()Ilpo Järvinen-27/+41
2024-02-13selftests/resctrl: Exclude shareable bits from schemata in CAT testIlpo Järvinen-4/+99
2024-02-13selftests/resctrl: Create cache_portion_size() helperIlpo Järvinen-9/+33
2024-02-13selftests/resctrl: Mark get_cache_size() cache_type constIlpo Järvinen-2/+2
2024-02-13selftests/resctrl: Refactor get_cbm_mask() and rename to get_full_cbm()Ilpo Järvinen-24/+41
2024-02-13selftests/resctrl: Refactor fill_buf functionsIlpo Järvinen-43/+18
2024-02-13selftests/resctrl: Split fill_buf to allow tests finer-grained controlIlpo Järvinen-6/+15
2024-02-13selftests/resctrl: Change function comments to say < 0 on errorIlpo Järvinen-6/+6
2024-02-13selftests/resctrl: Don't use ctrlc_handler() outside signal handlingIlpo Järvinen-1/+0
2024-02-13selftests/resctrl: Return -1 instead of errno on errorIlpo Järvinen-14/+14
2024-02-13selftests/resctrl: Convert perror() to ksft_perror() or ksft_print_msg()Ilpo Järvinen-70/+77
2024-02-13bpf: Abstract loop unrolling pragmas in BPF selftestsJose E. Marchesi-42/+102
2024-02-13selftests/bpf: Ensure fentry prog cannot attach to bpf_spin_{lock,unlcok}()Yonghong Song-0/+57
2024-02-13selftests: net: more pmtu.sh fixesPaolo Abeni-2/+2