summaryrefslogtreecommitdiffstats
path: root/arch/s390/net/bpf_jit_comp.c
AgeCommit message (Expand)Author
2021-09-15bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann
2021-07-28s390/bpf: Perform r1 range checking before accessing jit->seen_reg[r1]Colin Ian King
2019-12-31s390/bpf: Use kvcalloc for addrs arrayIlya Leoshkevich
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-09-03bpf: s390: add JIT support for bpf line infoYauheni Kaliuta
2019-08-31bpf: s390: add JIT support for multi-function programsYauheni Kaliuta
2019-08-13s390/bpf: use 32-bit index for tail callsIlya Leoshkevich
2019-08-12s390/bpf: fix lcgr instruction encodingIlya Leoshkevich
2019-05-24s390: bpf: eliminate zero extension code-genJiong Wang
2019-04-11s390: Convert IS_ENABLED uses to __is_definedJoe Perches
2019-02-04s390: bpf: fix JMP32 code-genHeiko Carstens
2019-01-26s390: bpf: implement jitting of JMP32Jiong Wang
2018-12-07s390: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*Jiong Wang
2018-08-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2018-08-07s390: fix br_r1_trampoline for machines without exrlMartin Schwidefsky
2018-06-29bpf, s390: fix potential memleak when later bpf_jit_prog failsDaniel Borkmann
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-07s390: use expoline thunks in the BPF JITMartin Schwidefsky
2018-05-03bpf, s390x: remove ld_abs/ld_indDaniel Borkmann
2018-01-26bpf, s390x: remove obsolete exception handling from div/modDaniel Borkmann
2018-01-19bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-17bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov
2017-12-15bpf, s390x: do not reload skb pointers in non-skb contextDaniel Borkmann
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2017-11-10s390/bpf: take advantage of stack_depth trackingMichael Holzheu
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-09bpf, s390x: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann
2017-08-04bpf, s390: fix jit branch offset related to ldimm64Daniel Borkmann
2017-06-06bpf: Add jited_len to struct bpf_progMartin KaFai Lau
2017-05-31bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov
2017-05-08s390: use set_memory.h headerLaura Abbott
2017-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2017-02-21bpf: fix unlocking of jited image when module ronx not setDaniel Borkmann
2017-02-17bpf: make jited programs visible in tracesDaniel Borkmann
2017-02-17bpf: remove stubs for cBPF from arch codeDaniel Borkmann
2017-01-16s390/bpf: remove redundant check for non-null imageDaniel Borkmann
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau
2016-05-19s390/bpf: fix recache skb->data/hlen for skb_vlan_push/popMichael Holzheu
2016-05-19s390/bpf: reduce maximum program size to 64 KBMichael Holzheu
2016-05-16bpf, s390: add support for constant blindingDaniel Borkmann
2016-05-16bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann
2015-12-18bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann
2015-08-11bpf: s390: Fix build error caused by the struct bpf_array member name changedKaixu Xia
2015-07-30bpf: provide helper that indicates eBPF was migratedDaniel Borkmann
2015-07-29s390/bpf: recache skb->data/hlen for skb_vlan_push/popMichael Holzheu
2015-07-29s390/bpf: Only clear A and X for converted BPF programsMichael Holzheu
2015-07-29s390/bpf: increase BPF_SIZE_MAXMichael Holzheu
2015-07-29s390/bpf: Fix multiple macro expansionsMichael Holzheu