messages from 2017-08-25 13:47:33 to 2017-09-06 22:05:53 UTC [more...]
[PATCH v4] Staging: ccree: ssi_cipher.c: Remove unused variable
2017-09-06 22:05 UTC
[PATCH v3] Staging: ccree: ssi_cipher.c: Remove unused variable
2017-09-06 21:42 UTC (7+ messages)
` [Outreachy kernel] "
[RFC Part2 PATCH v3 00/26] x86: Secure Encrypted Virtualization (AMD)
2017-09-06 21:26 UTC (6+ messages)
` [RFC Part2 PATCH v3 02/26] crypto: ccp: Add Platform Security Processor (PSP) device support
[PATCH] Staging: ccree: ssi_cipher.c: Correct spelling mistake
2017-09-06 21:02 UTC (4+ messages)
` [Outreachy kernel] "
[PATCH v2] Staging: ccree: ssi_cipher.c: Make comment more comprehensible
2017-09-06 21:00 UTC (3+ messages)
` [Outreachy kernel] "
[PATCH] crypto: authenc - cryptlen must be at least AAD len
2017-09-06 20:10 UTC (2+ messages)
[PATCH 0/8] staging: ccree: more cleanup work for 4.14
2017-09-06 19:28 UTC (10+ messages)
` [PATCH 1/8] staging: ccree: Replace kzalloc with devm_kzalloc
` [PATCH 2/8] staging: ccree: Convert to devm_ioremap_resource for map, unmap
` [PATCH 3/8] staging: ccree: Use platform_get_irq and devm_request_irq
` [PATCH 4/8] staging: ccree: simplify resource release on error
` [PATCH 5/8] staging: ccree: remove unused completion
` [PATCH 6/8] staging: ccree: move over to BIT macro for bit defines
` [PATCH 7/8] staging: ccree: replace noop macro with inline
` [PATCH 8/8] staging: ccree: remove BUG macro usage
[PATCH 00/12] x86/crypto: Fix RBP usage in several crypto .S files
2017-09-06 16:11 UTC (15+ messages)
` [PATCH 01/12] x86/crypto: Fix RBP usage in blowfish-x86_64-asm_64.S
` [PATCH 02/12] x86/crypto: Fix RBP usage in camellia-x86_64-asm_64.S
` [PATCH 03/12] x86/crypto: Fix RBP usage in cast5-avx-x86_64-asm_64.S
` [PATCH 04/12] x86/crypto: Fix RBP usage in cast6-avx-x86_64-asm_64.S
` [PATCH 05/12] x86/crypto: Fix RBP usage in des3_ede-asm_64.S
` [PATCH 06/12] x86/crypto: Fix RBP usage in sha1_avx2_x86_64_asm.S
` [PATCH 07/12] x86/crypto: Fix RBP usage in sha1_ssse3_asm.S
` [PATCH 08/12] x86/crypto: Fix RBP usage in sha256-avx-asm.S
` [PATCH 09/12] x86/crypto: Fix RBP usage in sha256-avx2-asm.S
` [PATCH 10/12] x86/crypto: Fix RBP usage in sha256-ssse3-asm.S
` [PATCH 11/12] x86/crypto: Fix RBP usage in sha512-avx2-asm.S
` [PATCH 12/12] x86/crypto: Fix RBP usage in twofish-avx-x86_64-asm_64.S
[RFC] tpm: Register RNG device only on tpm chip init
2017-09-06 13:11 UTC
[PATCH] crypto: axis - hide an unused variable
2017-09-06 13:10 UTC
[RFC PATCH 0/2] crypto: caam - fix cts(cbc(aes)) with CAAM driver
2017-09-06 10:14 UTC (7+ messages)
` [PATCH] crypto: caam - properly set IV after {en,de}crypt
[PATCH] crypto:ccp - invoke the DMA callback in a standard way
2017-09-05 22:08 UTC
[PATCH] crypto: ccp - unmap pages and remove unmap objects in callback
2017-09-05 22:01 UTC
HWRNGs without quality attribute - are they used or not?
2017-09-05 16:24 UTC (3+ messages)
[PATCH v8 00/20] simplify crypto wait for async op
2017-09-05 12:38 UTC (55+ messages)
` [PATCH v8 01/20] crypto: change transient busy return code to -EAGAIN
` [PATCH v8 02/20] crypto: ccp: use -EAGAIN for transient busy indication
` [PATCH v8 03/20] net: "
` [PATCH v8 04/20] crypto: remove redundant backlog checks on EBUSY
` [PATCH v8 05/20] crypto: marvell/cesa: "
` [PATCH v8 06/20] crypto: introduce crypto wait for async op
` [PATCH v8 07/20] crypto: move algif to generic async completion
` [PATCH v8 08/20] crypto: move pub key "
` [PATCH v8 09/20] crypto: move drbg "
` [PATCH v8 10/20] crypto: move gcm "
` [PATCH v8 11/20] crypto: move testmgr "
` [PATCH v8 12/20] fscrypt: move "
` [PATCH v8 13/20] dm: move dm-verity "
` [PATCH v8 14/20] cifs: move "
` [PATCH v8 15/20] ima: "
` [PATCH v8 16/20] crypto: tcrypt: "
` [PATCH v8 17/20] crypto: talitos: "
` [PATCH v8 18/20] crypto: qce: "
` [PATCH v8 19/20] crypto: mediatek: "
` [PATCH v8 20/20] crypto: adapt api sample to use async. op wait
[PATCH v7 00/19] simplify crypto wait for async op
2017-09-05 12:16 UTC (6+ messages)
Hello
2017-09-04 15:54 UTC
Crypto Fixes for 4.9
2017-09-04 10:12 UTC (9+ messages)
` Crypto Update for 4.10
` Crypto Update for 4.11
` Crypto Fixes for 4.13
` Crypto Update for 4.14
[PATCH 0/8] staging: ccree: more cleanup work for 4.14
2017-09-03 14:57 UTC (9+ messages)
` [PATCH v2 1/8] staging: ccree: Replace kzalloc with devm_kzalloc
` [PATCH v2 2/8] staging: ccree: Convert to devm_ioremap_resource for map, unmap
` [PATCH v2 3/8] staging: ccree: Use platform_get_irq and devm_request_irq
` [PATCH v2 4/8] staging: ccree: simplify resource release on error
` [PATCH v2 5/8] staging: ccree: remove unused completion
` [PATCH v2 6/8] staging: ccree: move over to BIT macro for bit defines
` [PATCH v2 7/8] staging: ccree: replace noop macro with inline
` [PATCH v2 8/8] staging: ccree: remove BUG macro usage
[PATCH V3 6/6] crypto/nx: Add P9 NX support for 842 compression engine
2017-09-03 14:12 UTC (24+ messages)
(unknown),
2017-09-02 0:58 UTC
[PATCH] crypto: caam - fix LS1021A support on ARMv7 multiplatform kernel
2017-09-01 14:12 UTC
[PATCH V4 1/7] crypto/nx: Rename nx842_powernv_function as icswx function
2017-09-01 13:30 UTC (2+ messages)
` [V4,1/7] "
(unknown),
2017-09-01 11:40 UTC
[PATCH] crypto: MPI - kunmap after finishing accessing buffer
2017-08-31 14:37 UTC (4+ messages)
[PATCH V4 6/7] crypto/nx: Add P9 NX specific error codes for 842 engine
2017-08-31 7:18 UTC
[PATCH V4 7/7] crypto/nx: Add P9 NX support for 842 compression engine
2017-08-31 7:19 UTC
[PATCH V4 5/7] crypto/nx: Use kzalloc for workmem allocation
2017-08-31 7:17 UTC
[PATCH V4 4/7] crypto/nx: Add nx842_add_coprocs_list function
2017-08-31 7:14 UTC
[PATCH V4 3/7] crypto/nx: Create nx842_delete_coprocs function
2017-08-31 7:13 UTC
[PATCH V4 2/7] crypto/nx: Create nx842_configure_crb function
2017-08-31 7:12 UTC
[PATCH V4 0/7] Enable NX 842 compression engine on Power9
2017-08-31 7:10 UTC
(unknown),
2017-08-31 4:52 UTC
[PATCH] crypto: AF_ALG - remove SGL end indicator when chaining
2017-08-30 16:59 UTC
[PATCH v8 0/4] crypto: add algif_akcipher user space API
2017-08-30 12:36 UTC (9+ messages)
[PATCH] crypto: AF_ALG - update correct dst SGL entry
2017-08-30 7:17 UTC
x86: PIE support and option to extend KASLR randomization
2017-08-29 19:34 UTC (21+ messages)
` "
[PATCH] crypto: brcm - Explicity ACK mailbox message
2017-08-29 9:38 UTC
[PATCH v2 0/4] crypto: Add driver for JZ4780 PRNG
2017-08-28 18:31 UTC (6+ messages)
` [PATCH v2 1/4] crypto: jz4780-rng: Add JZ4780 PRNG devicetree binding documentation
[PATCH] crypto: drop unnecessary return statements
2017-08-28 14:00 UTC
[RFC PATCH 0/8] crypto: AF_ALG support for KPP
2017-08-28 10:34 UTC (3+ messages)
` [PATCH 7/8] crypto: ecdh - constify key
[PATCH] crypto: Use PTR_ERR_ZERO
2017-08-27 6:22 UTC
[PATCH 0/2] remove NULL check before kfree
2017-08-27 1:49 UTC (4+ messages)
` [PATCH 1/2] crypto: n2 - remove null "
` [PATCH 2/2] crypto: inside-secure "
[PATCH] crypto: axis - hide an unused variable
2017-08-26 7:57 UTC (2+ messages)
[PATCH] crypto: padlock-sha: constify x86_cpu_id
2017-08-25 18:23 UTC
[PATCH] crypto: padlock-aes: constify x86_cpu_id
2017-08-25 18:23 UTC
[PATCH 01/12] crypto: crypto4xx: remove bad list_del
2017-08-25 13:47 UTC (12+ messages)
` [PATCH 02/12] crypto: crypto4xx: remove unused definitions and write-only variables
` [RFC PATCH 03/12] crypto: crypto4xx: set CRYPTO_ALG_KERN_DRIVER_ONLY flag
` [PATCH 04/12] crypto: crypto4xx: remove extern statement before function declaration
` [PATCH 05/12] crypto: crypto4xx: remove double assignment of pd_uinfo->state
` [PATCH 06/12] crypto: crypto4xx: fix dynamic_sa_ctl's sa_contents declaration
` [PATCH 07/12] crypto: crypto4xx: move and refactor dynamic_contents helpers
` [RFC PATCH 08/12] crypto: crypto4xx: enable AES RFC3686, ECB, CFB and OFB offloads
` [RFC PATCH 09/12] crypto: crypto4xx: refactor crypto4xx_copy_pkt_to_dst()
` [RFC PATCH 10/12] crypto: crypto4xx: replace crypto4xx_dev's scatter_buffer_size with constant
` [PATCH 11/12] crypto: crypto4xx: fix crypto4xx_build_pdr, crypto4xx_build_sdr leak
` [RFC PATCH 12/12] crypto: crypto4xx: pointer arithmetic overhaul
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).