messages from 2022-03-31 15:42:29 to 2022-04-08 18:24:07 UTC [more...]
[PATCH RFC v1 00/10] archs/random: fallback to using sched_clock() if no cycle counter
2022-04-08 18:21 UTC (11+ messages)
` [PATCH RFC v1 01/10] random: use sched_clock() for random_get_entropy() if no get_cycles()
` [PATCH RFC v1 02/10] m68k: use sched_clock() for random_get_entropy() instead of zero
` [PATCH RFC v1 03/10] riscv: "
` [PATCH RFC v1 04/10] mips: "
` [PATCH RFC v1 05/10] arm: "
` [PATCH RFC v1 06/10] x86: "
` [PATCH RFC v1 07/10] arm64: "
` [PATCH RFC v1 08/10] um: "
` [PATCH RFC v1 09/10] sparc: "
` [PATCH RFC v1 10/10] xtensa: "
[PATCH] random: make random_get_entropy() return an unsigned long
2022-04-08 17:53 UTC
[PATCH 0/7] Add CA enforcement keyring restrictions
2022-04-08 17:34 UTC (20+ messages)
` [PATCH 1/7] KEYS: Create static version of public_key_verify_signature
` [PATCH 2/7] KEYS: X.509: Parse Basic Constraints for CA
` [PATCH 3/7] KEYS: X.509: Parse Key Usage
` [PATCH 4/7] KEYS: Introduce a builtin root of trust key flag
` [PATCH 5/7] KEYS: Introduce sig restriction that validates root of trust
` [PATCH 6/7] KEYS: X.509: Flag Intermediate CA certs as built in
` [PATCH 7/7] integrity: Use root of trust signature restriction
[PATCH] crypto: ux500/hash - simplify if-if to if-else
2022-04-08 14:23 UTC
[v2] Add support for hwrng on PolarFire SoC
2022-04-08 10:09 UTC (2+ messages)
` [PATCH v2 1/1] hwrng: mpfs - add polarfire soc hwrng support
[PATCH 0/9] treewide: eliminate anonymous module_init & module_exit
2022-04-08 8:31 UTC (3+ messages)
` [PATCH 8/9] x86/crypto: "
[PATCH] crypto: cavium/nitrox - remove check of list iterator against head past the loop body
2022-04-08 8:32 UTC (2+ messages)
[PATCH v3 0/4] Export PSP security attributes
2022-04-08 8:32 UTC (8+ messages)
` [PATCH v3 1/4] crypto: ccp: cache capability into psp device
` [PATCH v3 2/4] crypto: ccp: Export PSP security bits to userspace
` [PATCH v3 3/4] crypto: ccp: Allow PSP driver to load without SEV/TEE support
` [PATCH v3 4/4] crypto: ccp: When TSME and SME both detected notify user
[PATCH] crypto: testmgr - test in-place en/decryption with two sglists
2022-04-08 8:31 UTC (6+ messages)
[PATCH] crypto: hisilicon/qm - optimize the barrier operation
2022-04-08 8:31 UTC (2+ messages)
[PATCH 0/4] Add ARMv8 NEON and Crypto Extensions implementation of SM4-ECB/CBC/CFB/CTR
2022-04-08 8:30 UTC (2+ messages)
[PATCH -next] crypto: engine: Add parameter description in crypto_transfer_request() kernel-doc comment
2022-04-08 8:30 UTC (2+ messages)
[PATCH] crypto: move sm3 and sm4 into crypto directory
2022-04-08 8:30 UTC (2+ messages)
[PATCH 00/19] crypto: allwinner: lots of fixes
2022-04-08 8:24 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION 2e9a9857569ec27e64d2ddd01294bbe3c736acb1
2022-04-07 20:34 UTC
[PATCH v2 0/4] crypto: qat - fix dm-crypt related issues
2022-04-07 19:26 UTC (3+ messages)
` [PATCH v2 4/4] crypto: qat - re-enable registration of algorithms
[PATCH v2 00/16] crypto: qat - misc fixes
2022-04-07 16:54 UTC (17+ messages)
` [PATCH v2 01/16] crypto: qat - set CIPHER capability for DH895XCC
` [PATCH v2 02/16] crypto: qat - set COMPRESSION "
` [PATCH v2 03/16] crypto: qat - fix ETR sources enabled by default on GEN2 devices
` [PATCH v2 04/16] crypto: qat - remove unneeded braces
` [PATCH v2 05/16] crypto: qat - remove unused PFVF stubs
` [PATCH v2 06/16] crypto: qat - remove unnecessary tests to detect PFVF support
` [PATCH v2 07/16] crypto: qat - add missing restarting event notification in VFs
` [PATCH v2 08/16] crypto: qat - add check for invalid PFVF protocol version 0
` [PATCH v2 09/16] crypto: qat - test PFVF registers for spurious interrupts on GEN4
` [PATCH v2 10/16] crypto: qat - fix wording and formatting in code comment
` [PATCH v2 11/16] crypto: qat - fix off-by-one error in PFVF debug print
` [PATCH v2 12/16] crypto: qat - rework the VF2PF interrupt handling logic
` [PATCH v2 13/16] crypto: qat - leverage the GEN2 VF mask definiton
` [PATCH v2 14/16] crypto: qat - replace disable_vf2pf_interrupts()
` [PATCH v2 15/16] crypto: qat - use u32 variables in all GEN4 pfvf_ops
` [PATCH v2 16/16] crypto: qat - remove line wrapping for pfvf_ops functions
[PATCH] random: opportunistically initialize on /dev/urandom reads
2022-04-07 12:08 UTC (5+ messages)
[PATCH 0/8] crypto: avoid DMA padding for request structures
2022-04-07 8:33 UTC (13+ messages)
` [PATCH 1/8] crypto: add flag for algos that need DMA aligned context buffers
` [PATCH 2/8] crypto: safexcel - take request size after setting TFM
` [PATCH 3/8] crypto: drivers - set CRYPTO_ALG_NEED_DMA_ALIGNMENT where needed
` [PATCH 4/8] crypto: drivers - avoid setting skcipher TFM reqsize directly
` [PATCH 5/8] crypto: skcipher - avoid rounding up request size to DMA alignment
` [PATCH 6/8] crypto: aead - avoid DMA alignment for request structures unless needed
` [PATCH 7/8] crypto: ahash "
` [PATCH 8/8] crypto: safexcel - reduce alignment of stack buffer
[PATCH AUTOSEL 5.4 07/17] crypto: stm32 - fix reference leak in stm32_crc_remove
2022-04-07 1:15 UTC (2+ messages)
` [PATCH AUTOSEL 5.4 08/17] crypto: x86/chacha20 - Avoid spurious jumps to other functions
[PATCH AUTOSEL 5.15 11/27] crypto: stm32 - fix reference leak in stm32_crc_remove
2022-04-07 1:12 UTC (2+ messages)
` [PATCH AUTOSEL 5.15 12/27] crypto: x86/chacha20 - Avoid spurious jumps to other functions
[PATCH AUTOSEL 5.10 11/25] crypto: stm32 - fix reference leak in stm32_crc_remove
2022-04-07 1:14 UTC (2+ messages)
` [PATCH AUTOSEL 5.10 12/25] crypto: x86/chacha20 - Avoid spurious jumps to other functions
[PATCH AUTOSEL 4.19 06/11] crypto: stm32 - fix reference leak in stm32_crc_remove
2022-04-07 1:16 UTC
[PATCH AUTOSEL 5.16 14/30] crypto: stm32 - fix reference leak in stm32_crc_remove
2022-04-07 1:11 UTC (2+ messages)
` [PATCH AUTOSEL 5.16 15/30] crypto: x86/chacha20 - Avoid spurious jumps to other functions
[PATCH AUTOSEL 5.17 14/31] crypto: stm32 - fix reference leak in stm32_crc_remove
2022-04-07 1:10 UTC (2+ messages)
` [PATCH AUTOSEL 5.17 15/31] crypto: x86/chacha20 - Avoid spurious jumps to other functions
[linux-next:master] BUILD REGRESSION 109f6d10ec17302c4666f7df3dfa0e31d8589d41
2022-04-06 20:58 UTC
[PATCH v4 00/33] crypto: rockchip: permit to pass self-tests
2022-04-06 16:07 UTC (48+ messages)
` [PATCH v4 01/33] crypto: rockchip: use dev_err for error message about interrupt
` [PATCH v4 02/33] crypto: rockchip: do not use uninitialized variable
` [PATCH v4 03/33] crypto: rockchip: do not do custom power management
` [PATCH v4 04/33] crypto: rockchip: fix privete/private typo
` [PATCH v4 05/33] crypto: rockchip: do not store mode globally
` [PATCH v4 06/33] crypto: rockchip: add fallback for cipher
` [PATCH v4 07/33] crypto: rockchip: add fallback for ahash
` [PATCH v4 08/33] crypto: rockchip: better handle cipher key
` [PATCH v4 09/33] crypto: rockchip: remove non-aligned handling
` [PATCH v4 10/33] crypto: rockchip: rework by using crypto_engine
` [PATCH v4 11/33] crypto: rockchip: rewrite type
` [PATCH v4 12/33] crypto: rockchip: add debugfs
` [PATCH v4 13/33] crypto: rockchip: introduce PM
` [PATCH v4 14/33] crypto: rockchip: handle reset also in PM
` [PATCH v4 15/33] crypto: rockchip: use clk_bulk to simplify clock management
` [PATCH v4 16/33] crypto: rockchip: add myself as maintainer
` [PATCH v4 17/33] crypto: rockchip: use read_poll_timeout
` [PATCH v4 18/33] crypto: rockchip: fix style issue
` [PATCH v4 19/33] crypto: rockchip: add support for rk3328
` [PATCH v4 20/33] crypto: rockchip: rename ablk functions to cipher
` [PATCH v4 21/33] crypto: rockchip: rework rk_handle_req function
` [PATCH v4 22/33] crypto: rockchip: use a rk_crypto_info variable instead of lot of indirection
` [PATCH v4 23/33] crypto: rockchip: use the rk_crypto_info given as parameter
` [PATCH v4 24/33] crypto: rockchip: rename crypto_info to main in TFM context
` [PATCH v4 25/33] crypto: rockchip: store crypto_info in request context
` [PATCH v4 26/33] crypto: rockchip: Add support for rk3399
` [PATCH v4 27/33] dt-bindings: crypto: convert rockchip-crypto to yaml
` [PATCH v4 28/33] dt-bindings: crypto: rockchip: convert to new driver bindings
` [PATCH v4 29/33] clk: rk3399: use proper crypto0 name
` [PATCH v4 30/33] ARM: dts: rk3288: crypto does not need reset-names anymore
` [PATCH v4 31/33] arm64: dts: rockchip: add rk3328 crypto node
` [PATCH v4 32/33] arm64: dts: rockchip: rk3399: add "
` [PATCH v4 33/33] crypto: rockchip: Check for clocks numbers and their frequencies
[PATCH] random: do not allow user to keep crng key around on stack
2022-04-06 13:09 UTC (2+ messages)
` [PATCH v2] "
[PATCH 0/2] crypto: ccree: fixes and improvements
2022-04-06 8:11 UTC (3+ messages)
` [PATCH 1/2] crypto: ccree: rearrange init calls to avoid race
` [PATCH 2/2] crypto: ccree: use fine grained DMA mapping dir
[PATCH v3 0/4] Introduce akcipher service for virtio-crypto
2022-04-06 7:47 UTC (7+ messages)
[PATCH] random: check for signals every PAGE_SIZE chunk of /dev/[u]random
2022-04-06 0:51 UTC
[PATCH] crypto: qat - stop using iommu_present()
2022-04-05 12:25 UTC
[PATCH] crypto: caam/rng: Add support for PRNG
2022-04-05 12:31 UTC (4+ messages)
` [PATCH v2 0/1] "
` [PATCH v2 1/1] "
[PATCH 5.15 192/913] crypto: ccp - Ensure psp_ret is always initd in __sev_platform_init_locked()
2022-04-05 7:20 UTC
[PATCH 5.16 0203/1017] crypto: ccp - Ensure psp_ret is always initd in __sev_platform_init_locked()
2022-04-05 7:18 UTC
[PATCH 5.17 0201/1126] crypto: ccp - Ensure psp_ret is always initd in __sev_platform_init_locked()
2022-04-05 7:15 UTC
[PATCH] dt-bindings: white-space cleanups
2022-04-05 6:21 UTC (4+ messages)
[PATCH v3 0/8] crypto: HCTR2 support
2022-04-05 1:55 UTC (4+ messages)
` [PATCH v3 7/8] crypto: arm64/polyval: Add PMULL accelerated implementation of POLYVAL
[PATCH v2] random: mix build-time latent entropy into pool at init
2022-04-04 23:27 UTC (7+ messages)
[PATCH 0/8] crypto: qat - misc fixes
2022-04-04 14:38 UTC (9+ messages)
` [PATCH 1/8] crypto: qat - set CIPHER capability for DH895XCC
` [PATCH 2/8] crypto: qat - set COMPRESSION "
` [PATCH 3/8] crypto: qat - remove unused PFVF stubs
` [PATCH 4/8] crypto: qat - rework the VF2PF interrupt handling logic
` [PATCH 5/8] crypto: qat - leverage the GEN2 VF mask definiton
` [PATCH 6/8] crypto: qat - replace disable_vf2pf_interrupts()
` [PATCH 7/8] crypto: qat - use u32 variables in all GEN4 pfvf_ops
` [PATCH 8/8] crypto: qat - remove line wrapping for pfvf_ops functions
Biznesowy angielski
2022-04-04 8:05 UTC
[PATCH] raid6test: change dataoffs from global to static
2022-04-03 13:30 UTC
[GIT PULL] zstd changes for v5.16
2022-04-03 11:13 UTC (5+ messages)
[PATCH] dt-bindings: crypto: sun8i-ce: remove extra line
2022-04-02 19:27 UTC (3+ messages)
[PATCH] MIPS: crypto: Fix CRC32 code
2022-04-01 10:03 UTC (2+ messages)
[PATCH v2 0/4] Export PSP security attributes
2022-03-31 20:12 UTC (9+ messages)
` [PATCH v2 1/4] crypto: ccp: cache capability into psp device
` [PATCH v2 2/4] crypto: ccp: Export PSP security bits to userspace
` [PATCH v2 3/4] crypto: ccp: Allow PSP driver to load without SEV/TEE support
` [PATCH v2 4/4] crypto: ccp: When TSME and SME both detected notify user
[GIT PULL] Crypto Fixes for 5.11
2022-03-31 19:12 UTC (12+ messages)
` [GIT PULL] Crypto Fixes for 5.14
` [GIT PULL] Crypto Fixes for 5.15
` [GIT PULL] Crypto Fixes for 5.16
` [GIT PULL] Crypto Fixes for 5.17
` [GIT PULL] Crypto Fixes for 5.18
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).