linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-10 02:36:59 to 2023-07-19 08:34:12 UTC [more...]

[RFC PATCH 00/21] crypto: consolidate and clean up compression APIs
 2023-07-19  8:33 UTC  (27+ messages)
` [RFC PATCH 01/21] crypto: scomp - Revert "add support for deflate rfc1950 (zlib)"
` [RFC PATCH 02/21] crypto: qat - Drop support for allocating destination buffers
` [RFC PATCH 03/21] crypto: acompress - Drop destination scatterlist allocation feature
` [RFC PATCH 04/21] net: ipcomp: Migrate to acomp API from deprecated comp API
` [RFC PATCH 05/21] ubifs: Pass worst-case buffer size to compression routines
` [RFC PATCH 06/21] ubifs: Avoid allocating buffer space unnecessarily
` [RFC PATCH 07/21] ubifs: Migrate to acomp compression API
` [RFC PATCH 08/21] zram: "
` [RFC PATCH 09/21] crypto: nx - Migrate to scomp API
` [RFC PATCH 10/21] crypto: 842 - drop obsolete 'comp' implementation
` [RFC PATCH 11/21] crypto: deflate "
` [RFC PATCH 12/21] crypto: lz4 "
` [RFC PATCH 13/21] crypto: lz4hc "
` [RFC PATCH 14/21] crypto: lzo-rle "
` [RFC PATCH 15/21] crypto: lzo "
` [RFC PATCH 16/21] crypto: zstd "
` [RFC PATCH 17/21] crypto: cavium/zip "
` [RFC PATCH 18/21] crypto: compress_null "
` [RFC PATCH 19/21] crypto: remove obsolete 'comp' compression API
` [RFC PATCH 20/21] crypto: deflate - implement acomp API directly
` [RFC PATCH 21/21] crypto: scompress - Drop the use of per-cpu scratch buffers

[PATCH 0/4] hwrng: cctrng - simplify the code a bit
 2023-07-19  7:18 UTC  (5+ messages)
` [PATCH 1/4] hwrng: cctrng - don't open code init and exit functions
` [PATCH 2/4] hwrng: cctrng - let devres enable the clock
` [PATCH 3/4] hwrng: cctrng - merge cc_trng_clk_init into its only caller
` [PATCH 4/4] hwrng: cctrng - use dev_err_probe in error paths

[PATCH] crypto: caam - adjust RNG timing to support more devices
 2023-07-19  7:00 UTC  (4+ messages)

[PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-07-18 23:17 UTC  (8+ messages)
` [PATCH RFC v9 05/51] x86/coco: move CONFIG_HAS_CC_PLATFORM check down into coco/Makefile
` [PATCH RFC v9 08/51] x86/speculation: Do not enable Automatic IBRS if SEV SNP is enabled

[PATCH v2] sparc: Explicitly include correct DT includes
 2023-07-18 19:06 UTC  (3+ messages)

[PATCH v4 00/12] RISC-V: support some cryptography accelerations
 2023-07-18 14:55 UTC  (18+ messages)
` [PATCH v4 01/12] riscv: Add support for kernel mode vector
` [PATCH v4 02/12] riscv: Add vector extension XOR implementation
` [PATCH v4 03/12] RISC-V: add helper function to read the vector VLEN
` [PATCH v4 04/12] RISC-V: add vector crypto extension detection
` [PATCH v4 05/12] RISC-V: crypto: update perl include with helpers for vector (crypto) instructions
` [PATCH v4 06/12] RISC-V: crypto: add Zvbb+Zvbc accelerated GCM GHASH implementation
` [PATCH v4 07/12] RISC-V: crypto: add Zvkg "
` [PATCH v4 08/12] RISC-V: crypto: add a vector-crypto-accelerated SHA256 implementation
` [PATCH v4 09/12] RISC-V: crypto: add a vector-crypto-accelerated SHA512 implementation
` [PATCH v4 10/12] RISC-V: crypto: add Zvkned accelerated AES encryption implementation
` [PATCH v4 11/12] RISC-V: crypto: add Zvksed accelerated SM4 "
` [PATCH v4 12/12] RISC-V: crypto: add Zvksh accelerated SM3 hash implementation

[PATCH v1] arch: s390: Use kfree_sensitive instead of kfree
 2023-07-18  7:38 UTC  (3+ messages)

[PATCH v7 00/14] crypto: Add Intel Analytics Accelerator (IAA) crypto compression driver
 2023-07-17 21:35 UTC  (21+ messages)
` [PATCH v7 01/14] dmaengine: idxd: add wq driver name support for accel-config user tool
` [PATCH v7 02/14] dmaengine: idxd: add external module driver support for dsa_bus_type
` [PATCH v7 03/14] dmaengine: idxd: Export drv_enable/disable and related functions
` [PATCH v7 04/14] dmaengine: idxd: Export descriptor management functions
` [PATCH v7 05/14] dmaengine: idxd: Export wq resource "
` [PATCH v7 06/14] dmaengine: idxd: Add wq private data accessors
` [PATCH v7 07/14] dmaengine: idxd: add callback support for iaa crypto
` [PATCH v7 08/14] crypto: iaa - Add IAA Compression Accelerator Documentation
` [PATCH v7 09/14] crypto: iaa - Add Intel IAA Compression Accelerator crypto driver core
` [PATCH v7 10/14] crypto: iaa - Add per-cpu workqueue table with rebalancing
` [PATCH v7 11/14] crypto: iaa - Add compression mode management along with fixed mode
` [PATCH v7 12/14] crypto: iaa - Add support for deflate-iaa compression algorithm
` [PATCH v7 13/14] crypto: iaa - Add irq support for the crypto async interface
` [PATCH v7 14/14] crypto: iaa - Add IAA Compression Accelerator stats

[PATCH] caam: init-clk based on caam-page0-access
 2023-07-17 17:08 UTC  (2+ messages)

[PATCH] char: Explicitly include correct DT includes
 2023-07-17 14:14 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the crypto tree
 2023-07-17 13:00 UTC  (2+ messages)

[PATCH v4] KEYS: use kfree_sensitive with key
 2023-07-17 12:55 UTC 

[PATCH v1] s390/crypto: use kfree_sensitive in _free_kb_keybuf()
 2023-07-17  7:41 UTC 

[PATCH 0/2] Add power management support in CAAM driver
 2023-07-17  5:42 UTC  (6+ messages)
` [PATCH 1/2] crypto: caam - Change structure type representing DECO MID
` [PATCH 2/2] crypto: caam - add power management support

[PATCH v2] crypto: starfive - Add AES skcipher and aead support
 2023-07-17  4:03 UTC 

[PATCH] crypto: starfive - Add AES skcipher and aead support
 2023-07-17  1:47 UTC  (3+ messages)

[PATCH 6.1 336/591] crypto: nx - fix build warnings when DEBUG_FS is not enabled
 2023-07-16 19:47 UTC 

[PATCH 6.4 501/800] crypto: nx - fix build warnings when DEBUG_FS is not enabled
 2023-07-16 19:45 UTC 

[PATCH] hwrng: arm-smccc-trng - don't set drvdata
 2023-07-16 14:11 UTC 

[PATCH v2 0/7] Support of HASH on STM32MP13
 2023-07-15 20:02 UTC  (10+ messages)
` [PATCH v2 1/7] dt-bindings: crypto: add new compatible for stm32-hash
` [PATCH v2 2/7] crypto: stm32 - add new algorithms support
` [PATCH v2 3/7] crypto: stm32 - remove bufcnt in stm32_hash_write_ctrl
` [PATCH v2 4/7] crypto: stm32 - fix loop iterating through scatterlist for DMA
` [PATCH v2 5/7] crypto: stm32 - check request size and scatterlist size when using DMA
` [PATCH v2 6/7] crypto: stm32 - fix MDMAT condition
` [PATCH v2 7/7] crypto: stm32 - remove flag HASH_FLAGS_DMA_READY

