aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-07-08kunit: tool: Enable virtio/PCI by default on UMLDavid Gow3-4/+27
2022-07-08kunit: tool: make --kunitconfig repeatable, blindly concatDaniel Latypov4-23/+89
2022-07-08selftests: drivers/dma-buf: Improve message in selftest summarySoumya Negi1-1/+2
2022-07-08selftests/kcmp: Make the test output consistent and clearGautam Menghani1-2/+4
2022-07-08tools: usb: testusb: Add super-plus speed reportingBryan O'Donoghue1-0/+2
2022-07-08tools: usb: testusb: Add super speed reportingBryan O'Donoghue1-0/+2
2022-07-08tools: usb: testusb: Add wireless speed reportingBryan O'Donoghue1-6/+8
2022-07-08selftests/bpf: Add test involving restrict type qualifierDaniel Müller3-2/+13
2022-07-08bpftool: Add support for KIND_RESTRICT to gen min_core_btf commandDaniel Müller1-0/+1
2022-07-08selftests, xsk: Rename AF_XDP testing appMaciej Fijalkowski6-13/+13
2022-07-08bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIsJoanne Koong3-11/+14
2022-07-07kunit: add coverage_uml.config to enable GCOV on UMLDaniel Latypov1-0/+11
2022-07-07kunit: tool: refactor internal kconfig handling, allow overridingDaniel Latypov3-56/+54
2022-07-07kunit: tool: introduce --qemu_argsDaniel Latypov3-7/+37
2022-07-07kunit: tool: simplify creating LinuxSourceTreeOperationsDaniel Latypov1-10/+10
2022-07-07kunit: tool: cosmetic: don't specify duplicate kernel cmdline optionsDaniel Latypov1-1/+1
2022-07-07kunit: tool: refactoring printing logic into kunit_printer.pyDaniel Latypov5-58/+82
2022-07-07kunit: tool: redo how we construct and mock LinuxSourceTreeDaniel Latypov2-87/+65
2022-07-07kunit: tool: drop unused load_config argumentDaniel Latypov2-5/+1
2022-07-07objtool: update objtool.txt referencesMauro Carvalho Chehab2-2/+2
2022-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski29-46/+334
2022-07-07selftests/sgx: Page removal stress testReinette Chatre1-0/+120
2022-07-07selftests/sgx: Test reclaiming of untouched pageReinette Chatre1-0/+80
2022-07-07selftests/sgx: Test invalid access to removed enclave pageReinette Chatre1-0/+243
2022-07-07selftests/sgx: Test faulty enclave behaviorReinette Chatre1-0/+114
2022-07-07selftests/sgx: Test complete changing of page type flowReinette Chatre3-0/+385
2022-07-07selftests/sgx: Introduce TCS initialization enclave operationReinette Chatre2-0/+38
2022-07-07selftests/sgx: Introduce dynamic entry pointReinette Chatre1-0/+6
2022-07-07selftests/sgx: Test two different SGX2 EAUG flowsReinette Chatre1-0/+250
2022-07-07selftests/sgx: Add test for TCS page permission changesReinette Chatre1-0/+71
2022-07-07selftests/sgx: Add test for EPCM permission changesReinette Chatre3-0/+267
2022-07-07Merge tag 'net-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds20-29/+200
2022-07-07selftests/bpf: Add benchmark for local_storage RCU Tasks Trace usageDave Marchevsky6-1/+416
2022-07-07libbpf, riscv: Use a0 for RC registerYixun Lan1-1/+1
2022-07-07x86/ibt, objtool: Don't discard text references from tracepoint sectionPeter Zijlstra1-2/+1
2022-07-06wireguard: selftests: use microvm on x86Jason A. Donenfeld3-8/+16
2022-07-06wireguard: selftests: always call kernel makefileJason A. Donenfeld1-3/+2
2022-07-06wireguard: selftests: use virt machine on m68kJason A. Donenfeld2-8/+6
2022-07-06wireguard: selftests: set fake real time in initJason A. Donenfeld8-0/+18
2022-07-06libbpf: Remove unnecessary usdt_rel_ip assignmentsAndrii Nakryiko1-4/+2
2022-07-06selftests/bpf: Fix few more compiler warningsAndrii Nakryiko3-4/+4
2022-07-06selftests/bpf: Fix bogus uninitialized variable warningAndrii Nakryiko1-1/+1
2022-07-06selftests: tls: add selftest variant for padJakub Kicinski1-0/+15
2022-07-06selftests: mptcp: userspace PM support for MP_PRIO signalsKishen Maloor2-2/+103
2022-07-05bpftool: Remove zlib feature test from MakefileQuentin Monnet1-9/+2
2022-07-05libbpf: Cleanup the legacy uprobe_event on failed add/attach_event()Chuang Wang1-5/+14
2022-07-05libbpf: Fix wrong variable used in perf_event_uprobe_open_legacy()Chuang Wang1-1/+1
2022-07-05libbpf: Cleanup the legacy kprobe_event on failed add/attach_event()Chuang Wang1-4/+14
2022-07-05selftests/bpf: Add type match test against kernel's task_structDaniel Müller3-0/+21
2022-07-05selftests/bpf: Add nested type to type based testsDaniel Müller3-20/+58