index
:
openzfs/zfs.git
b_zfs-2.0.2
b_zfs-2.0.5
b_zfs-2.1.0
b_zfs-2.1.6
b_zfs_2.1.10-staging
b_zfs_2.1.11
b_zfs_2.2.4
b_zfs_2.2.6
b_zfs_2.2.6_debian12
master
zfs-0.6.3-stable
zfs-0.6.4-release
zfs-0.6.5-release
zfs-0.7-release
zfs-0.7.12-release
zfs-0.7.13-release
zfs-0.8.3-kernel56
zfs-0.8.3-kernel56-patched2
zfs-0.8.3-release
zfs-0.8.4-release
zfs-0.8.5
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
module
/
icp
Commit message (
Expand
)
Author
Age
Files
Lines
*
icp: remove redundant FreeBSD check
Rob Norris
2024-05-31
1
-5
/
+0
*
icp: remove unused headers
Rob Norris
2024-05-31
2
-72
/
+0
*
icp: remove skein module
Rob Norris
2024-05-31
2
-517
/
+0
*
icp: remove unused SHA2 HMAC mechanisms
Rob Norris
2024-05-31
2
-178
/
+13
*
icp: reorganise SHA2 digest mechanisms
Rob Norris
2024-05-31
2
-39
/
+11
*
icp: remove digest entry points
Rob Norris
2024-05-31
6
-455
/
+8
*
icp: remove unused KCF_ macros
Rob Norris
2024-05-31
1
-37
/
+0
*
icp: remove unusued incremental cipher methods
Rob Norris
2024-05-31
3
-514
/
+3
*
icp: brutally remove unused AES modes
Rob Norris
2024-05-31
9
-1200
/
+57
*
icp: remove unused blowfish_ctx and des_ctx
Rob Norris
2024-05-31
1
-28
/
+0
*
Use memset to zero stack allocations containing unions
Rob N
2024-05-24
1
-2
/
+6
*
Fix: FreeBSD Arm64 does not build currently
Tino Reichardt
2024-04-19
2
-2
/
+2
*
Do no use .cfi_negate_ra_state within the assembly on Arm64
Tino Reichardt
2024-04-15
2
-5
/
+21
*
Add the BTI elf note to the AArch64 SHA2 assembly
Andrew Turner
2024-04-15
2
-0
/
+20
*
module/icp/asm-arm/sha2: enable non-SIMD asm kernels on armv5/6
Shengqi Chen
2023-12-05
4
-26
/
+27
*
module/icp/asm-arm/sha2: fix compiling on armv5/6
Shengqi Chen
2023-11-28
1
-0
/
+4
*
module/icp/asm-arm/sha2: auto detect __ARM_ARCH
Shengqi Chen
2023-11-28
2
-4
/
+10
*
Add BTI landing pads to the AArch64 SHA2 assembly
Andrew Turner
2023-10-03
2
-0
/
+5
*
powerpc64: Support ELFv2 asm on Big Endian
Justin Hibbits
2023-04-27
4
-0
/
+61
*
Fix BLAKE3 aarch64 assembly for FreeBSD and macOS
Tino Reichardt
2023-04-26
2
-4511
/
+4057
*
Miscellaneous FreBSD compilation bugfixes
Martin Matuška
2023-04-06
5
-7
/
+9
*
Remove unused Edon-R variants
Tino Reichardt
2023-03-14
2
-823
/
+176
*
ICP: AES-GCM: Unify gcm_init_ctx() and gmac_init_ctx()
Attila Fülöp
2023-03-08
1
-104
/
+103
*
Fix detection of IBM Power8 machines (ISA 2.07)
Tino Reichardt
2023-03-06
2
-6
/
+6
*
SHA2Init() should use signed assertions when checking an enum
Richard Yao
2023-03-06
1
-2
/
+2
*
Restore ASMABI and other Unify work
Jorgen Lundman
2023-03-06
5
-37
/
+56
*
Use SECTION_STATIC macro for sha2 x86_64 assembly
Tino Reichardt
2023-03-02
2
-2
/
+2
*
Update BLAKE3 for using the new impl handling
Tino Reichardt
2023-03-02
5
-468
/
+241
*
Add generic implementation handling and SHA2 impl
Tino Reichardt
2023-03-02
16
-3
/
+27539
*
Remove old or redundant SHA2 files
Tino Reichardt
2023-03-02
4
-5381
/
+0
*
icp: Prevent compilers from optimizing away memset() in gcm_clear_ctx()
Richard Yao
2023-02-28
2
-31
/
+41
*
ICP: AES-GCM: Refactor gcm_clear_ctx()
Attila Fülöp
2023-02-27
4
-55
/
+36
*
Unify assembly files with macOS
Jorgen Lundman
2023-02-06
5
-5
/
+8
*
x86 asm: Replace .align with .balign
Attila Fülöp
2023-01-24
7
-37
/
+37
*
IPC: blake3 x86 asm: fix placement of .size directives
Attila Fülöp
2023-01-24
3
-9
/
+6
*
Unify Assembler files between Linux and Windows
Jorgen Lundman
2023-01-17
20
-703
/
+144
*
Cleanup: Remove unneeded semicolons
Richard Yao
2023-01-12
1
-1
/
+1
*
Cleanup: Use MIN() macro
Richard Yao
2023-01-12
1
-1
/
+1
*
Cleanup: Remove unnecessary explicit casts of pointers from allocators
Richard Yao
2023-01-12
3
-4
/
+4
*
Fix Clang 15 compilation errors
szubersk
2022-11-30
2
-1
/
+5
*
Fix GCC 12 compilation errors
szubersk
2022-11-30
1
-1
/
+1
*
Convert some sprintf() calls to kmem_scnprintf()
Richard Yao
2022-11-28
3
-7
/
+11
*
icp: fix all !ENDBR objtool warnings in x86 Asm code
Alexander Lobakin
2022-11-04
10
-50
/
+41
*
icp: fix rodata being marked as text in x86 Asm code
Alexander Lobakin
2022-11-04
2
-0
/
+5
*
icp: properly fix all RETs in x86_64 Asm code
Alexander Lobakin
2022-11-04
3
-11
/
+20
*
crypto_get_ptrs() should always write to *out_data_2
Richard Yao
2022-10-19
1
-1
/
+3
*
Fix possible NULL pointer dereference in sha2_mac_init()
Richard Yao
2022-10-18
1
-5
/
+8
*
Cleanup: Address Clang's static analyzer's unused code complaints
Richard Yao
2022-10-14
4
-6
/
+1
*
Fix bad free in skein code
Richard Yao
2022-09-27
1
-3
/
+14
*
Cleanup: Remove ineffective unsigned comparisons against 0
Richard Yao
2022-09-26
1
-1
/
+0
[next]