| Commit message (Expand) | Author | Age | Files | Lines |
* | MIPS: BPF: Use sizeof_field() instead of FIELD_SIZEOF() | Kees Cook | 2020-01-10 | 1 | -9/+9 |
* | MIPS: BPF: Restore MIPS32 cBPF JIT | Paul Burton | 2020-01-09 | 3 | -0/+1556 |
* | 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-18 | 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 | 2 | -8/+2 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | Merge tag 'mips_5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux | Linus Torvalds | 2019-05-08 | 4 | -1609/+138 |
|\ |
|
| * | MIPS: eBPF: Initial eBPF support for MIPS32 architecture. | Hassan Naveed | 2019-03-19 | 4 | -1600/+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-25 | 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 |
* | net: remove VLAN_TAG_PRESENT | Michał Mirosław | 2018-11-16 | 1 | -3/+0 |
* | net/bpf_jit: MIPS: split VLAN_PRESENT bit handling from VLAN_TCI | Michał Mirosław | 2018-11-16 | 1 | -9/+12 |
* | bpf, mips: remove unused function | Daniel Borkmann | 2018-05-14 | 1 | -26/+0 |
* | bpf, mips64: remove ld_abs/ld_ind | Daniel Borkmann | 2018-05-03 | 1 | -104/+0 |
* | MIPS: BPF: Replace __mips_isa_rev with MIPS_ISA_REV | Matt Redfearn | 2018-03-09 | 1 | -4/+5 |
* | bpf, mips64: remove unneeded zero check from div/mod with k | Daniel Borkmann | 2018-01-26 | 1 | -15/+4 |
* | bpf, mips64: remove obsolete exception handling from div/mod | Daniel Borkmann | 2018-01-26 | 1 | -10/+0 |
* | bpf: get rid of pure_initcall dependency to enable jits | Daniel Borkmann | 2018-01-19 | 2 | -4/+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-22 | 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 |
* | MIPS: Add support for eBPF JIT. | David Daney | 2017-06-28 | 1 | -1/+2 |
* | MIPS: BPF: Fix multiple problems in JIT skb access helpers. | David Daney | 2017-04-10 | 1 | -11/+12 |
* | MIPS: BPF: Quit clobbering callee saved registers in JIT code. | David Daney | 2017-04-10 | 1 | -4/+12 |
* | MIPS: BPF: Use unsigned access for unsigned SKB fields. | David Daney | 2017-04-10 | 1 | -2/+2 |
* | MIPS: BPF: Add JIT support for SKF_AD_HATYPE. | David Daney | 2017-04-10 | 1 | -4/+17 |
* | treewide: remove redundant #include <linux/kconfig.h> | Masahiro Yamada | 2016-10-11 | 1 | -1/+0 |
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2016-08-06 | 1 | -1/+1 |
|\ |
|
| * | bpf, mips: fix off-by-one in ctx offset allocation | Daniel Borkmann | 2016-07-21 | 1 | -1/+1 |
* | | tree-wide: replace config_enabled() with IS_ENABLED() | Masahiro Yamada | 2016-08-04 | 1 | -2/+2 |
|/ |
|
* | net: filter: make JITs zero A for SKF_AD_ALU_XOR_X | Rabin Vincent | 2016-01-06 | 1 | -15/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-10-20 | 1 | -6/+7 |
|\ |
|
| * | MIPS: BPF: Fix load delay slots. | Ralf Baechle | 2015-10-02 | 1 | -0/+4 |
| * | MIPS: BPF: Do all exports of symbols with FEXPORT(). | Ralf Baechle | 2015-10-01 | 1 | -6/+3 |
* | | ebpf: migrate bpf_prog's flags to bitfield | Daniel Borkmann | 2015-10-03 | 1 | -1/+1 |
|/ |
|
* | MIPS: BPF: Fix build on pre-R2 little endian CPUs | Aurelien Jarno | 2015-09-22 | 1 | -0/+42 |
* | MIPS: BPF: Avoid unreachable code on little endian | Aurelien Jarno | 2015-09-22 | 1 | -3/+5 |
* | MIPS: BPF: Introduce BPF ASM helpers | Markos Chandras | 2015-06-21 | 4 | -145/+302 |
* | MIPS: BPF: Use BPF register names to describe the ABI | Markos Chandras | 2015-06-21 | 1 | -4/+4 |
* | MIPS: BPF: Move register definition to the BPF header | Markos Chandras | 2015-06-21 | 2 | -35/+35 |