aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2019-05-14tools/testing/selftests/sysctl/sysctl.sh: add proc_do_large_bitmap() test caseGravatar Eric Sandeen 1-2/+79
2019-05-14tools/testing/selftests/sysctl/sysctl.sh: allow graceful use on older kernelsGravatar Luis Chamberlain 1-25/+53
2019-05-14tools/testing/selftests/sysctl/sysctl.sh: ignore diff output on verify_diff_w()Gravatar Luis Chamberlain 1-1/+1
2019-05-14tools/testing/selftests/sysctl/sysctl.sh: load module before testing for itGravatar Luis Chamberlain 1-1/+1
2019-05-14tools/testing/selftests/sysctl/sysctl.sh: remove superfluous test_reqs()Gravatar Luis Chamberlain 1-2/+0
2019-05-14exec selftests: test ->recursion_depthGravatar Alexey Dobriyan 3-1/+73
2019-05-14Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-5/+11
2019-05-14Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-2/+2
2019-05-13libbpf: detect supported kernel BTF features and sanitize BTFGravatar Andrii Nakryiko 3-33/+197
2019-05-13selftests: bpf: Add files generated after build to .gitignoreGravatar Kelsey Skunberg 1-0/+2
2019-05-13tools: bpf: synchronise BPF UAPI header with toolsGravatar Quentin Monnet 1-70/+75
2019-05-13bpf: add various test cases for backward jumpsGravatar Daniel Borkmann 1-0/+195
2019-05-10Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 10-5/+338
2019-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-2/+5
2019-05-09selftests: bpf: initialize bpf_object pointers where neededGravatar Lorenz Bauer 3-2/+5
2019-05-09Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 5-4/+913
2019-05-09Merge tag 'csky-for-linus-5.2-perf-unwind-libdw' of git://github.com/c-sky/cs...Gravatar Linus Torvalds 8-1/+288
2019-05-09csky: Add support for perf unwind-libdwGravatar Mao Han 8-1/+288
2019-05-08Merge tag 'docs-5.2' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2019-05-08Merge tag 'nolibc-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Gravatar Linus Torvalds 1-0/+194
2019-05-08Merge tag 'media/v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 1-0/+85
2019-05-08tool headers nolibc: add RISCV supportGravatar Pranith Kumar 1-0/+194
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 122-971/+12378
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-4/+0
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+19
2019-05-07docs: livepatch: convert docs to ReST and rename to *.rstGravatar Mauro Carvalho Chehab 1-1/+1
2019-05-07Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+2
2019-05-07Merge tag 'ktest-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 2-8/+37
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 5-91/+100
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-0/+19
2019-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Gravatar Linus Torvalds 1-1/+2
2019-05-06Merge tag 'linux-kselftest-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 27-186/+782
2019-05-06Merge tag 'acpi-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 3-32/+32
2019-05-06Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 1-1/+8
2019-05-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 120-7786/+12083
2019-05-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 28-475/+292
2019-05-06Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 11-102/+382
2019-05-06libbpf: remove unnecessary cast-to-voidGravatar Björn Töpel 1-14/+10
2019-05-06Merge branch 'acpica'Gravatar Rafael J. Wysocki 3-32/+32
2019-05-05selftests: Add loopback testGravatar Jiri Pirko 1-0/+94
2019-05-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 12-21/+154
2019-05-05libbpf: add libbpf_util.h to header install.Gravatar William Tu 1-0/+1
2019-05-05tools/bpf: fix perf build error with uClibc (seen on ARC)Gravatar Vineet Gupta 1-0/+2
2019-05-04bpftool: exclude bash-completion/bpftool from .gitignore patternGravatar Masahiro Yamada 1-1/+1
2019-05-04libbpf: proper XSKMAP cleanupGravatar Björn Töpel 1-55/+60
2019-05-04libbpf: fix invalid munmap callGravatar Björn Töpel 1-37/+40
2019-05-04selftests/bpf: set RLIMIT_MEMLOCK properly for test_libbpf_open.cGravatar Yonghong Song 1-0/+2
2019-05-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-4/+14
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 6-11/+84
2019-05-02perf tools: Remove needless asm/unistd.h include fixing build in some placesGravatar Arnaldo Carvalho de Melo 1-1/+0