summaryrefslogtreecommitdiffstats
path: root/arch/x86/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* | bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS progHou Tao2021-09-141-13/+40
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-312-0/+13
|\
| * bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-07-292-0/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-07-151-0/+19
|\ \ | |/ |/|
| * bpf, x86: Store caller's ip in trampoline stackJiri Olsa2021-07-151-0/+19
* | bpf: Track subprog poke descriptors correctly and fix use-after-freeJohn Fastabend2021-07-091-0/+3
|/
* bpf, x86: Fix extable offset calculationRavi Bangoria2021-06-281-1/+1
* bpf, x86: Remove unused cnt increase from EMIT macroJiri Olsa2021-06-241-32/+12
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-292-0/+203
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-092-2/+20
| |\
| * | bpf: Support kernel function call in x86-32Martin KaFai Lau2021-03-261-0/+198
| * | bpf: Support bpf program calling kernel functionMartin KaFai Lau2021-03-261-0/+5
* | | Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-5/+5
|\ \ \
| * \ \ Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ...Ingo Molnar2021-04-021-5/+5
| |\ \ \ | | |/ / | |/| |
| | * | x86: Remove dynamic NOP selectionPeter Zijlstra2021-03-151-4/+4
* | | | Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-261-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86: Fix various typos in commentsIngo Molnar2021-03-181-2/+2
* | | | bpf, x86: Validate computation of branch displacements for x86-32Piotr Krysiuk2021-04-081-1/+10
* | | | bpf, x86: Validate computation of branch displacements for x86-64Piotr Krysiuk2021-04-081-1/+10
| |/ / |/| |
* | | bpf: Use NOP_ATOMIC5 instead of emit_nops(&prog, 5) for BPF_TRAMP_F_CALL_ORIGStanislav Fomichev2021-03-191-1/+2
* | | bpf: Fix fexit trampoline.Alexei Starovoitov2021-03-181-4/+22
* | | bpf, x86: Use kvmalloc_array instead kmalloc_array in bpf_jit_compYonghong Song2021-03-101-2/+2
|/ /
* / bpf, x86: Fix BPF_FETCH atomic and/or/xor with r0 as srcBrendan Jackman2021-02-221-3/+7
|/
* bpf: Add per-program recursion prevention mechanismAlexei Starovoitov2021-02-111-0/+15
* bpf: Compute program stats for sleepable programsAlexei Starovoitov2021-02-111-19/+12
* bpf: Emit explicit NULL pointer checks for PROBE_LDX instructions.Alexei Starovoitov2021-02-041-0/+19
* bpf,x64: Pad NOPs to make images converge more easilyGary Lin2021-01-201-28/+112
* bpf: Add bitwise atomic instructionsBrendan Jackman2021-01-141-1/+49