[PATCH] sparc: Explicitly include correct DT includes
 2023-07-15 10:47 UTC  (2+ messages)

[PATCH 00/10] Add dynamic boost control support
 2023-07-15  6:23 UTC  (4+ messages)

[PATCH] crypto: x86/aesni - remove unused parameter to aes_set_key_common()
 2023-07-15  5:01 UTC 

[PATCH V4] dt-bindings: crypto: qcom-qce: add SoC compatible string for ipq9574
 2023-07-14 20:42 UTC  (2+ messages)

[PATCH] crypto: Explicitly include correct DT includes
 2023-07-14 17:44 UTC 

[PATCH v2 0/3] Rust abstractions for Crypto API
 2023-07-14 16:20 UTC  (6+ messages)
` [PATCH v2 1/3] rust: crypto abstractions for synchronous message digest API
` [PATCH v2 2/3] rust: crypto abstractions for random number generator API
` [PATCH v2 3/3] MAINTAINERS: add Rust crypto abstractions files to the CRYPTO API entry

[syzbot] [crypto?] KMSAN: uninit-value in af_alg_free_resources
 2023-07-14 15:31 UTC  (3+ messages)

[PATCH 0/4] crypto: hisilicon - misc fixes
 2023-07-14 11:41 UTC  (5+ messages)
` [PATCH 1/4] crypto: hisilicon/qm - flush all work before driver removed
` [PATCH 2/4] crypto: hisilicon/qm - stop function and write data to memory
` [PATCH 3/4] crypto: hisilicon/qm - increase device doorbell timeout
` [PATCH 4/4] crypto: hisilicon/hpre - enable sva error interrupt event

[PATCH v5 0/2] Remove power-domains property for devices with compatible ti,am62-sa3ul
 2023-07-14  9:12 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: crypto: ti,sa2ul: make power-domains conditional
` [PATCH v5 2/2] arm64: dts: ti: k3-am62-main: Remove power-domains from crypto node

