summaryrefslogtreecommitdiffstats
path: root/arch/mips/net/ebpf_jit.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-4/+1Star
* Merge tag 'mips_5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-05-091-53/+138
|\
| * MIPS: eBPF: Initial eBPF support for MIPS32 architecture.Hassan Naveed2019-03-191-44/+69
| * MIPS: eBPF: Provide eBPF support for MIPS64R6Hassan Naveed2019-03-191-9/+69
* | MIPS: eBPF: Make ebpf_to_mips_reg() staticYueHaibing2019-04-261-2/+3
|/
* MIPS: eBPF: Fix icache flush end addressPaul Burton2019-03-021-1/+1
* MIPS: eBPF: Remove REG_32BIT_ZERO_EXPaul Burton2019-02-161-10/+7Star
* MIPS: eBPF: Always return sign extended 32b valuesPaul Burton2019-02-161-3/+6
* mips: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_XJiong Wang2018-12-071-0/+4
* bpf, mips: remove unused functionDaniel Borkmann2018-05-151-26/+0Star
* bpf, mips64: remove ld_abs/ld_indDaniel Borkmann2018-05-041-104/+0Star
* bpf, mips64: remove unneeded zero check from div/mod with kDaniel Borkmann2018-01-271-15/+4Star
* bpf, mips64: remove obsolete exception handling from div/modDaniel Borkmann2018-01-271-10/+0Star
* bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2018-01-201-2/+0Star
* bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov2017-12-171-1/+1
* MIPS: bpf: Fix a typo in build_one_insn()Wei Yongjun2017-11-011-1/+1
* MIPS: bpf: Fix uninitialised target compiler errorMatt Redfearn2017-10-091-1/+1
* MIPS,bpf: fix missing break in switch statementColin Ian King2017-08-231-0/+1
* MIPS,bpf: Cache value of BPF_OP(insn->code) in eBPF JIT.David Daney2017-08-211-33/+34
* MIPS, bpf: Implement JLT, JLE, JSLT and JSLE ops in the eBPF JIT.David Daney2017-08-211-29/+72
* MIPS,bpf: Fix using smp_processor_id() in preemptible splat.David Daney2017-08-211-14/+14
* MIPS: Add missing file for eBPF JIT.David Daney2017-08-041-0/+1950