linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-20 13:23:47 to 2023-06-26 01:53:02 UTC [more...]

linux-next: manual merge of the crypto tree with Linus' tree
 2023-06-26  1:52 UTC 

[PATCH RFC v3 0/3] crypto: Introduce SM9 key exchange
 2023-06-25  1:49 UTC  (4+ messages)
` [PATCH RFC v3 1/3] MPI: Export mpi_add_ui and mpi_mod for SM9
` [PATCH RFC v3 2/3] crypto: Introduce SM9 key exchange algorithm library
` [PATCH RFC v3 3/3] crypto: Introduce SM9 key exchange algorithm

[PATCH v2 00/45] Add support for sam9x7 SoC family
 2023-06-24  9:19 UTC  (82+ messages)
` [PATCH v2 01/45] dt-bindings: microchip: atmel,at91rm9200-tcb: add sam9x60, sam9x7 compatible
` [PATCH v2 02/45] dt-bindings: usb: ehci: Add atmel at91sam9g45-ehci compatible
` [PATCH v2 03/45] dt-bindings: usb: generic-ehci: Document clock-names property
` [PATCH v2 04/45] dt-bindings: net: cdns,macb: add documentation for sam9x7 ethernet interface
` [PATCH v2 05/45] ARM: at91: pm: add support for sam9x7 SoC family
` [PATCH v2 06/45] ARM: at91: pm: add sam9x7 SoC init config
` [PATCH v2 07/45] ARM: at91: add support in SoC driver for new sam9x7
` [PATCH v2 08/45] clk: at91: clk-sam9x60-pll: re-factor to support individual core freq outputs
` [PATCH v2 09/45] clk: at91: sam9x7: add support for HW PLL freq dividers
` [PATCH v2 10/45] clk: at91: sama7g5: move mux table macros to header file
` [PATCH v2 11/45] dt-bindings: clk: at91: add bindings for SAM9X7's clock controller
` [PATCH v2 12/45] dt-bindings: reset: atmel,at91sam9260-reset: add sam9x7 binding
` [PATCH v2 13/45] dt-bindings: atmel-sysreg: add bindings for sam9x7
` [PATCH v2 14/45] dt-bindings: crypto: add bindings for sam9x7 in Atmel AES
` [PATCH v2 15/45] dt-bindings: crypto: add bindings for sam9x7 in Atmel SHA
` [PATCH v2 16/45] dt-bindings: crypto: add bindings for sam9x7 in Atmel TDES
` [PATCH v2 17/45] dt-bindings: dmaengine: at_xdmac: add compatible with microchip,sam9x7
` [PATCH v2 18/45] dt-bindings: i2c: at91: Add SAM9X7 compatible string
` [PATCH v2 19/45] dt-bindings: mfd: "
` [PATCH v2 20/45] dt-bindings: atmel-gpbr: add microchip,sam9x7-gpbr
` [PATCH v2 21/45] dt-bindings: atmel-matrix: add microchip,sam9x7-matrix
` [PATCH v2 22/45] dt-bindings: atmel-smc: add microchip,sam9x7-smc
` [PATCH v2 23/45] dt-bindings: atmel-ssc: add microchip,sam9x7-ssc
` [PATCH v2 24/45] dt-bindings: sdhci-of-at91: add microchip,sam9x7-sdhci
` [PATCH v2 25/45] dt-bindings: atmel-nand: add microchip,sam9x7-pmecc
` [PATCH v2 26/45] dt-bindings: pinctrl: at91: add bindings for SAM9X7
` [PATCH v2 27/45] dt-bindings: rng: atmel,at91-trng: document sam9x7 TRNG
` [PATCH v2 28/45] dt-bindings: rtc: at91rm9200: add sam9x7 compatible
` [PATCH v2 29/45] dt-bindings: rtt: at91rm9260: "
` [PATCH v2 30/45] dt-bindings: serial: atmel,at91-usart: add compatible for sam9x7
` [PATCH v2 31/45] dt-bindings: atmel-classd: add sam9x7 compatible
` [PATCH v2 32/45] spi: dt-bindings: atmel,at91rm9200-spi: "
` [PATCH v2 33/45] dt-bindings: usb: atmel: Update DT bindings documentation for sam9x7
` [PATCH v2 34/45] dt-bindings: watchdog: sama5d4-wdt: add compatible for sam9x7-wdt
` [PATCH v2 35/45] dt-bindings: irqchip/atmel-aic5: Add support for sam9x7 aic
` [PATCH v2 36/45] clk: at91: sam9x7: add sam9x7 pmc driver
` [PATCH v2 37/45] irqchip/atmel-aic5: Add support for sam9x7 aic
` [PATCH v2 38/45] power: reset: at91-poweroff: lookup for proper pmc dt node for sam9x7
` [PATCH v2 39/45] power: reset: at91-reset: add reset support for sam9x7 SoC
` [PATCH v2 40/45] power: reset: at91-reset: add sdhwc "
` [PATCH v2 41/45] ARM: at91: Kconfig: add config flag for SAM9X7 SoC
` [PATCH v2 42/45] ARM: configs: at91: enable config flags for sam9x7 SoC family
` [PATCH v2 43/45] ARM: dts: at91: sam9x7: add device tree for SoC
` [PATCH v2 44/45] dt-bindings: arm: add sam9x75 curiosity board
` [PATCH v2 45/45] ARM: dts: at91: sam9x75_curiosity: add device tree for "
  ` (subset) [PATCH v2 00/45] Add support for sam9x7 SoC family

[herbert-cryptodev-2.6:master 76/81] crypto/asymmetric_keys/x509_public_key.c:70: undefined reference to `sm2_compute_z_digest'
 2023-06-24  7:47 UTC  (5+ messages)
