| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-10-13 | bpf, mips: Validate conditional branch offsets | Piotr Krysiuk | 1 | -14/+43 |
| 2021-09-22 | bpf: Introduce BPF nospec instruction for mitigating Spectre v4 | Daniel Borkmann | 1 | -0/+3 |
| 2020-01-12 | bpf, mips: Limit to 33 tail calls | Paul Chaignon | 1 | -4/+5 |
| 2019-03-05 | MIPS: eBPF: Fix icache flush end address | Paul Burton | 1 | -1/+1 |
| 2019-02-27 | MIPS: eBPF: Always return sign extended 32b values | Paul Burton | 1 | -3/+6 |
| 2018-05-15 | bpf, mips: remove unused function | Daniel Borkmann | 1 | -26/+0 |
| 2018-05-04 | 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-27 | bpf, mips64: remove unneeded zero check from div/mod with k | Daniel Borkmann | 1 | -15/+4 |
| 2018-01-27 | bpf, mips64: remove obsolete exception handling from div/mod | Daniel Borkmann | 1 | -10/+0 |
| 2018-01-20 | 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-23 | 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 |
| 2017-04-10 | MIPS: BPF: Quit clobbering callee saved registers in JIT code. | David Daney | 1 | -4/+12 |
| 2017-04-10 | MIPS: BPF: Use unsigned access for unsigned SKB fields. | David Daney | 1 | -2/+2 |
| 2017-04-10 | MIPS: BPF: Add JIT support for SKF_AD_HATYPE. | David Daney | 1 | -4/+17 |
| 2016-10-12 | treewide: remove redundant #include <linux/kconfig.h> | Masahiro Yamada | 1 | -1/+0 |
| 2016-08-06 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 1 | -1/+1 |
| 2016-08-04 | tree-wide: replace config_enabled() with IS_ENABLED() | Masahiro Yamada | 1 | -2/+2 |
| 2016-07-21 | bpf, mips: fix off-by-one in ctx offset allocation | Daniel Borkmann | 1 | -1/+1 |
| 2016-01-06 | net: filter: make JITs zero A for SKF_AD_ALU_XOR_X | Rabin Vincent | 1 | -15/+1 |
| 2015-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+7 |
| 2015-10-03 | ebpf: migrate bpf_prog's flags to bitfield | Daniel Borkmann | 1 | -1/+1 |
| 2015-10-02 | MIPS: BPF: Fix load delay slots. | Ralf Baechle | 1 | -0/+4 |
| 2015-10-01 | MIPS: BPF: Do all exports of symbols with FEXPORT(). | Ralf Baechle | 1 | -6/+3 |
| 2015-09-22 | MIPS: BPF: Fix build on pre-R2 little endian CPUs | Aurelien Jarno | 1 | -0/+42 |
| 2015-09-22 | MIPS: BPF: Avoid unreachable code on little endian | Aurelien Jarno | 1 | -3/+5 |
| 2015-06-21 | MIPS: BPF: Introduce BPF ASM helpers | Markos Chandras | 4 | -145/+302 |
| 2015-06-21 | MIPS: BPF: Use BPF register names to describe the ABI | Markos Chandras | 1 | -4/+4 |
| 2015-06-21 | MIPS: BPF: Move register definition to the BPF header | Markos Chandras | 2 | -35/+35 |
| 2015-06-21 | MIPS: net: BPF: Replace RSIZE with SZREG | Markos Chandras | 1 | -14/+14 |
| 2015-06-21 | MIPS: BPF: Free up some callee-saved registers | Markos Chandras | 2 | -20/+17 |
| 2015-06-06 | MIPS: BPF: Fix stack pointer allocation | Markos Chandras | 1 | -5/+1 |
| 2015-01-20 | module: remove mod arg from module_free, rename module_memfree(). | Rusty Russell | 1 | -1/+1 |
| 2014-12-09 | mips: bpf: Fix broken BPF_MOD | Denis Kirjanov | 1 | -2/+2 |
| 2014-10-19 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 1 | -33/+20 |
| 2014-10-01 | next: mips: bpf: Fix build failure | Guenter Roeck | 1 | -1/+0 |
| 2014-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
| 2014-09-22 | MIPS: BPF: Add new emit_long_instr macro | Markos Chandras | 1 | -32/+19 |
| 2014-09-22 | MIPS: Use WSBH/DSBH/DSHD on Loongson 3A | Chen Jie | 1 | -1/+1 |
| 2014-09-14 | net: filter: constify detection of pkt_type_offset | Hannes Frederic Sowa | 1 | -26/+1 |
| 2014-09-10 | net: bpf: be friendly to kmemcheck | Daniel Borkmann | 1 | -1/+1 |