]> git.proxmox.com Git - mirror_zfs.git/history - module/icp
etc/init.d: decide which variant to use at build time.
[mirror_zfs.git] / module / icp /
2023-12-05 Shengqi Chenmodule/icp/asm-arm/sha2: enable non-SIMD asm kernels...
2023-11-28 Shengqi Chenmodule/icp/asm-arm/sha2: fix compiling on armv5/6
2023-11-28 Shengqi Chenmodule/icp/asm-arm/sha2: auto detect __ARM_ARCH
2023-10-03 Andrew TurnerAdd BTI landing pads to the AArch64 SHA2 assembly
2023-04-27 Justin Hibbitspowerpc64: Support ELFv2 asm on Big Endian
2023-04-26 Tino ReichardtFix BLAKE3 aarch64 assembly for FreeBSD and macOS
2023-04-06 Martin MatuškaMiscellaneous FreBSD compilation bugfixes
2023-03-14 Tino ReichardtRemove unused Edon-R variants
2023-03-08 Attila FülöpICP: AES-GCM: Unify gcm_init_ctx() and gmac_init_ctx()
2023-03-07 Tino ReichardtFix detection of IBM Power8 machines (ISA 2.07)
2023-03-06 Richard YaoSHA2Init() should use signed assertions when checking...
2023-03-06 Jorgen LundmanRestore ASMABI and other Unify work
2023-03-02 Tino ReichardtUse SECTION_STATIC macro for sha2 x86_64 assembly
2023-03-02 Tino ReichardtUpdate BLAKE3 for using the new impl handling
2023-03-02 Tino ReichardtAdd generic implementation handling and SHA2 impl
2023-03-02 Tino ReichardtRemove old or redundant SHA2 files
2023-03-01 Richard Yaoicp: Prevent compilers from optimizing away memset...
2023-02-27 Attila FülöpICP: AES-GCM: Refactor gcm_clear_ctx()
2023-02-06 Jorgen LundmanUnify assembly files with macOS
2023-01-24 Attila Fülöpx86 asm: Replace .align with .balign
2023-01-24 Attila FülöpIPC: blake3 x86 asm: fix placement of .size directives
2023-01-17 Jorgen LundmanUnify Assembler files between Linux and Windows
2023-01-13 Richard YaoCleanup: Remove unneeded semicolons
2023-01-13 Richard YaoCleanup: Use MIN() macro
2023-01-12 Richard YaoCleanup: Remove unnecessary explicit casts of pointers...
2022-11-30 szuberskFix Clang 15 compilation errors
2022-11-30 szuberskFix GCC 12 compilation errors
2022-11-28 Richard YaoConvert some sprintf() calls to kmem_scnprintf()
2022-11-04 Alexander Lobakinicp: fix all !ENDBR objtool warnings in x86 Asm code
2022-11-04 Alexander Lobakinicp: fix rodata being marked as text in x86 Asm code
2022-11-04 Alexander Lobakinicp: properly fix all RETs in x86_64 Asm code
2022-10-20 Richard Yaocrypto_get_ptrs() should always write to *out_data_2
2022-10-18 Richard YaoFix possible NULL pointer dereference in sha2_mac_init()
2022-10-14 Richard YaoCleanup: Address Clang's static analyzer's unused code...
2022-09-27 Richard YaoFix bad free in skein code
2022-09-27 Richard YaoCleanup: Remove ineffective unsigned comparisons against 0
2022-09-16 Tino ReichardtFix BLAKE3 tuneable and module loading on Linux and...
2022-09-15 Richard YaoFix assertions in crypto reference helpers
2022-09-15 Richard YaoFix use-after-free bugs in icp code
2022-09-08 pkubajFix build on FreeBSD/powerpc64*
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-06-29 набEnable -Wwrite-strings
2022-06-27 Brian BehlendorfFix objtool: missing int3 after ret warning
2022-06-27 Brian BehlendorfFix -Wattribute-warning in edonr
2022-06-21 Tino ReichardtFix memory allocation issue for BLAKE3 context
2022-06-08 Tino ReichardtIntroduce BLAKE3 checksums as an OpenZFS feature
2022-05-10 набlibzfs: pool: fix false-positives -Wmaybe-uninitialised
2022-05-06 Aidan HarrisFix functions without a prototype
2022-04-20 набlinux: module: weld all but spl.ko into zfs.ko
2022-03-15 набForbid b{copy,zero,cmp}(). Don't include <strings.h...
2022-03-15 набRemove bcopy(), bzero(), bcmp()
2022-02-18 набmodule: icp: remove useless assert
2022-02-16 набmodule: icp: remove provider stats
2022-02-16 набmodule: icp: enforce KCF_{OPS_CLASSSIZE,MAXMECHTAB}
2022-02-16 набmodule: icp: remove unused pd_{remove_cv,hash_limit}
2022-02-16 набmodule: icp: remove vestigia of crypto sessions
2022-02-16 набmodule: icp: remove unused (and mostly faked) cm_{...
2022-02-16 набmodule: icp: remove unused crypto_provider_handle_t
2022-02-16 набmodule: icp: remove pre-set entries from mechtabs
2022-02-16 набmodule: icp: rip out insane crypto_req_handle_t mechani...
2022-02-16 набinclude: crypto: clean out api.h
2022-02-16 набmodule: icp: remove unused headers. Migrate {ops =...
2022-02-16 набinclude: crypto: clean out unused SYSCALL32 and flags
2022-02-16 набmodule: icp: remove algorithm name defines used only...
2022-02-16 набmodule: icp: remove set-but-unused cd_miscdata
2022-02-16 набmodule: icp: fold away all key formats except CRYPTO_KE...
2022-02-16 набmodule: icp: remove unused CRYPTO_* error codes
2022-02-16 набmodule: icp: rip out modhash. Replace the one user...
2022-02-16 набmodule: icp: remove unused me_mutex
2022-02-16 набmodule: icp: remove unused me_threshold
2022-02-16 набmodule: icp: remove unused struct crypto_ctx::cc_{sessi...
2022-02-16 набmodule: icp: remove unused gswq, kcfpool, [as]req_cache...
2022-02-16 набmodule: icp: remove unused notification framework
2022-02-16 набmodule: icp: remove unused kcf_op_{group,type}, req_par...
2022-02-16 набmodule: icp: remove unused p[di]_flags
2022-02-16 набmodule: icp: remove unused CRYPTO_{NOTIFY_OPDONE,SKIP_R...
2022-02-16 набmodule: icp: remove unused CRYPTO_ALWAYS_QUEUE
2022-02-16 набmodule: icp: remove unused kcf_digest.c
2022-02-16 набmodule: icp: drop software provider generation numbers
2022-02-16 набmodule: icp: remove unused kcf_mac operations
2022-02-16 набmodule: icp: remove unused kcf_cipher operations
2022-02-16 набmodule: icp: remove other provider types
2022-02-16 набmodule: icp: use original mechanisms
2022-02-16 набmodule: icp: use original description
2022-02-16 набmodule: icp: guarantee the ops vector is persistent
2022-02-16 набmodule: icp: have a static 8 providers
2022-02-16 набmodule: icp: spi: crypto_ops_t: remove unused op types
2022-02-16 набmodule: icp: spi: flatten struct crypto_ops, crypto_pro...
2022-02-16 набmodule: icp: spi: remove crypto_control_ops_t
2022-02-16 набmodule: icp: spi: remove crypto_{provider,op}_notificat...
2022-02-15 Jorgen LundmanRename fallthrough to zfs_fallthrough
2022-02-09 Jorgen LundmanRename EMPTY_TASKQ into taskq_empty
2022-02-03 Damian SzuberskiAdd `--enable-asan` and `--enable-ubsan` switches
2022-01-26 набicp: asm_linkage.h: clean out unused bits, CSTYLED
2022-01-14 набmodule/*.ko: prune .data, global .rodata
2022-01-07 Tino ReichardtRemove sha1 hashing from OpenZFS, it's not used anywhere.
2022-01-07 набmodule: icp: remove solaris crypto and cryptoadm ioctl...
2022-01-07 набmodule: icp: rip out the Solaris loadable module archit...
2021-12-23 набmodule: icp: fix unused, remove argsused
2021-09-14 Brian BehlendorfUse fallthrough macro
next