Age | Commit message (Expand) | Author |
2021-11-16 | bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33 | Tiezhu Yang |
2021-10-28 | bpf,x86: Respect X86_FEATURE_RETPOLINE* | Peter Zijlstra |
2021-07-29 | bpf: Introduce BPF nospec instruction for mitigating Spectre v4 | Daniel Borkmann |
2021-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-04-08 | bpf, x86: Validate computation of branch displacements for x86-32 | Piotr Krysiuk |
2021-03-26 | bpf: Support kernel function call in x86-32 | Martin KaFai Lau |
2021-01-14 | bpf: Rename BPF_XADD and prepare to encode other atomics in .imm | Brendan Jackman |
2020-05-07 | bpf, i386: Remove unneeded conversion to bool | Jason Yan |
2020-04-24 | bpf, x86_32: Fix logic error in BPF_LDX zero-extension | Wang YanQing |
2020-04-24 | bpf, x86_32: Fix clobbering of dst for BPF_JSET | Luke Nelson |
2020-04-24 | bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extension | Luke Nelson |
2020-03-06 | bpf, x32: Fix bug with JMP32 JSET BPF_X checking upper bits | Luke Nelson |
2019-07-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-07-03 | bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_K shift by 0 | Luke Nelson |
2019-07-03 | bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_X shift by 0 | Luke Nelson |
2019-05-24 | x32: bpf: eliminate zero extension code-gen | Jiong Wang |
2019-05-01 | bpf, x32: Fix bug for BPF_ALU64 | BPF_NEG | Wang YanQing |
2019-05-01 | bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE} | Wang YanQing |
2019-01-26 | x32: bpf: implement jitting of JMP32 | Jiong Wang |
2018-07-26 | bpf, x32: Fix regression caused by commit 24dea04767e6 | Wang YanQing |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook |
2018-05-03 | bpf, x32: remove ld_abs/ld_ind | Daniel Borkmann |
2018-05-03 | bpf, x86_32: add eBPF JIT compiler for ia32 | Wang YanQing |