` [PATCH] crypto: sm2 - Provide sm2_compute_z_digest when sm2 is disabled

[PATCH net-next v5 15/16] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
 2023-06-23 22:55 UTC  (2+ messages)
` [PATCH net-next v5 16/16] net: Kill MSG_SENDPAGE_NOTLAST

[PATCH v3] dt-bindings: crypto: drop unneeded quotes
 2023-06-23 20:16 UTC  (3+ messages)

[PATCH 0/3] crypto - some SPDX cleanups for arch code
 2023-06-23 18:37 UTC  (5+ messages)
` [PATCH 2/3] crypto: arm - add some missing SPDX headers

[PATCH v5 00/11] Add dynamic boost control support
 2023-06-23 13:50 UTC  (12+ messages)
` [PATCH v5 01/11] crypto: ccp: Rename macro for security attributes
` [PATCH v5 02/11] crypto: ccp: Add support for displaying PSP firmware versions
` [PATCH v5 03/11] crypto: ccp: Add bootloader and TEE version offsets
` [PATCH v5 04/11] crypto: ccp: move setting PSP master to earlier in the init
` [PATCH v5 05/11] crypto: ccp: Add support for fetching a nonce for dynamic boost control
` [PATCH v5 06/11] crypto: ccp: Add support for setting user ID "
` [PATCH v5 07/11] crypto: ccp: Add support for getting and setting DBC parameters
` [PATCH v5 08/11] crypto: ccp: Add a sample library for ioctl use
` [PATCH v5 09/11] crypto: ccp: Add a sample python script for Dynamic Boost Control
` [PATCH v5 10/11] crypto: ccp: Add unit tests for dynamic boost control
` [PATCH v5 11/11] crypto: ccp: Add Mario to MAINTAINERS

[syzbot] [crypto?] general protection fault in shash_async_update
 2023-06-23 15:29 UTC  (3+ messages)

[PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-06-23 14:43 UTC  (27+ messages)
` [PATCH RFC v9 04/51] KVM: x86: Determine shared/private faults using a configurable mask
` [PATCH RFC v9 05/51] x86/coco: move CONFIG_HAS_CC_PLATFORM check down into coco/Makefile
` [PATCH RFC v9 07/51] x86/sev: Add the host SEV-SNP initialization support

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

[PATCH net-next v4 14/15] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
 2023-06-23 11:44 UTC  (2+ messages)
` [PATCH net-next v4 15/15] net: Kill MSG_SENDPAGE_NOTLAST

[PATCH] hwrng: imx-rngc - switch to DEFINE_SIMPLE_DEV_PM_OPS
 2023-06-23  8:24 UTC  (2+ messages)

[PATCH 0/2] hwrng: st - fix potential race condition
 2023-06-23  8:23 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] hwrng: imx-rngc - fix the timeout for init and self check
 2023-06-23  8:23 UTC  (2+ messages)

[PATCH-next 0/3] crypto: cmac - clone fixes
 2023-06-23  8:23 UTC  (6+ messages)
` [PATCH-next 2/3] crypto: api - Provide gfp mask for tfm allocation
  ` [v2 PATCH] crypto: api - Add __crypto_alloc_tfmgfp

[PATCH] crypto: rsa - allow only odd e and restrict value in FIPS mode
 2023-06-23  8:22 UTC  (2+ messages)

[PATCH v3 0/2] crypto: starfive - Add RSA algo to drivers
 2023-06-23  8:21 UTC  (2+ messages)

