| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86/urgent' into x86/fpu, to resolve a conflict | Ingo Molnar | 2021-10-16 | 1 | -18/+48 |
|\ |
|
| * | bpf, x86: Fix bpf mapping of atomic fetch implementation | Johan Almbladh | 2021-09-28 | 1 | -5/+8 |
| * | bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS prog | Hou Tao | 2021-09-14 | 1 | -13/+40 |
* | | x86/extable: Rework the exception table mechanics | Thomas Gleixner | 2021-09-13 | 1 | -9/+2 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-07-31 | 2 | -0/+13 |
|\ |
|
| * | bpf: Introduce BPF nospec instruction for mitigating Spectre v4 | Daniel Borkmann | 2021-07-29 | 2 | -0/+13 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2021-07-15 | 1 | -0/+19 |
|\ \
| |/
|/| |
|
| * | bpf, x86: Store caller's ip in trampoline stack | Jiri Olsa | 2021-07-15 | 1 | -0/+19 |
* | | bpf: Track subprog poke descriptors correctly and fix use-after-free | John Fastabend | 2021-07-09 | 1 | -0/+3 |
|/ |
|
* | bpf, x86: Fix extable offset calculation | Ravi Bangoria | 2021-06-28 | 1 | -1/+1 |
* | bpf, x86: Remove unused cnt increase from EMIT macro | Jiri Olsa | 2021-06-24 | 1 | -32/+12 |
* | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2021-04-29 | 2 | -0/+203 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-04-09 | 2 | -2/+20 |
| |\ |
|
| * | | bpf: Support kernel function call in x86-32 | Martin KaFai Lau | 2021-03-26 | 1 | -0/+198 |
| * | | bpf: Support bpf program calling kernel function | Martin KaFai Lau | 2021-03-26 | 1 | -0/+5 |
* | | | Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-04-27 | 1 | -5/+5 |
|\ \ \ |
|
| * \ \ | Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ... | Ingo Molnar | 2021-04-02 | 1 | -5/+5 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | x86: Remove dynamic NOP selection | Peter Zijlstra | 2021-03-15 | 1 | -4/+4 |
* | | | | Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2021-04-26 | 1 | -2/+2 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | x86: Fix various typos in comments | Ingo Molnar | 2021-03-18 | 1 | -2/+2 |
* | | | | bpf, x86: Validate computation of branch displacements for x86-32 | Piotr Krysiuk | 2021-04-08 | 1 | -1/+10 |
* | | | | bpf, x86: Validate computation of branch displacements for x86-64 | Piotr Krysiuk | 2021-04-08 | 1 | -1/+10 |
| |/ /
|/| | |
|
* | | | bpf: Use NOP_ATOMIC5 instead of emit_nops(&prog, 5) for BPF_TRAMP_F_CALL_ORIG | Stanislav Fomichev | 2021-03-19 | 1 | -1/+2 |
* | | | bpf: Fix fexit trampoline. | Alexei Starovoitov | 2021-03-18 | 1 | -4/+22 |
* | | | bpf, x86: Use kvmalloc_array instead kmalloc_array in bpf_jit_comp | Yonghong Song | 2021-03-10 | 1 | -2/+2 |
|/ / |
|
* / | bpf, x86: Fix BPF_FETCH atomic and/or/xor with r0 as src | Brendan Jackman | 2021-02-22 | 1 | -3/+7 |
|/ |
|
* | bpf: Add per-program recursion prevention mechanism | Alexei Starovoitov | 2021-02-11 | 1 | -0/+15 |
* | bpf: Compute program stats for sleepable programs | Alexei Starovoitov | 2021-02-11 | 1 | -19/+12 |
* | bpf: Emit explicit NULL pointer checks for PROBE_LDX instructions. | Alexei Starovoitov | 2021-02-04 | 1 | -0/+19 |
* | bpf,x64: Pad NOPs to make images converge more easily | Gary Lin | 2021-01-20 | 1 | -28/+112 |
* | bpf: Add bitwise atomic instructions | Brendan Jackman | 2021-01-14 | 1 | -1/+49 |
* | bpf: Add instructions for atomic_[cmp]xchg | Brendan Jackman | 2021-01-14 | 1 | -0/+8 |
* | bpf: Add BPF_FETCH field / create atomic_fetch_add instruction | Brendan Jackman | 2021-01-14 | 1 | -0/+4 |
* | bpf: Rename BPF_XADD and prepare to encode other atomics in .imm | Brendan Jackman | 2021-01-14 | 2 | -16/+36 |
* | bpf: x86: Factor out a lookup table for some ALU opcodes | Brendan Jackman | 2021-01-14 | 1 | -18/+15 |
* | bpf: x86: Factor out emission of REX byte | Brendan Jackman | 2021-01-14 | 1 | -16/+23 |
* | bpf: x86: Factor out emission of ModR/M for *(reg + off) | Brendan Jackman | 2021-01-14 | 1 | -18/+25 |
* | bpf: x64: Do not emit sub/add 0, %rsp when !stack_depth | Maciej Fijalkowski | 2020-09-29 | 1 | -10/+23 |
* | bpf, x64: Drop "pop %rcx" instruction on BPF JIT epilogue | Maciej Fijalkowski | 2020-09-29 | 1 | -2/+0 |
* | bpf, x64: rework pro/epilogue and tailcall handling in JIT | Maciej Fijalkowski | 2020-09-17 | 1 | -48/+189 |
* | bpf: rename poke descriptor's 'ip' member to 'tailcall_target' | Maciej Fijalkowski | 2020-09-17 | 1 | -9/+11 |
* | bpf, x64: use %rcx instead of %rax for tail call retpolines | Maciej Fijalkowski | 2020-09-17 | 1 | -10/+10 |
* | bpf: Introduce sleepable BPF programs | Alexei Starovoitov | 2020-08-28 | 1 | -11/+21 |
* | 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, x86: Fix encoding for lower 8-bit registers in BPF_STX BPF_B | Luke Nelson | 2020-04-20 | 1 | -3/+15 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-03-25 | 1 | -4/+6 |
|\ |
|
| * | bpf, x32: Fix bug with JMP32 JSET BPF_X checking upper bits | Luke Nelson | 2020-03-06 | 1 | -4/+6 |