summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2019-07-19libbpf: sanitize VAR to conservative 1-byte INTAndrii Nakryiko
2019-07-19libbpf: fix SIGSEGV when BTF loading fails, but .BTF.ext existsAndrii Nakryiko
2019-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-07-18selftests/bpf: fix test_xdp_noinline on s390Ilya Leoshkevich
2019-07-18selftests/bpf: fix "valid read map access into a read-only array 1" on s390Ilya Leoshkevich
2019-07-17selftests: add a test case for rp_filterCong Wang
2019-07-16selftests/bpf: fix perf_buffer on s390Ilya Leoshkevich
2019-07-16selftests/bpf: structure test_{progs, maps, verifier} test runners uniformlyAndrii Nakryiko
2019-07-16selftests/bpf: fix test_verifier/test_maps make dependenciesAndrii Nakryiko
2019-07-16libbpf: fix another GCC8 warning for strncpyAndrii Nakryiko
2019-07-16selftests/bpf: skip nmi test when perf hw events are disabledIlya Leoshkevich
2019-07-16selftests/bpf: fix "alu with different scalars 1" on s390Ilya Leoshkevich
2019-07-16selftests/bpf: remove logic duplication in test_verifierAndrii Nakryiko
2019-07-15bpf: sync bpf.h to tools/Stanislav Fomichev
2019-07-15selftests/bpf: add selftests for wide loadsStanislav Fomichev
2019-07-15selftests/bpf: rename verifier/wide_store.c to verifier/wide_access.cStanislav Fomichev
2019-07-15selftests/bpf: put test_stub.o into $(OUTPUT)Ilya Leoshkevich
2019-07-15selftests/bpf: make directory prerequisites order-onlyIlya Leoshkevich
2019-07-15selftests/bpf: fix attach_probe on s390Ilya Leoshkevich
2019-07-15selftests/bpf: use typedef'ed arrays as map valuesAndrii Nakryiko
2019-07-15selftests/bpf: add trickier size resolution testsAndrii Nakryiko
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2019-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-07-12Merge tag 'linux-kselftest-5.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-07-12tc-tests: updated skbedit testsRoman Mashak
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-07-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-07-12tools/vm/slabinfo: add sorting info to help menuTobin C. Harding
2019-07-12tools/vm/slabinfo: add option to sort by partial slabsTobin C. Harding
2019-07-12tools/vm/slabinfo: add partial slab listing to -XTobin C. Harding
2019-07-12tools/vm/slabinfo: order command line optionsTobin C. Harding
2019-07-12selftests/bpf: fix compiling loop{1, 2, 3}.c on s390Ilya Leoshkevich
2019-07-12selftests/bpf: make PT_REGS_* work in userspaceIlya Leoshkevich
2019-07-12selftests/bpf: fix s930 -> s390 typoIlya Leoshkevich
2019-07-12selftests/bpf: compile progs with -D__TARGET_ARCH_$(SRCARCH)Ilya Leoshkevich
2019-07-12selftests/bpf: do not ignore clang failuresIlya Leoshkevich
2019-07-12tools: bpftool: add raw_tracepoint_writable prog type to headerDaniel T. Lee
2019-07-12selftests/bpf: fix bpf_target_sparc checkIlya Leoshkevich
2019-07-12libbpf: fix ptr to u64 conversion warning on 32-bit platformsAndrii Nakryiko
2019-07-11Merge tag 'staging-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-07-11Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-07-11kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctreeMasahiro Yamada
2019-07-09tc-testing: introduce scapyPlugin for basic trafficLucas Bates
2019-07-09tc-testing: Allow tdc plugins to see test case dataLucas Bates
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds
2019-07-09tc-tests: Add tc action ct testsPaul Blakey