| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2023-08-29 | 11 | -182/+609 |
|\ |
|
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2023-08-26 | 6 | -38/+207 |
| |\ |
|
| | * | riscv, bpf: Support unconditional bswap insn | Pu Lehui | 2023-08-24 | 1 | -0/+1 |
| | * | riscv, bpf: Support signed div/mod insns | Pu Lehui | 2023-08-24 | 2 | -6/+40 |
| | * | riscv, bpf: Support 32-bit offset jmp insn | Pu Lehui | 2023-08-24 | 1 | -1/+5 |
| | * | riscv, bpf: Support sign-extension mov insns | Pu Lehui | 2023-08-24 | 1 | -1/+13 |
| | * | riscv, bpf: Support sign-extension load insns | Pu Lehui | 2023-08-24 | 2 | -8/+48 |
| | * | riscv, bpf: Fix missing exception handling and redundant zext for LDX_B/H/W | Pu Lehui | 2023-08-24 | 1 | -6/+3 |
| | * | bpf, arm64: Support signed div/mod instructions | Xu Kuohai | 2023-08-18 | 2 | -4/+17 |
| | * | bpf, arm64: Support 32-bit offset jmp instruction | Xu Kuohai | 2023-08-18 | 1 | -1/+5 |
| | * | bpf, arm64: Support unconditional bswap | Xu Kuohai | 2023-08-18 | 1 | -2/+3 |
| | * | bpf, arm64: Support sign-extension mov instructions | Xu Kuohai | 2023-08-18 | 2 | -1/+19 |
| | * | bpf, arm64: Support sign-extension load instructions | Xu Kuohai | 2023-08-18 | 2 | -8/+43 |
| | * | arm64: insn: Add encoders for LDRSB/LDRSH/LDRSW | Xu Kuohai | 2023-08-18 | 2 | -0/+10 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-08-24 | 68 | -260/+390 |
| |\ \ |
|
| * \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-08-18 | 48 | -214/+200 |
| |\ \ \
| | |_|/
| |/| | |
|
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-08-11 | 3 | -5/+11 |
| |\ \ \ |
|
| * \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-08-10 | 46 | -210/+890 |
| |\ \ \ \ |
|
| * | | | | | net: fs_enet: Don't include fs_enet_pd.h when not needed | Christophe Leroy | 2023-08-09 | 3 | -3/+0 |
| * | | | | | net: fs_enet: Remove stale prototypes from fsl_soc.c | Christophe Leroy | 2023-08-09 | 1 | -3/+0 |
| * | | | | | Revert "riscv: dts: allwinner: d1: Add CAN controller nodes" | Marc Kleine-Budde | 2023-08-07 | 1 | -30/+0 |
| * | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2023-08-04 | 2 | -95/+199 |
| |\ \ \ \ \ |
|
| | * | | | | | riscv, bpf: Adapt bpf trampoline to optimized riscv ftrace framework | Pu Lehui | 2023-08-02 | 1 | -71/+82 |
| | * | | | | | bpf: Support new 32bit offset jmp instruction | Yonghong Song | 2023-07-28 | 1 | -10/+18 |
| | * | | | | | bpf: Support new signed div/mod instructions. | Yonghong Song | 2023-07-28 | 1 | -8/+19 |
| | * | | | | | bpf: Support new unconditional bswap instruction | Yonghong Song | 2023-07-28 | 1 | -0/+1 |
| | * | | | | | bpf: Support new sign-extension mov insns | Yonghong Song | 2023-07-28 | 1 | -3/+40 |
| | * | | | | | bpf: Support new sign-extension load insns | Yonghong Song | 2023-07-28 | 1 | -3/+39 |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-08-03 | 106 | -206/+327 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | riscv: dts: allwinner: d1: Add CAN controller nodes | John Watts | 2023-07-28 | 1 | -0/+30 |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-07-28 | 41 | -258/+370 |
| |\ \ \ \ \ \ \
| | |_|/ / / / /
| |/| | | | | | |
|
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-07-21 | 25 | -154/+208 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | bpf, x86: initialize the variable "first_off" in save_args() | Menglong Dong | 2023-07-19 | 1 | -1/+1 |
| * | | | | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2023-07-14 | 1 | -43/+203 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | bpf, x86: allow function arguments up to 12 for TRACING | Menglong Dong | 2023-07-14 | 1 | -26/+209 |
| | * | | | | | | | | bpf, x86: save/restore regs with BPF_DW size | Menglong Dong | 2023-07-14 | 1 | -29/+6 |
* | | | | | | | | | | Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 2023-08-29 | 10 | -18/+2366 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | crypto: arm64/aes - remove Makefile hack | Masahiro Yamada | 2023-08-11 | 3 | -5/+3 |
| * | | | | | | | | | | crypto: x86/aesni - remove unused parameter to aes_set_key_common() | Eric Biggers | 2023-07-22 | 1 | -13/+9 |
| * | | | | | | | | | | crypto: x86/aesni - Align the address before aes_set_key_common() | Chang S. Bae | 2023-07-14 | 1 | -6/+6 |
| * | | | | | | | | | | crypto: powerpc - Add chacha20/poly1305-p10 to Kconfig and Makefile | Danny Tsen | 2023-07-14 | 2 | -0/+30 |
| * | | | | | | | | | | crypto: poly1305-p10 - Glue code for optmized Poly1305 implementation for ppc... | Danny Tsen | 2023-07-14 | 1 | -0/+186 |
| * | | | | | | | | | | crypto: poly1305-p10 - An optimized Poly1305 implementation with 4-way unroll... | Danny Tsen | 2023-07-14 | 1 | -0/+1075 |
| * | | | | | | | | | | crypt: chacha20-p10 - Glue code for optmized Chacha20 implementation for ppc64le | Danny Tsen | 2023-07-14 | 1 | -0/+221 |
| * | | | | | | | | | | crypto: chacha20-p10 - An optimized Chacha20 implementation with 8-way unroll... | Danny Tsen | 2023-07-14 | 1 | -0/+842 |
* | | | | | | | | | | | Merge tag 'acpi-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2023-08-29 | 3 | -15/+23 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'acpi-processor' | Rafael J. Wysocki | 2023-08-25 | 3 | -15/+23 |
| |\ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | | |
|
| | * | | | | | | | | | | ACPI: processor: Introduce acpi_processor_osc() | Michal Wilczynski | 2023-07-14 | 1 | -0/+3 |
| | * | | | | | | | | | | ACPI: processor: Set CAP_SMP_T_SWCOORD in arch_acpi_set_proc_cap_bits() | Michal Wilczynski | 2023-07-14 | 1 | -0/+3 |
| | * | | | | | | | | | | ACPI: processor: Clear C_C2C3_FFH and C_C1_FFH in arch_acpi_set_proc_cap_bits() | Michal Wilczynski | 2023-07-14 | 1 | -4/+5 |