summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2019-07-23libbpf: fix using uninitialized ioctl resultsIlya Maximets-4/+3
2019-07-23Merge tag 'perf-urgent-for-mingo-5.3-20190723' of git://git.kernel.org/pub/sc...Ingo Molnar-19/+54
2019-07-23selftests/bpf: add another gso_segs accessEric Dumazet-0/+11
2019-07-23tc-testing: added tdc tests for [b|p]fifo qdiscRoman Mashak-0/+304
2019-07-23selftests: forwarding: gre_multipath: Fix flower filtersIdo Schimmel-12/+12
2019-07-23selftests: forwarding: gre_multipath: Enable IPv4 forwardingIdo Schimmel-0/+4
2019-07-23selftests/x86: fix spelling mistake "FAILT" -> "FAIL"Colin Ian King-1/+1
2019-07-23selftests: kmod: Fix typo in kmod.shMasanari Iida-3/+3
2019-07-23perf build: Do not use -Wshadow on gcc < 4.8Arnaldo Carvalho de Melo-1/+8
2019-07-23perf probe: Avoid calling freeing routine multiple times for same pointerArnaldo Carvalho de Melo-0/+10
2019-07-23perf probe: Set pev->nargs to zero after freeing pev->args entriesArnaldo Carvalho de Melo-0/+1
2019-07-23perf session: Fix loading of compressed data split across adjacent recordsAlexey Budankov-10/+17
2019-07-23perf stat: Always separate stalled cycles per insnCong Wang-1/+2
2019-07-23perf stat: Fix segfault for event group in repeat modeJiri Olsa-1/+10
2019-07-23perf tools: Fix proper buffer size for feature processingJiri Olsa-1/+1
2019-07-23perf script: Fix off by one in brstackinsn IPC computationAndi Kleen-1/+1
2019-07-23perf script: Improve man page description of metricsAndi Kleen-3/+3
2019-07-23perf script: Fix --max-blocks man page descriptionAndi Kleen-1/+1
2019-07-22selftests/bpf: fix sendmsg6_prog on s390Ilya Leoshkevich-2/+1
2019-07-22libbpf: Avoid designated initializers for unnamed union membersArnaldo Carvalho de Melo-7/+7
2019-07-22libbpf: Fix endianness macro usage for some compilersArnaldo Carvalho de Melo-4/+6
2019-07-22selftests/tls: add shutdown testsJakub Kicinski-0/+27
2019-07-22selftests/tls: close the socket with open recordJakub Kicinski-0/+10
2019-07-22selftests/tls: add a bidirectional testJakub Kicinski-0/+31
2019-07-22selftests/tls: test error codes around TLS ULP installationJakub Kicinski-0/+52
2019-07-22selftests/tls: add a test for ULP but no keysJakub Kicinski-0/+74
2019-07-22x86: Remove X86_FEATURE_MFENCE_RDTSCJosh Poimboeuf-1/+0
2019-07-22x86/mpx: Remove selftests themselvesDave Hansen-2259/+0
2019-07-22x86/mpx: Remove selftests Makefile entryDave Hansen-1/+1
2019-07-22x86/syscalls: Split the x32 syscalls into their own tableAndy Lutomirski-1/+90
2019-07-21Merge tag 'ntb-5.3' of git://github.com/jonmason/ntbLinus Torvalds-2/+52
2019-07-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-18/+4
2019-07-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-142/+1029
2019-07-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-181/+206
2019-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-12/+492
2019-07-20Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-2/+2
2019-07-20KVM: selftests: Remove superfluous define from vmx.cThomas Huth-2/+0
2019-07-19libbpf: sanitize VAR to conservative 1-byte INTAndrii Nakryiko-2/+7
2019-07-19libbpf: fix SIGSEGV when BTF loading fails, but .BTF.ext existsAndrii Nakryiko-0/+6
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-153/+373
2019-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-152/+339
2019-07-18selftests/bpf: fix test_xdp_noinline on s390Ilya Leoshkevich-8/+9
2019-07-18selftests/bpf: fix "valid read map access into a read-only array 1" on s390Ilya Leoshkevich-1/+1
2019-07-18objtool: Support conditional retpolinesJosh Poimboeuf-2/+11
2019-07-18objtool: Convert insn type to enumJosh Poimboeuf-26/+20
2019-07-18objtool: Fix seg fault on bad switch table entryJosh Poimboeuf-1/+1
2019-07-18objtool: Support repeated uses of the same C jump tableJann Horn-25/+30
2019-07-18objtool: Refactor jump table codeJosh Poimboeuf-40/+46
2019-07-18objtool: Refactor sibling call detection logicJosh Poimboeuf-32/+33
2019-07-18objtool: Do frame pointer check before dead end checkJosh Poimboeuf-9/+9