index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
bpf, cgroups: clean up kerneldoc warnings
Valdis Kletnieks
2019-01-31
1
-1
/
+2
*
|
|
bpf: fix bitrotted kerneldoc
Valdis Kletnieks
2019-01-31
1
-1
/
+2
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-01-28
5
-296
/
+774
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
bpf: JIT blinds support JMP32
Jiong Wang
2019-01-26
1
-0
/
+21
|
*
|
bpf: interpreter support for JMP32
Jiong Wang
2019-01-26
1
-134
/
+63
|
*
|
bpf: disassembler support JMP32
Jiong Wang
2019-01-26
1
-15
/
+19
|
*
|
bpf: verifier support JMP32
Jiong Wang
2019-01-26
2
-33
/
+173
|
*
|
bpf: refactor verifier min/max code for condition jump
Jiong Wang
2019-01-26
1
-73
/
+99
|
*
|
bpf: notify offload JITs about optimizations
Jakub Kicinski
2019-01-23
2
-0
/
+41
|
*
|
bpf: verifier: record original instruction index
Jakub Kicinski
2019-01-23
1
-3
/
+5
|
*
|
bpf: verifier: remove unconditional branches by 0
Jakub Kicinski
2019-01-23
1
-0
/
+23
|
*
|
bpf: verifier: remove dead code
Jakub Kicinski
2019-01-23
2
-3
/
+185
|
*
|
bpf: verifier: hard wire branches to dead code
Jakub Kicinski
2019-01-23
1
-2
/
+43
|
*
|
bpf: change parameters of call/branch offset adjustment
Jakub Kicinski
2019-01-23
1
-19
/
+21
|
*
|
bpf: fix a (false) compiler warning
Peter Oskolkov
2019-01-17
1
-1
/
+2
|
*
|
bpf: btf: support 128 bit integer type
Yonghong Song
2019-01-16
1
-19
/
+85
|
|
/
*
|
bpf: fix inner map masking to prevent oob under speculation
Daniel Borkmann
2019-01-18
1
-2
/
+15
*
|
bpf: Annotate implicit fall through in cgroup_dev_func_proto
Mathieu Malaterre
2019-01-17
1
-0
/
+1
*
|
bpf: Make function btf_name_offset_valid static
Mathieu Malaterre
2019-01-17
1
-1
/
+1
*
|
bpf: zero out build_id for BPF_STACK_BUILD_ID_IP
Stanislav Fomichev
2019-01-17
1
-0
/
+2
*
|
bpf: don't assume build-id length is always 20 bytes
Stanislav Fomichev
2019-01-17
1
-2
/
+5
|
/
*
bpf: fix bpffs bitfield pretty print
Yonghong Song
2019-01-11
1
-6
/
+6
*
bpf: fix panic in stack_map_get_build_id() on i386 and arm32
Song Liu
2019-01-10
1
-1
/
+2
*
bpf: fix sanitation of alu op with pointer / scalar type from different paths
Daniel Borkmann
2019-01-05
1
-13
/
+48
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-03
1
-1
/
+1
*
bpf: prevent out of bounds speculation on pointer arithmetic
Daniel Borkmann
2019-01-02
1
-6
/
+179
*
bpf: fix check_map_access smin_value test when pointer contains offset
Daniel Borkmann
2019-01-02
1
-1
/
+5
*
bpf: restrict unknown scalars of mixed signed bounds for unprivileged
Daniel Borkmann
2019-01-02
1
-1
/
+8
*
bpf: restrict stack pointer arithmetic for unprivileged
Daniel Borkmann
2019-01-02
1
-22
/
+41
*
bpf: restrict map value pointer arithmetic for unprivileged
Daniel Borkmann
2019-01-02
1
-0
/
+11
*
bpf: enable access to ax register also from verifier rewrite
Daniel Borkmann
2019-01-02
1
-0
/
+20
*
bpf: move tmp variable into ax register in interpreter
Daniel Borkmann
2019-01-02
1
-17
/
+17
*
bpf: move {prev_,}insn_idx into verifier env
Daniel Borkmann
2019-01-02
1
-38
/
+38
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-12-20
7
-100
/
+702
|
\
|
*
bpf/cpumap: make sure frame_size for build_skb is aligned if headroom isn't
Jesper Dangaard Brouer
2018-12-20
1
-1
/
+1
|
*
bpf: verifier: reorder stack size check with dead code sanitization
Jakub Kicinski
2018-12-20
1
-2
/
+3
|
*
bpf: verifier: teach the verifier to reason about the BPF_JSET instruction
Jakub Kicinski
2018-12-20
1
-0
/
+20
|
*
bpf: Ensure line_info.insn_off cannot point to insn with zero code
Martin KaFai Lau
2018-12-19
1
-0
/
+8
|
*
bpf: log struct/union attribute for forward type
Yonghong Song
2018-12-19
1
-1
/
+7
|
*
bpf: correct slot_type marking logic to allow more stack slot sharing
Jiong Wang
2018-12-18
1
-0
/
+5
|
*
bpf: support raw tracepoints in modules
Matt Mullins
2018-12-18
1
-3
/
+8
|
*
bpf: enable cgroup local storage map pretty print with kind_flag
Yonghong Song
2018-12-18
2
-22
/
+32
|
*
bpf: btf: fix struct/union/fwd types with kind_flag
Yonghong Song
2018-12-18
1
-20
/
+260
|
*
bpf: btf: refactor btf_int_bits_seq_show()
Yonghong Song
2018-12-18
1
-14
/
+21
|
*
bpf: remove useless version check for prog load
Daniel Borkmann
2018-12-17
1
-5
/
+0
|
*
bpf: add self-check logic to liveness analysis
Alexei Starovoitov
2018-12-15
1
-1
/
+107
|
*
bpf: improve stacksafe state comparison
Alexei Starovoitov
2018-12-15
1
-6
/
+7
|
*
bpf: speed up stacksafe check
Alexei Starovoitov
2018-12-15
1
-1
/
+3
|
*
bpf: verbose log bpf_line_info in verifier
Martin KaFai Lau
2018-12-14
1
-5
/
+69
|
*
bpf: Create a new btf_name_by_offset() for non type name use case
Martin KaFai Lau
2018-12-14
2
-13
/
+22
[prev]
[next]