messages from 2022-10-17 18:27:36 to 2022-10-27 06:55:30 UTC [more...]
[PATCH v3 00/13] Optimizing SM3 and SM4 algorithms using arm64 NEON/CE instructions
2022-10-27 6:54 UTC (5+ messages)
` [PATCH v3 01/13] crypto: arm64/sm3 - raise the priority of the CE implementation
` [PATCH v3 02/13] crypto: arm64/sm3 - add NEON assembly implementation
` [PATCH v3 03/13] crypto: arm64/sm4 - refactor and simplify NEON implementation
` [PATCH v3 05/13] crypto: tcrypt - add SM4 cts-cbc/xts/xcbc test
[PATCH v3 0/9] Drivers for Alibaba YCC (Yitian Cryptography Complex) cryptographic accelerator
2022-10-26 23:23 UTC (18+ messages)
` [PATCH v3 1/9] crypto/ycc: Add YCC (Yitian Cryptography Complex) accelerator driver
` [PATCH v3 2/9] crypto/ycc: Add ycc ring configuration
` [PATCH v3 3/9] crypto/ycc: Add irq support for ycc kernel rings
` [PATCH v3 4/9] crypto/ycc: Add device error handling support for ycc hw errors
` [PATCH v3 5/9] crypto/ycc: Add skcipher algorithm support
` [PATCH v3 6/9] crypto/ycc: Add aead "
` [PATCH v3 7/9] crypto/ycc: Add rsa "
` [PATCH v3 8/9] crypto/ycc: Add sm2 "
` [PATCH v3 9/9] MAINTAINERS: Add Yitian Cryptography Complex (YCC) driver maintainer entry
[PATCH v2 0/4] Printing improvements for tcrypt
2022-10-26 19:16 UTC (5+ messages)
` [PATCH v2 1/4] crypto: tcrypt - Use pr_cont to print test results
` [PATCH v2 2/4] crypto: tcrypt - Use pr_info/pr_err
` [PATCH v2 3/4] crypto: tcrypt - Drop module name from print string
` [PATCH v2 4/4] crypto: tcrypt - Drop leading newlines from prints
Should Linux set the new constant-time mode CPU flags?
2022-10-26 17:01 UTC (7+ messages)
[PATCH v10 00/33] crypto: rockchip: permit to pass self-tests
2022-10-26 10:25 UTC (6+ messages)
[PATCH 0/2] crypto: aria: implement aria-avx2 and aria-avx512
2022-10-26 5:20 UTC (3+ messages)
` [PATCH 1/2] crypto: aria: implement aria-avx2
` [PATCH 2/2] crypto: aria: implement aria-avx512
Compliment,
2022-10-26 0:41 UTC
[PATCH 0/4] Printing improvements for tcrypt
2022-10-26 1:02 UTC (6+ messages)
` [PATCH 1/4] crypto: tcrypt - Use pr_cont to print test results
` [PATCH 2/4] crypto: tcrypt - Use pr_info/pr_err
` [PATCH 3/4] crypto: tcrypt - Drop module name from print string
` [PATCH 4/4] crypto: tcrypt - Drop leading newlines from prints
[crypto] aa031b8f70: leaking-addresses.proc..rodata.cst32.PSHUFFLE_BYTE_FLIP_MASK
2022-10-25 21:15 UTC (3+ messages)
[PATCH 0/2] hwrng: stm32 - improve performance
2022-10-25 14:41 UTC (5+ messages)
` [PATCH 1/2] hwrng: stm32 - fix number of returned bytes on read
[PATCH v4 0/3] crypto: Add AES-GCM implementation to lib/crypto
2022-10-25 12:48 UTC (8+ messages)
` [PATCH v4 1/3] crypto: move gf128mul library into lib/crypto
` [PATCH v4 2/3] crypto: gf128mul - make gf128mul_lle time invariant
` [PATCH v4 3/3] crypto: aesgcm - Provide minimal library implementation
[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
2022-10-25 10:25 UTC (19+ messages)
` [PATCH Part2 v6 12/49] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH Part2 v6 14/49] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH Part2 v6 42/49] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
[PATCH v2 00/15] Optimizing SM3 and SM4 algorithms using arm64 NEON/CE instructions
2022-10-25 7:40 UTC (20+ messages)
` [PATCH v2 01/15] crypto: arm64/sm3 - raise the priority of the CE implementation
` [PATCH v2 02/15] crypto: arm64/sm3 - add NEON assembly implementation
` [PATCH v2 03/15] crypto: arm64/sm4 - refactor and simplify NEON implementation
` [PATCH v2 04/15] crypto: testmgr - add SM4 cts-cbc/essiv/xts/xcbc test vectors
` [PATCH v2 05/15] crypto: tcrypt - add SM4 cts-cbc/essiv/xts/xcbc test
` [PATCH v2 06/15] crypto: arm64/sm4 - refactor and simplify CE implementation
` [PATCH v2 07/15] crypto: arm64/sm4 - simplify sm4_ce_expand_key() of "
` [PATCH v2 08/15] crypto: arm64/sm4 - export reusable CE acceleration functions
` [PATCH v2 09/15] crypto: arm64/sm4 - add CE implementation for CTS-CBC mode
` [PATCH v2 10/15] crypto: arm64/sm4 - add CE implementation for XTS mode
` [PATCH v2 11/15] crypto: essiv - allow digestsize to be greater than keysize
` [PATCH v2 12/15] crypto: arm64/sm4 - add CE implementation for ESSIV mode
` [PATCH v2 13/15] crypto: arm64/sm4 - add CE implementation for cmac/xcbc/cbcmac
` [PATCH v2 14/15] crypto: arm64/sm4 - add CE implementation for CCM mode
` [PATCH v2 15/15] crypto: arm64/sm4 - add CE implementation for GCM mode
[PATCH v1 0/5] convert tree to get_random_u32_{below,above,between}()
2022-10-24 16:43 UTC (17+ messages)
` [PATCH v1 1/5] treewide: use get_random_u32_below() instead of deprecated function
` [PATCH v1 2/5] prandom: remove prandom_u32_max()
` [PATCH v1 3/5] random: add helpers for random numbers with given floor or range
` [PATCH v1 4/5] treewide: use get_random_u32_{above,below}() instead of manual loop
` [PATCH v1 5/5] treewide: use get_random_u32_between() when possible
[PATCH 0/5] padata: fix liftime issues after ->serial() has completed
2022-10-24 8:47 UTC (8+ messages)
` [PATCH 1/5] padata: introduce internal padata_get/put_pd() helpers
` [PATCH 2/5] padata: make padata_free_shell() to respect pd's ->refcnt
` [PATCH 3/5] padata: grab parallel_data refcnt for reorder
` [PATCH 4/5] padata: split out dequeue operation from padata_find_next()
` [PATCH 5/5] padata: avoid potential UAFs to the padata_shell from padata_reorder()
[PATCH v2 05/19] crypto: x86/crc - limit FPU preemption
2022-10-24 2:03 UTC (2+ messages)
Bonjour, / Dobrý den,
2022-10-23 22:26 UTC
[PATCH v2 0/5] x86: cpuid: improve support for broken CPUID configurations
2022-10-22 21:08 UTC (13+ messages)
` [PATCH v2 1/5] perf/x86/intel/lbr: use setup_clear_cpu_cap instead of clear_cpu_cap
` [PATCH v2 2/5] x86/cpuid: refactor setup_clear_cpu_cap()/clear_cpu_cap()
[PATCH] marvell/octeontx: fix repeated words in comments
2022-10-22 5:38 UTC
【beep人事】お問い合わせありがとうございます。
2022-10-22 3:00 UTC
[PATCH v3 0/3] crypto: hisilicon/qm - some misc-fixes by fuzz test
2022-10-22 1:17 UTC (4+ messages)
` [PATCH v3 1/3] crypto: hisilicon/qm - increase the memory of local variables
` [PATCH v3 2/3] crypto: hisilicon/qm - add pci bdf number check
` [PATCH v3 3/3] crypto: hisilicon/qm - delete redundancy check
[PATCH 3/6] crypto/realtek: hash algorithms
2022-10-21 12:02 UTC (3+ messages)
[PATCH] crypto: x86/polyval - Fix crashes when keys are not 16-byte aligned
2022-10-21 11:39 UTC (11+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] crypto: talitos - Use the defined variable to clean code
2022-10-21 11:38 UTC (2+ messages)
[PATCH] hwrng: mediatek: add mt7986 support
2022-10-21 11:37 UTC (2+ messages)
[PATCH] crypto: n2: add missing hash statesize
2022-10-21 11:37 UTC (2+ messages)
[PATCH v2 0/2] rng: npcm: add Arbel NPCM8XX support
2022-10-21 11:34 UTC (2+ messages)
[PATCH] crypto: tcrypt - fix return value for multiple subtests
2022-10-21 11:35 UTC (2+ messages)
[PATCH] crypto: stm32 - Fix spelling mistake "wite" -> "write"
2022-10-21 11:34 UTC (2+ messages)
[PATCH] crypto: ccp: Add support for TEE for PCI ID 0x14CA
2022-10-21 11:34 UTC (2+ messages)
[PATCH] nitrox: avoid double free on error path in nitrox_sriov_init()
2022-10-21 11:34 UTC (2+ messages)
[PATCH] crypto: ccp - Remove unused struct ccp_crypto_cpu
2022-10-21 11:34 UTC (2+ messages)
[PATCH] crypto: allwinner: sun8i-ss: use dma_addr instead u32
2022-10-21 11:33 UTC (2+ messages)
[PATCH][next] crypto: talitos - Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper
2022-10-21 11:33 UTC (2+ messages)
[PATCH v2 0/3] crypto: inside-secure: Add Support for MaxLinear Platform
2022-10-21 11:33 UTC (2+ messages)
[PATCH -next] crypto: ccp: Add __init/__exit annotations to module init/exit funcs
2022-10-21 11:33 UTC (2+ messages)
[PATCH] crypto: scatterwalk - remove duplicate function declarations
2022-10-21 11:33 UTC (2+ messages)
[PATCH] crypto: ccm - use local variables instead of indirect references
2022-10-21 11:32 UTC (2+ messages)
[PATCH] crypto: hisilicon/qm - re-enable communicate interrupt before notifying PF
2022-10-21 11:32 UTC (2+ messages)
[PATCH] crypto: hisilicon/sec - enabling clock gating of the address prefetch module
2022-10-21 11:32 UTC (2+ messages)
[PATCH] crypto: hisilicon/qm - fix incorrect parameters usage
2022-10-21 11:32 UTC (2+ messages)
[PATCH] crypto: hisilicon/qm: drop unnecessary IS_ENABLE(CONFIG_NUMA) check
2022-10-21 11:32 UTC (2+ messages)
[PATCH] crypto: hisilicon/hpre - fix resource leak in remove process
2022-10-21 11:32 UTC (2+ messages)
[PATCH v2 0/9] Drivers for Alibaba YCC (Yitian Cryptography Complex) cryptographic accelerator
2022-10-21 11:14 UTC (3+ messages)
` [PATCH v2 1/9] crypto/ycc: Add YCC (Yitian Cryptography Complex) accelerator driver
Copy of: anal_sex_pic_gallery xsg.page.link/aKV4#
2022-10-21 9:47 UTC
[PATCH v2 0/3] crypto:hisilicon/qm - some misc-fixes by fuzz test
2022-10-21 10:53 UTC (3+ messages)
` [PATCH v2 1/3] crypto: hisilicon/qm - increase the memory of local variables
[PATCH 0/6] a pile of randconfig fixes
2022-10-21 10:52 UTC (3+ messages)
[PATCH v0 0/8] Hardware Bound key added to Trusted Key-Ring
2022-10-20 23:42 UTC (13+ messages)
` [PATCH v0 3/8] crypto: hbk flags & info added to the tfm
` [EXT] "
[PATCH 2/6] certs: fips test: fix build failure with PKCS7_MESSAGE_PARSER=m
2022-09-14 20:13 UTC
[PATCH] crypto: caam: blob_gen.c: warn if key is insecure
2022-10-19 12:44 UTC
[syzbot] memory leak in crypto_create_tfm_node
2022-10-19 11:36 UTC (4+ messages)
` [PATCH] fscrypt: fix keyring memory leak on mount failure
[PATCH v3 0/3] crypto: Add GCM-AES implementation to lib/crypto
2022-10-18 21:00 UTC (6+ messages)
` [PATCH v3 1/3] crypto: move gf128mul library into lib/crypto
` [PATCH v3 2/3] crypto: gf128mul - make gf128mul_lle time invariant
` [PATCH v3 3/3] crypto: gcmaes - Provide minimal library implementation
[PATCH] random: use rejection sampling for uniform bounded random integers
2022-10-18 17:34 UTC (6+ messages)
` [PATCH v2] "
[PATCH v2] crypto: gcmaes - Provide minimal library implementation
2022-10-18 13:52 UTC (3+ messages)
[PATCH AUTOSEL 5.10 01/16] crypto: qcom-rng - Fix qcom_rng_of_match unused warning
2022-10-18 0:10 UTC (2+ messages)
` [PATCH AUTOSEL 5.10 02/16] crypto: ccp - Add a quirk to firmware update
[PATCH AUTOSEL 5.4 01/13] crypto: qcom-rng - Fix qcom_rng_of_match unused warning
2022-10-18 0:10 UTC
[PATCH AUTOSEL 5.15 01/21] crypto: qcom-rng - Fix qcom_rng_of_match unused warning
2022-10-18 0:09 UTC (2+ messages)
` [PATCH AUTOSEL 5.15 02/21] crypto: ccp - Add a quirk to firmware update
[PATCH AUTOSEL 4.19 01/10] crypto: qcom-rng - Fix qcom_rng_of_match unused warning
2022-10-18 0:11 UTC
[PATCH AUTOSEL 5.19 01/29] crypto: qcom-rng - Fix qcom_rng_of_match unused warning
2022-10-18 0:08 UTC (3+ messages)
` [PATCH AUTOSEL 5.19 02/29] crypto: ccp - Add a quirk to firmware update
` [PATCH AUTOSEL 5.19 03/29] crypto: ccp - Initialize PSP when reading psp data file failed
[PATCH AUTOSEL 6.0 01/32] crypto: qcom-rng - Fix qcom_rng_of_match unused warning
2022-10-18 0:07 UTC (3+ messages)
` [PATCH AUTOSEL 6.0 02/32] crypto: ccp - Add a quirk to firmware update
` [PATCH AUTOSEL 6.0 03/32] crypto: ccp - Initialize PSP when reading psp data file failed
[RFC PATCH 0/7] crypto: x86 - fix RCU stalls
2022-10-18 0:06 UTC (7+ messages)
` [PATCH v2 00/19] "
` [PATCH v2 09/19] crypto: x86 - use common macro for FPU limit
[PATCH 1/1] crypto: af_alg - Support symmetric encryption via keyring keys
2022-10-17 19:25 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;
as well as URLs for NNTP newsgroup(s).