summaryrefslogtreecommitdiff
path: root/arch/arm64/net (unfollow)
Commit message (Expand)Author
2024-10-17Merge remote-tracking branch 'msm8998/lineage-20' into lineage-20Raghuram Subramani
2024-01-10bpf, arm64: use more scalable stadd over ldxr / stxr loop in xaddDaniel Borkmann
2024-01-10bpf, arm64: remove prefetch insn in xadd mappingDaniel Borkmann
2024-01-10bpf, arm64: use separate register for state in stxrDaniel Borkmann
2024-01-10bpf, arm64: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann
2024-01-10bpf, arm64: implement jiting of BPF_XADDDaniel Borkmann
2024-01-10arm64: fix endianness annotation for 'struct jit_ctx' and friendsLuc Van Oostenryck
2024-01-10bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov
2024-01-10bpf: remove stubs for cBPF from arch codeDaniel Borkmann
2022-04-19arm64: bpf: optimize LD_ABS, LD_INDZi Shen Lim
2022-04-19arm64: bpf: optimize JMP_CALLZi Shen Lim
2022-04-19ANDROID: arm64: bpf: implement arch_bpf_jit_check_funcSami Tolvanen
2022-04-19bpf, arm64: fix out of bounds access in tail callDaniel Borkmann
2022-04-19bpf, arm64: fix faulty emission of map access in tail callsDaniel Borkmann
2022-04-19arm64: bpf_jit_comp: drop artifactAnay Wadhera
2022-04-19bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann
2022-04-19arm64: bpf: implement bpf_tail_call() helperZi Shen Lim
2022-04-19bpf: arm64: remove callee-save registers use for tmp registersYang Shi
2022-04-19bpf, arm64: add support for constant blindingDaniel Borkmann
2022-04-19arm64: bpf: add extra pass to handle faulty codegenZi Shen Lim
2022-04-19bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann
2022-04-19bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann
2020-05-10arm64: bpf: jit JMP_JSET_{X,K}Zi Shen Lim
2017-05-14bpf, arm64: fix jit branch offset related to ldimm64Daniel Borkmann
2015-12-03arm64: bpf: add 'store immediate' instructionYang Shi
2015-11-18arm64: bpf: fix buffer pointerZi Shen Lim
2015-11-17arm64: bpf: make BPF prologue and epilogue align with ARM64 AAPCSYang Shi
2015-11-16bpf, arm64: start flushing icache range from headerDaniel Borkmann
2015-11-16arm64: bpf: fix JIT frame pointer setupYang Shi
2015-11-06arm64: bpf: fix mod-by-zero caseZi Shen Lim
2015-11-06arm64: bpf: fix div-by-zero caseZi Shen Lim
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann
2015-06-26arm64: bpf: fix endianness conversion bugsXi Wang
2015-06-25arm64: bpf: fix out-of-bounds read in bpf2a64_offset()Xi Wang
2015-05-08arm64: bpf: fix signedness bug in loading 64-bit immediateXi Wang
2014-12-03arm64: bpf: lift restriction on last instructionZi Shen Lim
2014-10-20net: bpf: arm64: minor fix of type in jitedDaniel Borkmann
2014-10-20arm64: bpf: add 'load 64-bit immediate' instructionZi Shen Lim
2014-10-20arm64: bpf: add 'shift by register' instructionsZi Shen Lim
2014-10-20net: bpf: arm64: address randomize and write protect JIT codeDaniel Borkmann
2014-09-12net: bpf: arm64: fix module memory leak when JIT image build failsDaniel Borkmann
2014-09-08arm64: eBPF JIT compilerZi Shen Lim