summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2025-04-25Merge branch 'perf/urgent'Peter Zijlstra-353/+1447
2025-04-25tools/hv: update route parsing in kvp daemonOlaf Hering-24/+84
2025-04-24Merge branch 'block-6.15' into for-6.16/blockJens Axboe-6/+4
2025-04-24selftests: drv-net: Test that NAPI ID is non-zeroJoe Damato-1/+112
2025-04-24selftests: drv-net: Factor out ksft C helpersJoe Damato-47/+58
2025-04-24tools: ynl: fix the header guard name for OVPNJakub Kicinski-1/+1
2025-04-24selftests/bpf: Fix endianness issue in __qspinlock declarationIlya Leoshkevich-0/+12
2025-04-24selftests/bpf: Fix arena_spin_lock on systems with less than 16 CPUsIlya Leoshkevich-6/+8
2025-04-24selftests/bpf: Fix arena_spin_lock.c build dependencyIlya Leoshkevich-0/+0
2025-04-24selftests: iou-zcrx: Get the page size at runtimeHaiyue Wang-8/+15
2025-04-24Merge tag 'landlock-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-25/+153
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-180/+1027
2025-04-24x86/insn: Fix CTEST instruction decodingKirill A. Shutemov-2/+2
2025-04-24x86/cpufeatures: Define X86_FEATURE_AMD_IBRS_SAME_MODEYosry Ahmed-0/+1
2025-04-24Merge tag 'net-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-3/+41
2025-04-24selftests: ublk: common: fix _get_disk_dev_t for pre-9.0 coreutilsUday Shankar-2/+2
2025-04-24selftests/fs/mount-notify: test also remove/flush of mntns marksAmir Goldstein-11/+46
2025-04-23selftests/tc-testing: Add test for HFSC queue emptying during peek operationCong Wang-0/+39
2025-04-23selftests/bpf: Set MACs during veth creation in tc_redirectIlya Leoshkevich-5/+6
2025-04-23selftests: mptcp: diag: use mptcp_lib_get_info_valueGeliang Tang-3/+2
2025-04-23netlink: specs: allow header properties for attribute setsJakub Kicinski-1/+1
2025-04-23selftests: ublk: remove useless 'delay_us' from 'struct dev_ctx'Ming Lei-3/+0
2025-04-23selftests: ublk: fix recover testMing Lei-1/+2
2025-04-23tools/memory-model/Documentation: Fix SRCU section in explanation.txtUladzislau Rezki (Sony)-1/+1
2025-04-23selftests/bpf: Add test to access const void pointer argument in tracing programKaFai Wan-0/+12
2025-04-23selftests/bpf: Mitigate sockmap_ktls disconnect_after_delete failureIhor Solodrai-1/+0
2025-04-23perf tools: Fix arm64 build by generating unistd_64.hJames Clark-1/+12
2025-04-23selftests: net/bridge : add tests for per vlan snooping with stp state changesYong Wang-8/+154
2025-04-22selftests/bpf: Add test for attaching kprobe with long event namesFeng Yang-0/+39
2025-04-22selftests/bpf: Add test for attaching uprobe with long event namesFeng Yang-0/+49
2025-04-22libbpf: Fix event name too long errorFeng Yang-27/+16
2025-04-22selftests/bpf: Close the file descriptor to avoid resource leaksMalaya Kumar Rout-3/+4
2025-04-22tools/memory-model: docs/references: Remove broken link to imgtec.comAkira Yokosawa-2/+1
2025-04-22tools/memory-model: docs/ordering: Fix trivial typosAkira Yokosawa-11/+11
2025-04-22tools/memory-model: docs/simple.txt: Fix trivial typosAkira Yokosawa-2/+2
2025-04-22tools/memory-model: docs/README: Update introduction of locking.txtAkira Yokosawa-2/+14
2025-04-22iio: normalize array sentinel styleDavid Lechner-1/+1
2025-04-22lib: Ensure prime numbers tests are included in KUnit test runsMark Brown-0/+2
2025-04-22PM: sleep: Use two lines for "Restarting..." / "done" messagesAndrew Sayers-1/+2
2025-04-22tools/nolibc: implement width padding in printf()Thomas Weißschuh-1/+19
2025-04-22selftests/nolibc: add test for snprintf() truncationThomas Weißschuh-1/+3
2025-04-22selftests/nolibc: rename vfprintf test suiteThomas Weißschuh-2/+2
2025-04-22selftests/nolibc: use snprintf() for printf testsThomas Weißschuh-27/+3
2025-04-22tools/nolibc: add snprintf() and friendsThomas Weißschuh-0/+55
2025-04-22tools/nolibc: allow limiting of printf destination sizeThomas Weißschuh-6/+10
2025-04-22tools/nolibc: allow different write callbacks in printfThomas Weißschuh-4/+17
2025-04-22tools/nolibc: add getopt()Thomas Weißschuh-0/+103
2025-04-22tools/nolibc: add dprintf() and vdprintf()Thomas Weißschuh-0/+24
2025-04-22Revert "selftests/nolibc: use waitid() over waitpid()"Thomas Weißschuh-6/+4
2025-04-22tools/nolibc: implement waitpid() in terms of waitid()Thomas Weißschuh-12/+58