index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/bpf: convert test_cgrp2_attach2 example into kselftest
Roman Gushchin
2019-05-28
4
-20
/
+36
*
bpf: decouple the lifetime of cgroup_bpf from cgroup itself
Roman Gushchin
2019-05-28
4
-9
/
+72
*
samples/bpf: fix a couple of style issues in bpf_load
Daniel T. Lee
2019-05-28
1
-4
/
+4
*
selftests/bpf: fail test_tunnel.sh if subtests fail
Stanislav Fomichev
2019-05-28
1
-0
/
+32
*
Merge branch 'bpf-bpftool-dbg-output'
Daniel Borkmann
2019-05-28
16
-16
/
+92
|
\
|
*
tools: bpftool: make -d option print debug output from verifier
Quentin Monnet
2019-05-28
5
-14
/
+26
|
*
libbpf: add bpf_object__load_xattr() API function to pass log_level
Quentin Monnet
2019-05-28
4
-4
/
+25
|
*
tools: bpftool: add -d option to get debug output from libbpf
Quentin Monnet
2019-05-28
10
-2
/
+45
|
/
*
libbpf: fix warning that PTR_ERR_OR_ZERO can be used
Hariprasad Kelam
2019-05-28
1
-3
/
+1
*
bpf: style fix in while(!feof()) loop
Chang-Hsien Tsai
2019-05-28
2
-6
/
+2
*
bpf: check signal validity in nmi for bpf_send_signal() helper
Yonghong Song
2019-05-28
1
-0
/
+6
*
bpftool: auto-complete BTF IDs for btf dump
Andrii Nakryiko
2019-05-28
1
-0
/
+9
*
samples: bpf: add ibumad sample to .gitignore
Matteo Croce
2019-05-24
1
-0
/
+1
*
Merge branch 'optimize-zext'
Alexei Starovoitov
2019-05-24
28
-147
/
+723
|
\
|
*
nfp: bpf: eliminate zero extension code-gen
Jiong Wang
2019-05-24
3
-48
/
+81
|
*
riscv: bpf: eliminate zero extension code-gen
Jiong Wang
2019-05-24
1
-13
/
+30
|
*
x32: bpf: eliminate zero extension code-gen
Jiong Wang
2019-05-24
1
-27
/
+56
|
*
sparc: bpf: eliminate zero extension code-gen
Jiong Wang
2019-05-24
1
-2
/
+27
|
*
s390: bpf: eliminate zero extension code-gen
Jiong Wang
2019-05-24
1
-7
/
+34
|
*
powerpc: bpf: eliminate zero extension code-gen
Jiong Wang
2019-05-24
1
-3
/
+33
|
*
arm: bpf: eliminate zero extension code-gen
Jiong Wang
2019-05-24
1
-11
/
+31
|
*
selftests: bpf: enable hi32 randomization for all tests
Jiong Wang
2019-05-24
7
-5
/
+51
|
*
selftests: bpf: adjust several test_verifier helpers for insn insertion
Jiong Wang
2019-05-24
1
-10
/
+19
|
*
libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attr
Jiong Wang
2019-05-24
4
-0
/
+6
|
*
bpf: verifier: randomize high 32-bit when BPF_F_TEST_RND_HI32 is set
Jiong Wang
2019-05-24
1
-11
/
+57
|
*
tools: bpf: sync uapi header bpf.h
Jiong Wang
2019-05-24
1
-0
/
+18
|
*
bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"
Jiong Wang
2019-05-24
2
-1
/
+21
|
*
bpf: verifier: insert zero extension according to analysis result
Jiong Wang
2019-05-24
4
-0
/
+52
|
*
bpf: introduce new mov32 variant for doing explicit zero extension
Jiong Wang
2019-05-24
1
-0
/
+14
|
*
bpf: verifier: mark patched-insn with sub-register zext flag
Jiong Wang
2019-05-24
1
-4
/
+33
|
*
bpf: verifier: mark verified-insn with sub-register zext flag
Jiong Wang
2019-05-24
2
-16
/
+171
|
/
*
Merge branch 'bpf-send-sig'
Daniel Borkmann
2019-05-24
6
-2
/
+354
|
\
|
*
tools/bpf: add selftest in test_progs for bpf_send_signal() helper
Yonghong Song
2019-05-24
3
-0
/
+250
|
*
tools/bpf: sync bpf uapi header bpf.h to tools directory
Yonghong Song
2019-05-24
1
-1
/
+16
|
*
bpf: implement bpf_send_signal() helper
Yonghong Song
2019-05-24
2
-1
/
+88
|
/
*
Merge branch 'btf2c-converter'
Alexei Starovoitov
2019-05-24
23
-291
/
+3306
|
\
|
*
bpftool: update bash-completion w/ new c option for btf dump
Andrii Nakryiko
2019-05-24
1
-4
/
+17
|
*
bpftool/docs: add description of btf dump C option
Andrii Nakryiko
2019-05-24
1
-15
/
+20
|
*
bpftool: add C output format option to btf dump subcommand
Andrii Nakryiko
2019-05-24
1
-2
/
+73
|
*
selftests/bpf: add btf_dump BTF-to-C conversion tests
Andrii Nakryiko
2019-05-24
10
-1
/
+824
|
*
libbpf: add btf_dump API for BTF-to-C conversion
Andrii Nakryiko
2019-05-24
4
-1
/
+1359
|
*
libbpf: switch btf_dedup() to hashmap for dedup table
Andrii Nakryiko
2019-05-24
1
-116
/
+85
|
*
selftests/bpf: add tests for libbpf's hashmap
Andrii Nakryiko
2019-05-24
3
-1
/
+384
|
*
libbpf: add resizable non-thread safe internal hashmap
Andrii Nakryiko
2019-05-24
3
-1
/
+403
|
*
selftests/bpf: use btf__parse_elf to check presence of BTF/BTF.ext
Andrii Nakryiko
2019-05-24
1
-58
/
+13
|
*
bpftool: use libbpf's btf__parse_elf API
Andrii Nakryiko
2019-05-24
1
-109
/
+8
|
*
libbpf: add btf__parse_elf API to load .BTF and .BTF.ext
Andrii Nakryiko
2019-05-24
3
-0
/
+135
|
*
libbpf: ensure libbpf.h is included along libbpf_internal.h
Andrii Nakryiko
2019-05-24
1
-0
/
+2
|
/
*
samples: bpf: Do not define bpf_printk macro
Michal Rostecki
2019-05-24
10
-72
/
+2
*
selftests: bpf: Move bpf_printk to bpf_helpers.h
Michal Rostecki
2019-05-24
7
-42
/
+8
[next]