summaryrefslogtreecommitdiff
path: root/arch/x86/net/bpf_jit_comp.c
AgeCommit message (Expand)Author
2023-01-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-12-22bpf, x86: Improve PROBE_MEM runtime load checkDave Marchevsky
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-04bpf: Revert ("Fix dispatcher patchable function entry to 5 bytes nop")Peter Zijlstra
2022-11-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-10-25bpf: Remove prog->active check for bpf_lsm and bpf_iterMartin KaFai Lau
2022-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-20bpf: Fix dispatcher patchable function entry to 5 bytes nopJiri Olsa
2022-10-19bpf,x64: use shrx/sarx/shlx when availableJie Meng
2022-10-19bpf,x64: avoid unnecessary instructions when shift dest is ecxJie Meng
2022-10-17x86/ftrace: Make it call depth tracking awarePeter Zijlstra
2022-10-17x86/bpf: Emit call depth accounting if requiredThomas Gleixner
2022-10-17x86/retpoline: Add SKL retthunk retpolinesPeter Zijlstra
2022-10-17x86/returnthunk: Allow different return thunksPeter Zijlstra
2022-10-07bpf, x64: Remove unnecessary check on existence of SSE2Jie Meng
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-09-29bpf: Add __bpf_prog_{enter,exit}_struct_ops for struct_ops trampolineMartin KaFai Lau
2022-09-26bpf: use bpf_prog_pack for bpf_dispatcherSong Liu
2022-09-26bpf: Use given function address for trampoline ip argJiri Olsa
2022-09-15x86,retpoline: Be sure to emit INT3 after JMP *%\regPeter Zijlstra
2022-09-06bpf: x86: Support in-register struct arguments in trampoline programsYonghong Song
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-22bpf, x64: Allow to use caller address from stackJiri Olsa
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-12bpf, x86: fix freeing of not-finalized bpf_prog_packSong Liu
2022-07-11bpf: Remove is_valid_bpf_tramp_flags()Xu Kuohai
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-06-29bpf: per-cgroup lsm flavorStanislav Fomichev
2022-06-27x86/bpf: Use alternative RET encodingPeter Zijlstra
2022-06-27x86/retpoline: Cleanup some #ifdeferyPeter Zijlstra
2022-06-21bpf, x64: Add predicate for bpf2bpf with tailcalls support in JITTony Ambardar
2022-06-16bpf, x86: Fix tail call count offset calculation on bpf2bpf callJakub Sitnicki
2022-05-23bpf: Introduce bpf_arch_text_invalidate for bpf_prog_packSong Liu
2022-05-10bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee
2022-05-10bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stackKui-Feng Lee
2022-05-10bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee
2022-04-07x86,bpf: Avoid IBT objtool warningPeter Zijlstra
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-03-16bpf, x86: Fall back to interpreter mode when extra pass failsHou Tao
2022-03-15x86/ibt,bpf: Add ENDBR instructions to prologue and trampolinePeter Zijlstra
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-02bpf, x86: Set header->size properly before freeing itSong Liu
2022-02-21x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCEPeter Zijlstra (Intel)
2022-02-08bpf, x86_64: Fail gracefully on bpf_jit_binary_pack_finalize failuresSong Liu
2022-02-07bpf, x86_64: Use bpf_jit_binary_pack_allocSong Liu
2022-02-07bpf: Introduce bpf_arch_text_copySong Liu
2022-01-27bpf, x86: Remove unnecessary handling of BPF_SUB atomic opHou Tao
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds