summaryrefslogtreecommitdiffstats
path: root/arch/x86/net
Commit message (Expand)AuthorAgeFilesLines
* bpf: Support new 32bit offset jmp instructionYonghong Song2023-07-271-10/+18
* bpf: Support new signed div/mod instructions.Yonghong Song2023-07-271-8/+19
* bpf: Support new unconditional bswap instructionYonghong Song2023-07-271-0/+1
* bpf: Support new sign-extension mov insnsYonghong Song2023-07-271-3/+40
* bpf: Support new sign-extension load insnsYonghong Song2023-07-271-3/+39
* bpf, x86: initialize the variable "first_off" in save_args()Menglong Dong2023-07-191-1/+1
* bpf, x86: allow function arguments up to 12 for TRACINGMenglong Dong2023-07-131-26/+209
* bpf, x86: save/restore regs with BPF_DW sizeMenglong Dong2023-07-131-29/+6
* bpf: Fix a bpf_jit_dump issue for x86_64 with sysctl bpf_jit_enable.Yonghong Song2023-06-121-1/+1
* bpf, x86: Simplify the parsing logic of structure parametersPu Lehui2023-01-101-53/+48
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-041-31/+39
|\
| * bpf, x86: Improve PROBE_MEM runtime load checkDave Marchevsky2022-12-221-31/+39
* | Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-141-11/+34
|\ \ | |/ |/|
| * x86/ftrace: Make it call depth tracking awarePeter Zijlstra2022-10-171-0/+6
| * x86/bpf: Emit call depth accounting if requiredThomas Gleixner2022-10-171-9/+23
| * x86/retpoline: Add SKL retthunk retpolinesPeter Zijlstra2022-10-171-1/+4
| * x86/returnthunk: Allow different return thunksPeter Zijlstra2022-10-171-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-171-13/+0
|\ \
| * | bpf: Revert ("Fix dispatcher patchable function entry to 5 bytes nop")Peter Zijlstra2022-11-041-13/+0
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-11-021-29/+96
|\ \ \
| * | | bpf: Remove prog->active check for bpf_lsm and bpf_iterMartin KaFai Lau2022-10-251-17/+2
| * | | bpf,x64: use shrx/sarx/shlx when availableJie Meng2022-10-191-0/+81
| * | | bpf,x64: avoid unnecessary instructions when shift dest is ecxJie Meng2022-10-191-14/+15
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-241-0/+13
|\ \ \ \ | |/ / / |/| / / | |/ /
| * / bpf: Fix dispatcher patchable function entry to 5 bytes nopJiri Olsa2022-10-201-0/+13
| |/
* / bpf, x64: Remove unnecessary check on existence of SSE2Jie Meng2022-10-071-2/+1
|/
* Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-10-041-31/+67
|\
| * bpf: Add __bpf_prog_{enter,exit}_struct_ops for struct_ops trampolineMartin KaFai Lau2022-09-291-0/+3
| * bpf: use bpf_prog_pack for bpf_dispatcherSong Liu2022-09-261-8/+8
| * bpf: Use given function address for trampoline ip argJiri Olsa2022-09-261-6/+5
| * bpf: x86: Support in-register struct arguments in trampoline programsYonghong Song2022-09-061-17/+51
* | x86,retpoline: Be sure to emit INT3 after JMP *%\regPeter Zijlstra2022-09-151-1/+3
|/
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-221-24/+34
|\
| * bpf, x64: Allow to use caller address from stackJiri Olsa2022-07-221-4/+9
| * bpf, x86: fix freeing of not-finalized bpf_prog_packSong Liu2022-07-121-0/+25
| * bpf: Remove is_valid_bpf_tramp_flags()Xu Kuohai2022-07-111-20/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-6/+20
|\ \ | |/ |/|
| * x86/bpf: Use alternative RET encodingPeter Zijlstra2022-06-271-2/+17
| * x86/retpoline: Cleanup some #ifdeferyPeter Zijlstra2022-06-271-4/+3
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-091-8/+22
|\ \ | |/ |/|
| * bpf: per-cgroup lsm flavorStanislav Fomichev2022-06-291-8/+16
| * bpf, x64: Add predicate for bpf2bpf with tailcalls support in JITTony Ambardar2022-06-211-0/+6
* | bpf, x86: Fix tail call count offset calculation on bpf2bpf callJakub Sitnicki2022-06-161-1/+2
|/
* bpf: Introduce bpf_arch_text_invalidate for bpf_prog_packSong Liu2022-05-231-0/+5
* bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee2022-05-101-2/+3
* bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stackKui-Feng Lee2022-05-101-9/+32
* bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee2022-05-101-17/+19
* x86,bpf: Avoid IBT objtool warningPeter Zijlstra2022-04-071-0/+1
* Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-271-2/+24
|\
| * x86/ibt,bpf: Add ENDBR instructions to prologue and trampolinePeter Zijlstra2022-03-151-2/+24