index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
net
/
bpf_jit_comp64.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-29
bpf: Introduce BPF nospec instruction for mitigating Spectre v4
Daniel Borkmann
1
-0
/
+4
2021-04-26
riscv: bpf: Move bpf_jit_alloc_exec() and bpf_jit_free_exec() to core
Jisheng Zhang
1
-13
/
+0
2021-01-14
bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
Brendan Jackman
1
-4
/
+12
2020-07-21
bpf, riscv: Use compressed instructions in the rv64 JIT
Luke Nelson
1
-134
/
+147
2020-07-21
bpf, riscv: Modify JIT ctx to support compressed instructions
Luke Nelson
1
-6
/
+6
2020-05-06
bpf, riscv: Optimize BPF_JSET BPF_K using andi on RV64
Luke Nelson
1
-8
/
+19
2020-05-06
bpf, riscv: Optimize BPF_JMP BPF_K when imm == 0 on RV64
Luke Nelson
1
-5
/
+10
2020-05-06
bpf, riscv: Optimize FROM_LE using verifier_zext on RV64
Luke Nelson
1
-6
/
+14
2020-05-06
bpf, riscv: Enable missing verifier_zext optimizations on RV64
Luke Nelson
1
-4
/
+4
2020-04-08
riscv, bpf: Fix offset range checking for auipc+jalr on RV64
Luke Nelson
1
-17
/
+32
2020-03-05
riscv, bpf: Factor common RISC-V JIT code
Luke Nelson
1
-0
/
+1103