summaryrefslogtreecommitdiffstats
path: root/arch/x86/net
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-03-221-2/+9
|\ \
| * | bpf, x86: Fall back to interpreter mode when extra pass failsHou Tao2022-03-161-2/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-101-1/+1
|\ \ \ | |/ / |/| / | |/
| * x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCEPeter Zijlstra (Intel)2022-02-211-1/+1
* | bpf, x86: Set header->size properly before freeing itSong Liu2022-03-021-1/+4
* | bpf, x86_64: Fail gracefully on bpf_jit_binary_pack_finalize failuresSong Liu2022-02-081-2/+6
* | bpf, x86_64: Use bpf_jit_binary_pack_allocSong Liu2022-02-071-27/+31
* | bpf: Introduce bpf_arch_text_copySong Liu2022-02-071-0/+7
* | bpf, x86: Remove unnecessary handling of BPF_SUB atomic opHou Tao2022-01-271-1/+0
|/
* Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-121-1/+1
|\
| * x86/extable: Extend extable functionalityPeter Zijlstra2021-12-111-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-14/+41
|\ \
| * | bpf: Add get_func_[arg|ret|arg_cnt] helpersJiri Olsa2021-12-131-1/+14
| * | bpf, x64: Replace some stack_size usage with offset variablesJiri Olsa2021-12-131-14/+28
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-161-8/+43
|\ \ \ | |/ / |/| |
| * | bpf: Fix extable address check.Alexei Starovoitov2021-12-161-7/+42
| * | bpf: Fix extable fixup offset.Alexei Starovoitov2021-12-161-1/+1
| |/
* | x86, bpf: Cleanup the top of file header in bpf_jit_comp.cChristoph Hellwig2021-11-301-2/+2
* | bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang2021-11-162-7/+7
|/
* Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-021-79/+80
|\
| * bpf, x64: Factor out emission of REX byte in more casesJie Meng2021-10-071-36/+31
| * bpf, x64: Save bytes for DIV by reducing reg copiesJie Meng2021-10-061-29/+42
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-301-18/+48
| |\
| * | bpf,x64 Emit IMUL instead of MUL for x86-64Jie Meng2021-09-141-30/+23
* | | Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-011-9/+2
|\ \ \
| * \ \ Merge branch 'x86/urgent' into x86/fpu, to resolve a conflictIngo Molnar2021-10-161-18/+48
| |\ \ \ | | | |/ | | |/|
| * | | x86/extable: Rework the exception table mechanicsThomas Gleixner2021-09-131-9/+2
| | |/ | |/|
* | | bpf,x86: Respect X86_FEATURE_RETPOLINE*Peter Zijlstra2021-10-282-27/+41
* | | bpf,x86: Simplify computing label offsetsPeter Zijlstra2021-10-281-81/+42
* | | x86/retpoline: Move the retpoline thunk declarations to nospec-branch.hPeter Zijlstra2021-10-281-1/+0
| |/ |/|
* | bpf, x86: Fix bpf mapping of atomic fetch implementationJohan Almbladh2021-09-281-5/+8