Age | Commit message (Expand) | Author | Files | Lines |
2019-03-02 | MIPS: eBPF: Fix icache flush end address | Paul Burton | 1 | -1/+1 |
2019-02-16 | MIPS: eBPF: Remove REG_32BIT_ZERO_EX | Paul Burton | 1 | -10/+7 |
2019-02-16 | MIPS: eBPF: Always return sign extended 32b values | Paul Burton | 1 | -3/+6 |
2018-12-07 | mips: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_X | Jiong Wang | 1 | -0/+4 |
2018-05-14 | bpf, mips: remove unused function | Daniel Borkmann | 1 | -26/+0 |
2018-05-03 | bpf, mips64: remove ld_abs/ld_ind | Daniel Borkmann | 1 | -104/+0 |
2018-01-26 | bpf, mips64: remove unneeded zero check from div/mod with k | Daniel Borkmann | 1 | -15/+4 |
2018-01-26 | bpf, mips64: remove obsolete exception handling from div/mod | Daniel Borkmann | 1 | -10/+0 |
2018-01-19 | bpf: get rid of pure_initcall dependency to enable jits | Daniel Borkmann | 1 | -2/+0 |
2017-12-17 | bpf: fix net.core.bpf_jit_enable race | Alexei Starovoitov | 1 | -1/+1 |
2017-11-01 | MIPS: bpf: Fix a typo in build_one_insn() | Wei Yongjun | 1 | -1/+1 |
2017-10-09 | MIPS: bpf: Fix uninitialised target compiler error | Matt Redfearn | 1 | -1/+1 |
2017-08-22 | MIPS,bpf: fix missing break in switch statement | Colin Ian King | 1 | -0/+1 |
2017-08-21 | MIPS,bpf: Cache value of BPF_OP(insn->code) in eBPF JIT. | David Daney | 1 | -33/+34 |
2017-08-21 | MIPS, bpf: Implement JLT, JLE, JSLT and JSLE ops in the eBPF JIT. | David Daney | 1 | -29/+72 |
2017-08-21 | MIPS,bpf: Fix using smp_processor_id() in preemptible splat. | David Daney | 1 | -14/+14 |
2017-08-04 | MIPS: Add missing file for eBPF JIT. | David Daney | 1 | -0/+1950 |