summaryrefslogtreecommitdiff
path: root/arch/x86/net/bpf_jit_comp32.c
AgeCommit message (Expand)Author
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao
2024-01-03arch/x86: Fix typosBjorn Helgaas
2021-11-16bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang
2021-10-28bpf,x86: Respect X86_FEATURE_RETPOLINE*Peter Zijlstra
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-08bpf, x86: Validate computation of branch displacements for x86-32Piotr Krysiuk
2021-03-26bpf: Support kernel function call in x86-32Martin KaFai Lau
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman
2020-05-07bpf, i386: Remove unneeded conversion to boolJason Yan
2020-04-24bpf, x86_32: Fix logic error in BPF_LDX zero-extensionWang YanQing
2020-04-24bpf, x86_32: Fix clobbering of dst for BPF_JSETLuke Nelson
2020-04-24bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extensionLuke Nelson
2020-03-06bpf, x32: Fix bug with JMP32 JSET BPF_X checking upper bitsLuke Nelson
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-03bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_K shift by 0Luke Nelson
2019-07-03bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_X shift by 0Luke Nelson
2019-05-24x32: bpf: eliminate zero extension code-genJiong Wang
2019-05-01bpf, x32: Fix bug for BPF_ALU64 | BPF_NEGWang YanQing
2019-05-01bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE}Wang YanQing
2019-01-26x32: bpf: implement jitting of JMP32Jiong Wang
2018-07-26bpf, x32: Fix regression caused by commit 24dea04767e6Wang YanQing
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-03bpf, x32: remove ld_abs/ld_indDaniel Borkmann
2018-05-03bpf, x86_32: add eBPF JIT compiler for ia32Wang YanQing