Linux-Crypto Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-11 05:56:08 to 2021-12-18 21:20:40 UTC [more...]

[PATCH v2 00/17] lib/bitmap: optimize bitmap_weight() usage
 2021-12-18 21:20 UTC  (6+ messages)
` [PATCH 01/17] all: don't use bitmap_weight() where possible
` [PATCH 02/17] drivers: rename num_*_cpus variables
` [PATCH 03/17] fix open-coded for_each_set_bit()
` [PATCH 04/17] all: replace bitmap_weight with bitmap_empty where appropriate
` [PATCH 05/17] all: replace cpumask_weight with cpumask_empty "

[PATCH] crypto: ux500 - Use platform_get_irq() to get the interrupt
 2021-12-18 15:06 UTC 

[herbert-cryptodev-2.6:master 83/95] drivers/crypto/ccp/sev-dev.c:263:2-3: Unneeded semicolon
 2021-12-18 13:33 UTC 

[PATCH] crypto: fix semicolon.cocci warnings
 2021-12-18 13:25 UTC 

[PATCH] crypto: hisilicon/qm - disable qm clock-gating
 2021-12-18 10:17 UTC 

[PATCH] crypto: jitter - add oversampling of noise source
 2021-12-18  3:27 UTC  (4+ messages)

[PATCH v2 00/17] Update the Icicle Kit device tree
 2021-12-17 16:26 UTC  (45+ messages)
` [PATCH v2 01/17] dt-bindings: interrupt-controller: create a header for RISC-V interrupts
` [PATCH v2 02/17] dt-bindings: soc/microchip: update syscontroller compatibles
` [PATCH v2 03/17] dt-bindings: soc/microchip: make systemcontroller a mfd
` [PATCH v2 04/17] mailbox: change mailbox-mpfs compatible string
` [PATCH v2 05/17] dt-bindings: i2c: add bindings for microchip mpfs i2c
` [PATCH v2 06/17] dt-bindings: rng: add bindings for microchip mpfs rng
` [PATCH v2 07/17] dt-bindings: rtc: add bindings for microchip mpfs rtc
` [PATCH v2 08/17] dt-bindings: soc/microchip: add bindings for mpfs system services
` [PATCH v2 09/17] dt-bindings: gpio: add bindings for microchip mpfs gpio
` [PATCH v2 10/17] dt-bindings: spi: add bindings for microchip mpfs spi
` [PATCH v2 11/17] dt-bindings: usb: add bindings for microchip mpfs musb
` [PATCH v2 12/17] dt-bindings: pwm: add microchip corePWM binding
` [PATCH v2 13/17] riscv: dts: microchip: use hart and clk defines for icicle kit
` [PATCH v2 14/17] riscv: dts: microchip: add fpga fabric section to "
` [PATCH v2 15/17] riscv: dts: microchip: refactor icicle kit device tree
` [PATCH v2 16/17] riscv: dts: microchip: update peripherals in "
` [PATCH v2 17/17] MAINTAINERS: update riscv/microchip entry

[PATCH v4 00/13] x86: Support Key Locker
 2021-12-17 15:42 UTC  (16+ messages)
