LinuxLists
Users
About
Nathan Huckleberry (
[email protected]
)
Number of posts: 177 (0.12 per day)
First post: 2019-06-12 03:15:42
Last post: 2023-05-11 19:05:20
Previous Page
/
Next Page
Date
List
Subject
2022-03-16 05:18:13
linux-crypto
[PATCH v3 1/8] crypto: xctr - Add XCTR support
2022-03-16 02:12:19
linux-crypto
[PATCH v3 0/8] crypto: HCTR2 support
2022-03-16 01:59:13
linux-crypto
[PATCH v3 3/8] crypto: hctr2 - Add HCTR2 support
2022-03-15 23:50:04
linux-crypto
[PATCH v3 2/8] crypto: polyval - Add POLYVAL support
2022-02-14 09:29:28
linux-crypto
Re: [RFC PATCH v2 5/7] crypto: arm64/aes-xctr: Add accelerated implementation of XCTR
2022-02-11 19:13:12
linux-crypto
[RFC PATCH v2 3/7] crypto: hctr2 - Add HCTR2 support
2022-02-11 08:53:41
linux-crypto
[RFC PATCH v2 1/7] crypto: xctr - Add XCTR support
2022-02-11 07:39:51
linux-crypto
[RFC PATCH v2 2/7] crypto: polyval - Add POLYVAL support
2022-02-11 03:53:55
linux-crypto
[RFC PATCH v2 5/7] crypto: arm64/aes-xctr: Add accelerated implementation of XCTR
2022-02-11 03:50:39
linux-crypto
[RFC PATCH v2 4/7] crypto: x86/aesni-xctr: Add accelerated implementation of XCTR
2022-02-11 02:14:57
linux-crypto
[RFC PATCH v2 7/7] crypto: arm64/polyval: Add PMULL accelerated implementation of POLYVAL
2022-02-11 01:46:45
linux-crypto
[RFC PATCH v2 0/7] crypto: HCTR2 support
2022-02-11 01:30:30
linux-crypto
[RFC PATCH v2 6/7] crypto: x86/polyval: Add PCLMULQDQ accelerated implementation of POLYVAL
2022-01-25 08:22:14
linux-crypto
[RFC PATCH 6/7] crypto: x86/polyval: Add PCLMULQDQ accelerated implementation of POLYVAL
2022-01-25 08:22:10
linux-crypto
[RFC PATCH 0/7] crypto: HCTR2 support
2022-01-25 08:21:58
linux-crypto
[RFC PATCH 4/7] crypto: x86/aesni-xctr: Add accelerated implementation of XCTR
2022-01-25 08:21:58
linux-crypto
[RFC PATCH 3/7] crypto: hctr2 - Add HCTR2 support
2022-01-25 08:21:36
linux-crypto
[RFC PATCH 7/7] crypto: arm64/polyval: Add PMULL accelerated implementation of POLYVAL
2022-01-25 08:21:35
linux-crypto
[RFC PATCH 5/7] crypto: arm64/aes-xctr: Add accelerated implementation of XCTR
2022-01-25 08:21:33
linux-crypto
[RFC PATCH 1/7] crypto: xctr - Add XCTR support
2022-01-25 08:21:32
linux-crypto
[RFC PATCH 2/7] crypto: polyval - Add POLYVAL support
2022-01-15 08:17:17
linux-crypto
[PATCH] crypto: x86 - Convert to SPDX identifier
2020-08-12 19:57:33
linux-kernel
Re: [PATCH 0/3] kbuild: clang-tidy
2020-08-12 01:29:20
linux-kernel
Re: [PATCH v7] Makefile: Add clang-tidy and static analyzer support to makefile
2020-08-06 21:43:17
linux-kernel
Re: [PATCH v7] Makefile: Add clang-tidy and static analyzer support to makefile
2020-07-28 00:49:36
linux-kernel
[PATCH v7] Makefile: Add clang-tidy and static analyzer support to makefile
2020-07-24 19:41:38
linux-kernel
[PATCH v6] Makefile: Add clang-tidy and static analyzer support to makefile
2020-07-22 23:12:01
linux-kernel
[PATCH v5] Makefile: Add clang-tidy and static analyzer support to makefile
2020-07-20 23:38:53
linux-kernel
[PATCH v4] Makefile: Add clang-tidy and static analyzer support to makefile
2020-07-14 23:26:03
linux-kernel
[PATCH v3] Makefile: Add clang-tidy and static analyzer support to makefile
2020-07-09 17:57:56
linux-kernel
Re: [PATCH v2] Makefile: Add clang-tidy and static analyzer support to makefile
2020-07-08 18:24:24
linux-kernel
[PATCH v2] Makefile: Add clang-tidy and static analyzer support to makefile
2020-07-06 18:30:00
linux-kernel
[PATCH v2] ARM: stacktrace: Fix unwind_frame for clang-built kernels
2020-06-16 22:39:01
linux-kernel
[PATCH] Fix unwind_frame for clang-built kernels
2020-06-11 18:37:25
linux-kernel
[PATCH] riscv/atomic: Fix sign extension for RV64I
2019-08-23 07:20:22
linux-kernel
[PATCH v3] ARM: UNWINDER_FRAME_POINTER implementation for Clang
2019-08-21 18:01:49
linux-kernel
[PATCH v2] ARM: UNWINDER_FRAME_POINTER implementation for Clang
2019-08-21 18:00:09
linux-kernel
Re: [PATCH] ARM: UNWINDER_FRAME_POINTER implementation for Clang
2019-08-20 19:45:36
linux-kernel
[PATCH] ARM: UNWINDER_FRAME_POINTER implementation for Clang
2019-08-15 23:53:59
linux-kernel
[PATCH v2] kbuild: Require W=1 for -Wimplicit-fallthrough with clang
2019-08-15 18:35:28
linux-kernel
[PATCH] kbuild: Require W=1 for -Wimplicit-fallthrough with clang
2019-08-13 20:14:47
linux-kernel
Re: [PATCH] thermal: rcar_gen3_thermal: Fix Wshift-negative-value
2019-08-13 18:31:35
linux-kernel
[PATCH v2] dmaengine: mv_xor_v2: Fix -Wshift-negative-value
2019-08-13 18:31:04
linux-kernel
Re: [PATCH] thermal: armada: Fix -Wshift-negative-value
2019-08-12 23:16:39
linux-kernel
[PATCH v2] kbuild: Change fallthrough comments to attributes
2019-08-12 22:06:34
linux-kernel
[PATCH] kbuild: Change fallthrough comments to attributes
2019-08-06 21:30:40
linux-kernel
Re: [RFC PATCH] ARM: UNWINDER_FRAME_POINTER implementation for Clang
2019-08-06 21:15:31
linux-kernel
[RFC PATCH 2/2] Add clang-tidy irq-balancing annotations for arm64
2019-08-06 21:15:23
linux-kernel
[RFC PATCH 1/2] Add clang-tidy and static analyzer support to makefile
2019-08-04 04:19:28
linux-kernel
Re: [RFC PATCH] ARM: UNWINDER_FRAME_POINTER implementation for Clang
2019-08-02 02:30:40
linux-kernel
[RFC PATCH] ARM: UNWINDER_FRAME_POINTER implementation for Clang