messages from 2022-11-09 10:06:22 to 2022-11-16 18:57:53 UTC [more...]
[PATCH RFC v1 0/6] Use EFI variables for random seed
2022-11-16 18:56 UTC (10+ messages)
` [PATCH RFC v1 1/6] random: add back async readiness notifier
` [PATCH RFC v1 2/6] vsprintf: initialize siphash key using notifier
` [PATCH RFC v1 3/6] efi: random: combine bootloader provided RNG seed with RNG protocol output
` [PATCH RFC v1 4/6] efi: stub: use random seed from EFI variable
` [PATCH RFC v1 5/6] efi: efivarfs: prohibit reading random seed variables
` [PATCH RFC v1 6/6] efi: refresh non-volatile random seed when RNG is initialized
[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
2022-11-16 18:53 UTC (26+ messages)
` [PATCH Part2 v6 14/49] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
[PATCH] hw_random: rockchip: import driver from vendor tree
2022-11-16 18:04 UTC (7+ messages)
[PATCH] crypto: algapi - fix be32_to_cpu macro call in crypto_inc()
2022-11-16 17:39 UTC (2+ messages)
[PATCH 2/2] fscrypt: Add SM4 XTS/CTS symmetric algorithm support
2022-11-16 17:26 UTC
[PATCH 0/4] crypto: qcom-qce: add support for SM8550
2022-11-16 11:55 UTC (9+ messages)
` [PATCH 1/4] dt-bindings: dma: qcom,bam-dma: Add 'interconnects' and 'interconnect-names'
` [PATCH 2/4] dt-bindings: qcom-qce: document clocks and clock-names as optional
` [PATCH 3/4] dt-bindings: qcom-qce: document sm8550 compatible
` [PATCH 4/4] crypto: qce: core: Add new compatibles for SM8550
[PATCH v3 00/17] crypt: x86 - fix RCU stalls
2022-11-16 11:30 UTC (30+ messages)
` [PATCH v4 00/24] crypto: "
` [PATCH v4 01/24] crypto: tcrypt - test crc32
` [PATCH v4 02/24] crypto: tcrypt - test nhpoly1305
` [PATCH v4 03/24] crypto: tcrypt - reschedule during cycles speed tests
` [PATCH v4 04/24] crypto: x86/sha - limit FPU preemption
` [PATCH v4 05/24] crypto: x86/crc "
` [PATCH v4 06/24] crypto: x86/sm3 "
` [PATCH v4 07/24] crypto: x86/ghash - use u8 rather than char
` [PATCH v4 08/24] crypto: x86/ghash - restructure FPU context saving
` [PATCH v4 09/24] crypto: x86/ghash - limit FPU preemption
` [PATCH v4 10/24] crypto: x86/poly "
` [PATCH v4 11/24] crypto: x86/aegis "
` [PATCH v4 12/24] crypto: x86/sha - register all variations
` [PATCH v4 13/24] crypto: x86/sha - minimize time in FPU context
` [PATCH v4 14/24] crypto: x86/sha - load based on CPU features
` [PATCH v4 15/24] crypto: x86/crc "
` [PATCH v4 16/24] crypto: x86/sm3 "
` [PATCH v4 17/24] crypto: x86/poly "
` [PATCH v4 18/24] crypto: x86/ghash "
` [PATCH v4 19/24] crypto: x86/aesni - avoid type conversions
` [PATCH v4 20/24] crypto: x86/ciphers - load based on CPU features
` [PATCH v4 21/24] crypto: x86 - report used CPU features via module parameters
` [PATCH v4 22/24] crypto: x86 - report missing "
` [PATCH v4 23/24] crypto: x86 - report suboptimal CPUs "
` [PATCH v4 24/24] crypto: x86 - standarize module descriptions
[PATCH] crypto: tcrypt - Fix multibuffer skcipher speed test mem leak
2022-11-16 9:24 UTC
[PATCH v1 0/5] convert tree to get_random_u32_{below,above,between}()
2022-11-16 0:25 UTC (6+ messages)
` [PATCH v1 3/5] random: add helpers for random numbers with given floor or range
[PATCH v2 0/4] cpumask: improve on cpumask_local_spread() locality
2022-11-15 18:32 UTC (10+ messages)
` [PATCH v2 1/4] lib/find: introduce find_nth_and_andnot_bit
` [PATCH v2 2/4] cpumask: introduce cpumask_nth_and_andnot
` [PATCH v2 3/4] sched: add sched_numa_find_nth_cpu()
` [PATCH v2 4/4] cpumask: improve on cpumask_local_spread() locality
[PATCH] KEYS: asymmetric: Fix build errors as symbol undefined
2022-11-15 10:05 UTC
[PATCH] virtio-crypto: fix memory leak in virtio_crypto_alg_skcipher_close_session()
2022-11-15 6:27 UTC (4+ messages)
[PATCH v2 0/3] convert tree to get_random_u32_{below,above,between}()
2022-11-14 17:35 UTC (5+ messages)
` [PATCH v2 1/3] treewide: use get_random_u32_below() instead of deprecated function
` [PATCH v2 2/3] treewide: use get_random_u32_{above,below}() instead of manual loop
` [PATCH v2 3/3] treewide: use get_random_u32_between() when possible
[PATCH] crypto: hisilicon/qm - add missing pci_dev_put() in q_num_set()
2022-11-14 11:49 UTC (2+ messages)
[PATCH v1 0/3] hwrng: add hwrng support for Rockchip RK3568
2022-11-14 8:33 UTC (6+ messages)
` [PATCH v1 1/3] dt-bindings: RNG: Add Rockchip RNG bindings
` [PATCH v1 2/3] hwrng: add Rockchip SoC hwrng driver
` [PATCH v1 3/3] arm64: dts: rockchip: add DT entry for RNG to RK356x
[PATCH v3 0/6] crypto: reduce overhead when self-tests disabled
2022-11-14 0:12 UTC (7+ messages)
` [PATCH v3 1/6] crypto: optimize algorithm registration "
` [PATCH v3 2/6] crypto: optimize registration of internal algorithms
` [PATCH v3 3/6] crypto: compile out crypto_boot_test_finished when tests disabled
` [PATCH v3 4/6] crypto: skip kdf_sp800108 self-test "
` [PATCH v3 5/6] crypto: silence noisy kdf_sp800108 self-test
` [PATCH v3 6/6] crypto: compile out test-related algboss code when tests disabled
[PATCH v4 0/4] crypto: aria: implement aria-avx2 and aria-avx512
2022-11-13 16:56 UTC (5+ messages)
` [PATCH v4 1/4] crypto: aria: add keystream array into request ctx
` [PATCH v4 2/4] crypto: aria: do not use magic number offsets of aria_ctx
` [PATCH v4 3/4] crypto: aria: implement aria-avx2
` [PATCH v4 4/4] crypto: aria: implement aria-avx512
[PATCH v3] hw_random: use add_hwgenerator_randomness() for early entropy
2022-11-13 14:11 UTC (3+ messages)
[PATCH 0/4] cpumask: improve on cpumask_local_spread() locality
2022-11-13 12:29 UTC (13+ messages)
` [PATCH 1/4] lib/find: introduce find_nth_and_andnot_bit
` [PATCH 2/4] cpumask: introduce cpumask_nth_and_andnot()
` [PATCH 3/4] sched: add sched_numa_find_nth_cpu()
` [PATCH 4/4] cpumask: improve on cpumask_local_spread() locality
[PATCH] crypto: ccree - Fix error handling in ccree_init()
2022-11-13 9:31 UTC
[PATCH v2] crypto: aesni - add ccm(aes) algorithm implementation
2022-11-12 14:59 UTC (15+ messages)
[PATCH 0/2] crypto: hisilicon/sec - some misc cleanup
2022-11-12 8:51 UTC (3+ messages)
` [PATCH 1/2] crypto: hisilicon/sec - fix spelling mistake 'ckeck' -> 'check'
` [PATCH 2/2] crypto: hisilicon/sec - remove continuous blank lines
[PATCH v3 0/4] crypto: hisilicon/qm - reconstruct and optimize the debugfs code
2022-11-12 2:12 UTC (5+ messages)
` [PATCH v3 1/4] crypto: hisilicon/qm - delete redundant null assignment operations
` [PATCH v3 2/4] crypto: hisilicon/qm - modify the process of regs dfx
` [PATCH v3 3/4] crypto: hisilicon/qm - split a debugfs.c from qm
` [PATCH v3 4/4] crypto: hisilicon/qm - the command dump process is modified
[PATCH] crypto/hisilicon: Add null judgment to the callback interface
2022-11-12 1:51 UTC (15+ messages)
[PATCH] async_tx: Fix some kernel-doc warnings
2022-11-11 21:05 UTC (2+ messages)
[PATCH v3 0/4] crypto: aria: implement aria-avx2 and aria-avx512
2022-11-11 15:43 UTC (11+ messages)
` [PATCH v3 1/4] crypto: aria: add keystream array into struct aria_ctx
` crypto: cryptd - Use request context instead of stack for sub-request
` crypto: skcipher - Allow sync algorithms with large request contexts
` [PATCH v3 2/4] crypto: aria: do not use magic number offsets of aria_ctx
[PATCH] crypto: qat - remove ADF_STATUS_PF_RUNNING flag from probe
2022-11-11 10:17 UTC (2+ messages)
[PATCH -next v2] crypto: rockchip: Remove surplus dev_err() when using platform_get_irq()
2022-11-11 10:17 UTC (2+ messages)
[PATCH v5 0/3] crypto: Add AES-GCM implementation to lib/crypto
2022-11-11 10:17 UTC (2+ messages)
[PATCH 0/4] Trivial set of FIPS 140-3 related changes
2022-11-11 4:23 UTC (8+ messages)
` [PATCH 1/4] crypto: xts - restrict key lengths to approved values in FIPS mode
[PATCH v2 0/6] crypto: reduce overhead when self-tests disabled
2022-11-11 4:14 UTC (10+ messages)
` [PATCH v2 1/6] crypto: optimize algorithm registration "
` [PATCH v2 2/6] crypto: optimize registration of internal algorithms
` [PATCH v2 3/6] crypto: compile out crypto_boot_test_finished when tests disabled
` [PATCH v2 4/6] crypto: skip kdf_sp800108 self-test "
` [PATCH v2 5/6] crypto: silence noisy kdf_sp800108 self-test
` [PATCH v2 6/6] crypto: compile out test-related algboss code when tests disabled
[PATCH 0/5] padata: fix liftime issues after ->serial() has completed
2022-11-10 23:22 UTC (13+ messages)
` [PATCH 2/5] padata: make padata_free_shell() to respect pd's ->refcnt
` [PATCH 3/5] padata: grab parallel_data refcnt for reorder
` [PATCH 5/5] padata: avoid potential UAFs to the padata_shell from padata_reorder()
[RFC PATCH 0/7] crypto: x86 - fix RCU stalls
2022-11-10 22:06 UTC (6+ messages)
` [PATCH v2 00/19] "
` [PATCH v2 18/19] crypto: x86 - standardize not loaded prints
[syzbot] linux-next boot error: WARNING in kthread_should_stop
2022-11-10 21:03 UTC (5+ messages)
[PATCH v8 00/17] Enroll kernel keys thru MOK
2022-11-10 15:30 UTC (10+ messages)
` [PATCH v8 16/17] integrity: Trust MOK keys if MokListTrustedRT found
[PATCH] crypto: arm64 - Fix unused variable compilation warnings of cpu_feature
2022-11-10 10:42 UTC
[PATCH v3 RESEND 4/9] crypto/ycc: Add device error handling support for ycc hw errors
2022-11-10 5:51 UTC (2+ messages)
[PATCH] crypto: avoid unnecessary work when self-tests are disabled
2022-11-10 5:38 UTC (4+ messages)
[PATCH v3 RESEND 3/9] crypto/ycc: Add irq support for ycc kernel rings
2022-11-10 1:28 UTC (2+ messages)
[PATCH] docs: admin-guide: hw_random: Make document title more generic and concise
2022-11-09 21:03 UTC (2+ messages)
[PATCH v3 RESEND 2/9] crypto/ycc: Add ycc ring configuration
2022-11-09 20:25 UTC (2+ messages)
[PATCH 0/7] Add CA enforcement keyring restrictions
2022-11-09 14:58 UTC (4+ messages)
[6.1.0-rc4-next-20221108] Boot failure on powerpc
2022-11-09 11:04 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).