[PATCH] crypto: hisilicon/hpre - ensure private key less than n
 2023-07-14  9:00 UTC  (2+ messages)

[PATCH] crypto: starfive - Convert to platform remove callback returning void
 2023-07-14  9:00 UTC  (2+ messages)

[PATCH] hwrng: timeriomem - Use devm_platform_get_and_ioremap_resource()
 2023-07-14  8:59 UTC  (2+ messages)

[PATCH 1/5] crypto: omap-des - Use devm_platform_get_and_ioremap_resource()
 2023-07-14  8:58 UTC  (2+ messages)

[PATCH 0/4] hwrng: pic32 - some simple cleanups
 2023-07-14  8:58 UTC  (2+ messages)

[PATCH] hwrng: exynos - switch to DEFINE_SIMPLE_DEV_PM_OPS
 2023-07-14  8:58 UTC  (2+ messages)

[PATCH] hwrng: imx-rngc - use dev_err_probe
 2023-07-14  8:58 UTC  (2+ messages)

[PATCH v6] crypto: qat - replace the if statement with min()
 2023-07-14  8:57 UTC  (2+ messages)

[PATCH 0/2] hwrng: nomadik - two simple cleanups
 2023-07-14  8:56 UTC  (2+ messages)

[PATCH v4 0/5] crypto: qat - add heartbeat feature
 2023-07-14  8:56 UTC  (2+ messages)

[PATCH v2] crypto: qat - add fw_counters debugfs file
 2023-07-14  8:55 UTC  (2+ messages)

[PATCH] crypto: sig - Remove some unused functions
 2023-07-14  8:55 UTC  (2+ messages)

[PATCH v5 00/11] Add dynamic boost control support
 2023-07-14  8:53 UTC  (6+ messages)

[PATCH v3] KEYS: use kfree_sensitive with key
 2023-07-14  8:52 UTC  (2+ messages)

[PATCH] crypto: qat - change value of default idle filter
 2023-07-14  8:52 UTC  (2+ messages)

[PATCH v8 10/12] crypto: x86/aesni - Use the proper data type in struct aesni_xts_ctx
 2023-07-14  8:51 UTC  (3+ messages)
