Age | Commit message (Expand) | Author | Files | Lines |
2022-08-29 | bpf, mips: No need to use min() to get MAX_TAIL_CALL_CNT |  Tiezhu Yang | 2 | -2/+18 |
2022-05-04 | MIPS: fix typos in comments |  Julia Lawall | 1 | -1/+1 |
2021-12-10 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  Jakub Kicinski | 2 | -3/+2 |
2021-11-30 | mips, bpf: Fix reference to non-existing Kconfig symbol |  Johan Almbladh | 1 | -1/+1 |
2021-11-16 | bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33 |  Tiezhu Yang | 2 | -3/+2 |
2021-10-11 | bpf, mips: Fix comment on tail call count limiting |  Tiezhu Yang | 1 | -1/+1 |
2021-10-11 | bpf, mips: Clean up config options about JIT |  Tiezhu Yang | 1 | -3/+3 |
2021-10-07 | mips, bpf: Optimize loading of 64-bit constants |  Johan Almbladh | 1 | -1/+7 |
2021-10-07 | mips, bpf: Fix Makefile that referenced a removed file |  Johan Almbladh | 1 | -1/+0 |
2021-10-06 | mips, bpf: Remove old BPF JIT implementations |  Johan Almbladh | 4 | -3603/+0 |
2021-10-06 | mips, bpf: Enable eBPF JITs |  Johan Almbladh | 1 | -2/+3 |
2021-10-06 | mips, bpf: Add JIT workarounds for CPU errata |  Johan Almbladh | 3 | -7/+35 |
2021-10-06 | mips, bpf: Add new eBPF JIT for 64-bit MIPS |  Johan Almbladh | 1 | -0/+1052 |
2021-10-06 | mips, bpf: Add eBPF JIT for 32-bit MIPS |  Johan Almbladh | 4 | -1/+3148 |
2021-09-15 | bpf, mips: Validate conditional branch offsets |  Piotr Krysiuk | 1 | -14/+43 |
2021-07-29 | bpf: Introduce BPF nospec instruction for mitigating Spectre v4 |  Daniel Borkmann | 1 | -0/+3 |
2021-01-14 | bpf: Rename BPF_XADD and prepare to encode other atomics in .imm |  Brendan Jackman | 1 | -3/+8 |
2020-01-10 | MIPS: BPF: Use sizeof_field() instead of FIELD_SIZEOF() |  Kees Cook | 1 | -9/+9 |
2020-01-09 | MIPS: BPF: Restore MIPS32 cBPF JIT |  Paul Burton | 3 | -0/+1556 |
2020-01-04 | Merge tag 'mips_fixes_5.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux |  Linus Torvalds | 1 | -1/+1 |
2019-12-18 | MIPS: BPF: eBPF JIT: check for MIPS ISA compliance in Kconfig |  Alexander Lobakin | 1 | -1/+1 |
2019-12-11 | bpf, mips: Limit to 33 tail calls |  Paul Chaignon | 1 | -4/+5 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 |  Thomas Gleixner | 2 | -8/+2 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig |  Thomas Gleixner | 1 | -0/+1 |
2019-05-08 | Merge tag 'mips_5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux |  Linus Torvalds | 4 | -1609/+138 |
2019-04-25 | MIPS: eBPF: Make ebpf_to_mips_reg() static |  YueHaibing | 1 | -2/+3 |
2019-03-19 | MIPS: eBPF: Initial eBPF support for MIPS32 architecture. |  Hassan Naveed | 4 | -1600/+69 |
2019-03-19 | MIPS: eBPF: Provide eBPF support for MIPS64R6 |  Hassan Naveed | 1 | -9/+69 |
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-11-16 | net: remove VLAN_TAG_PRESENT |  Michał Mirosław | 1 | -3/+0 |
2018-11-16 | net/bpf_jit: MIPS: split VLAN_PRESENT bit handling from VLAN_TCI |  Michał Mirosław | 1 | -9/+12 |
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-03-09 | MIPS: BPF: Replace __mips_isa_rev with MIPS_ISA_REV |  Matt Redfearn | 1 | -4/+5 |
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 | 2 | -4/+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 |
2017-06-28 | MIPS: Add support for eBPF JIT. |  David Daney | 1 | -1/+2 |
2017-04-10 | MIPS: BPF: Fix multiple problems in JIT skb access helpers. |  David Daney | 1 | -11/+12 |