summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2023-11-26Merge tag 'parisc-for-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+0
2023-11-25Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2023-11-25parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codesHelge Deller1-2/+0
2023-11-24Merge tag 'pm-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-1/+1
2023-11-23Merge tag 'net-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds14-217/+639
2023-11-23tools: ynl: fix duplicate op name in devlinkJakub Kicinski2-1/+7
2023-11-23tools: ynl: fix header path for nfsdJakub Kicinski1-1/+1
2023-11-23vsock/test: fix SEQPACKET message bounds testArseniy Krasnov1-6/+13
2023-11-23kselftest/arm64: Fix output formatting for za-forkMark Brown1-1/+1
2023-11-22Merge tag 'hyperv-fixes-signed-20231121' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-10/+14
2023-11-21selftests/bpf: check if max number of bpf_loop iterations is trackedEduard Zingerman1-0/+75
2023-11-21bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman1-10/+25
2023-11-21selftests/bpf: test widening for iterating callbacksEduard Zingerman1-0/+20
2023-11-21selftests/bpf: tests for iterating callbacksEduard Zingerman2-0/+149
2023-11-21bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman3-14/+60
2023-11-21selftests/bpf: fix bpf_loop_bench for new callback verification schemeEduard Zingerman1-5/+8
2023-11-21selftests/bpf: track string payload offset as scalar in strobemetaEduard Zingerman1-30/+48
2023-11-21selftests/bpf: track tcp payload offset as scalar in xdp_synproxyEduard Zingerman1-32/+52
2023-11-20selftests/bpf: Add netkit to tc_redirect selftestDaniel Borkmann1-0/+52
2023-11-20selftests/bpf: De-veth-ize the tc_redirect test caseDaniel Borkmann1-126/+137
2023-11-20PM: tools: Fix sleepgraph syntax errorDavid Woodhouse1-1/+1
2023-11-18Merge tag 'turbostat-2023.11.07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1442/+1442
2023-11-18Merge tag 'mm-hotfixes-stable-2023-11-17-14-04' of git://git.kernel.org/pub/s...Linus Torvalds3-11/+16
2023-11-17kselftest: rtnetlink: fix ip route command typoPaolo Abeni1-1/+1
2023-11-16Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds7-18/+128
2023-11-16Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski6-17/+127
2023-11-16selftests/mm: add hugetlb_fault_after_madv to .gitignoreBreno Leitao1-0/+1
2023-11-16selftests/mm: restore number of hugepagesBreno Leitao1-0/+3
2023-11-16selftests: mm: fix some build warningsMuhammad Usama Anjum1-5/+5
2023-11-16selftests: mm: skip whole test instead of failureMuhammad Usama Anjum1-6/+7
2023-11-15selftests: mptcp: fix fastclose with csum failurePaolo Abeni1-1/+1
2023-11-12Merge tag 'loongarch-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds6-6/+12
2023-11-11hv/hv_kvp_daemon: Some small fixes for handling NM keyfilesAni Sinha2-10/+14
2023-11-10selftests/bpf: add more test cases for check_cfg()Andrii Nakryiko1-0/+62
2023-11-10bpf: fix control-flow graph checking in privileged modeAndrii Nakryiko2-6/+9
2023-11-10selftests/bpf: add edge case backtracking logic testAndrii Nakryiko1-0/+40
2023-11-10bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko1-4/+4
2023-11-10selftests: bpf: xskxceiver: ksft_print_msg: fix format type errorAnders Roxell1-7/+12
2023-11-10Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds19-50/+524
2023-11-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski11-25/+234
2023-11-08Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-46/+270
2023-11-08selftests/bpf: Enable cpu v4 tests for LoongArchHengqi Chen6-6/+12
2023-11-08tools/power turbostat: version 2023.11.07Len Brown1-1/+1
2023-11-08tools/power/turbostat: bugfix "--show IPC"Len Brown1-2/+4
2023-11-08Merge tag 'pm-6.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-1/+1
2023-11-08selftests/bpf: get trusted cgrp from bpf_iter__cgroup directlyChuyi Zhou1-12/+4
2023-11-08test/vsock: add dobule bind connect testFilippo Storniolo3-0/+100
2023-11-08test/vsock: refactor vsock_acceptFilippo Storniolo1-12/+20
2023-11-08test/vsock fix: add missing check on socket creationFilippo Storniolo1-0/+8
2023-11-07Merge branch 'pm-tools'Rafael J. Wysocki1-1/+1