aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-12-05selftests/net: convert arp_ndisc_evict_nocarrier.sh to run it in unique names...Hangbin Liu1-30/+16
2023-12-05selftests/net: add lib.shHangbin Liu3-27/+87
2023-12-04netdev-genl: spec: Add PID in netdev netlink YAML specAmritha Nambiar3-0/+9
2023-12-04netdev-genl: spec: Add irq in netdev netlink YAML specAmritha Nambiar3-0/+9
2023-12-04netdev-genl: spec: Extend netdev netlink spec in YAML for NAPIAmritha Nambiar3-0/+208
2023-12-04netdev-genl: spec: Extend netdev netlink spec in YAML for queueAmritha Nambiar3-0/+268
2023-12-04selftests/bpf: Test outer map update operations in syscall programHou Tao2-7/+119
2023-12-04selftests/bpf: Add test cases for inner mapHou Tao2-0/+234
2023-12-04cxl: Add cxl_num_decoders_committed() usage to cxl_testDave Jiang3-2/+11
2023-12-05Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+6
2023-12-04perf test record user-regs: Fix mask for vg registerVeronika Molnarova2-2/+2
2023-12-04perf env: Cache the arch specific strerrno function in perf_env__arch_strerrno()Arnaldo Carvalho de Melo4-7/+12
2023-12-04perf env: Introduce perf_env__arch_strerrno()Arnaldo Carvalho de Melo3-4/+15
2023-12-04selftests/bpf: Fix spelling mistake "get_signaure_size" -> "get_signature_size"Colin Ian King1-1/+1
2023-12-04iio: add modifiers for A and B ultraviolet lightJavier Carrasco1-0/+2
2023-12-04Merge 6.7-rc4 into char-misc-linusGreg Kroah-Hartman40-123/+386
2023-12-03perf beauty: Don't use 'find ... -printf' as it isn't available in busyboxArnaldo Carvalho de Melo1-1/+3
2023-12-03perf docs: Fix man page formatting for 'perf lock'Nick Forrington1-1/+1
2023-12-02bpf: simplify tnum output if a fully known constantAndrii Nakryiko3-4/+4
2023-12-02selftests/bpf: adjust global_func15 test to validate prog exit precisionAndrii Nakryiko1-0/+32
2023-12-02selftests/bpf: validate async callback return value check correctnessAndrii Nakryiko1-8/+28
2023-12-02bpf: enforce precise retval range on program exitAndrii Nakryiko8-11/+11
2023-12-02selftests/bpf: add selftest validating callback result is enforcedAndrii Nakryiko1-0/+50
2023-12-02bpf: provide correct register name for exception callback retval checkAndrii Nakryiko2-2/+2
2023-12-01selftests/bpf: Add test that uses fsverity and xattr to sign a fileSong Liu5-8/+280
2023-12-01selftests/bpf: Add tests for filesystem kfuncsSong Liu5-0/+223
2023-12-01selftests/bpf: Sort config in alphabetic orderSong Liu1-1/+1
2023-12-01KVM: selftests: Annotate guest ucall, printf, and assert helpers with __printf()Sean Christopherson2-4/+5
2023-12-01KVM: selftests: Fix broken assert messages in Hyper-V features testSean Christopherson1-4/+4
2023-12-01KVM: selftests: Fix benign %llx vs. %lx issues in guest assertsSean Christopherson6-12/+12
2023-12-01KVM: selftests: Fix MWAIT error message when guest assertion failsSean Christopherson1-2/+4
2023-12-01selftests/bpf: Fix erroneous bitmask operationJeroen van Ingen Schenau1-2/+2
2023-11-30selftests: tc-testing: remove filters/tests.jsonPedro Tammela3-123/+121
2023-11-30selftests: tc-testing: rename concurrency.json to flower.jsonPedro Tammela1-0/+0
2023-11-30selftests: tc-testing: remove spurious './' from MakefilePedro Tammela1-1/+1
2023-11-30selftests: tc-testing: remove spurious nsPlugin usagePedro Tammela1-6/+0
2023-11-30docs: netlink: link to family documentations from spec infoJakub Kicinski1-1/+7
2023-12-01Merge tag 'perf-tools-fixes-for-v6.7-1-2023-11-29' of git://git.kernel.org/pu...Linus Torvalds28-39/+226
2023-11-30Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski29-94/+856
2023-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski15-88/+162
2023-11-30selftests: sched: Remove initialization to 0 for a static variableAtul Kumar Pant1-1/+1
2023-11-30selftests: capabilities: namespace create varies for root and normal userSwarup Laxman Kotiaklapudi1-5/+1
2023-11-30selftests: prctl: Add prctl test for PR_GET_NAMEOsama Muhammad1-0/+32
2023-12-01Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds12-84/+160
2023-11-30tools api fs: Avoid reading whole file for a 1 byte boolIan Rogers1-9/+15
2023-11-30tools api fs: Switch filename__read_str to use io.hIan Rogers2-45/+22
2023-11-30libperf: Lazily allocate/size mmap event copyIan Rogers2-4/+19
2023-11-30libapi: Add missing linux/types.h header to get the __u64 type on io.hArnaldo Carvalho de Melo1-0/+1
2023-11-30kselftest/vDSO: Use ksft_print_msg() rather than printf in vdso_test_abiMark Brown1-2/+2
2023-11-30kselftest/vDSO: Fix message formatting for clock_id loggingMark Brown1-1/+1