Age | Commit message (Expand) | Author | Files | Lines |
2022-03-27 | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+24 |
2022-03-22 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 1 | -2/+9 |
2022-03-16 | bpf, x86: Fall back to interpreter mode when extra pass fails | Hou Tao | 1 | -2/+9 |
2022-03-15 | x86/ibt,bpf: Add ENDBR instructions to prologue and trampoline | Peter Zijlstra | 1 | -2/+24 |
2022-03-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2022-03-02 | bpf, x86: Set header->size properly before freeing it | Song Liu | 1 | -1/+4 |
2022-02-21 | x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCE | Peter Zijlstra (Intel) | 1 | -1/+1 |
2022-02-08 | bpf, x86_64: Fail gracefully on bpf_jit_binary_pack_finalize failures | Song Liu | 1 | -2/+6 |
2022-02-07 | bpf, x86_64: Use bpf_jit_binary_pack_alloc | Song Liu | 1 | -27/+31 |
2022-02-07 | bpf: Introduce bpf_arch_text_copy | Song Liu | 1 | -0/+7 |
2022-01-27 | bpf, x86: Remove unnecessary handling of BPF_SUB atomic op | Hou Tao | 1 | -1/+0 |
2022-01-12 | Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2021-12-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -14/+41 |
2021-12-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -8/+43 |
2021-12-16 | bpf: Fix extable address check. | Alexei Starovoitov | 1 | -7/+42 |
2021-12-16 | bpf: Fix extable fixup offset. | Alexei Starovoitov | 1 | -1/+1 |
2021-12-13 | bpf: Add get_func_[arg|ret|arg_cnt] helpers | Jiri Olsa | 1 | -1/+14 |
2021-12-13 | bpf, x64: Replace some stack_size usage with offset variables | Jiri Olsa | 1 | -14/+28 |
2021-12-11 | x86/extable: Extend extable functionality | Peter Zijlstra | 1 | -1/+1 |
2021-11-30 | x86, bpf: Cleanup the top of file header in bpf_jit_comp.c | Christoph Hellwig | 1 | -2/+2 |
2021-11-16 | bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33 | Tiezhu Yang | 2 | -7/+7 |
2021-11-02 | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -79/+80 |
2021-11-01 | Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -9/+2 |
2021-10-28 | bpf,x86: Respect X86_FEATURE_RETPOLINE* | Peter Zijlstra | 2 | -27/+41 |
2021-10-28 | bpf,x86: Simplify computing label offsets | Peter Zijlstra | 1 | -81/+42 |
2021-10-28 | x86/retpoline: Move the retpoline thunk declarations to nospec-branch.h | Peter Zijlstra | 1 | -1/+0 |
2021-10-16 | Merge branch 'x86/urgent' into x86/fpu, to resolve a conflict | Ingo Molnar | 1 | -18/+48 |
2021-10-07 | bpf, x64: Factor out emission of REX byte in more cases | Jie Meng | 1 | -36/+31 |
2021-10-06 | bpf, x64: Save bytes for DIV by reducing reg copies | Jie Meng | 1 | -29/+42 |
2021-09-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -18/+48 |
2021-09-28 | bpf, x86: Fix bpf mapping of atomic fetch implementation | Johan Almbladh | 1 | -5/+8 |
2021-09-14 | bpf,x64 Emit IMUL instead of MUL for x86-64 | Jie Meng | 1 | -30/+23 |
2021-09-14 | bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS prog | Hou Tao | 1 | -13/+40 |
2021-09-13 | x86/extable: Rework the exception table mechanics | Thomas Gleixner | 1 | -9/+2 |
2021-07-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -0/+13 |
2021-07-29 | bpf: Introduce BPF nospec instruction for mitigating Spectre v4 | Daniel Borkmann | 2 | -0/+13 |
2021-07-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -0/+19 |
2021-07-15 | bpf, x86: Store caller's ip in trampoline stack | Jiri Olsa | 1 | -0/+19 |
2021-07-09 | bpf: Track subprog poke descriptors correctly and fix use-after-free | John Fastabend | 1 | -0/+3 |
2021-06-28 | bpf, x86: Fix extable offset calculation | Ravi Bangoria | 1 | -1/+1 |
2021-06-24 | bpf, x86: Remove unused cnt increase from EMIT macro | Jiri Olsa | 1 | -32/+12 |
2021-04-29 | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2 | -0/+203 |
2021-04-27 | Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -5/+5 |
2021-04-26 | Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+2 |
2021-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -2/+20 |
2021-04-08 | bpf, x86: Validate computation of branch displacements for x86-32 | Piotr Krysiuk | 1 | -1/+10 |
2021-04-08 | bpf, x86: Validate computation of branch displacements for x86-64 | Piotr Krysiuk | 1 | -1/+10 |
2021-04-02 | Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ... | Ingo Molnar | 1 | -5/+5 |
2021-03-26 | bpf: Support kernel function call in x86-32 | Martin KaFai Lau | 1 | -0/+198 |
2021-03-26 | bpf: Support bpf program calling kernel function | Martin KaFai Lau | 1 | -0/+5 |