aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/net
AgeCommit message (Expand)AuthorFilesLines
2023-09-19bpf: Disable exceptions when CONFIG_UNWINDER_FRAME_POINTER=yGravatar Kumar Kartikeya Dwivedi 1-5/+4
2023-09-16bpf: Implement BPF exceptionsGravatar Kumar Kartikeya Dwivedi 1-12/+77
2023-09-16arch/x86: Implement arch_bpf_stack_walkGravatar Kumar Kartikeya Dwivedi 1-0/+28
2023-09-16bpf: Use bpf_is_subprog to check for subprogsGravatar Kumar Kartikeya Dwivedi 1-1/+1
2023-09-12bpf, x64: Fix tailcall infinite loopGravatar Leon Hwang 1-6/+22
2023-09-12bpf, x64: Comment tail_call_cnt initialisationGravatar Leon Hwang 1-0/+4
2023-07-27bpf: Support new 32bit offset jmp instructionGravatar Yonghong Song 1-10/+18
2023-07-27bpf: Support new signed div/mod instructions.Gravatar Yonghong Song 1-8/+19
2023-07-27bpf: Support new unconditional bswap instructionGravatar Yonghong Song 1-0/+1
2023-07-27bpf: Support new sign-extension mov insnsGravatar Yonghong Song 1-3/+40
2023-07-27bpf: Support new sign-extension load insnsGravatar Yonghong Song 1-3/+39
2023-07-19bpf, x86: initialize the variable "first_off" in save_args()Gravatar Menglong Dong 1-1/+1
2023-07-13bpf, x86: allow function arguments up to 12 for TRACINGGravatar Menglong Dong 1-26/+209
2023-07-13bpf, x86: save/restore regs with BPF_DW sizeGravatar Menglong Dong 1-29/+6
2023-06-12bpf: Fix a bpf_jit_dump issue for x86_64 with sysctl bpf_jit_enable.Gravatar Yonghong Song 1-1/+1
2023-01-10bpf, x86: Simplify the parsing logic of structure parametersGravatar Pu Lehui 1-53/+48
2023-01-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-31/+39
2022-12-22bpf, x86: Improve PROBE_MEM runtime load checkGravatar Dave Marchevsky 1-31/+39
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-11/+34
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-13/+0
2022-11-04bpf: Revert ("Fix dispatcher patchable function entry to 5 bytes nop")Gravatar Peter Zijlstra 1-13/+0
2022-11-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-29/+96
2022-10-25bpf: Remove prog->active check for bpf_lsm and bpf_iterGravatar Martin KaFai Lau 1-17/+2
2022-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+13
2022-10-20bpf: Fix dispatcher patchable function entry to 5 bytes nopGravatar Jiri Olsa 1-0/+13
2022-10-19bpf,x64: use shrx/sarx/shlx when availableGravatar Jie Meng 1-0/+81
2022-10-19bpf,x64: avoid unnecessary instructions when shift dest is ecxGravatar Jie Meng 1-14/+15
2022-10-17x86/ftrace: Make it call depth tracking awareGravatar Peter Zijlstra 1-0/+6
2022-10-17x86/bpf: Emit call depth accounting if requiredGravatar Thomas Gleixner 1-9/+23
2022-10-17x86/retpoline: Add SKL retthunk retpolinesGravatar Peter Zijlstra 1-1/+4
2022-10-17x86/returnthunk: Allow different return thunksGravatar Peter Zijlstra 1-1/+1
2022-10-07bpf, x64: Remove unnecessary check on existence of SSE2Gravatar Jie Meng 1-2/+1
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-31/+67
2022-09-29bpf: Add __bpf_prog_{enter,exit}_struct_ops for struct_ops trampolineGravatar Martin KaFai Lau 1-0/+3
2022-09-26bpf: use bpf_prog_pack for bpf_dispatcherGravatar Song Liu 1-8/+8
2022-09-26bpf: Use given function address for trampoline ip argGravatar Jiri Olsa 1-6/+5
2022-09-15x86,retpoline: Be sure to emit INT3 after JMP *%\regGravatar Peter Zijlstra 1-1/+3
2022-09-06bpf: x86: Support in-register struct arguments in trampoline programsGravatar Yonghong Song 1-17/+51
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-24/+34
2022-07-22bpf, x64: Allow to use caller address from stackGravatar Jiri Olsa 1-4/+9
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-6/+20
2022-07-12bpf, x86: fix freeing of not-finalized bpf_prog_packGravatar Song Liu 1-0/+25
2022-07-11bpf: Remove is_valid_bpf_tramp_flags()Gravatar Xu Kuohai 1-20/+0
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-8/+22
2022-06-29bpf: per-cgroup lsm flavorGravatar Stanislav Fomichev 1-8/+16
2022-06-27x86/bpf: Use alternative RET encodingGravatar Peter Zijlstra 1-2/+17
2022-06-27x86/retpoline: Cleanup some #ifdeferyGravatar Peter Zijlstra 1-4/+3
2022-06-21bpf, x64: Add predicate for bpf2bpf with tailcalls support in JITGravatar Tony Ambardar 1-0/+6
2022-06-16bpf, x86: Fix tail call count offset calculation on bpf2bpf callGravatar Jakub Sitnicki 1-1/+2
2022-05-23bpf: Introduce bpf_arch_text_invalidate for bpf_prog_packGravatar Song Liu 1-0/+5