summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* selftests/bpf: Fix flaky fib_lookup testMartin KaFai Lau2023-05-111-2/+10
* selftests/bpf: move SYS() macro into the test_progs.hHangbin Liu2023-05-1111-263/+193
* selftests/bpf: Fix IMA testRoberto Sassu2023-05-111-8/+21
* libbpf: Fix bpf_xdp_query() in old kernelsYonghong Song2023-05-111-1/+7
* libbpf: Fix arm syscall regs spec in bpf_tracing.hPuranjay Mohan2023-05-111-0/+1
* tools: bpftool: Remove invalid \' json escapeLuis Gerhorst2023-05-111-3/+0
* tools/x86/kcpuid: Fix avx512bw and avx512lvl fields in Fn00000007Terry Bowman2023-05-111-2/+2
* selftests/clone3: fix number of tests in ksft_set_planTobias Klauser2023-05-111-2/+2
* selftests/resctrl: Check for return value after write_schemata()Ilpo Järvinen2023-05-111-1/+6
* selftests/resctrl: Allow ->setup() to return errorsIlpo Järvinen2023-05-117-6/+12
* selftests/resctrl: Move ->setup() call outside of test specific branchesIlpo Järvinen2023-05-111-13/+6
* selftests/resctrl: Return NULL if malloc_and_init_memory() did not alloc memIlpo Järvinen2023-05-111-0/+2
* Merge tag 'mm-hotfixes-stable-2023-04-19-16-36' of git://git.kernel.org/pub/s...Linus Torvalds2023-04-192-8/+8
|\
| * tools/Makefile: do missed s/vm/mm/SeongJae Park2023-04-181-7/+7
| * tools/mm/page_owner_sort.c: fix TGID output when cull=tg is usedSteve Chou2023-04-161-1/+1
* | tools/loongarch: Use __SIZEOF_LONG__ to define __BITS_PER_LONGTiezhu Yang2023-04-191-1/+1
* | Merge tag 'net-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-04-1314-276/+485
|\ \
| * | selftests/bpf: Adjust bpf_xdp_metadata_rx_hash for new argJesper Dangaard Brouer2023-04-136-12/+23
| * | selftests/bpf: xdp_hw_metadata remove bpf_printk and add countersJesper Dangaard Brouer2023-04-132-16/+24
| * | selftests: add the missing CONFIG_IP_SCTP in net configXin Long2023-04-131-0/+1
| * | selftests: openvswitch: adjust datapath NL message declarationAaron Conole2023-04-131-1/+1
| * | selftests: mptcp: userspace pm: uniform verify eventsMatthieu Baerts2023-04-131-0/+2
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-04-071-3/+27
| |\ \
| | * | selftests/bpf: fix xdp_redirect xdp-features selftest for veth driverLorenzo Bianconi2023-04-061-3/+27
| * | | selftests: bonding: add arp validate testHangbin Liu2023-04-071-0/+55
| * | | selftests: bonding: re-format bond option testsHangbin Liu2023-04-074-246/+354
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-04-101-1/+1
|\ \ \ \
| * | | | tools/virtio: fix typo in README instructionsRoss Zwisler2023-04-041-1/+1
* | | | | Merge tag 'mm-hotfixes-stable-2023-04-07-16-23' of git://git.kernel.org/pub/s...Linus Torvalds2023-04-081-0/+16
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | maple_tree: fix write memory barrier of nodes once dead for RCU modeLiam R. Howlett2023-04-051-0/+16
* | | | Merge tag 'net-6.3-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2023-04-061-0/+1
|\ \ \ \
| * | | | selftests: net: rps_default_mask.sh: delete veth link specificallyHangbin Liu2023-04-051-0/+1
| | |/ / | |/| |
* | | | Merge tag 'linux-kselftest-fixes-6.3-rc6' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-04-061-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | selftests mount: Fix mount_setattr_test builds failedAnh Tuan Phan2023-03-311-0/+1
* | | | Merge tag 'net-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-03-301-0/+90
|\ \ \ \
| * | | | test/vsock: new skbuff appending testArseniy Krasnov2023-03-301-0/+90
| | |_|/ | |/| |
* | | | Merge tag 'linux-kselftest-fixes-6.3-rc5' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-03-282-6/+24
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | selftests: sigaltstack: fix -WuninitializedNick Desaulniers2023-03-202-6/+24
* | | Merge tag 'x86_urgent_for_v6.3_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-261-3/+105
|\ \ \
| * | | selftests/x86/amx: Add a ptrace testChang S. Bae2023-03-221-3/+105
* | | | Merge tag 'mm-hotfixes-stable-2023-03-24-17-09' of git://git.kernel.org/pub/s...Linus Torvalds2023-03-241-2/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | kselftest: vm: fix unused variable warningPeter Xu2023-03-231-2/+1
* | | | Merge tag 'net-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-03-2414-146/+204
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-03-2313-143/+201
| |\ \ \
| | * \ \ Merge branch 'bpf: Allow reads from uninit stack'Alexei Starovoitov2023-03-1310-135/+194
| | |\ \ \
| | | * | | selftests/bpf: Tests for uninitialized stack readsEduard Zingerman2023-02-222-0/+96
| | | * | | bpf: Allow reads from uninit stackEduard Zingerman2023-02-228-135/+98
| | * | | | selftests/bpf: Fix progs/test_deny_namespace.c issues.Alexei Starovoitov2023-03-101-6/+4
| | * | | | selftests/bpf: Fix progs/find_vma_fail1.c build error.Alexei Starovoitov2023-03-101-0/+1
| | * | | | libbpf: Revert poisoning of strlcpyJesus Sanchez-Palencia2023-03-101-2/+2