summaryrefslogtreecommitdiff
path: root/arch/x86/net
AgeCommit message (Expand)Author
2022-04-07x86,bpf: Avoid IBT objtool warningPeter Zijlstra
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-03-16bpf, x86: Fall back to interpreter mode when extra pass failsHou Tao
2022-03-15x86/ibt,bpf: Add ENDBR instructions to prologue and trampolinePeter Zijlstra
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-02bpf, x86: Set header->size properly before freeing itSong Liu
2022-02-21x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCEPeter Zijlstra (Intel)
2022-02-08bpf, x86_64: Fail gracefully on bpf_jit_binary_pack_finalize failuresSong Liu
2022-02-07bpf, x86_64: Use bpf_jit_binary_pack_allocSong Liu
2022-02-07bpf: Introduce bpf_arch_text_copySong Liu
2022-01-27bpf, x86: Remove unnecessary handling of BPF_SUB atomic opHou Tao
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-16bpf: Fix extable address check.Alexei Starovoitov
2021-12-16bpf: Fix extable fixup offset.Alexei Starovoitov
2021-12-13bpf: Add get_func_[arg|ret|arg_cnt] helpersJiri Olsa
2021-12-13bpf, x64: Replace some stack_size usage with offset variablesJiri Olsa
2021-12-11x86/extable: Extend extable functionalityPeter Zijlstra
2021-11-30x86, bpf: Cleanup the top of file header in bpf_jit_comp.cChristoph Hellwig
2021-11-16bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-01Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-10-28bpf,x86: Respect X86_FEATURE_RETPOLINE*Peter Zijlstra
2021-10-28bpf,x86: Simplify computing label offsetsPeter Zijlstra
2021-10-28x86/retpoline: Move the retpoline thunk declarations to nospec-branch.hPeter Zijlstra
2021-10-16Merge branch 'x86/urgent' into x86/fpu, to resolve a conflictIngo Molnar
2021-10-07bpf, x64: Factor out emission of REX byte in more casesJie Meng
2021-10-06bpf, x64: Save bytes for DIV by reducing reg copiesJie Meng
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-28bpf, x86: Fix bpf mapping of atomic fetch implementationJohan Almbladh
2021-09-14bpf,x64 Emit IMUL instead of MUL for x86-64Jie Meng
2021-09-14bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS progHou Tao
2021-09-13x86/extable: Rework the exception table mechanicsThomas Gleixner
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-07-15bpf, x86: Store caller's ip in trampoline stackJiri Olsa
2021-07-09bpf: Track subprog poke descriptors correctly and fix use-after-freeJohn Fastabend
2021-06-28bpf, x86: Fix extable offset calculationRavi Bangoria
2021-06-24bpf, x86: Remove unused cnt increase from EMIT macroJiri Olsa
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-04-27Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-08bpf, x86: Validate computation of branch displacements for x86-32Piotr Krysiuk
2021-04-08bpf, x86: Validate computation of branch displacements for x86-64Piotr Krysiuk
2021-04-02Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ...Ingo Molnar
2021-03-26bpf: Support kernel function call in x86-32Martin KaFai Lau