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
*
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
*
Fix BLAKE3 tuneable and module loading on Linux and FreeBSD
Tino Reichardt
2022-09-16
5
-157
/
+235
*
Fix assertions in crypto reference helpers
Richard Yao
2022-09-15
2
-24
/
+25
*
Fix use-after-free bugs in icp code
Richard Yao
2022-09-15
2
-2
/
+2
*
Fix build on FreeBSD/powerpc64*
pkubaj
2022-09-08
1
-2
/
+2
*
Replace dead opensolaris.org license link
Tino Reichardt
2022-07-11
54
-54
/
+54
*
Enable -Wwrite-strings
наб
2022-06-29
2
-2
/
+2
*
Fix objtool: missing int3 after ret warning
Brian Behlendorf
2022-06-27
11
-30
/
+36
*
Fix -Wattribute-warning in edonr
Brian Behlendorf
2022-06-27
1
-1
/
+1
*
Fix memory allocation issue for BLAKE3 context
Tino Reichardt
2022-06-21
1
-0
/
+28
*
Introduce BLAKE3 checksums as an OpenZFS feature
Tino Reichardt
2022-06-08
13
-0
/
+21295
*
libzfs: pool: fix false-positives -Wmaybe-uninitialised
наб
2022-05-10
1
-4
/
+1
*
Fix functions without a prototype
Aidan Harris
2022-05-06
1
-1
/
+1
*
linux: module: weld all but spl.ko into zfs.ko
наб
2022-04-20
2
-95
/
+2
*
Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h>
наб
2022-03-15
2
-2
/
+2
*
Remove bcopy(), bzero(), bcmp()
наб
2022-03-15
17
-290
/
+285
*
module: icp: remove useless assert
наб
2022-02-18
1
-2
/
+0
*
module: icp: remove provider stats
наб
2022-02-15
4
-135
/
+1
*
module: icp: enforce KCF_{OPS_CLASSSIZE,MAXMECHTAB}
наб
2022-02-15
1
-1
/
+7
*
module: icp: remove unused pd_{remove_cv,hash_limit}
наб
2022-02-15
2
-8
/
+0
*
module: icp: remove vestigia of crypto sessions
наб
2022-02-15
7
-124
/
+50
*
module: icp: remove unused (and mostly faked) cm_{{min,max}_key_length,mech_f...
наб
2022-02-15
6
-67
/
+21
*
module: icp: remove unused crypto_provider_handle_t
наб
2022-02-15
7
-93
/
+54
*
module: icp: remove pre-set entries from mechtabs
наб
2022-02-15
1
-22
/
+2
*
module: icp: rip out insane crypto_req_handle_t mechanism, inline KM_SLEEP
наб
2022-02-15
13
-315
/
+170
*
include: crypto: clean out api.h
наб
2022-02-15
1
-2
/
+1
*
module: icp: remove unused headers. Migrate {ops => sched}_impl
наб
2022-02-15
4
-354
/
+5
*
include: crypto: clean out unused SYSCALL32 and flags
наб
2022-02-15
1
-4
/
+0
*
module: icp: remove algorithm name defines used only in the default mechtab
наб
2022-02-15
1
-14
/
+1
*
module: icp: remove set-but-unused cd_miscdata
наб
2022-02-15
4
-48
/
+19
[next]