index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-22
78
-249
/
+307
|
\
|
*
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2019-06-21
74
-208
/
+74
|
|
\
|
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505
Thomas Gleixner
2019-06-19
1
-2
/
+1
|
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
29
-112
/
+29
|
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499
Thomas Gleixner
2019-06-19
2
-5
/
+2
|
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 485
Thomas Gleixner
2019-06-19
1
-9
/
+1
|
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482
Thomas Gleixner
2019-06-19
25
-53
/
+25
|
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 481
Thomas Gleixner
2019-06-19
2
-2
/
+2
|
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 480
Thomas Gleixner
2019-06-19
1
-0
/
+1
|
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 479
Thomas Gleixner
2019-06-19
1
-2
/
+1
|
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 472
Thomas Gleixner
2019-06-19
5
-5
/
+5
|
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 466
Thomas Gleixner
2019-06-19
1
-0
/
+1
|
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 247
Thomas Gleixner
2019-06-19
1
-0
/
+1
|
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-06-19
1
-12
/
+1
|
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 232
Thomas Gleixner
2019-06-19
3
-3
/
+3
|
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230
Thomas Gleixner
2019-06-19
1
-3
/
+1
|
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-06-20
9
-41
/
+233
|
|
\
\
|
|
*
|
KVM: nVMX: reorganize initial steps of vmx_set_nested_state
Paolo Bonzini
2019-06-20
1
-12
/
+20
|
|
*
|
tests: kvm: Check for a kernel warning
Aaron Lewis
2019-06-19
7
-0
/
+184
|
|
*
|
kvm: tests: Sort tests in the Makefile alphabetically
Aaron Lewis
2019-06-19
1
-10
/
+10
|
|
*
|
KVM: x86: Modify struct kvm_nested_state to have explicit fields for data
Liran Alon
2019-06-19
2
-22
/
+22
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-06-20
68
-755
/
+3053
|
\
\
\
\
|
*
|
|
|
selftests/bpf: add realistic loop tests
Alexei Starovoitov
2019-06-19
15
-12
/
+1347
|
*
|
|
|
selftests/bpf: add basic verifier tests for loops
Alexei Starovoitov
2019-06-19
1
-0
/
+161
|
*
|
|
|
selftests/bpf: fix tests
Alexei Starovoitov
2019-06-19
3
-20
/
+24
|
*
|
|
|
selftests/bpf: fix tests due to const spill/fill
Alexei Starovoitov
2019-06-19
2
-14
/
+17
|
*
|
|
|
libbpf: constify getter APIs
Andrii Nakryiko
2019-06-19
2
-70
/
+72
|
*
|
|
|
selftests/bpf: convert tests w/ custom values to BTF-defined maps
Andrii Nakryiko
2019-06-18
14
-140
/
+285
|
*
|
|
|
selftests/bpf: switch BPF_ANNOTATE_KV_PAIR tests to BTF-defined maps
Andrii Nakryiko
2019-06-18
5
-72
/
+87
|
*
|
|
|
selftests/bpf: add test for BTF-defined maps
Andrii Nakryiko
2019-06-18
2
-7
/
+76
|
*
|
|
|
libbpf: allow specifying map definitions using BTF
Andrii Nakryiko
2019-06-18
2
-9
/
+345
|
*
|
|
|
libbpf: split initialization and loading of BTF
Andrii Nakryiko
2019-06-18
1
-10
/
+24
|
*
|
|
|
libbpf: identify maps by section index in addition to offset
Andrii Nakryiko
2019-06-18
1
-15
/
+25
|
*
|
|
|
libbpf: refactor map initialization
Andrii Nakryiko
2019-06-18
1
-114
/
+133
|
*
|
|
|
libbpf: streamline ELF parsing error-handling
Andrii Nakryiko
2019-06-18
1
-24
/
+20
|
*
|
|
|
libbpf: extract BTF loading logic
Andrii Nakryiko
2019-06-18
1
-38
/
+55
|
*
|
|
|
libbpf: add common min/max macro to libbpf_internal.h
Andrii Nakryiko
2019-06-18
5
-15
/
+10
|
*
|
|
|
selftests/bpf: convert socket_cookie test to sk storage
Stanislav Fomichev
2019-06-15
2
-32
/
+38
|
*
|
|
|
bpf/tools: sync bpf.h
Stanislav Fomichev
2019-06-15
1
-0
/
+2
|
*
|
|
|
bpf: Add test for SO_REUSEPORT_DETACH_BPF
Martin KaFai Lau
2019-06-15
1
-0
/
+54
|
*
|
|
|
bpf: Sync asm-generic/socket.h to tools/
Martin KaFai Lau
2019-06-15
1
-0
/
+147
|
*
|
|
|
libbpf: fix check for presence of associated BTF for map creation
Andrii Nakryiko
2019-06-15
1
-4
/
+5
|
*
|
|
|
selftests/bpf: signedness bug in enable_all_controllers()
Dan Carpenter
2019-06-15
1
-1
/
+1
|
*
|
|
|
bpf: use libbpf_num_possible_cpus internally
Hechao Li
2019-06-11
2
-80
/
+10
|
*
|
|
|
selftests/bpf: remove bpf_util.h from BPF C progs
Hechao Li
2019-06-11
5
-4
/
+6
|
*
|
|
|
bpf: add a new API libbpf_num_possible_cpus()
Hechao Li
2019-06-11
3
-0
/
+74
|
*
|
|
|
selftests/bpf : clean up feature/ when make clean
Hechao Li
2019-06-11
1
-1
/
+2
|
*
|
|
|
selftests/bpf: fix constness of source arg for bpf helpers
Andrii Nakryiko
2019-06-11
1
-2
/
+2
|
*
|
|
|
libbpf: remove qidconf and better support external bpf programs.
Jonathan Lemon
2019-06-11
1
-75
/
+28
|
*
|
|
|
tools/bpf: Add bpf_map_lookup_elem selftest for xskmap
Jonathan Lemon
2019-06-11
1
-0
/
+18
[next]