messages from 2022-03-01 01:06:12 to 2022-03-03 12:35:27 UTC [more...]
[PATCH] arm64: crypto: Don't allow v8.2 extensions to be used with BROKEN_GAS_INST
2022-03-03 12:35 UTC (4+ messages)
[PATCH 0/6] Remove usage of list iterator past the loop body
2022-03-03 12:18 UTC (63+ messages)
` [PATCH 1/6] drivers: usb: remove "
` [PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
` [Kgdb-bugreport] "
` [PATCH 6/6] treewide: remove check of list iterator against head past the loop body
` [Intel-gfx] "
[PATCH v7 00/10] vfio/hisilicon: add ACC live migration driver
2022-03-03 3:47 UTC (21+ messages)
` [PATCH v7 01/10] crypto: hisilicon/qm: Move the QM header to include/linux
` [PATCH v7 02/10] crypto: hisilicon/qm: Move few definitions to common header
` [PATCH v7 03/10] hisi_acc_qm: Move VF PCI device IDs "
` [PATCH v7 04/10] hisi_acc_vfio_pci: add new vfio_pci driver for HiSilicon ACC devices
` [PATCH v7 05/10] hisi_acc_vfio_pci: Restrict access to VF dev BAR2 migration region
` [PATCH v7 06/10] hisi_acc_vfio_pci: Add helper to retrieve the struct pci_driver
` [PATCH v7 07/10] vfio: Extend the device migration protocol with PRE_COPY
` [PATCH v7 08/10] crypto: hisilicon/qm: Set the VF QM state register
` [PATCH v7 09/10] hisi_acc_vfio_pci: Add support for VFIO live migration
` [PATCH v7 10/10] hisi_acc_vfio_pci: Use its own PCI reset_done error handler
[PATCH] crypto: ccree: Fix use after free in cc_cipher_exit()
2022-03-03 2:23 UTC
[PATCH v3 0/4] Introduce akcipher service for virtio-crypto
2022-03-03 1:59 UTC (7+ messages)
` [PATCH v3 1/4] virtio_crypto: Introduce VIRTIO_CRYPTO_NOSPC
` [PATCH v3 2/4] virtio-crypto: introduce akcipher service
` [PATCH v3 3/4] virtio-crypto: implement RSA algorithm
` [PATCH v3 4/4] virtio-crypto: rename skcipher algs
` Re: [PATCH v3 0/4] Introduce akcipher service for virtio-crypto
[PATCH v2] crypto: crypto_xor - use helpers for unaligned accesses
2022-03-02 22:59 UTC (2+ messages)
[PATCH] crypto: cleanup comments
2022-03-02 22:58 UTC (2+ messages)
[PATCH] hwrng: cavium: fix NULL but dereferenced coccicheck error
2022-03-02 22:59 UTC (2+ messages)
[PATCH v4 00/15] crypto: dh - infrastructure for NVM in-band auth and FIPS conformance
2022-03-02 22:58 UTC (2+ messages)
[PATCH v4 1/1] crypto: vmx - add missing dependencies
2022-03-02 22:59 UTC (2+ messages)
[PATCH] crypto: cavium: zip: register algorithm only if hardware is present
2022-03-02 22:58 UTC (2+ messages)
[PATCH V3 0/4] crypto: Add Xilinx ZynqMP SHA3 driver support
2022-03-02 22:59 UTC (2+ messages)
[PATCH 0/5] crypto: completion should be ran with BH disabled
2022-03-02 22:58 UTC (2+ messages)
[PATCH -next] crypto: octeontx2 - fix missing unlock
2022-03-02 22:59 UTC (2+ messages)
[PATCH v2 1/1] crypto: cavium/nitrox - don't cast parameter in bit operations
2022-03-02 22:59 UTC (3+ messages)
[PATCH v2 0/7] hwrng: atmel - add runtime pm support
2022-03-02 22:57 UTC (2+ messages)
Intel QAT on A2SDi-8C-HLN4F causes massive data corruption with dm-crypt + xfs
2022-03-02 22:45 UTC (16+ messages)
[GIT PULL] zstd changes for v5.16
2022-03-02 22:31 UTC (4+ messages)
[PATCH 0/3] Introduce x86 assembler accelerated implementation for SM4 algorithm
2022-03-02 22:23 UTC (9+ messages)
` [PATCH 1/3] crypto: sm4 - create SM4 library based on sm4 generic code
[PATCH v2 00/18] crypto: rockchip: permit to pass self-tests
2022-03-02 21:11 UTC (19+ messages)
` [PATCH v2 01/18] crypto: rockchip: use dev_err for error message about interrupt
` [PATCH v2 02/18] crypto: rockchip: do not use uninit variable
` [PATCH v2 03/18] crypto: rockchip: do not do custom power management
` [PATCH v2 04/18] crypto: rockchip: fix privete/private typo
` [PATCH v2 05/18] crypto: rockchip: do not store mode globally
` [PATCH v2 06/18] crypto: rockchip: add fallback for cipher
` [PATCH v2 07/18] crypto: rockchip: add fallback for ahash
` [PATCH v2 08/18] crypto: rockchip: better handle cipher key
` [PATCH v2 09/18] crypto: rockchip: remove non-aligned handling
` [PATCH v2 10/18] crypto: rockchip: rework by using crypto_engine
` [PATCH v2 11/18] crypto: rockhip: do not handle dma clock
` [PATCH v2 12/18] ARM: dts: rk3288: crypto do not need "
` [PATCH v2 13/18] crypto: rockchip: rewrite type
` [PATCH v2 14/18] crypto: rockchip: add debugfs
` [PATCH v2 15/18] crypto: rockchip: introduce PM
` [PATCH v2 16/18] arm64: dts: rockchip: add rk3328 crypto node
` [PATCH v2 17/18] dt-bindings: crypto: convert rockchip-crypto to yaml
` [PATCH v2 18/18] crypto: rockchip: add myself as maintainer
[PATCH 00/16] crypto: rockchip: permit to pass self-tests
2022-03-02 21:10 UTC (8+ messages)
` [PATCH 10/16] crypto: rockchip: rework by using crypto_engine
propagating vmgenid outward and upward
2022-03-02 17:27 UTC (26+ messages)
[PATCH 0/3] random: wire up in-kernel virtual machine fork notifications
2022-03-02 14:53 UTC (13+ messages)
` [PATCH 1/3] random: replace custom notifier chain with standard one
` [PATCH 2/3] random: provide notifier for VM fork
` [PATCH 3/3] wireguard: device: clear keys on "
[PATCH v6 00/10] vfio/hisilicon: add ACC live migration driver
2022-03-02 9:07 UTC (16+ messages)
` [PATCH v6 09/10] hisi_acc_vfio_pci: Add support for VFIO live migration
[PATCH v5 0/5] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
2022-03-02 4:43 UTC (6+ messages)
` [PATCH v5 3/5] KEYS: trusted: allow trust sources to use kernel RNG for key material
` [EXT] "
` [PATCH v5 5/5] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
` [EXT] "
[PATCHv3 00/10] 64-bit data integrity field support
2022-03-02 3:18 UTC (6+ messages)
` [PATCHv3 08/10] block: add pi for nvme enhanced integrity
` [PATCHv3 09/10] nvme: add support for enhanced metadata
[PATCH] ccp: ccp_dmaengine_unregister release dma channels
2022-03-01 21:07 UTC (2+ messages)
[PATCH RFC v0] random: block in /dev/urandom
2022-03-01 19:27 UTC (3+ messages)
` "
[PATCH 0/4] Add CA enforcement in the machine keyring
2022-03-01 17:36 UTC (5+ messages)
` [PATCH 1/4] KEYS: Create static version of public_key_verify_signature
` [PATCH 2/4] X.509: Parse Basic Constraints for CA
` [PATCH 3/4] KEYS: CA link restriction
` [PATCH 4/4] integrity: CA enforcement in machine keyring
RFC: Intervals to schedule the worker for mix_interrupt_randomness()
2022-03-01 15:58 UTC (3+ messages)
[PATCH v5 2/3] ACPI: allow longer device IDs
2022-03-01 14:48 UTC (14+ messages)
` [PATCH 2/3 v6] "
[RFC v2 0/4] vfio/hisilicon: add acc live migration driver
2022-03-01 14:27 UTC (14+ messages)
[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2022-03-01 14:12 UTC (4+ messages)
` [PATCH Part2 v5 14/45] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
[PATCH v2 0/3] Introduce akcipher service for virtio-crypto
2022-03-01 11:13 UTC (7+ messages)
` [PATCH v2 3/3] virtio-crypto: implement RSA algorithm
` "
` PING: "
[PATCH v5 0/3] ACPI: VM fork detection for RNG
2022-03-01 10:31 UTC (7+ messages)
` [PATCH v5 2/3] ACPI: allow longer device IDs
[PATCH 13/16] crypto: rockchip: rewrite type
2022-03-01 4:18 UTC (3+ 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).