summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-1924-153/+373
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-1823-152/+339
| |\
| | * selftests/bpf: fix test_xdp_noinline on s390Ilya Leoshkevich2019-07-181-8/+9
| | * selftests/bpf: fix "valid read map access into a read-only array 1" on s390Ilya Leoshkevich2019-07-181-1/+1
| | * selftests/bpf: fix perf_buffer on s390Ilya Leoshkevich2019-07-173-17/+11Star
| | * selftests/bpf: structure test_{progs, maps, verifier} test runners uniformlyAndrii Nakryiko2019-07-171-14/+10Star
| | * selftests/bpf: fix test_verifier/test_maps make dependenciesAndrii Nakryiko2019-07-171-3/+3
| | * libbpf: fix another GCC8 warning for strncpyAndrii Nakryiko2019-07-161-1/+2
| | * selftests/bpf: skip nmi test when perf hw events are disabledIlya Leoshkevich2019-07-161-1/+32
| | * selftests/bpf: fix "alu with different scalars 1" on s390Ilya Leoshkevich2019-07-161-1/+1
| | * selftests/bpf: remove logic duplication in test_verifierAndrii Nakryiko2019-07-161-20/+15Star
| | * bpf: sync bpf.h to tools/Stanislav Fomichev2019-07-151-2/+2
| | * selftests/bpf: add selftests for wide loadsStanislav Fomichev2019-07-151-0/+37
| | * selftests/bpf: rename verifier/wide_store.c to verifier/wide_access.cStanislav Fomichev2019-07-152-36/+36
| | * selftests/bpf: put test_stub.o into $(OUTPUT)Ilya Leoshkevich2019-07-151-2/+5
| | * selftests/bpf: make directory prerequisites order-onlyIlya Leoshkevich2019-07-151-8/+8
| | * selftests/bpf: fix attach_probe on s390Ilya Leoshkevich2019-07-151-0/+2
| | * selftests/bpf: use typedef'ed arrays as map valuesAndrii Nakryiko2019-07-153-4/+4
| | * selftests/bpf: add trickier size resolution testsAndrii Nakryiko2019-07-151-0/+88
| | * selftests/bpf: fix compiling loop{1, 2, 3}.c on s390Ilya Leoshkevich2019-07-123-3/+3
| | * selftests/bpf: make PT_REGS_* work in userspaceIlya Leoshkevich2019-07-121-20/+55
| | * selftests/bpf: fix s930 -> s390 typoIlya Leoshkevich2019-07-121-5/+5
| | * selftests/bpf: compile progs with -D__TARGET_ARCH_$(SRCARCH)Ilya Leoshkevich2019-07-121-1/+3
| | * selftests/bpf: do not ignore clang failuresIlya Leoshkevich2019-07-121-6/+7
| | * tools: bpftool: add raw_tracepoint_writable prog type to headerDaniel T. Lee2019-07-121-0/+1
| | * selftests/bpf: fix bpf_target_sparc checkIlya Leoshkevich2019-07-121-2/+2
| | * libbpf: fix ptr to u64 conversion warning on 32-bit platformsAndrii Nakryiko2019-07-121-2/+2
| * | selftests: add a test case for rp_filterCong Wang2019-07-181-1/+34
* | | Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-07-189-16/+101
|\ \ \
| * | | ftrace/selftest: Test if set_event/ftrace_pid exists before writingSteven Rostedt (VMware)2019-07-161-2/+2
| * | | ftrace/selftests: Return the skip code when tracing directory not configured ...Steven Rostedt (VMware)2019-07-161-6/+32
| * | | perf-probe: Add user memory access attribute supportMasami Hiramatsu2019-05-266-8/+35
| * | | selftests/ftrace: Add user-memory access syntax testcaseMasami Hiramatsu2019-05-261-0/+32
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-178-7/+432
|\ \ \ \
| * | | | selftests/ptrace: add a test case for PTRACE_GET_SYSCALL_INFODmitry V. Levin2019-07-173-1/+273
| * | | | ptrace: add PTRACE_GET_SYSCALL_INFO requestElvira Khabirova2019-07-171-4/+9
| * | | | proc: test /proc/sysvipc vs setns(CLONE_NEWIPC)Alexey Dobriyan2019-07-173-0/+135
| * | | | tools/testing/selftests/proc/proc-pid-vm.c: hide "segfault at ffffffffff60000...Alexey Dobriyan2019-07-171-2/+15
* | | | | Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds2019-07-162-2/+2
|\ \ \ \ \
| * | | | | docs: cgroup-v1: add it to the admin-guide bookMauro Carvalho Chehab2019-07-151-1/+1
| * | | | | docs: blockdev: add it to the admin-guideMauro Carvalho Chehab2019-07-151-1/+1
| * | | | | docs: blockdev: convert to ReSTMauro Carvalho Chehab2019-07-151-1/+1
* | | | | | Merge tag 'safesetid-5.3' of git://github.com/micah-morton/linuxLinus Torvalds2019-07-161-11/+7Star
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | LSM: SafeSetID: verify transitive constrainednessJann Horn2019-07-151-1/+3
| * | | | | LSM: SafeSetID: rewrite userspace API to atomic updatesJann Horn2019-07-151-11/+5Star
| |/ / / /
* | | | | Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-162-7/+6Star
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | tools: PCI: Fix installation when `make tools/pci_install`Andy Shevchenko2019-07-091-3/+2Star
| * | | | tools: PCI: Fix compiler warning in pcitestAlan Mikhak2019-05-291-1/+1
| * | | | tools: PCI: Fix broken pcitest compilationAlan Mikhak2019-05-291-3/+3
| |/ / /
* | | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-07-151-11/+46
|\ \ \ \