| Commit message (Expand) | Author |
| 2024-10-17 | Merge remote-tracking branch 'msm8998/lineage-20' into lineage-20 | Raghuram Subramani |
| 2024-01-10 | bpf, arm64: use more scalable stadd over ldxr / stxr loop in xadd | Daniel Borkmann |
| 2024-01-10 | bpf, arm64: remove prefetch insn in xadd mapping | Daniel Borkmann |
| 2024-01-10 | bpf, arm64: use separate register for state in stxr | Daniel Borkmann |
| 2024-01-10 | bpf, arm64: implement jiting of BPF_J{LT, LE, SLT, SLE} | Daniel Borkmann |
| 2024-01-10 | bpf, arm64: implement jiting of BPF_XADD | Daniel Borkmann |
| 2024-01-10 | arm64: fix endianness annotation for 'struct jit_ctx' and friends | Luc Van Oostenryck |
| 2024-01-10 | bpf: free up BPF_JMP | BPF_CALL | BPF_X opcode | Alexei Starovoitov |
| 2024-01-10 | bpf: remove stubs for cBPF from arch code | Daniel Borkmann |
| 2022-04-19 | arm64: bpf: optimize LD_ABS, LD_IND | Zi Shen Lim |
| 2022-04-19 | arm64: bpf: optimize JMP_CALL | Zi Shen Lim |
| 2022-04-19 | ANDROID: arm64: bpf: implement arch_bpf_jit_check_func | Sami Tolvanen |
| 2022-04-19 | bpf, arm64: fix out of bounds access in tail call | Daniel Borkmann |
| 2022-04-19 | bpf, arm64: fix faulty emission of map access in tail calls | Daniel Borkmann |
| 2022-04-19 | arm64: bpf_jit_comp: drop artifact | Anay Wadhera |
| 2022-04-19 | bpf: get rid of pure_initcall dependency to enable jits | Daniel Borkmann |
| 2022-04-19 | arm64: bpf: implement bpf_tail_call() helper | Zi Shen Lim |
| 2022-04-19 | bpf: arm64: remove callee-save registers use for tmp registers | Yang Shi |
| 2022-04-19 | bpf, arm64: add support for constant blinding | Daniel Borkmann |
| 2022-04-19 | arm64: bpf: add extra pass to handle faulty codegen | Zi Shen Lim |
| 2022-04-19 | bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis | Daniel Borkmann |
| 2022-04-19 | bpf: move clearing of A/X into classic to eBPF migration prologue | Daniel Borkmann |
| 2020-05-10 | arm64: bpf: jit JMP_JSET_{X,K} | Zi Shen Lim |
| 2017-05-14 | bpf, arm64: fix jit branch offset related to ldimm64 | Daniel Borkmann |
| 2015-12-03 | arm64: bpf: add 'store immediate' instruction | Yang Shi |
| 2015-11-18 | arm64: bpf: fix buffer pointer | Zi Shen Lim |
| 2015-11-17 | arm64: bpf: make BPF prologue and epilogue align with ARM64 AAPCS | Yang Shi |
| 2015-11-16 | bpf, arm64: start flushing icache range from header | Daniel Borkmann |
| 2015-11-16 | arm64: bpf: fix JIT frame pointer setup | Yang Shi |
| 2015-11-06 | arm64: bpf: fix mod-by-zero case | Zi Shen Lim |
| 2015-11-06 | arm64: bpf: fix div-by-zero case | Zi Shen Lim |
| 2015-10-03 | ebpf: migrate bpf_prog's flags to bitfield | Daniel Borkmann |
| 2015-06-26 | arm64: bpf: fix endianness conversion bugs | Xi Wang |
| 2015-06-25 | arm64: bpf: fix out-of-bounds read in bpf2a64_offset() | Xi Wang |
| 2015-05-08 | arm64: bpf: fix signedness bug in loading 64-bit immediate | Xi Wang |
| 2014-12-03 | arm64: bpf: lift restriction on last instruction | Zi Shen Lim |
| 2014-10-20 | net: bpf: arm64: minor fix of type in jited | Daniel Borkmann |
| 2014-10-20 | arm64: bpf: add 'load 64-bit immediate' instruction | Zi Shen Lim |
| 2014-10-20 | arm64: bpf: add 'shift by register' instructions | Zi Shen Lim |
| 2014-10-20 | net: bpf: arm64: address randomize and write protect JIT code | Daniel Borkmann |
| 2014-09-12 | net: bpf: arm64: fix module memory leak when JIT image build fails | Daniel Borkmann |
| 2014-09-08 | arm64: eBPF JIT compiler | Zi Shen Lim |