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