| Commit message (Expand) | Author | Age | Files | Lines |
* | mips, bpf: Remove old BPF JIT implementations | Johan Almbladh | 2021-10-06 | 1 | -1938/+0 |
* | bpf: Introduce BPF nospec instruction for mitigating Spectre v4 | Daniel Borkmann | 2021-07-29 | 1 | -0/+3 |
* | bpf: Rename BPF_XADD and prepare to encode other atomics in .imm | Brendan Jackman | 2021-01-15 | 1 | -3/+8 |
* | Merge tag 'mips_fixes_5.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2020-01-04 | 1 | -1/+1 |
|\ |
|
| * | MIPS: BPF: eBPF JIT: check for MIPS ISA compliance in Kconfig | Alexander Lobakin | 2019-12-19 | 1 | -1/+1 |
* | | bpf, mips: Limit to 33 tail calls | Paul Chaignon | 2019-12-11 | 1 | -4/+5 |
|/ |
|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 2019-06-05 | 1 | -4/+1 |
* | Merge tag 'mips_5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux | Linus Torvalds | 2019-05-09 | 1 | -53/+138 |
|\ |
|
| * | MIPS: eBPF: Initial eBPF support for MIPS32 architecture. | Hassan Naveed | 2019-03-19 | 1 | -44/+69 |
| * | MIPS: eBPF: Provide eBPF support for MIPS64R6 | Hassan Naveed | 2019-03-19 | 1 | -9/+69 |
* | | MIPS: eBPF: Make ebpf_to_mips_reg() static | YueHaibing | 2019-04-26 | 1 | -2/+3 |
|/ |
|
* | MIPS: eBPF: Fix icache flush end address | Paul Burton | 2019-03-02 | 1 | -1/+1 |
* | MIPS: eBPF: Remove REG_32BIT_ZERO_EX | Paul Burton | 2019-02-16 | 1 | -10/+7 |
* | MIPS: eBPF: Always return sign extended 32b values | Paul Burton | 2019-02-16 | 1 | -3/+6 |
* | mips: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_X | Jiong Wang | 2018-12-07 | 1 | -0/+4 |
* | bpf, mips: remove unused function | Daniel Borkmann | 2018-05-15 | 1 | -26/+0 |
* | bpf, mips64: remove ld_abs/ld_ind | Daniel Borkmann | 2018-05-04 | 1 | -104/+0 |
* | bpf, mips64: remove unneeded zero check from div/mod with k | Daniel Borkmann | 2018-01-27 | 1 | -15/+4 |
* | bpf, mips64: remove obsolete exception handling from div/mod | Daniel Borkmann | 2018-01-27 | 1 | -10/+0 |
* | bpf: get rid of pure_initcall dependency to enable jits | Daniel Borkmann | 2018-01-20 | 1 | -2/+0 |
* | bpf: fix net.core.bpf_jit_enable race | Alexei Starovoitov | 2017-12-17 | 1 | -1/+1 |
* | MIPS: bpf: Fix a typo in build_one_insn() | Wei Yongjun | 2017-11-01 | 1 | -1/+1 |
* | MIPS: bpf: Fix uninitialised target compiler error | Matt Redfearn | 2017-10-09 | 1 | -1/+1 |
* | MIPS,bpf: fix missing break in switch statement | Colin Ian King | 2017-08-23 | 1 | -0/+1 |
* | MIPS,bpf: Cache value of BPF_OP(insn->code) in eBPF JIT. | David Daney | 2017-08-21 | 1 | -33/+34 |
* | MIPS, bpf: Implement JLT, JLE, JSLT and JSLE ops in the eBPF JIT. | David Daney | 2017-08-21 | 1 | -29/+72 |
* | MIPS,bpf: Fix using smp_processor_id() in preemptible splat. | David Daney | 2017-08-21 | 1 | -14/+14 |
* | MIPS: Add missing file for eBPF JIT. | David Daney | 2017-08-04 | 1 | -0/+1950 |