summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/netronome/nfp/bpf/jit.c
AgeCommit message (Expand)Author
2022-07-25nfp: bpf: Fix typo 'the the' in commentSlark Xiao
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-10-08nfp: bpf: make array exp_mask static, makes object smallerColin Ian King
2019-08-26nfp: bpf: fix latency bug when updating stack index registerJiong Wang
2019-05-24nfp: bpf: eliminate zero extension code-genJiong Wang
2019-05-09nfp: bpf: fix static check error through tightening shift amount adjustmentJiong Wang
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-23nfp: bpf: fix ALU32 high bits clearance bugJiong Wang
2019-02-23nfp: bpf: fix code-gen bug on BPF_ALU | BPF_XOR | BPF_KJiong Wang
2019-02-01nfp: bpf: complete ALU32 logic shift supportsJiong Wang
2019-02-01nfp: bpf: correct the behavior for shifts by zeroJiong Wang
2019-01-26nfp: bpf: implement jitting of JMP32Jiong Wang
2019-01-23nfp: bpf: save original program lengthJakub Kicinski
2019-01-23nfp: bpf: split up the skip flagJakub Kicinski
2019-01-23nfp: bpf: don't use instruction number for jump targetJakub Kicinski
2018-12-20nfp: bpf: optimize codegen for JSET with a constantJakub Kicinski
2018-12-20nfp: bpf: remove the trivial JSET optimizationJakub Kicinski
2018-12-07nfp: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*Jiong Wang
2018-10-11nfp: replace long license headers with SPDXJakub Kicinski
2018-10-08nfp: bpf: support pointers to other stack frames for BPF-to-BPF callsQuentin Monnet
2018-10-08nfp: bpf: optimise save/restore for R6~R9 based on register usageQuentin Monnet
2018-10-08nfp: bpf: fix return address from register-saving subroutine to calleeQuentin Monnet
2018-10-08nfp: bpf: update fixup function for BPF-to-BPF calls supportQuentin Monnet
2018-10-08nfp: bpf: add main logics for BPF-to-BPF calls support in nfp driverQuentin Monnet
2018-10-08nfp: bpf: account for BPF-to-BPF calls when preparing nfp JITQuentin Monnet
2018-10-08nfp: bpf: rename nfp_prog->stack_depth as nfp_prog->stack_frame_depthQuentin Monnet
2018-08-04nfp: bpf: xdp_adjust_tail supportJakub Kicinski
2018-07-27nfp: bpf: remember maps by IDJakub Kicinski
2018-07-07nfp: bpf: migrate to advanced reciprocal divide in reciprocal_div.hJiong Wang
2018-07-07nfp: bpf: support u32 divide using reciprocal_div.hJiong Wang
2018-07-07nfp: bpf: support u16 and u32 multiplicationsJiong Wang
2018-07-07nfp: bpf: rename umin/umax to umin_src/umax_srcJiong Wang
2018-06-27nfp: bpf: allow source ptr type be map ptr in memcpy optimizationJiong Wang
2018-05-18nfp: bpf: support arithmetic indirect right shift (BPF_ARSH | BPF_X)Jiong Wang
2018-05-18nfp: bpf: support arithmetic right shift by constant (BPF_ARSH | BPF_K)Jiong Wang
2018-05-18nfp: bpf: support logic indirect shifts (BPF_[L|R]SH | BPF_X)Jiong Wang
2018-05-09nfp: bpf: support setting the RX queue indexJakub Kicinski
2018-05-04nfp: bpf: rewrite map pointers with NFP TIDsJakub Kicinski
2018-05-04nfp: bpf: perf event output helpers supportJakub Kicinski
2018-04-25nfp: bpf: optimize comparisons to negative constantsJakub Kicinski
2018-04-25nfp: bpf: tabularize generations of compare operationsJakub Kicinski
2018-04-25nfp: bpf: optimize add/sub of a negative constantJakub Kicinski
2018-04-25nfp: bpf: remove double spaceJakub Kicinski
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-28nfp: bpf: add support for bpf_get_prandom_u32()Jakub Kicinski
2018-03-28nfp: bpf: add support for atomic add of unknown valuesJakub Kicinski
2018-03-28nfp: bpf: expose command delay slotsJakub Kicinski
2018-03-28nfp: bpf: add basic support for atomic addsJakub Kicinski
2018-03-28nfp: bpf: add map deletes from the datapathJakub Kicinski