summaryrefslogtreecommitdiff
path: root/arch/powerpc/net/bpf_jit_comp.c
AgeCommit message (Expand)Author
2023-10-23powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]Hari Bathini
2023-10-23powerpc/bpf: rename powerpc64_jit_data to powerpc_jit_dataHari Bathini
2023-10-23powerpc/bpf: implement bpf_arch_text_invalidate for bpf_prog_packHari Bathini
2023-10-23powerpc/bpf: implement bpf_arch_text_copyHari Bathini
2023-10-19powerpc: Use NULL instead of 0 for null pointersBenjamin Gray
2023-05-15powerpc/bpf: populate extable entries only during the last passHari Bathini
2023-02-10powerpc/bpf: Perform complete extra passes to update addressesChristophe Leroy
2022-05-19powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}Christophe Leroy
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-03-08powerpc/bpf: Simplify bpf_to_ppc() and adopt it for powerpc64Naveen N. Rao
2022-03-08powerpc64/bpf elfv1: Do not load TOC before calling functionsNaveen N. Rao
2022-03-08powerpc/bpf: Handle large branch ranges with BPF_EXITNaveen N. Rao
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-02-08bpf: Fix leftover header->pages in sparc and powerpc code.Song Liu
2022-01-15powerpc/bpf: Update ldimm64 instructions during extra passNaveen N. Rao
2021-11-25bpf ppc32: Add BPF_PROBE_MEM support for JITHari Bathini
2021-11-25bpf ppc64: Add BPF_PROBE_MEM support for JITRavi Bangoria
2021-11-25bpf powerpc: Remove extra_pass from bpf_jit_build_body()Ravi Bangoria
2021-11-05Merge tag 'powerpc-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-10-28powerpc/bpf: Fix write protecting JIT codeHari Bathini
2021-10-07powerpc/bpf: Validate branch rangesNaveen N. Rao
2021-06-21powerpc/bpf: Write protect JIT codeJordan Niethe
2021-06-21powerpc/bpf: Remove bpf_jit_free()Jordan Niethe
2021-04-03powerpc/bpf: Reallocate BPF registers to volatile registers when possible on ...Christophe Leroy
2021-04-03powerpc/bpf: Move common functions into bpf_jit_comp.cChristophe Leroy
2021-04-03powerpc/bpf: Remove classical BPF support for PPC32Christophe Leroy
2020-09-29bpf, powerpc: Fix misuse of fallthrough in bpf_jit_comp()He Zhe
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-16powerpc/ppc-opcode: Consolidate powerpc instructions from bpf_jit.hBalamuruhan S
2020-07-16powerpc/bpf_jit: Reuse instruction macros from ppc-opcode.hBalamuruhan S
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2018-11-16net: remove VLAN_TAG_PRESENTMichał Mirosław
2018-11-16net/bpf_jit: PPC: split VLAN_PRESENT bit handling from VLAN_TCIMichał Mirosław
2018-07-30powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-02-22powerpc/bpf/jit: Fix 32-bit JIT for seccomp_data accessMark Lord
2018-01-19bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann
2017-01-25powerpc/bpf: Remove redundant check for non-null imageDaniel Borkmann
2016-06-24powerpc/bpf/jit: Isolate classic BPF JIT specifics into a separate headerNaveen N. Rao
2016-06-24powerpc/bpf/jit: A few cleanupsNaveen N. Rao
2016-01-06net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann
2015-02-20ppc: bpf: Add SKF_AD_CPU for ppc32Denis Kirjanov
2015-02-20ppc: bpf: update jit to use compatibility macrosDenis Kirjanov
2015-01-20module: remove mod arg from module_free, rename module_memfree().Rusty Russell
2014-11-18PPC: bpf_jit_comp: Unify BPF_MOD | BPF_X and BPF_DIV | BPF_XDenis Kirjanov
2014-11-11PPC: bpf_jit_comp: add SKF_AD_HATYPE instructionDenis Kirjanov
2014-11-03PPC: bpf_jit_comp: add SKF_AD_PKTTYPE instructionDenis Kirjanov
2014-09-09net: bpf: be friendly to kmemcheckDaniel Borkmann