messages from 2026-05-15 21:15:18 to 2026-05-20 15:57:24 UTC [more...]
[PATCH v3 00/12] crypto: atmel - introduce shared i2c core client management and capability-based selection framework
2026-05-20 15:56 UTC (8+ messages)
` [PATCH v3 01/12] crypto: atmel-ecc - rename driver_data before moving it into atmel-i2c
` [PATCH v3 02/12] crypto: atmel-ecc - fix use after free situation
` [PATCH v3 03/12] crypto: atmel-ecc - fix multi-device kpp registration
` [PATCH v3 04/12] crypto: atmel - rename atmel_ecc_driver_data to atmel_i2c_client_mgmt
` [PATCH v3 05/12] crypto: atmel-i2c - move client management instance into core
` [PATCH v3 06/12] crypto: atmel-i2c - introduce shared teardown helpers and fix queue flush
` [PATCH v3 07/12] crypto: atmel-ecc - switch to module_i2c_driver
[PATCH v2 0/3] crypto - Rework i2c_device_id initialisation
2026-05-20 15:25 UTC (6+ messages)
` [PATCH v2 1/3] crypto: atmel-sha204a - Drop of_device_id data
` [PATCH v2 2/3] crypto: atmel-sha204a - Use named initializers for struct i2c_device_id
` [PATCH v2 3/3] crypto: atmel-ecc "
[PATCH] crypto: octeontx - use strscpy_pad in ucode_load_store
2026-05-20 13:36 UTC (2+ messages)
[PATCH] crypto: qat - use pci logging variants for PCI-specific messages
2026-05-20 12:51 UTC
[PATCH] crypto: qat - protect service table iterations with service_lock
2026-05-20 12:41 UTC
[PATCH] crypto: qat - fix restarting state leak on allocation failure
2026-05-20 12:33 UTC
[PATCH] crypto: hisilicon/sec2 - lower priority for hisilicon crypto implementations
2026-05-20 9:27 UTC (4+ messages)
cleanup the RAID6 P/Q library v2
2026-05-20 8:41 UTC (9+ messages)
` [PATCH 01/19] btrfs: require at least 4 devices for RAID 6
[PATCH] s390: crypto: add select CRYPTO_AEAD for aes
2026-05-20 7:47 UTC (2+ messages)
[PATCH v1] crypto: Use named initializers for struct i2c_device_id
2026-05-20 6:43 UTC (3+ messages)
[PATCH] crypto: tegra - Fix dma_free_coherent size error
2026-05-20 2:51 UTC (3+ messages)
` [PATCH] crypto: tegra - Return ENOMEM when input buffer allocation fails for ccm
[RFC] TID v2.0: kernel module for cache-line zeroization against Flush+Reload (CLFLUSHOPT + LFENCE + REP STOSQ)
2026-05-19 21:41 UTC (2+ messages)
Which, if any, of the async crypto drivers are ever useful in the real world?
2026-05-19 21:07 UTC (3+ messages)
[PATCH 00/12] crypto: atmel - refactor common i2c support and add SHA256 ahash support
2026-05-19 20:47 UTC (3+ messages)
[PATCH v2 00/12] crypto: atmel - introduce shared i2c core client management and capability-based selection framework
2026-05-19 20:48 UTC (13+ messages)
` [PATCH v2 01/12] crypto: atmel-ecc - rename driver_data before moving it into atmel-i2c
` [PATCH v2 02/12] crypto: atmel-ecc - fix use after free situation
` [PATCH v2 03/12] crypto: atmel-ecc - fix multi-device kpp registration
` [PATCH v2 04/12] crypto: atmel - rename atmel_ecc_driver_data to atmel_i2c_client_mgmt
` [PATCH v2 05/12] crypto: atmel-i2c - move client management instance into core
` [PATCH v2 06/12] crypto: atmel-i2c - introduce shared teardown helpers and fix queue flush
` [PATCH v2 07/12] crypto: atmel-ecc - switch to module_i2c_driver
` [PATCH v2 08/12] crypto: atmel-i2c - move shared client allocation logic to core
` [PATCH v2 09/12] crypto: atmel-i2c - implement capability-based client selection
` [PATCH v2 10/12] crypto: atmel-sha204a - integrate into core management tracking
` [PATCH v2 11/12] crypto: atmel-sha204a - fix heap info leak on I2C transfer failure
` [PATCH v2 12/12] crypto: atmel-sha204a - switch to module_i2c_driver
[PATCH v3] crypto/ccp: Introduce SNP_VERIFY_MITIGATION command
2026-05-19 19:57 UTC (2+ messages)
[PATCH v17 00/14] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
2026-05-19 13:17 UTC (15+ messages)
` [PATCH v17 01/14] dmaengine: constify struct dma_descriptor_metadata_ops
` [PATCH v17 02/14] dmaengine: qcom: bam_dma: free interrupt before the clock in error path
` [PATCH v17 03/14] dmaengine: qcom: bam_dma: convert tasklet to a BH workqueue
` [PATCH v17 04/14] dmaengine: qcom: bam_dma: Extend the driver's device match data
` [PATCH v17 05/14] dmaengine: qcom: bam_dma: Add pipe_lock_supported flag support
` [PATCH v17 06/14] dmaengine: qcom: bam_dma: add support for BAM locking
` [PATCH v17 07/14] crypto: qce - Cancel work on device detach
` [PATCH v17 08/14] crypto: qce - Include algapi.h in the core.h header
` [PATCH v17 09/14] crypto: qce - Remove unused ignore_buf
` [PATCH v17 10/14] crypto: qce - Simplify arguments of devm_qce_dma_request()
` [PATCH v17 11/14] crypto: qce - Use existing devres APIs in devm_qce_dma_request()
` [PATCH v17 12/14] crypto: qce - Map crypto memory for DMA
` [PATCH v17 13/14] crypto: qce - Add BAM DMA support for crypto register I/O
` [PATCH v17 14/14] crypto: qce - Communicate the base physical address to the dmaengine
[RFC] crypto: skcipher multi-data-unit requests for dm-crypt
2026-05-19 12:00 UTC (6+ messages)
` [PATCH 0/4] crypto: skcipher - per-tfm multi-data-unit batching
` [PATCH 1/4] crypto: skcipher - add per-tfm data_unit_size for batched requests
` [PATCH 2/4] crypto: xts - support multiple data units per request in template
` [PATCH 3/4] crypto: testmgr - exercise multi-data-unit path for skcipher
` [PATCH 4/4] dm crypt: batch all sectors of a bio per crypto request
[PATCH] crypto: ecrdsa - remove empty sig_alg exit callback
2026-05-19 10:14 UTC (2+ messages)
[PATCH v2 0/3] soc: qcom: ice: Enable firmware managed resource
2026-05-19 9:31 UTC (6+ messages)
` [PATCH v2 1/3] dt-bindings: crypto: qcom,ice: Add sa8255p support
[PATCH 0/3] Add support for qcrypto on shikra
2026-05-19 8:55 UTC (6+ messages)
` [PATCH 1/3] dt-bindings: crypto: qcom-qce: Document the Shikra crypto engine
cleanup the RAID6 P/Q library v3
2026-05-19 8:24 UTC (21+ messages)
` [PATCH 01/18] raid6: turn the userspace test harness into a kunit test
` [PATCH 02/18] raid6: remove __KERNEL__ ifdefs
` [PATCH 03/18] raid6: move to lib/raid/
` [PATCH 04/18] raid6: remove unused defines in pq.h
` [PATCH 05/18] raid6: remove raid6_get_zero_page
` [PATCH 06/18] raid6: use named initializers for struct raid6_calls
` [PATCH 07/18] raid6: improve the public interface
` [PATCH 08/18] raid6: warn when using less than four devices
` [PATCH 09/18] raid6: hide internals
` [PATCH 10/18] raid6: rework registration of optimized algorithms
` [PATCH 11/18] raid6: use static_call for gen_syndrom and xor_syndrom
` [PATCH 12/18] raid6: use static_call for raid6_recov_2data and raid6_recov_datap
` [PATCH 13/18] raid6: update top of file comments
` [PATCH 14/18] raid6_kunit: use KUNIT_CASE_PARAM
` [PATCH 15/18] raid6_kunit: dynamically allocate data buffers using vmalloc
` [PATCH 16/18] raid6_kunit: cleanup dataptr handling
` [PATCH 17/18] raid6_kunit: randomize parameters and increase limits
` [PATCH 18/18] raid6_kunit: randomize buffer alignment
[PATCH v3 0/3] Add support for hashing algorithms in TI DTHE V2
2026-05-19 4:24 UTC (5+ messages)
` [PATCH v3 1/3] crypto: ti - Add support for SHA224/256/384/512 in DTHEv2 driver
[PATCH v2 0/2] Add trng driver to JHB100
2026-05-19 1:21 UTC (5+ messages)
` [PATCH v2 1/2] dt-bindings: Add bindings for StarFive JHB100 SoC trng controller
` 回复: "
` [PATCH v2 2/2] hwrng: starfive: Update clk and reset sequence
[PATCH v3 0/7] KVM: SEV: Don't advertise unusable VM types
2026-05-19 0:41 UTC (2+ messages)
[PATCH] treewide: replace /usr/bin/python3 shebangs with env python3
2026-05-18 23:55 UTC (3+ messages)
[PATCH] crypto: algif_skcipher - snapshot IV for async skcipher requests
2026-05-18 23:35 UTC
[PATCH v5 0/7] Add RMPOPT support
2026-05-18 22:38 UTC (11+ messages)
` [PATCH v5 1/7] x86/cpufeatures: Add X86_FEATURE_AMD_RMPOPT feature flag
` [PATCH v5 2/7] x86/msr: add wrmsrq_on_cpus helper
` [PATCH v5 3/7] x86/sev: Initialize RMPOPT configuration MSRs
` [PATCH v5 4/7] x86/sev: Add support to perform RMP optimizations asynchronously
` [PATCH v5 5/7] x86/sev: Add interface to re-enable RMP optimizations
` [PATCH v5 6/7] KVM: SEV: Perform RMP optimizations on SNP guest shutdown
` [PATCH v5 7/7] x86/sev: Add debugfs support for RMPOPT
[PATCH] crypto: inside-secure/eip93 - Add check for devm_request_threaded_irq
2026-05-18 21:24 UTC
[PATCH] crypto: inside-secure/eip93 - Drop superfluous blank line
2026-05-18 21:22 UTC
[PATCH v2 0/7] Add support for the Microsoft Surface Pro 12in 1st Edition (Snapdragon),
2026-05-18 17:51 UTC (4+ messages)
` [PATCH v2 5/7] drm/panel-edp: Add panel for Surface Pro 12in
[PATCH 0/6] crypto: hisilicon/qm - support function reset and VF isolation
2026-05-18 14:29 UTC (7+ messages)
` [PATCH 1/6] crypto: hisilicon/qm - allow VF devices to query hardware isolation status
` [PATCH 2/6] crypto: hisilicon/qm - place the interrupt status interface after the PM usage counter
` [PATCH 3/6] crypto: hisilicon/qm - support function-level error reset
` [PATCH 4/6] crypto: hisilicon/qm - disable error report before flr
` [PATCH 5/6] crypto: hisilicon - mask all error type when removing driver
` [PATCH 6/6] crypto: hisilicon/qm - support doorbell enable control
[PATCH v2 0/2] Add TRNG support for Glymur SoC
2026-05-18 8:36 UTC (3+ messages)
` [PATCH v2 2/2] arm64: dts: qcom: glymur: add TRNG node
[PATCH 0/2] authencesn: Refactor in-place decryption
2026-05-18 8:21 UTC (8+ messages)
cleanup the RAID6 P/Q library v3
2026-05-18 5:12 UTC (3+ messages)
` [PATCH 01/18] raid6: turn the userspace test harness into a kunit test
` [PATCH 02/18] raid6: remove __KERNEL__ ifdefs
[PATCH 0/2] Fix leaking of cached Host1x buffer objects
2026-05-18 2:12 UTC (4+ messages)
` [PATCH 1/2] gpu: host1x: Allow entries in BO caches to be freed
[PATCH v2] mfd: loongson-se: Add multi-node support
2026-05-18 3:17 UTC (7+ messages)
[PATCH 00/12] crypto: atmel - introduce shared i2c core client management and capability-based selection framework
2026-05-17 18:06 UTC (14+ messages)
` [PATCH] crypto: atmel - add capability-based I2C client selection
` [PATCH 01/12] crypto: atmel-ecc - rename driver_data before moving it into atmel-i2c
` [PATCH 02/12] crypto: atmel - rename atmel_ecc_driver_data to atmel_i2c_client_mgmt
` [PATCH 03/12] crypto: atmel - move i2c client management instance into core driver
` [PATCH 04/12] crypto: atmel-ecc - simplify probe error handling
` [PATCH 05/12] crypto: atmel - factor out i2c client unregistration helper
` [PATCH 06/12] crypto: atmel-sha204a - add i2c hw client list and improve probe error handling
` [PATCH 07/12] crypto: atmel-sha204a - switch to module_i2c_driver
` [PATCH 08/12] crypto: atmel-ecc "
` [PATCH 09/12] crypto: atmel-ecc - simplify remove path and relax busy handling
` [PATCH 10/12] crypto: atmel-sha204a - guard remove path against missing client data
` [PATCH 11/12] crypto: atmel - move i2c client selection to core driver
` [PATCH 12/12] crypto: atmel - add capability-based I2C client selection
[PATCH] crypto: atmel-sha204a - fail on hwrng registration error in probe path
2026-05-17 16:27 UTC
[PATCH] crypto: atmel-sha204a - remove sysfs group before hwrng
2026-05-17 12:37 UTC
[PATCH v8] crypto: qce - Add runtime PM and interconnect bandwidth scaling support
2026-05-17 10:52 UTC
[PATCH 2/2] crypto: omap-des - drop of_match_ptr from OF match table
2026-05-17 10:36 UTC
[PATCH 1/2] crypto: omap-des - add COMPILE_TEST and fix CONFIG_OF=n build
2026-05-17 10:34 UTC
[PATCH RFC 00/17] ext4/lib-crc: LBS performance part 1 - incremental CRC32c for bitmap checksums
2026-05-17 4:18 UTC (4+ messages)
` [PATCH RFC 01/17] lib/crc: add crc32c_flip_range() for incremental CRC update
[PATCH] MIPS: Remove unused arch/mips/crypto directory
2026-05-17 3:20 UTC
[PATCH] LoongArch: Remove unused arch/loongarch/crypto directory
2026-05-17 3:14 UTC
[PATCH] crypto: atmel-sha - use memcpy_and_pad to simplify hmac_setup
2026-05-16 23:42 UTC
[PATCH v2] crypto: drivers - remove of_match_ptr from OF match tables
2026-05-16 18:23 UTC
[PATCH] crypto: eip93: - fix reset ring register definition
2026-05-16 12:26 UTC
[PATCH] crypto: drivers - remove of_match_ptr from OF match tables
2026-05-16 11:49 UTC
[PATCH v16 00/38] x86: Secure Launch support for Intel TXT
2026-05-15 23:51 UTC (31+ messages)
` [PATCH v16 01/38] tpm: Initial step to reorganize TPM public headers
` [PATCH v16 02/38] tpm: Move TPM1 specific definitions to the command header
` [PATCH v16 03/38] tpm: Move TPM2 "
` [PATCH v16 04/38] tpm: Move TPM common base "
` [PATCH v16 15/38] Documentation/security: Secure Launch kernel documentation
` [PATCH v16 23/38] x86: Allow WARN_trap() macro to be included in pre-boot environments
` [PATCH v16 24/38] x86/msr: Add variable MTRR base/mask and x2apic ID registers
` [PATCH v16 25/38] x86/boot: Slight refactor of the 5 level paging logic
` [PATCH v16 26/38] x86: Add early SHA-1 support for Secure Launch early measurements
` [PATCH v16 27/38] x86: Add early SHA-256 "
` [PATCH v16 28/38] x86: Add early SHA-384/512 "
` [PATCH v16 29/38] x86/tpm: Early startup TPM PCR extending driver
` [PATCH v16 30/38] x86/slaunch: Add MLE header and Secure Launch entrypoint to the core kernel
` [PATCH v16 31/38] x86/slaunch: Secure Launch kernel early boot initialization
` [PATCH v16 32/38] x86/slaunch: Secure Launch kernel late "
` [PATCH v16 33/38] x86/slaunch: Secure Launch SMP bringup support
` [PATCH v16 34/38] kexec/slaunch: Secure Launch kexec SEXIT support
` [PATCH v16 35/38] reboot/slaunch: Secure Launch SEXIT support on reboot paths
` [PATCH v16 36/38] x86/slaunch: Secure Launch late initcall platform module
` [PATCH v16 37/38] x86/efistub: EFI stub DRTM support for Secure Launch
` [PATCH v16 38/38] x86/boot: Legacy boot "
[PATCH v1] include: Remove unused crypto-ux500.h
2026-05-15 23:21 UTC (2+ messages)
[PATCH net v4 1/3] crypto/krb5, rxrpc: Fix lack of pre-decrypt/pre-verify length checks
2026-05-15 23:05 UTC
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