index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Lines
2019-07-23
libbpf: fix using uninitialized ioctl results
Ilya Maximets
-4
/
+3
2019-07-23
Merge tag 'perf-urgent-for-mingo-5.3-20190723' of git://git.kernel.org/pub/sc...
Ingo Molnar
-19
/
+54
2019-07-23
selftests/bpf: add another gso_segs access
Eric Dumazet
-0
/
+11
2019-07-23
tc-testing: added tdc tests for [b|p]fifo qdisc
Roman Mashak
-0
/
+304
2019-07-23
selftests: forwarding: gre_multipath: Fix flower filters
Ido Schimmel
-12
/
+12
2019-07-23
selftests: forwarding: gre_multipath: Enable IPv4 forwarding
Ido Schimmel
-0
/
+4
2019-07-23
selftests/x86: fix spelling mistake "FAILT" -> "FAIL"
Colin Ian King
-1
/
+1
2019-07-23
selftests: kmod: Fix typo in kmod.sh
Masanari Iida
-3
/
+3
2019-07-23
perf build: Do not use -Wshadow on gcc < 4.8
Arnaldo Carvalho de Melo
-1
/
+8
2019-07-23
perf probe: Avoid calling freeing routine multiple times for same pointer
Arnaldo Carvalho de Melo
-0
/
+10
2019-07-23
perf probe: Set pev->nargs to zero after freeing pev->args entries
Arnaldo Carvalho de Melo
-0
/
+1
2019-07-23
perf session: Fix loading of compressed data split across adjacent records
Alexey Budankov
-10
/
+17
2019-07-23
perf stat: Always separate stalled cycles per insn
Cong Wang
-1
/
+2
2019-07-23
perf stat: Fix segfault for event group in repeat mode
Jiri Olsa
-1
/
+10
2019-07-23
perf tools: Fix proper buffer size for feature processing
Jiri Olsa
-1
/
+1
2019-07-23
perf script: Fix off by one in brstackinsn IPC computation
Andi Kleen
-1
/
+1
2019-07-23
perf script: Improve man page description of metrics
Andi Kleen
-3
/
+3
2019-07-23
perf script: Fix --max-blocks man page description
Andi Kleen
-1
/
+1
2019-07-22
selftests/bpf: fix sendmsg6_prog on s390
Ilya Leoshkevich
-2
/
+1
2019-07-22
libbpf: Avoid designated initializers for unnamed union members
Arnaldo Carvalho de Melo
-7
/
+7
2019-07-22
libbpf: Fix endianness macro usage for some compilers
Arnaldo Carvalho de Melo
-4
/
+6
2019-07-22
selftests/tls: add shutdown tests
Jakub Kicinski
-0
/
+27
2019-07-22
selftests/tls: close the socket with open record
Jakub Kicinski
-0
/
+10
2019-07-22
selftests/tls: add a bidirectional test
Jakub Kicinski
-0
/
+31
2019-07-22
selftests/tls: test error codes around TLS ULP installation
Jakub Kicinski
-0
/
+52
2019-07-22
selftests/tls: add a test for ULP but no keys
Jakub Kicinski
-0
/
+74
2019-07-22
x86: Remove X86_FEATURE_MFENCE_RDTSC
Josh Poimboeuf
-1
/
+0
2019-07-22
x86/mpx: Remove selftests themselves
Dave Hansen
-2259
/
+0
2019-07-22
x86/mpx: Remove selftests Makefile entry
Dave Hansen
-1
/
+1
2019-07-22
x86/syscalls: Split the x32 syscalls into their own table
Andy Lutomirski
-1
/
+90
2019-07-21
Merge tag 'ntb-5.3' of git://github.com/jonmason/ntb
Linus Torvalds
-2
/
+52
2019-07-20
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-18
/
+4
2019-07-20
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-142
/
+1029
2019-07-20
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-181
/
+206
2019-07-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-12
/
+492
2019-07-20
Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
-2
/
+2
2019-07-20
KVM: selftests: Remove superfluous define from vmx.c
Thomas Huth
-2
/
+0
2019-07-19
libbpf: sanitize VAR to conservative 1-byte INT
Andrii Nakryiko
-2
/
+7
2019-07-19
libbpf: fix SIGSEGV when BTF loading fails, but .BTF.ext exists
Andrii Nakryiko
-0
/
+6
2019-07-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
-153
/
+373
2019-07-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
-152
/
+339
2019-07-18
selftests/bpf: fix test_xdp_noinline on s390
Ilya Leoshkevich
-8
/
+9
2019-07-18
selftests/bpf: fix "valid read map access into a read-only array 1" on s390
Ilya Leoshkevich
-1
/
+1
2019-07-18
objtool: Support conditional retpolines
Josh Poimboeuf
-2
/
+11
2019-07-18
objtool: Convert insn type to enum
Josh Poimboeuf
-26
/
+20
2019-07-18
objtool: Fix seg fault on bad switch table entry
Josh Poimboeuf
-1
/
+1
2019-07-18
objtool: Support repeated uses of the same C jump table
Jann Horn
-25
/
+30
2019-07-18
objtool: Refactor jump table code
Josh Poimboeuf
-40
/
+46
2019-07-18
objtool: Refactor sibling call detection logic
Josh Poimboeuf
-32
/
+33
2019-07-18
objtool: Do frame pointer check before dead end check
Josh Poimboeuf
-9
/
+9
[prev]
[next]