summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-2114-157/+1357
|\
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-02-207-35/+464
| |\
| | * riscv, bpf: Add bpf trampoline support for RV64Pu Lehui2023-02-171-0/+317
| | * riscv, bpf: Add bpf_arch_text_poke support for RV64Pu Lehui2023-02-172-2/+91
| | * riscv, bpf: Factor out emit_call for kernel and bpf contextPu Lehui2023-02-171-17/+13
| | * riscv: Extend patch_text for multiple instructionsPu Lehui2023-02-173-15/+21
| | * LoongArch, bpf: Use 4 instructions for function address in JITHengqi Chen2023-02-172-1/+22
| * | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2023-02-1726-42/+119
| |\ \ | | |/ | |/|
| * | Daniel Borkmann says:Jakub Kicinski2023-02-101-37/+678
| |\ \
| | * | s390/bpf: Implement bpf_jit_supports_kfunc_call()Ilya Leoshkevich2023-01-291-2/+23
| | * | s390/bpf: Implement bpf_jit_supports_subprog_tailcalls()Ilya Leoshkevich2023-01-291-10/+27
| | * | s390/bpf: Implement arch_prepare_bpf_trampoline()Ilya Leoshkevich2023-01-291-22/+520
| | * | s390/bpf: Implement bpf_arch_text_poke()Ilya Leoshkevich2023-01-291-0/+97
| | * | s390/bpf: Add expoline to tail callsIlya Leoshkevich2023-01-291-2/+10
| | * | s390/bpf: Fix a typo in a commentIlya Leoshkevich2023-01-281-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-0922-71/+180
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-0234-27/+143
| |\ \ \ \
| * | | | | sh: checksum: add missing linux/uaccess.h includeJakub Kicinski2023-01-301-0/+1
| | |_|/ / | |/| | |
| * | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-281-53/+48
| |\ \ \ \
| | * | | | bpf, x86: Simplify the parsing logic of structure parametersPu Lehui2023-01-101-53/+48
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-2774-248/+302
| |\ \ \ \ \
| * | | | | | net: checksum: drop the linux/uaccess.h includeJakub Kicinski2023-01-272-1/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-2055-464/+677
| |\ \ \ \ \ \
| * | | | | | | arm64: dts: imx93-11x11-evk: enable fec functionClark Wang2023-01-181-0/+39
| * | | | | | | arm64: dts: imx93-11x11-evk: enable eqosClark Wang2023-01-181-0/+39
| * | | | | | | arm64: dts: imx93: add FEC supportClark Wang2023-01-181-0/+26
| * | | | | | | arm64: dts: imx93: add eqos supportClark Wang2023-01-181-0/+22
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-1227-118/+151
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-0539-252/+379
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ 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 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-02-2124-435/+3478
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | crypto: x86/aria-avx - Do not use avx2 instructionsTaehee Yoo2023-02-141-40/+94
| * | | | | | | | | | crypto: arm64/sm4-gcm - Fix possible crash in GCM cryptionHerbert Xu2023-02-101-26/+25
| * | | | | | | | | | crypto: arm64/sm4-ccm - Rewrite skcipher walker loopTianjia Zhang2023-02-101-20/+24
| * | | | | | | | | | crypto: x86/blowfish - Eliminate use of SYM_TYPED_FUNC_START in asmPeter Lafreniere2023-02-101-5/+4
| * | | | | | | | | | crypto: x86/blowfish - Convert to use ECB/CBC helpersPeter Lafreniere2023-02-102-168/+58
| * | | | | | | | | | crypto: x86/blowfish - Remove unused encode parameterPeter Lafreniere2023-02-102-57/+7
| * | | | | | | | | | crypto: arm64/aes-ccm - Rewrite skcipher walker loopHerbert Xu2023-02-101-31/+26
| * | | | | | | | | | crypto: x86 - exit fpu context earlier in ECB/CBC macrosPeter Lafreniere2023-02-031-4/+15
| * | | | | | | | | | crypto: x86/aria-avx512 - fix build failure with old binutilsTaehee Yoo2023-01-201-1/+1
| * | | | | | | | | | crypto: x86/aria-avx2 - fix build failure with old binutilsTaehee Yoo2023-01-202-2/+12
| * | | | | | | | | | crypto: x86/aria-avx - fix build failure with old binutilsTaehee Yoo2023-01-203-1/+18
| * | | | | | | | | | crypto: arm64/gcm - add RFC4106 supportArd Biesheuvel2023-01-201-38/+107
| * | | | | | | | | | crypto: p10-aes-gcm - Revert implementationHerbert Xu2023-01-187-6330/+0
| * | | | | | | | | | ARM: dts: aspeed: Add ACRY/AHBC device controller nodeNeal Liu2023-01-131-0/+13
| * | | | | | | | | | crypto: p10-aes-gcm - A perl script to process PowerPC assembler sourceDanny Tsen2023-01-131-0/+229
| * | | | | | | | | | crypto: p10-aes-gcm - Supporting functions for ghashDanny Tsen2023-01-131-0/+370
| * | | | | | | | | | crypto: p10-aes-gcm - Supporting functions for AESDanny Tsen2023-01-131-0/+3846
| * | | | | | | | | | crypto: p10-aes-gcm - An accelerated AES/GCM stitched implementationDanny Tsen2023-01-131-0/+1519