messages from 2017-07-14 16:24:43 to 2017-07-19 04:34:51 UTC [more...]
[PATCH] crypto: brcm - Support more FlexRM rings than SPU engines
2017-07-19 4:34 UTC (2+ messages)
x86: PIE support and option to extend KASLR randomization
2017-07-19 3:59 UTC (27+ messages)
` [RFC 01/22] x86/crypto: Adapt assembly for PIE support
` [RFC 02/22] x86: Use symbol name on bug table "
` [RFC 03/22] x86: Use symbol name in jump "
` [RFC 04/22] x86: Add macro to get symbol address "
` [RFC 05/22] xen: Adapt assembly "
` [RFC 06/22] kvm: "
` [RFC 07/22] x86: relocate_kernel - "
` [RFC 08/22] x86/entry/64: "
` [RFC 09/22] x86: pm-trace - "
` [RFC 10/22] x86/CPU: "
` [RFC 11/22] x86/acpi: "
` [RFC 12/22] x86/boot/64: "
` [RFC 13/22] x86/power/64: "
` [RFC 14/22] x86/paravirt: "
` [RFC 15/22] x86/boot/64: Use _text in a global "
` [RFC 16/22] x86/percpu: Adapt percpu "
` [RFC 17/22] compiler: Option to default to hidden symbols
` [RFC 18/22] x86/relocs: Handle DYN relocations for PIE support
` [RFC 19/22] x86/pie: Add option to build the kernel as PIE for x86_64
` [RFC 20/22] x86/relocs: Add option to generate 64-bit relocations
` [RFC 21/22] x86/module: Add support for mcmodel large and PLTs
` [RFC 22/22] x86/kaslr: Add option to extend KASLR range from 1GB to 3GB
[RFC PATCH v12 0/4] /dev/random - a new approach
2017-07-19 1:51 UTC (27+ messages)
` [RFC PATCH v12 1/4] crypto: make Jitter RNG directly accessible
` [RFC PATCH v12 2/4] random: conditionally compile code depending on LRNG
` [RFC PATCH v12 3/4] Linux Random Number Generator
` [RFC PATCH v12 4/4] LRNG - enable compile
[PATCH V6 0/7] crypto: AES CBC multibuffer implementation
2017-07-19 1:18 UTC (6+ messages)
` [PATCH V6 5/7] crypto: AES CBC multi-buffer glue code
[PATCH] crypto: img-hash: remove unnecessary static in img_hash_remove()
2017-07-18 23:07 UTC
[PATCH] crypto: atmel-tdes: remove unnecessary static in atmel_tdes_remove()
2017-07-18 23:05 UTC
[PATCH] crypto: atmel-sha: remove unnecessary static in atmel_sha_remove()
2017-07-18 23:04 UTC
[PATCH] crypto: omap-sham: remove unnecessary static in omap_sham_remove()
2017-07-18 23:03 UTC
[PATCH] crypto: n2_core: Convert to using %pOF instead of full_name
2017-07-18 21:51 UTC (2+ messages)
[PATCH 0/6] Fix additional alignment issues in staging/ccree
2017-07-18 20:03 UTC (7+ messages)
` [PATCH 1/6] staging: ccree: Fix alignment issues in ssi_aead.c
` [PATCH 2/6] staging: ccree: Fix alignment issues in ssi_hash.c
` [PATCH 3/6] staging: ccree: Fix alignment issues in ssi_buffer_mgr.c
` [PATCH 4/6] staging: ccree: Fix alignment issues in ssi_cipher.c
` [PATCH 5/6] staging: ccree: Fix alignment issues in ssi_ivgen.c
` [PATCH 6/6] staging: ccree: Fix alignment issues in ssi_request_mgr.c
[PATCH V2 0/6] Enable NX 842 compression engine on Power9
2017-07-18 18:53 UTC (4+ messages)
[PATCH v4 0/5] make io{read|write}64 globally usable
2017-07-18 17:49 UTC (7+ messages)
` [PATCH v4 1/5] powerpc: io.h: move iomap.h include so that it can use readq/writeq defs
` [PATCH v4 2/5] iomap: introduce io{read|write}64_{lo_hi|hi_lo}
` [PATCH v4 3/5] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros
` [PATCH v4 4/5] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
` [PATCH v4 5/5] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64
[PATCH] crypto: ccp - Fix XTS-AES support on a version 5 CCP
2017-07-18 17:39 UTC (4+ messages)
[PATCH 0/4] crypto: caam - add Job Ring support for DPAA2 parts
2017-07-18 15:30 UTC (5+ messages)
` [PATCH 2/4] arm64: dts: freescale: ls208xa: share aliases node
` [PATCH 1/4] crypto: caam/jr - add support for DPAA2 parts
` [PATCH 3/4] arm64: dts: freescale: ls208xa: add crypto node
` [PATCH 4/4] arm64: dts: freescale: ls1088a: "
[v3 RFC PATCH 0/2] crypto: ecdh, ecc fixes
2017-07-18 13:15 UTC (7+ messages)
` [v3 RFC PATCH 1/2] crypto: ecdh: fix concurrency on ecdh_ctx
` [v3 RFC PATCH 2/2] crypto: ecc: use caller's GFP flags
[PATCH 1/2] crypto: inside-secure - fix invalidation check in hmac_sha1_setkey
2017-07-18 13:07 UTC (3+ messages)
` [PATCH 2/2] crypto: inside-secure - fix the sha state length "
[PATCH v2 1/2] crypto: arm/ghash - add NEON accelerated fallback for vmull.p64
2017-07-18 12:33 UTC (5+ messages)
` [PATCH v2 2/2] crypto: arm64/ghash - add NEON accelerated fallback for 64-bit PMULL
[PATCH v4 0/8] crypto: aes - retire table based generic AES
2017-07-18 12:06 UTC (9+ messages)
` [PATCH v4 1/8] drivers/crypto/Kconfig: drop bogus CRYPTO_AES dependencies
` [PATCH v4 2/8] crypto - aes: use dedicated lookup tables for table based asm routines
` [PATCH v4 3/8] crypto: aes - retire table based generic AES in favor of fixed time driver
` [PATCH v4 4/8] crypto: x86/aes-ni - switch to generic fallback
` [PATCH v4 5/8] crypto: arm/aes - avoid expanded lookup tables in the final round
` [PATCH v4 6/8] crypto: arm64/aes "
` [PATCH v4 7/8] crypto: arm64/aes-neon - reuse Sboxes from AES core module
` [PATCH v4 8/8] crypto: aes - add meaningful help text to the various AES drivers
[PATCH 0/3] staging: ccree: Employ devm_* functions, remove redundant code
2017-07-18 10:58 UTC (9+ messages)
` [PATCH 1/3] staging: ccree: Replace kzalloc with devm_kzalloc
` [PATCH v2 "
` [PATCH v2 2/3] staging: ccree: Convert to devm_ioremap_resource for map, unmap
` [PATCH v2 3/3] staging: ccree: Use platform_get_irq and devm_request_irq
` [PATCH 2/3] staging: ccree: Convert to devm_ioremap_resource for map, unmap
` [PATCH 3/3] staging: ccree: Use platform_get_irq and devm_request_irq
[PATCH v2 0/2] crypto hwrng consider quality value, remember user choice
2017-07-18 10:39 UTC (2+ messages)
[PATCH] crypto: brcm - remove BCM_PDC_MBOX dependency in Kconfig
2017-07-18 10:40 UTC (2+ messages)
[PATCH 00/13] crypto: caam - fixes, clean-up
2017-07-18 10:39 UTC (3+ messages)
` [PATCH v2 "
[PATCH v4 0/5] Introduce AMD Secure Processor device
2017-07-18 10:38 UTC (2+ messages)
[PATCH] crypto: brcm: add NULL check on of_match_device() return value
2017-07-18 10:38 UTC (2+ messages)
[PATCH] drivers: crypto: geode-aes: fixed coding style warnings and error
2017-07-18 10:38 UTC (2+ messages)
[PATCH 0/3] crypto: introduce Microchip / Atmel ECC driver
2017-07-18 10:38 UTC (2+ messages)
[PATCH v5] crypto: sun4i-ss: support the Security System PRNG
2017-07-18 10:37 UTC (2+ messages)
[PATCH] crypto: omap-des: fix error return code in omap_des_probe()
2017-07-18 10:37 UTC (2+ messages)
[PATCH] crypto: mxc-scc: fix error code in mxc_scc_probe()
2017-07-18 10:36 UTC (2+ messages)
[PATCH] crypto: omap-aes: fix error return code in omap_aes_probe()
2017-07-18 10:37 UTC (2+ messages)
[PATCH] crypto: mxs-dcp: print error message on platform_get_irq failure
2017-07-18 10:36 UTC (2+ messages)
[PATCH v3] crypto: ccp - Provide an error path for debugfs setup failure
2017-07-18 10:36 UTC (2+ messages)
[PATCH] crypto: mediatek: fix error return code in mtk_crypto_probe()
2017-07-18 10:36 UTC (2+ messages)
[PATCH] crypto: ccp - Change all references to use the JOB ID macro
2017-07-18 10:35 UTC (2+ messages)
[PATCH] crypto: ccp-platform: print error message on platform_get_irq failure
2017-07-18 10:36 UTC (2+ messages)
[PATCH] crypto: ccp - Fix some line spacing
2017-07-18 10:35 UTC (2+ messages)
[PATCH] crypto: virtio - Refacotor virtio_crypto driver for new virito crypto services
2017-07-18 10:35 UTC (3+ messages)
[PATCH] crypto: sahara : make of_device_ids const
2017-07-18 10:35 UTC (2+ messages)
[PATCH] Documentation/bindings: crypto: remove the dma-mask property
2017-07-18 10:35 UTC (2+ messages)
[PATCH] crypto: inside-secure - do not parse the dma mask from dt
2017-07-18 10:35 UTC (2+ messages)
[PATCH] crypto: qat: fix spelling mistake: "runing" -> "running"
2017-07-18 10:35 UTC (2+ messages)
[PATCH][crypto-next] crypto: cavium/nitrox - Change in firmware path
2017-07-18 10:34 UTC (2+ messages)
[PATCH v1] crypto: brcm - Fix SHA3-512 algorithm failure
2017-07-18 10:33 UTC (2+ messages)
[PATCH v2 0/2] crypto/algapi - refactor crypto_xor() to avoid memcpy()s
2017-07-18 9:19 UTC (3+ messages)
` [PATCH v2 1/2] crypto/algapi - use separate dst and src operands for __crypto_xor()
` [PATCH v2 2/2] crypto/algapi - make crypto_xor() take separate dst and src arguments
[PATCH 0/2] crypto/algapi - refactor crypto_xor() to avoid memcpy()s
2017-07-18 8:51 UTC (4+ messages)
` [PATCH 2/2] crypto/algapi - make crypto_xor() take separate dst and src arguments
[PATCH v3 0/7] crypto: aes - allow generic AES to be omitted
2017-07-18 8:35 UTC (7+ messages)
[PATCH V2 6/6] crypto/nx: Add P9 NX support for 842 compression engine
2017-07-18 6:53 UTC (2+ messages)
[PATCH v2 1/3] Documentation: devicetree: add Freescale RNGC binding
2017-07-18 5:49 UTC (13+ messages)
` [PATCH v2 2/3] ARM: i.MX25: add RNGC node to dtsi
` [PATCH v2 3/3] hwrng: mxc-fsl - add support for Freescale RNGC
` [PATCH v3 1/3] Documentation: devicetree: add Freescale RNGC binding
` [PATCH v3 2/3] ARM: i.MX25: add RNGC node to dtsi
` [PATCH 3/3] hwrng: mxc-fsl - add support for Freescale RNGC
[PATCH V2 5/6] crypto/nx: Add P9 NX specific error codes for 842 engine
2017-07-17 23:49 UTC
[PATCH V2 4/6] crypto/nx: Add nx842_add_coprocs_list function
2017-07-17 23:48 UTC
[PATCH V2 3/6] crypto/nx: Create nx842_delete_coprocs function
2017-07-17 23:47 UTC
[PATCH V2 2/6] crypto/nx: Create nx842_configure_crb function
2017-07-17 23:46 UTC
[PATCH V2 1/6] crypto/nx842: Rename nx842_powernv_function as icswx function
2017-07-17 23:45 UTC
[PATCH 0/4] Enable RSA Support on the CCP
2017-07-17 20:16 UTC (5+ messages)
` [PATCH 1/4] crypto: ccp - Fix base RSA function for version 5 CCPs
` [PATCH 2/4] crypto: Add akcipher_set_reqsize() function
` [PATCH 3/4] crypto: ccp - Add support for RSA on the CCP
` [PATCH 4/4] csrypto: ccp - Expand RSA support for a v5 ccp
[PATCH] crypto: ccp - Update copyright dates for 2017
2017-07-17 20:00 UTC
[PATCH 0/2] STM32 HASH crypto driver
2017-07-17 18:37 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: Document STM32 HASH bindings
KPP questions and confusion
2017-07-17 18:17 UTC (2+ messages)
[PATCH 0/6] fscrypt: key verification and KDF improvement
2017-07-17 17:54 UTC (16+ messages)
` [PATCH 1/6] fscrypt: add v2 encryption context and policy
` [PATCH 3/6] fscrypt: use HKDF-SHA512 to derive the per-inode encryption keys
` [PATCH 4/6] fscrypt: verify that the correct master key was supplied
` [PATCH 5/6] fscrypt: cache the HMAC transform for each master key
` [PATCH 6/6] fscrypt: for v2 policies, support "fscrypt:" key prefix only
[PATCH 0/3] STM32 CRYP crypto driver
2017-07-17 17:49 UTC (3+ messages)
` [PATCH 2/3] dt-bindings: Document STM32 CRYP bindings
[RESEND,PATCH v4 3/3] crypto : stm32 - Add STM32F4 CRC32 support
2017-07-17 16:14 UTC (3+ messages)
[PATCH] drivers: staging: ccree: use __func__ to get function name in error messages
2017-07-17 13:53 UTC
[RESEND,PATCH v4 2/3] dt-bindings : Document the STM32F4 CRC32 binding
2017-07-17 8:27 UTC
[RESEND,PATCH v4 0/2] Add support for the STM32F4 CRC32
2017-07-17 8:26 UTC
[PATCH] crypto: authencesn - Fix digest_null crash
2017-07-17 7:32 UTC
Patch: Remove leftover from spinlock previous used in sahara driver
2017-07-16 21:29 UTC
Fix dma unmap direction in iMX sahara aes calculation
2017-07-16 21:21 UTC
[PATCH] crypto/rng: ensure that the RNG is ready before using
2017-07-16 17:22 UTC
[PATCH 00/10] Fix alignment issues in staging/ccree
2017-07-16 11:13 UTC (4+ 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).