- e49e6f6 bpf, mips: Limit to 33 tail calls by Paul Chaignon · 5 years ago
- b886d83c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- 92fab77 Merge tag 'mips_5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
- ecfc3fc MIPS: eBPF: Make ebpf_to_mips_reg() static by YueHaibing · 6 years ago
- 716850a MIPS: eBPF: Initial eBPF support for MIPS32 architecture. by Hassan Naveed · 6 years ago
- 6c2c8a1 MIPS: eBPF: Provide eBPF support for MIPS64R6 by Hassan Naveed · 6 years ago
- d1a2930 MIPS: eBPF: Fix icache flush end address by Paul Burton · 6 years ago
- 1910fae MIPS: eBPF: Remove REG_32BIT_ZERO_EX by Paul Burton · 6 years ago
- 1344315 MIPS: eBPF: Always return sign extended 32b values by Paul Burton · 6 years ago
- ee94b90 mips: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_X by Jiong Wang · 6 years ago
- 0c4b2d3 net: remove VLAN_TAG_PRESENT by Michał Mirosław · 6 years ago
- 3955dec net/bpf_jit: MIPS: split VLAN_PRESENT bit handling from VLAN_TCI by Michał Mirosław · 6 years ago
- 0631b65 bpf, mips: remove unused function by Daniel Borkmann · 7 years ago
- 4db25cc bpf, mips64: remove ld_abs/ld_ind by Daniel Borkmann · 7 years ago
- 13b8638 MIPS: BPF: Replace __mips_isa_rev with MIPS_ISA_REV by Matt Redfearn · 7 years ago
- e472d5d bpf, mips64: remove unneeded zero check from div/mod with k by Daniel Borkmann · 7 years ago
- 1fb5c9c bpf, mips64: remove obsolete exception handling from div/mod by Daniel Borkmann · 7 years ago
- fa9dd59 bpf: get rid of pure_initcall dependency to enable jits by Daniel Borkmann · 7 years ago
- 60b58afc bpf: fix net.core.bpf_jit_enable race by Alexei Starovoitov · 7 years ago
- 6a2932a MIPS: bpf: Fix a typo in build_one_insn() by Wei Yongjun · 7 years ago
- 94c3390 MIPS: bpf: Fix uninitialised target compiler error by Matt Redfearn · 7 years ago
- 4a00aa0 MIPS,bpf: fix missing break in switch statement by Colin Ian King · 7 years ago
- 6035b3f MIPS,bpf: Cache value of BPF_OP(insn->code) in eBPF JIT. by David Daney · 7 years ago
- a67b375 MIPS, bpf: Implement JLT, JLE, JSLT and JSLE ops in the eBPF JIT. by David Daney · 7 years ago
- 8d8d18c MIPS,bpf: Fix using smp_processor_id() in preemptible splat. by David Daney · 7 years ago
- b6bd53f MIPS: Add missing file for eBPF JIT. by David Daney · 7 years ago
- f381bf6 MIPS: Add support for eBPF JIT. by David Daney · 8 years ago
- a81507c MIPS: BPF: Fix multiple problems in JIT skb access helpers. by David Daney · 8 years ago
- 1ef0910 MIPS: BPF: Quit clobbering callee saved registers in JIT code. by David Daney · 8 years ago
- 64b2dd3 MIPS: BPF: Use unsigned access for unsigned SKB fields. by David Daney · 8 years ago
- 4ad7015 MIPS: BPF: Add JIT support for SKF_AD_HATYPE. by David Daney · 8 years ago
- 97139d4 treewide: remove redundant #include <linux/kconfig.h> by Masahiro Yamada · 8 years ago
- 4305f42 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
- 97f2645 tree-wide: replace config_enabled() with IS_ENABLED() by Masahiro Yamada · 8 years ago
- b4e76f7e bpf, mips: fix off-by-one in ctx offset allocation by Daniel Borkmann · 8 years ago
- 55795ef net: filter: make JITs zero A for SKF_AD_ALU_XOR_X by Rabin Vincent · 9 years ago
- 26440c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- a91263d ebpf: migrate bpf_prog's flags to bitfield by Daniel Borkmann · 9 years ago
- 0c5d187 MIPS: BPF: Fix load delay slots. by Ralf Baechle · 9 years ago
- 1e16a8f MIPS: BPF: Do all exports of symbols with FEXPORT(). by Ralf Baechle · 9 years ago
- b259e51 MIPS: BPF: Fix build on pre-R2 little endian CPUs by Aurelien Jarno · 9 years ago
- faa9724 MIPS: BPF: Avoid unreachable code on little endian by Aurelien Jarno · 9 years ago
- 266a88e MIPS: BPF: Introduce BPF ASM helpers by Markos Chandras · 10 years ago
- beaf70b MIPS: BPF: Use BPF register names to describe the ABI by Markos Chandras · 10 years ago
- 79a8855 MIPS: BPF: Move register definition to the BPF header by Markos Chandras · 10 years ago
- 5e0c561 MIPS: net: BPF: Replace RSIZE with SZREG by Markos Chandras · 10 years ago
- ad152bd MIPS: BPF: Free up some callee-saved registers by Markos Chandras · 10 years ago
- 8833bc3 MIPS: BPF: Fix stack pointer allocation by Markos Chandras · 10 years ago
- be1f221 module: remove mod arg from module_free, rename module_memfree(). by Rusty Russell · 10 years ago
- 2e46477 mips: bpf: Fix broken BPF_MOD by Denis Kirjanov · 10 years ago
- 857b50f Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
- 72d099e next: mips: bpf: Fix build failure by Guenter Roeck · 10 years ago
- 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
- 39bcb79 MIPS: BPF: Add new emit_long_instr macro by Markos Chandras · 10 years ago
- 3c09bae MIPS: Use WSBH/DSBH/DSHD on Loongson 3A by Chen Jie · 10 years ago
- 233577a net: filter: constify detection of pkt_type_offset by Hannes Frederic Sowa · 10 years ago
- 286aad3 net: bpf: be friendly to kmemcheck by Daniel Borkmann · 10 years ago
- 60a3b22 net: bpf: make eBPF interpreter images read-only by Daniel Borkmann · 10 years ago
- 98fb24a arch/mips/net/bpf_jit.c: fix failure check by Andrey Utkin · 10 years ago
- 7ae457c net: filter: split 'struct sk_filter' into socket and bpf parts by Alexei Starovoitov · 10 years ago
- d8214ef MIPS: bpf: Fix stack space allocation for BPF memwords on MIPS64 by Markos Chandras · 11 years ago
- b6a14a9 MIPS: BPF: Use 32 or 64-bit load instruction to load an address to register by Markos Chandras · 11 years ago
- b4fe0ec MIPS: bpf: Fix PKT_TYPE case for big-endian cores by Markos Chandras · 11 years ago
- 95782bf MIPS: BPF: Prevent kernel fall over for >=32bit shifts by Markos Chandras · 11 years ago
- e5bb48b MIPS: bpf: Drop update_on_xread and always initialize the X register by Markos Chandras · 11 years ago
- 10c4d61 MIPS: bpf: Fix is_range() semantics by Markos Chandras · 11 years ago
- 78b95b6 MIPS: bpf: Use pr_debug instead of pr_warn for unhandled opcodes by Markos Chandras · 11 years ago
- 91a41d7 MIPS: bpf: Fix return values for VLAN_TAG_PRESENT case by Markos Chandras · 11 years ago
- 6e86c59 MIPS: bpf: Use correct mask for VLAN_TAG case by Markos Chandras · 11 years ago
- 1ab24a4 MIPS: bpf: Fix branch conditional for BPF_J{GT/GE} cases by Markos Chandras · 11 years ago
- 9eebfe4 MIPS: bpf: Add SEEN_SKB to flags when looking for the PKT_TYPE by Markos Chandras · 11 years ago
- 9ee1606 MIPS: bpf: Use 'andi' instead of 'and' for the VLAN cases by Markos Chandras · 11 years ago
- 55393ee MIPS: bpf: Return error code if the offset is a negative number by Markos Chandras · 11 years ago
- 35a8e16 MIPS: bpf: Use the LO register to get division's quotient by Markos Chandras · 11 years ago
- a83d081 MIPS: BPF JIT: Fix build error. by Daniel Borkmann · 11 years ago
- b4f16c9 MIPS: BFP: Simplify code slightly. by Ralf Baechle · 11 years ago
- c6610de MIPS: net: Add BPF JIT by Markos Chandras · 11 years ago