summaryrefslogtreecommitdiff
path: root/arch/x86/net
AgeCommit message (Expand)Author
2023-09-19bpf: Disable exceptions when CONFIG_UNWINDER_FRAME_POINTER=yKumar Kartikeya Dwivedi
2023-09-16bpf: Implement BPF exceptionsKumar Kartikeya Dwivedi
2023-09-16arch/x86: Implement arch_bpf_stack_walkKumar Kartikeya Dwivedi
2023-09-16bpf: Use bpf_is_subprog to check for subprogsKumar Kartikeya Dwivedi
2023-09-12bpf, x64: Fix tailcall infinite loopLeon Hwang
2023-09-12bpf, x64: Comment tail_call_cnt initialisationLeon Hwang
2023-07-27bpf: Support new 32bit offset jmp instructionYonghong Song
2023-07-27bpf: Support new signed div/mod instructions.Yonghong Song
2023-07-27bpf: Support new unconditional bswap instructionYonghong Song
2023-07-27bpf: Support new sign-extension mov insnsYonghong Song
2023-07-27bpf: Support new sign-extension load insnsYonghong Song
2023-07-19bpf, x86: initialize the variable "first_off" in save_args()Menglong Dong
2023-07-13bpf, x86: allow function arguments up to 12 for TRACINGMenglong Dong
2023-07-13bpf, x86: save/restore regs with BPF_DW sizeMenglong Dong
2023-06-12bpf: Fix a bpf_jit_dump issue for x86_64 with sysctl bpf_jit_enable.Yonghong Song
2023-01-10bpf, x86: Simplify the parsing logic of structure parametersPu Lehui
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