` [PATCH v4 01/13] Documentation/x86: Document "
` [PATCH v4 02/13] x86/cpufeature: Enumerate Key Locker feature
` [PATCH v4 03/13] x86/insn: Add Key Locker instructions to the opcode map
` [PATCH v4 04/13] x86/asm: Add a wrapper function for the LOADIWKEY instruction
` [PATCH v4 05/13] x86/msr-index: Add MSRs for Key Locker internal wrapping key
` [PATCH v4 06/13] x86/keylocker: Define Key Locker CPUID leaf
` [PATCH v4 07/13] x86/cpu/keylocker: Load an internal wrapping key at boot-time
` [PATCH v4 08/13] x86/power/keylocker: Restore internal wrapping key from the ACPI S3/4 sleep states
` [PATCH v4 09/13] x86/cpu: Add a configuration and command line option for Key Locker
` [PATCH v4 10/13] crypto: x86/aes - Prepare for a new AES implementation
` [PATCH v4 11/13] crypto: x86/aes-kl - Support AES algorithm using Key Locker instructions
` [PATCH v4 12/13] crypto: x86/aes-kl - Support CBC mode
` [PATCH v4 13/13] crypto: x86/aes-kl - Support XTS mode

[PATCH v2 00/13] Unify asm/unaligned.h around struct helper
 2021-12-17 13:35 UTC  (7+ messages)

[PATCH] crypto: omap-aes: Fix broken pm_runtime_and_get() usage
 2021-12-17  9:03 UTC 

[PATCH 0/6] crypto: hisilicon/qm - handling abnormal interrupts event
 2021-12-17  8:40 UTC  (8+ messages)
` [PATCH 1/6] crypto: hisilicon/qm - remove unnecessary device memory reset
` [PATCH 2/6] crypto: hisilicon/qm - code movement
` [PATCH 3/6] crypto: hisilicon/qm - modify the handling method after abnormal interruption
` [PATCH 4/6] crypto: hisilicon/qm - use request_threaded_irq instead
` [PATCH 5/6] crypto: hisilicon/qm - reset function if event queue overflows
` [PATCH 6/6] crypto: hisilicon/qm - disable queue when 'CQ' error

[PATCH] crypto: hisilicon/qm - fix deadlock for remove driver
 2021-12-17  8:39 UTC  (2+ messages)

[PATCH] crypto: hisilicon/zip - enable ssid for sva sgl
 2021-12-17  8:39 UTC  (2+ messages)

[PATCH] crypto: hisilicon/hpre - fix memory leak in hpre_curve25519_src_init()
 2021-12-17  8:39 UTC  (2+ messages)

[PATCH v1 1/1] crypto: Replace kernel.h with the necessary inclusions
 2021-12-17  8:39 UTC  (5+ messages)

[PATCH][next] crypto: marvell/octeontx - Use kcalloc() instead of kzalloc()
 2021-12-17  8:39 UTC  (2+ messages)

[PATCH][next] crypto: cavium - Use kcalloc() instead of kzalloc()
 2021-12-17  8:39 UTC  (2+ messages)

[PATCH V6 0/5] Add SEV_INIT_EX support
 2021-12-17  8:39 UTC  (2+ messages)

[PATCH] crypto: x86/des: remove redundant assignment of variable nbytes
 2021-12-17  8:38 UTC  (2+ messages)

[PATCH 1/2] crypto: octeontx2 - out of bounds access in otx2_cpt_dl_custom_egrp_delete()
 2021-12-17  7:13 UTC  (2+ messages)
` [PATCH 2/2] crypto: octeontx2 - prevent underflow in get_cores_bmap()

[PATCH] MAINTAINERS: update caam crypto driver maintainers list
 2021-12-17  8:12 UTC 

[PATCH v2 00/18] crypto: dh - infrastructure for NVM in-band auth and FIPS conformance
 2021-12-17  5:52 UTC  (10+ messages)
` [PATCH v2 03/18] crypto: dh - optimize domain parameter serialization for well-known groups
` [PATCH v2 12/18] crypto: dh - introduce support for ephemeral key generation to qat driver

[PATCH v3] crypto: hisilicon - replace 'smp_processor_id' with the raw version of the macro
 2021-12-17  5:14 UTC  (2+ messages)

[PATCH] crypto: octeontx2 - Avoid stack variable overflow
 2021-12-17  4:51 UTC  (2+ messages)

[PATCH 00/24] crypto: qat - PFVF updates and improved GEN4 support
 2021-12-16  9:13 UTC  (25+ messages)
` [PATCH 01/24] crypto: qat - get compression extended capabilities
` [PATCH 02/24] crypto: qat - set CIPHER capability for QAT GEN2
` [PATCH 03/24] crypto: qat - set COMPRESSION "
` [PATCH 04/24] crypto: qat - extend crypto capability detection for 4xxx
` [PATCH 05/24] crypto: qat - support the reset of ring pairs on PF
` [PATCH 06/24] crypto: qat - add the adf_get_pmisc_base() helper function
` [PATCH 07/24] crypto: qat - make PFVF message construction direction agnostic
` [PATCH 08/24] crypto: qat - make PFVF send and receive "
` [PATCH 09/24] crypto: qat - set PFVF_MSGORIGIN just before sending
` [PATCH 10/24] crypto: qat - abstract PFVF messages with struct pfvf_message
` [PATCH 11/24] crypto: qat - leverage bitfield.h utils for PFVF messages
` [PATCH 12/24] crypto: qat - leverage read_poll_timeout in PFVF send
` [PATCH 13/24] crypto: qat - improve the ACK timings "
` [PATCH 14/24] crypto: qat - store the PFVF protocol version of the endpoints
` [PATCH 15/24] crypto: qat - store the ring-to-service mapping
` [PATCH 16/24] crypto: qat - introduce support for PFVF block messages
` [PATCH 17/24] crypto: qat - exchange device capabilities over PFVF
` [PATCH 18/24] crypto: qat - support fast ACKs in the PFVF protocol
` [PATCH 19/24] crypto: qat - exchange ring-to-service mappings over PFVF
` [PATCH 20/24] crypto: qat - config VFs based on ring-to-svc mapping
` [PATCH 21/24] crypto: qat - add PFVF support to the GEN4 host driver
` [PATCH 22/24] crypto: qat - add PFVF support to enable the reset of ring pairs
` [PATCH 23/24] crypto: qat - allow detection of dc capabilities for 4xxx
` [PATCH 24/24] crypto: qat - add support for compression "

