summaryrefslogtreecommitdiff
path: root/arch/x86/net
AgeCommit message (Expand)AuthorFilesLines
2023-07-28bpf: Support new 32bit offset jmp instructionYonghong Song1-10/+18
2023-07-28bpf: Support new signed div/mod instructions.Yonghong Song1-8/+19
2023-07-28bpf: Support new unconditional bswap instructionYonghong Song1-0/+1
2023-07-28bpf: Support new sign-extension mov insnsYonghong Song1-3/+40
2023-07-28bpf: Support new sign-extension load insnsYonghong Song1-3/+39
2023-07-19bpf, x86: initialize the variable "first_off" in save_args()Menglong Dong1-1/+1
2023-07-14bpf, x86: allow function arguments up to 12 for TRACINGMenglong Dong1-26/+209
2023-07-14bpf, x86: save/restore regs with BPF_DW sizeMenglong Dong1-29/+6
2023-06-12bpf: Fix a bpf_jit_dump issue for x86_64 with sysctl bpf_jit_enable.Yonghong Song1-1/+1
2023-01-11bpf, x86: Simplify the parsing logic of structure parametersPu Lehui1-53/+48
2023-01-05Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-31/+39
2022-12-22bpf, x86: Improve PROBE_MEM runtime load checkDave Marchevsky1-31/+39
2022-12-15Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+34
2022-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+0
2022-11-05bpf: Revert ("Fix dispatcher patchable function entry to 5 bytes nop")Peter Zijlstra1-13/+0
2022-11-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-29/+96
2022-10-26bpf: Remove prog->active check for bpf_lsm and bpf_iterMartin KaFai Lau1-17/+2
2022-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+13
2022-10-21bpf: Fix dispatcher patchable function entry to 5 bytes nopJiri Olsa1-0/+13
2022-10-20bpf,x64: use shrx/sarx/shlx when availableJie Meng1-0/+81
2022-10-20bpf,x64: avoid unnecessary instructions when shift dest is ecxJie Meng1-14/+15
2022-10-17x86/ftrace: Make it call depth tracking awarePeter Zijlstra1-0/+6
2022-10-17x86/bpf: Emit call depth accounting if requiredThomas Gleixner1-9/+23
2022-10-17x86/retpoline: Add SKL retthunk retpolinesPeter Zijlstra1-1/+4
2022-10-17x86/returnthunk: Allow different return thunksPeter Zijlstra1-1/+1
2022-10-07bpf, x64: Remove unnecessary check on existence of SSE2Jie Meng1-2/+1
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-31/+67
2022-09-29bpf: Add __bpf_prog_{enter,exit}_struct_ops for struct_ops trampolineMartin KaFai Lau1-0/+3
2022-09-27bpf: use bpf_prog_pack for bpf_dispatcherSong Liu1-8/+8
2022-09-27bpf: Use given function address for trampoline ip argJiri Olsa1-6/+5
2022-09-15x86,retpoline: Be sure to emit INT3 after JMP *%\regPeter Zijlstra1-1/+3
2022-09-07bpf: x86: Support in-register struct arguments in trampoline programsYonghong Song1-17/+51
2022-07-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-24/+34
2022-07-22bpf, x64: Allow to use caller address from stackJiri Olsa1-4/+9
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+20
2022-07-13bpf, x86: fix freeing of not-finalized bpf_prog_packSong Liu1-0/+25
2022-07-11bpf: Remove is_valid_bpf_tramp_flags()Xu Kuohai1-20/+0
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-8/+22
2022-06-29bpf: per-cgroup lsm flavorStanislav Fomichev1-8/+16
2022-06-27x86/bpf: Use alternative RET encodingPeter Zijlstra1-2/+17
2022-06-27x86/retpoline: Cleanup some #ifdeferyPeter Zijlstra1-4/+3
2022-06-21bpf, x64: Add predicate for bpf2bpf with tailcalls support in JITTony Ambardar1-0/+6
2022-06-16bpf, x86: Fix tail call count offset calculation on bpf2bpf callJakub Sitnicki1-1/+2
2022-05-24bpf: Introduce bpf_arch_text_invalidate for bpf_prog_packSong Liu1-0/+5
2022-05-11bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee1-2/+3
2022-05-11bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stackKui-Feng Lee1-9/+32
2022-05-11bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee1-17/+19
2022-04-07x86,bpf: Avoid IBT objtool warningPeter Zijlstra1-0/+1
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+24
2022-03-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-2/+9