index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
netronome
/
nfp
/
bpf
/
jit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-14
bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
Brendan Jackman
1
-4
/
+10
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
1
-5
/
+5
2019-10-08
nfp: bpf: make array exp_mask static, makes object smaller
Colin Ian King
1
-1
/
+1
2019-08-26
nfp: bpf: fix latency bug when updating stack index register
Jiong Wang
1
-4
/
+13
2019-05-24
nfp: bpf: eliminate zero extension code-gen
Jiong Wang
1
-48
/
+67
2019-05-09
nfp: bpf: fix static check error through tightening shift amount adjustment
Jiong Wang
1
-1
/
+12
2019-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-11
/
+6
2019-02-23
nfp: bpf: fix ALU32 high bits clearance bug
Jiong Wang
1
-11
/
+6
2019-02-23
nfp: bpf: fix code-gen bug on BPF_ALU | BPF_XOR | BPF_K
Jiong Wang
1
-1
/
+1
2019-02-01
nfp: bpf: complete ALU32 logic shift supports
Jiong Wang
1
-5
/
+67
2019-02-01
nfp: bpf: correct the behavior for shifts by zero
Jiong Wang
1
-10
/
+20
2019-01-26
nfp: bpf: implement jitting of JMP32
Jiong Wang
1
-24
/
+73
2019-01-23
nfp: bpf: save original program length
Jakub Kicinski
1
-2
/
+2
2019-01-23
nfp: bpf: split up the skip flag
Jakub Kicinski
1
-17
/
+19
2019-01-23
nfp: bpf: don't use instruction number for jump target
Jakub Kicinski
1
-1
/
+1
2018-12-20
nfp: bpf: optimize codegen for JSET with a constant
Jakub Kicinski
1
-12
/
+10
2018-12-20
nfp: bpf: remove the trivial JSET optimization
Jakub Kicinski
1
-5
/
+0
2018-12-07
nfp: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*
Jiong Wang
1
-0
/
+45
2018-10-11
nfp: replace long license headers with SPDX
Jakub Kicinski
1
-32
/
+2
2018-10-08
nfp: bpf: support pointers to other stack frames for BPF-to-BPF calls
Quentin Monnet
1
-1
/
+2
2018-10-08
nfp: bpf: optimise save/restore for R6~R9 based on register usage
Quentin Monnet
1
-19
/
+66
2018-10-08
nfp: bpf: fix return address from register-saving subroutine to callee
Quentin Monnet
1
-1
/
+27
2018-10-08
nfp: bpf: update fixup function for BPF-to-BPF calls support
Quentin Monnet
1
-3
/
+22
2018-10-08
nfp: bpf: add main logics for BPF-to-BPF calls support in nfp driver
Quentin Monnet
1
-2
/
+233
2018-10-08
nfp: bpf: account for BPF-to-BPF calls when preparing nfp JIT
Quentin Monnet
1
-10
/
+25
2018-10-08
nfp: bpf: rename nfp_prog->stack_depth as nfp_prog->stack_frame_depth
Quentin Monnet
1
-5
/
+5
2018-08-04
nfp: bpf: xdp_adjust_tail support
Jakub Kicinski
1
-0
/
+47
2018-07-27
nfp: bpf: remember maps by ID
Jakub Kicinski
1
-4
/
+8
2018-07-07
nfp: bpf: migrate to advanced reciprocal divide in reciprocal_div.h
Jiong Wang
1
-11
/
+53
2018-07-07
nfp: bpf: support u32 divide using reciprocal_div.h
Jiong Wang
1
-1
/
+57
2018-07-07
nfp: bpf: support u16 and u32 multiplications
Jiong Wang
1
-0
/
+137
2018-07-07
nfp: bpf: rename umin/umax to umin_src/umax_src
Jiong Wang
1
-6
/
+6
2018-06-27
nfp: bpf: allow source ptr type be map ptr in memcpy optimization
Jiong Wang
1
-2
/
+3
2018-05-18
nfp: bpf: support arithmetic indirect right shift (BPF_ARSH | BPF_X)
Jiong Wang
1
-10
/
+89
2018-05-18
nfp: bpf: support arithmetic right shift by constant (BPF_ARSH | BPF_K)
Jiong Wang
1
-0
/
+34
2018-05-18
nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)
Jiong Wang
1
-30
/
+269
2018-05-09
nfp: bpf: support setting the RX queue index
Jakub Kicinski
1
-0
/
+47
2018-05-04
nfp: bpf: rewrite map pointers with NFP TIDs
Jakub Kicinski
1
-12
/
+32
2018-05-04
nfp: bpf: perf event output helpers support
Jakub Kicinski
1
-1
/
+31
2018-04-25
nfp: bpf: optimize comparisons to negative constants
Jakub Kicinski
1
-12
/
+30
2018-04-25
nfp: bpf: tabularize generations of compare operations
Jakub Kicinski
1
-107
/
+61
2018-04-25
nfp: bpf: optimize add/sub of a negative constant
Jakub Kicinski
1
-0
/
+35
2018-04-25
nfp: bpf: remove double space
Jakub Kicinski
1
-1
/
+1
2018-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+5
2018-03-28
nfp: bpf: add support for bpf_get_prandom_u32()
Jakub Kicinski
1
-2
/
+22
2018-03-28
nfp: bpf: add support for atomic add of unknown values
Jakub Kicinski
1
-8
/
+70
2018-03-28
nfp: bpf: expose command delay slots
Jakub Kicinski
1
-29
/
+24
2018-03-28
nfp: bpf: add basic support for atomic adds
Jakub Kicinski
1
-0
/
+45
2018-03-28
nfp: bpf: add map deletes from the datapath
Jakub Kicinski
1
-0
/
+4
2018-03-28
nfp: bpf: add map updates from the datapath
Jakub Kicinski
1
-0
/
+6
[next]