` [PATCH] crypto: x86/aesni: Align the address before aes_set_key_common()

[PATCH v2] crypto: Replace strlcpy with strscpy
 2023-07-14  8:51 UTC  (4+ messages)

[PATCH -next] verify_pefile: fix kernel-doc warnings in verify_pefile
 2023-07-14  8:50 UTC  (2+ messages)

[PATCH v2 0/5] crypto: Accelerated Chacha20/Poly1305 implementation
 2023-07-14  8:49 UTC  (2+ messages)

[PATCH RFC v3 0/3] crypto: Introduce SM9 key exchange
 2023-07-14  7:53 UTC  (3+ messages)
` [PATCH RFC v3 3/3] crypto: Introduce SM9 key exchange algorithm

Another regression in the af_alg series (s390x-specific)
 2023-07-14  2:10 UTC  (2+ messages)

[PATCH 00/10] Introduce STM32 Firewall framework
 2023-07-13 14:13 UTC  (18+ messages)
` [PATCH 04/10] dt-bindings: treewide: add feature-domains description in binding files
` [PATCH 05/10] firewall: introduce stm32_firewall framework

[PATCH] crypto:space required before the open brace '{'
 2023-07-13  9:42 UTC  (2+ messages)

[PATCH 0/7] Support of HASH on STM32MP13
 2023-07-13  7:59 UTC  (6+ messages)
` [PATCH 2/7] crypto: stm32 - add new algorithms support

[PATCH 0/3] hwrng: ba431 - trivial cleanups
 2023-07-13  7:04 UTC  (4+ messages)
` [PATCH 1/3] hwrng: ba431 - do not set drvdata
` [PATCH 2/3] hwrng: ba431 - don't init of_device_id's data
` [PATCH 3/3] hwrng: ba431 - use dev_err_probe after failed registration

[PATCH RFC/RFT] crypto: rk3288: enable support for TRNG
 2023-07-13  6:09 UTC  (2+ messages)

[PATCH V4 3/4] dt-bindings: qcom-qce: add SoC compatible string for ipq9574
 2023-07-12  6:30 UTC  (4+ messages)

[PATCH] KEYS: asymmetric: Fix error codes
 2023-07-11 23:27 UTC  (6+ messages)

[PATCH net] crypto: af_alg: Fix merging of written data into spliced pages
 2023-07-11  8:31 UTC  (2+ messages)

Fotowoltaika - propozycja instalacji
 2023-07-11  8:11 UTC 

hwrng: ingenic: simplify the code
 2023-07-10 20:27 UTC  (8+ messages)
` [PATCH 1/7] hwrng: ingenic - enable compile testing
` [PATCH 2/7] hwrng: ingenic - remove two unused defines
` [PATCH 3/7] hwrng: ingenic - remove dead assignments
` [PATCH 4/7] hwrng: ingenic - use devm_clk_get_enabled
` [PATCH 5/7] hwrng: ingenic - use dev_err_probe in error paths
` [PATCH 6/7] hwrng: ingenic - don't disable the rng in ingenic_trng_remove
` [PATCH 7/7] hwrng: ingenic - switch to device managed registration

[RFC PATCH v2 1/2] rust: add synchronous message digest support
 2023-07-10 19:59 UTC  (3+ messages)

[GIT PULL] Crypto Fixes for 5.18
 2023-07-10 17:20 UTC  (12+ messages)
` [GIT PULL] Crypto Fixes for 5.19
      ` [GIT PULL] Crypto Fixes for 6.1
          ` [GIT PULL] Crypto Fixes for 6.2
            ` [GIT PULL] Crypto Fixes for 6.3
              ` [GIT PULL] Crypto Fixes for 6.4
                  ` [GIT PULL] Crypto Fixes for 6.5

[PATCH v5 0/4] Implement GCM ghash using Zbc and Zbkb extensions
 2023-07-10  9:44 UTC  (3+ messages)

[PATCH] crypto: algif/hash: Fix race between MORE and non-MORE sends
 2023-07-10  4:08 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).