[PATCH] crypto: caam - optimize RNG sample size
 2023-06-23  8:21 UTC  (2+ messages)

[PATCH] crypto: caam - add a test for the RNG
 2023-06-23  8:21 UTC  (2+ messages)

[PATCH] crypto: caam - adjust RNG timing to support more devices
 2023-06-23  8:20 UTC  (2+ messages)

[PATCH v4 00/11] Add dynamic boost control support
 2023-06-23  8:14 UTC  (4+ messages)
` [PATCH v4 05/11] crypto: ccp: Add support for fetching a nonce for dynamic boost control

[PATCH v7 0/3] Add dedicated Qcom ICE driver
 2023-06-23  1:06 UTC  (8+ messages)
` [PATCH v7 1/3] dt-bindings: ufs: qcom: Add ICE phandle

[PATCH 0/3] fixup potential cpu stall
 2023-06-23  0:58 UTC  (3+ messages)

[PATCH v3 0/5] crypto: qat - add heartbeat feature
 2023-06-22 18:27 UTC  (9+ messages)
` [PATCH v3 1/5] crypto: qat - add internal timer for qat 4xxx
` [PATCH v3 2/5] crypto: qat - drop obsolete heartbeat interface
` [PATCH v3 3/5] crypto: qat - add measure clock frequency
` [PATCH v3 4/5] crypto: qat - add heartbeat feature
` [PATCH v3 5/5] crypto: qat - add heartbeat counters check

[RESEND v7 0/3] Add dedicated Qcom ICE driver
 2023-06-22 16:45 UTC  (3+ messages)
` [RESEND v7 2/3] scsi: ufs: ufs-qcom: Switch to the new ICE API

[PATCH v3] KEYS: use kfree_sensitive with key
 2023-06-22 12:47 UTC 

[PATCH v2 0/5] crypto: qat - add heartbeat feature
 2023-06-22 11:06 UTC  (6+ messages)
` [PATCH v2 2/5] crypto: qat - drop obsolete heartbeat interface
` [PATCH v2 3/5] crypto: qat - add measure clock frequency
` [PATCH v2 4/5] crypto: qat - add heartbeat feature
` [PATCH v2 5/5] crypto: qat - add heartbeat counters check

[PATCH] crypto: qat - change value of default idle filter
 2023-06-22  9:26 UTC 

[PATCH v1 0/7] Add support for various features to i.MX6 bindings
 2023-06-22  9:11 UTC  (11+ messages)
` [PATCH v2 1/5] dt-bindings: mmc: fsl-imx-esdhc: Add imx6ul support
` [PATCH v2 2/5] dt-bindings: timer: gpt: Add i.MX6UL support
` [PATCH v2 3/5] dt-bindings: timer: gpt: Support 3rd clock for i.MX6DL
` [PATCH v2 4/5] dt-bindings: clock: imx6ul: Support optional enet*_ref_pad clocks
` [PATCH v2 5/5] dt-bindings: input: touchscreen: edt-ft5x06: Add 'threshold' property

[PATCH v8 10/12] crypto: x86/aesni - Use the proper data type in struct aesni_xts_ctx
 2023-06-21 12:06 UTC  (2+ messages)
` [PATCH] crypto: x86/aesni: Align the address before aes_set_key_common()

[PATCH 07/11] sysctl: Add size to register_sysctl
 2023-06-21 11:16 UTC  (3+ messages)
  ` [PATCH 09/11] sysctl: Remove the end element in sysctl table arrays

[PATCH v2] dt-bindings: crypto: intel,ixp4xx: drop unneeded quotes
 2023-06-21  6:43 UTC  (2+ messages)

[PATCH] dt-bindings: crypto: intel,ixp4xx: drop unneeded quotes
 2023-06-21  6:40 UTC  (3+ messages)

[PATCH v2] crypto: Replace strlcpy with strscpy
 2023-06-20 20:12 UTC  (2+ messages)

[PATCH v5 1/4] RISC-V: add Zbc extension detection
 2023-06-20 19:42 UTC  (5+ messages)

[PATCH net-next v2] crypto: af_alg/hash: Fix recvmsg() after sendmsg(MSG_MORE)
 2023-06-20 19:20 UTC  (2+ messages)

[PATCH] crypto: qat - add internal timer for qat 4xxx
 2023-06-20 15:09 UTC  (5+ messages)

[PATCH net-next v3 17/18] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
 2023-06-20 14:53 UTC  (2+ messages)
` [PATCH net-next v3 18/18] net: Kill MSG_SENDPAGE_NOTLAST


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).