summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-05-07selftests/hid: skip tests with HID-BPF if udev-hid-bpf is not installedBenjamin Tissoires
2024-05-07selftests/hid: add tests for the Raptor Mach 2 joystickBenjamin Tissoires
2024-05-07selftests/hid: move the gamepads definitions in the test fileBenjamin Tissoires
2024-05-07selftests/hid: import base_gamepad.py from hid-toolsBenjamin Tissoires
2024-05-07selftests/hid: add Huion Kamvas Pro 19 testsBenjamin Tissoires
2024-05-07selftests/hid: tablets: also check for XP-Pen offset correctionBenjamin Tissoires
2024-05-07selftests/hid: tablets: add a couple of XP-PEN tabletsBenjamin Tissoires
2024-05-07selftests/hid: tablets: reduce the number of pen stateBenjamin Tissoires
2024-05-07selftests/hid: add support for HID-BPF pre-loading before starting a testBenjamin Tissoires
2024-05-07selftests/hid: import base_device.py from hid-toolsBenjamin Tissoires
2024-04-10selftests/hid: add tests for hid_bpf_input_reportBenjamin Tissoires
2024-04-10selftests/hid: Add test for hid_bpf_hw_output_reportBenjamin Tissoires
2024-04-10selftests/hid: add KASAN to the VM testsBenjamin Tissoires
2024-03-13Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2024-03-13Merge tag 'gpio-updates-for-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-03-12Merge tag 'slab-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
2024-03-12Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-03-12Merge tag 'seccomp-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-12Merge tag 'execve-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-03-12Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2024-03-11nexthop: Fix out-of-bounds access during attribute validationIdo Schimmel
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-11Merge tag 'x86-asm-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-03-11Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-03-11selftests/bpf: Add kprobe multi triggering benchmarksJiri Olsa
2024-03-11Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-11selftests/bpf: Add bpf_arena_htab test.Alexei Starovoitov
2024-03-11selftests/bpf: Add bpf_arena_list test.Alexei Starovoitov
2024-03-11selftests/bpf: Add unit tests for bpf_arena_alloc/free_pagesAlexei Starovoitov
2024-03-11bpf: Add helper macro bpf_addr_space_cast()Alexei Starovoitov
2024-03-11libbpf: Recognize __arena global variables.Andrii Nakryiko
2024-03-11bpftool: Recognize arena map typeAlexei Starovoitov
2024-03-11libbpf: Add support for bpf_arena.Alexei Starovoitov
2024-03-11libbpf: Add __arg_arena to bpf_helpers.hAlexei Starovoitov
2024-03-11bpf: Disasm support for addr_space_cast instruction.Alexei Starovoitov
2024-03-11bpf: Introduce bpf_arena.Alexei Starovoitov
2024-03-11netlink: specs: support generating code for genl socket privJakub Kicinski
2024-03-11tools: ynl: remove trailing semicolonJakub Kicinski
2024-03-11selftests: mptcp: use KSFT_SKIP/KSFT_PASS/KSFT_FAILGeliang Tang
2024-03-11selftests: mptcp: declare event macros in mptcp_libGeliang Tang
2024-03-11selftests: mptcp: add mptcp_lib_verify_listener_eventsGeliang Tang
2024-03-11selftests: mptcp: print_test out of verify_listener_eventsGeliang Tang
2024-03-11selftests: mptcp: extract mptcp_lib_check_expectedGeliang Tang
2024-03-11selftests: mptcp: call test_fail without argumentGeliang Tang
2024-03-11selftests: mptcp: print test results with colorsGeliang Tang
2024-03-11selftests: mptcp: use += operator to append stringsGeliang Tang