messages from 2018-08-07 09:53:12 to 2018-08-24 21:38:47 UTC [more...]
[PATCH v2 02/17] zinc: introduce minimal cryptography library
2018-08-24 21:38 UTC (14+ messages)
` [PATCH v2 03/17] zinc: ChaCha20 generic C implementation
` [PATCH v2 04/17] zinc: ChaCha20 ARM and ARM64 implementations
` [PATCH v2 05/17] zinc: ChaCha20 x86_64 implementation
` [PATCH v2 06/17] zinc: ChaCha20 MIPS32r2 implementation
` [PATCH v2 07/17] zinc: Poly1305 generic C implementation and selftest
` [PATCH v2 08/17] zinc: Poly1305 ARM and ARM64 implementations
` [PATCH v2 09/17] zinc: Poly1305 x86_64 implementation
` [PATCH v2 10/17] zinc: Poly1305 MIPS32r2 and MIPS64 implementations
` [PATCH v2 11/17] zinc: ChaCha20Poly1305 construction and selftest
` [PATCH v2 12/17] zinc: BLAKE2s generic C implementation "
` [PATCH v2 13/17] zinc: BLAKE2s x86_64 implementation
` [PATCH v2 14/17] zinc: Curve25519 generic C implementations and selftest
` [PATCH v2 15/17] zinc: Curve25519 ARM implementation
BUG: libkcapi tests trigger sleep-in-atomic bug in VMX code (ppc64)
2018-08-24 20:01 UTC (11+ messages)
` [PATCH] crypto: vmx - Fix sleep-in-atomic bugs
` [PATCH v2] "
[PATCH] Performance Improvement in CRC16 Calculations
2018-08-24 17:38 UTC (35+ messages)
Deadlock when using crypto API for block devices
2018-08-24 16:02 UTC (11+ messages)
Backport e666d4e9ceec crypto: vmx - Use skcipher for ctr fallback
2018-08-24 7:51 UTC (3+ messages)
[PATCH v2] crypto: arm64/aes-modes - get rid of literal load of addend vector
2018-08-23 22:39 UTC (3+ messages)
[PATCH v2] crypto: arm/ghash-ce - implement support for 4-way aggregation
2018-08-23 14:48 UTC
[PATCH] crypto: arm/ghash-ce - implement support for 4-way aggregation
2018-08-22 15:28 UTC
[RFC PATCH 0/9] crypto: HPolyC support
2018-08-22 10:00 UTC (19+ messages)
` [RFC PATCH 3/9] crypto: chacha20-generic - refactor to allow varying number of rounds
` [RFC PATCH 8/9] crypto: arm/poly1305 - add NEON accelerated Poly1305 implementation
` [PATCH] crypto: remove speck
[PATCH] crypto: x86 - remove SHA multibuffer routines and mcryptd
2018-08-22 8:51 UTC
disabling psp in bios causes errors in dmesg
2018-08-22 7:19 UTC (4+ messages)
[PATCH 1/1] crypto: cavium/nitrox - fix for command corruption in queue full case with backlog submissions
2018-08-22 7:10 UTC
KASAN: use-after-free Read in sha512_ctx_mgr_resubmit
2018-08-22 6:20 UTC (4+ messages)
[PATCH] crypto: arm64/aes-modes - get rid of literal load of addend vector
2018-08-21 18:38 UTC (5+ messages)
[PATCH] arm64/crypto: remove non-standard notation
2018-08-21 18:13 UTC (8+ messages)
KASAN: use-after-free Read in sha512_mb_flusher
2018-08-21 2:46 UTC (2+ messages)
[PATCH v1 2/3] zinc: Introduce minimal cryptography library
2018-08-18 8:13 UTC (20+ messages)
[GIT PULL] gcc-plugin updates for v4.19-rc1
2018-08-16 22:18 UTC (4+ messages)
[RFC] crypto: Remove mcryptd
2018-08-16 6:55 UTC (6+ messages)
[PATCH crypto-2.6] crypto: ccp: add timeout support in the SEV command
2018-08-15 21:11 UTC
[PATCH] crypto: aesni - Use unaligned loads from gcm_context_data
2018-08-15 17:29 UTC
Crypto Fixes for 4.9
2018-08-15 12:05 UTC (9+ messages)
` Crypto Update for 4.10
` Crypto Update for 4.11
` Crypto Update for 4.14
` Crypto Update for 4.15
` Crypto Update for 4.16
` Crypto Update for 4.17
` Crypto Update for 4.18
` Crypto Update for 4.19
[RFC PATCH 0/7] A General Accelerator Framework, WarpDrive
2018-08-14 3:46 UTC (41+ messages)
` [RFC PATCH 1/7] vfio/spimdev: Add documents for WarpDrive framework
` [RFC PATCH 2/7] iommu: Add share domain interface in iommu for spimdev
` [RFC PATCH 3/7] vfio: add spimdev support
[GIT PULL] random updates for 4.19
2018-08-13 23:11 UTC
[PATCH v1 0/3] WireGuard: Secure Network Tunnel
2018-08-13 18:04 UTC (6+ messages)
[PATCH v2 net-next 0/2] virtio_net: Expand affinity to arbitrary numbers of cpu and vq
2018-08-12 8:44 UTC (5+ messages)
` [PATCH net-next 1/2] virtio: Make vp_set_vq_affinity() take a mask
[PATCH] chtls: fix null dereference chtls_free_uld()
2018-08-10 12:57 UTC
[PATCH net-next 0/2] virtio_net: Expand affinity to arbitrary numbers of cpu and vq
2018-08-10 0:48 UTC (4+ messages)
` [PATCH net-next 1/2] virtio_net: Make vp_set_vq_affinity() take a mask
` [PATCH net-next 2/2] virtio_net: Stripe queue affinities across cores
[PATCH 0/4][RFC v2] Introduce the in-kernel hibernation encryption
2018-08-09 15:55 UTC (30+ messages)
Crypto Fixes for 4.13
2018-08-09 5:47 UTC (11+ messages)
` Crypto Fixes for 4.14
` Crypto Fixes for 4.15
` Crypto Fixes for 4.16
` Crypto Fixes for 4.17
` Crypto Fixes for 4.18
[PATCH V3 2/2] crypto/nx: Initialize 842 high and normal RxFIFO control registers
2018-08-08 14:25 UTC (2+ messages)
` [V3, "
[PATCH V3 1/2] powerpc/powernv: Export opal_check_token symbol
2018-08-08 14:25 UTC (2+ messages)
` [V3,1/2] "
[PATCH 0/9] crypto: add zbufsize() interface
2018-08-08 2:53 UTC (5+ messages)
` [PATCH 1/9] "
[PATCH v8 0/9] crypto: Remove VLA usage
2018-08-07 21:18 UTC (10+ messages)
` [PATCH v8 1/9] crypto: xcbc: "
` [PATCH v8 2/9] crypto: cbc: "
` [PATCH v8 3/9] crypto: ccm: "
` [PATCH v8 4/9] crypto: hash: "
` [PATCH v8 5/9] dm: Remove VLA usage from hashes
` [PATCH v8 6/9] crypto alg: Introduce generic max blocksize and alignmask
` [PATCH v8 7/9] crypto: qat: Remove VLA usage
` [PATCH v8 8/9] crypto: shash: Remove VLA usage in unaligned hashing
` [PATCH v8 9/9] crypto: skcipher: Remove VLA usage for SKCIPHER_REQUEST_ON_STACK
[PATCH] crypto: arm64/sm4-ce - check for the right CPU feature bit
2018-08-07 21:18 UTC
[PATCH v7 0/9] crypto: Remove VLA usage
2018-08-07 20:52 UTC (4+ messages)
` [PATCH v7 2/9] crypto: cbc: "
[PATCH 0/2] crypto: arm64/ghash-ce - performance improvements
2018-08-07 9:53 UTC (2+ messages)
[PATCH][RESEND] lib/mpi: remove redundant variable esign
2018-08-07 9:53 UTC (2+ messages)
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).