[PATCH] crypto: octeontx2 -Use swap() instead of swap_engines()
 2021-12-16  7:48 UTC 

[PATCH v8 00/17] Enroll kernel keys thru MOK
 2021-12-15 19:54 UTC  (8+ messages)
` [PATCH v8 09/17] KEYS: Rename get_builtin_and_secondary_restriction

[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
 2021-12-15 17:45 UTC  (6+ messages)
` [PATCH 2/9] lib/bitmap: implement bitmap_{empty,full} with bitmap_weight_eq()

[PATCH] crypto: omap: increase priority of DES/3DES
 2021-12-15 10:42 UTC 

[bug report] crypto: octeontx2 - add apis for custom engine groups
 2021-12-15  9:23 UTC 

[PATCH] crypto: arm64/gcm-ce - unroll factors to 4-way interleave of aes and ghash
 2021-12-15  7:24 UTC  (9+ messages)
` [PATCH v2] "

[PATCH v3 00/15] Broadcom DT bindings updates to YAML
 2021-12-14 19:16 UTC  (28+ messages)
` [PATCH v3 02/15] dt-bindings: reset: Convert Broadcom STB reset "
` [PATCH v3 03/15] dt-bindings: pwm: Convert BCM7038 PWM binding "
` [PATCH v3 04/15] dt-bindings: rtc: Convert Broadcom STB waketimer "
` [PATCH v3 05/15] dt-bindings: gpio: Convert Broadcom STB GPIO "
` [PATCH v3 06/15] dt-binding: interrupt-controller: Convert BCM7038 L1 intc "
` [PATCH v3 07/15] dt-bindings: interrupt-controller: Convert BCM7120 L2 "
` [PATCH v3 09/15] dt-bindings: interrupt-controller: Convert Broadcom STB "
` [PATCH v3 10/15] dt-bindings: rng: Convert iProc RNG200 "
` [PATCH v3 11/15] dt-bindings: thermal: Convert Broadcom TMON "
` [PATCH v3 13/15] dt-bindings: ata: Convert Broadcom SATA "
` [PATCH v3 14/15] dt-bindings: bus: Convert GISB arbiter "
` [PATCH v3 15/15] dt-bindings: usb: Convert BDC "

[PATCH] crypto: x86/curve25519 - use in/out register constraints more precisely
 2021-12-14 18:07 UTC  (4+ messages)

[PATCH v2] hwrng: cn10k: Add random number generator support
 2021-12-14 10:51 UTC 

[RFC] random, initialize pool at compile time
 2021-12-14  9:23 UTC  (2+ messages)

Wycena paneli fotowoltaicznych
 2021-12-14  8:32 UTC 

[PATCH] crypto: hisilicon/zip - add new algorithms for uacce device
 2021-12-14  6:45 UTC 

[PATCH v2 0/6] KEXEC_SIG with appended signature
 2021-12-13 18:18 UTC  (7+ messages)
` [PATCH v2 2/6] powerpc/kexec_file: Add KEXEC_SIG support
` [PATCH v2 6/6] module: Move duplicate mod_check_sig users code to mod_parse_sig

[PATCH v8 0/5] Enable root to update the blacklist keyring
 2021-12-13 15:30 UTC  (2+ messages)

[PATCHv8 00/12] nvme: In-band authentication support
 2021-12-13 14:15 UTC  (7+ messages)

[PATCH v4 0/5] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
 2021-12-13 13:40 UTC  (11+ messages)
` [PATCH v4 2/5] KEYS: trusted: allow users to use kernel RNG for key material
` [PATCH v4 4/5] crypto: caam - add in-kernel interface for blob generator
` [PATCH v4 5/5] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys

[PATCH v3 00/18] tcp: Initial support for RFC5925 auth option
 2021-12-13 10:31 UTC  (2+ messages)

[PATCH v43 00/15] /dev/random - a new approach
 2021-12-11 16:04 UTC  (3+ messages)

[PATCH v43 01/15] Linux Random Number Generator
 2021-12-11  8:57 UTC  (13+ messages)

[PATCH] crypto: hisilicon/qm - fix incorrect return value of hisi_qm_resume()
 2021-12-11  5:56 UTC  (2+ messages)

[PATCH 0/2] Octeon TX2 CPT custom engine group
 2021-12-11  5:56 UTC  (2+ messages)

[PATCH v4 0/9] STM32 CRYP driver: many fixes
 2021-12-11  5:55 UTC  (2+ messages)

[PATCH 0/3] crypto: jitterentropy - bound collection loop
 2021-12-11  5:55 UTC  (2+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).