index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
net
/
bpf_jit_comp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-09
x86: use set_memory.h header
Laura Abbott
1
-0
/
+1
2017-04-28
bpf, x86_64/arm64: remove old ldimm64 artifacts from jits
Daniel Borkmann
1
-7
/
+0
2017-02-21
bpf: fix unlocking of jited image when module ronx not set
Daniel Borkmann
1
-1
/
+1
2017-02-17
bpf: make jited programs visible in traces
Daniel Borkmann
1
-15
/
+0
2017-02-17
bpf: remove stubs for cBPF from arch code
Daniel Borkmann
1
-6
/
+2
2017-01-09
bpf: change back to orig prog on too many passes
Daniel Borkmann
1
-0
/
+2
2016-12-08
bpf: xdp: Allow head adjustment in XDP prog
Martin KaFai Lau
1
-1
/
+1
2016-05-16
bpf, x86: add support for constant blinding
Daniel Borkmann
1
-13
/
+53
2016-05-16
bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis
Daniel Borkmann
1
-3
/
+4
2016-05-16
bpf, x86/arm64: remove useless checks on prog
Daniel Borkmann
1
-3
/
+0
2015-12-19
bpf, x86: detect/optimize loading 0 immediates
Daniel Borkmann
1
-0
/
+26
2015-12-19
bpf: move clearing of A/X into classic to eBPF migration prologue
Daniel Borkmann
1
-5
/
+9
2015-10-03
ebpf: migrate bpf_prog's flags to bitfield
Daniel Borkmann
1
-1
/
+1
2015-08-10
bpf: Make the bpf_prog_array_map more generic
Wang Nan
1
-3
/
+3
2015-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+4
2015-07-30
bpf, x86/sparc: show actual number of passes in bpf_jit_dump
Daniel Borkmann
1
-1
/
+1
2015-07-30
ebpf, x86: fix general protection fault when tail call is invoked
Daniel Borkmann
1
-4
/
+4
2015-07-21
bpf: introduce bpf_skb_vlan_push/pop() helpers
Alexei Starovoitov
1
-38
/
+42
2015-06-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+6
2015-05-25
x86: bpf_jit: fix compilation of large bpf programs
Alexei Starovoitov
1
-1
/
+6
2015-05-22
x86: bpf_jit: implement bpf_tail_call() helper
Alexei Starovoitov
1
-24
/
+126
2015-05-13
x86: bpf_jit: fix FROM_BE16 and FROM_LE16/32 instructions
Alexei Starovoitov
1
-0
/
+28
2014-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+4
2014-12-09
x86: bpf_jit_comp: Remove inline from static function definitions
Joe Perches
1
-9
/
+9
2014-12-09
x86: bpf_jit_comp: Reduce is_ereg() code size
Joe Perches
1
-5
/
+5
2014-12-06
bpf: x86: fix epilogue generation for eBPF programs
Alexei Starovoitov
1
-2
/
+4
2014-10-14
x86: bpf_jit: fix two bugs in eBPF JIT compiler
Alexei Starovoitov
1
-6
/
+19
2014-09-10
net: bpf: be friendly to kmemcheck
Daniel Borkmann
1
-1
/
+1
2014-09-10
net: bpf: consolidate JIT binary allocator
Daniel Borkmann
1
-39
/
+11
2014-09-09
net: filter: add "load 64-bit immediate" eBPF instruction
Alexei Starovoitov
1
-0
/
+17
2014-09-05
net: bpf: make eBPF interpreter images read-only
Daniel Borkmann
1
-12
/
+6
2014-08-26
bpf: x86: add missing 'shift by register' instructions to x64 eBPF JIT
Alexei Starovoitov
1
-0
/
+42
2014-08-03
net: filter: split 'struct sk_filter' into socket and bpf parts
Alexei Starovoitov
1
-6
/
+6
2014-08-03
net: filter: rename sk_convert_filter() -> bpf_convert_filter()
Alexei Starovoitov
1
-1
/
+1
2014-07-25
net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'
Alexei Starovoitov
1
-1
/
+1
2014-06-11
net: filter: cleanup A/X name usage
Alexei Starovoitov
1
-130
/
+130
2014-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2014-05-16
net: filter: x86: internal BPF JIT
Alexei Starovoitov
1
-595
/
+719
2014-05-16
net: filter: x86: split bpf_jit_compile()
Alexei Starovoitov
1
-65
/
+92
2014-05-14
net: filter: x86: fix JIT address randomization
Alexei Starovoitov
1
-1
/
+1
2014-03-31
net: filter: add jited flag to indicate jit compiled filters
Daniel Borkmann
1
-1
/
+2
2014-03-26
net: Rename skb->rxhash to skb->hash
Tom Herbert
1
-4
/
+4
2014-01-16
bpf: do not use reciprocal divide
Eric Dumazet
1
-4
/
+10
2013-11-08
net: x86: bpf: don't forget to free sk_filter (v2)
Andrey Vagin
1
-0
/
+2
2013-10-07
net: fix unsafe set_memory_rw from softirq
Alexei Starovoitov
1
-5
/
+13
2013-05-20
x86: bpf_jit_comp: secure bpf jit against spraying attacks
Eric Dumazet
1
-6
/
+47
2013-05-18
x86: bpf_jit_comp: can call module_free() from any context
Eric Dumazet
1
-17
/
+3
2013-03-22
filter: bpf_jit_comp: refactor and unify BPF JIT image dump output
Daniel Borkmann
1
-7
/
+2
2013-01-31
x86: bpf_jit_comp: add pkt_type support
Eric Dumazet
1
-1
/
+39
2012-10-31
x86: bpf_jit_comp: add vlan tag support
Eric Dumazet
1
-0
/
+21
[next]