Age | Commit message (Expand) | Author |
2021-04-29 | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2021-04-27 | Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2021-04-26 | Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
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-04-08 | bpf, x86: Validate computation of branch displacements for x86-64 | Piotr Krysiuk |
2021-04-02 | Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ... | Ingo Molnar |
2021-03-26 | bpf: Support kernel function call in x86-32 | Martin KaFai Lau |
2021-03-26 | bpf: Support bpf program calling kernel function | Martin KaFai Lau |
2021-03-19 | bpf: Use NOP_ATOMIC5 instead of emit_nops(&prog, 5) for BPF_TRAMP_F_CALL_ORIG | Stanislav Fomichev |
2021-03-18 | x86: Fix various typos in comments | Ingo Molnar |
2021-03-18 | bpf: Fix fexit trampoline. | Alexei Starovoitov |
2021-03-15 | x86: Remove dynamic NOP selection | Peter Zijlstra |
2021-03-10 | bpf, x86: Use kvmalloc_array instead kmalloc_array in bpf_jit_comp | Yonghong Song |
2021-02-22 | bpf, x86: Fix BPF_FETCH atomic and/or/xor with r0 as src | Brendan Jackman |
2021-02-11 | bpf: Add per-program recursion prevention mechanism | Alexei Starovoitov |
2021-02-11 | bpf: Compute program stats for sleepable programs | Alexei Starovoitov |
2021-02-04 | bpf: Emit explicit NULL pointer checks for PROBE_LDX instructions. | Alexei Starovoitov |
2021-01-20 | bpf,x64: Pad NOPs to make images converge more easily | Gary Lin |
2021-01-14 | bpf: Add bitwise atomic instructions | Brendan Jackman |
2021-01-14 | bpf: Add instructions for atomic_[cmp]xchg | Brendan Jackman |
2021-01-14 | bpf: Add BPF_FETCH field / create atomic_fetch_add instruction | Brendan Jackman |
2021-01-14 | bpf: Rename BPF_XADD and prepare to encode other atomics in .imm | Brendan Jackman |
2021-01-14 | bpf: x86: Factor out a lookup table for some ALU opcodes | Brendan Jackman |
2021-01-14 | bpf: x86: Factor out emission of REX byte | Brendan Jackman |
2021-01-14 | bpf: x86: Factor out emission of ModR/M for *(reg + off) | Brendan Jackman |
2020-09-29 | bpf: x64: Do not emit sub/add 0, %rsp when !stack_depth | Maciej Fijalkowski |
2020-09-29 | bpf, x64: Drop "pop %rcx" instruction on BPF JIT epilogue | Maciej Fijalkowski |
2020-09-17 | bpf, x64: rework pro/epilogue and tailcall handling in JIT | Maciej Fijalkowski |
2020-09-17 | bpf: rename poke descriptor's 'ip' member to 'tailcall_target' | Maciej Fijalkowski |
2020-09-17 | bpf, x64: use %rcx instead of %rax for tail call retpolines | Maciej Fijalkowski |
2020-08-28 | bpf: Introduce sleepable BPF programs | Alexei Starovoitov |
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-04-20 | bpf, x86: Fix encoding for lower 8-bit registers in BPF_STX BPF_B | Luke Nelson |
2020-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-03-11 | bpf: Fix trampoline generation for fmod_ret programs | Alexei Starovoitov |
2020-03-06 | bpf, x32: Fix bug with JMP32 JSET BPF_X checking upper bits | Luke Nelson |
2020-03-04 | bpf: Introduce BPF_MODIFY_RETURN | KP Singh |
2020-03-04 | bpf: JIT helpers for fmod_ret progs | KP Singh |
2020-03-04 | bpf: Refactor trampoline update code | KP Singh |
2020-01-09 | bpf: Introduce BPF_MAP_TYPE_STRUCT_OPS | Martin KaFai Lau |
2019-12-13 | bpf, x86: Align dispatcher branch targets to 16B | Björn Töpel |
2019-12-13 | bpf: Introduce BPF dispatcher | Björn Töpel |
2019-11-24 | bpf: Simplify __bpf_arch_text_poke poke type handling | Daniel Borkmann |
2019-11-24 | bpf, x86: Emit patchable direct jump as tail call | Daniel Borkmann |
2019-11-24 | bpf, x86: Generalize and extend bpf_arch_text_poke for direct jumps | Daniel Borkmann |
2019-11-15 | bpf: Support attaching tracing BPF program to other BPF programs | Alexei Starovoitov |