messages from 2022-02-18 15:58:50 to 2022-02-22 16:32:46 UTC [more...]
[PATCHv3 00/10] 64-bit data integrity field support
2022-02-22 16:31 UTC (6+ messages)
` [PATCHv3 01/10] block: support pi with extended metadata
` [PATCHv3 04/10] linux/kernel: introduce lower_48_bits macro
` [PATCHv3 05/10] lib: add rocksoft model crc64
` [PATCHv3 06/10] crypto: add rocksoft 64b crc framework
` [PATCHv3 09/10] nvme: add support for enhanced metadata
[PATCH 00/22] Don't use kmalloc() with GFP_DMA
2022-02-22 15:59 UTC (66+ messages)
` [PATCH 01/22] parisc: pci-dma: remove stale code and comment
` [PATCH 02/22] net: moxa: Don't use GFP_DMA when calling dma_alloc_coherent()
` [PATCH 03/22] gpu: ipu-v3: "
` [PATCH 04/22] drm/sti: Don't use GFP_DMA when calling dma_alloc_wc()
` [PATCH 05/22] sound: n64: Don't use GFP_DMA when calling dma_alloc_coherent()
` [PATCH 06/22] fbdev: da8xx: "
` [PATCH 07/22] fbdev: mx3fb: Don't use GFP_DMA when calling dma_alloc_wc()
` [PATCH 08/22] usb: gadget: lpc32xx_udc: Don't use GFP_DMA when calling dma_alloc_coherent()
` [PATCH 09/22] usb: cdns3: "
` [PATCH 10/22] uio: pruss: "
` [PATCH 11/22] staging: emxx_udc: "
` [PATCH 12/22] "
` [PATCH 13/22] spi: atmel: "
` [PATCH 14/22] spi: spi-ti-qspi: "
` [PATCH 15/22] usb: cdns3: Don't use GFP_DMA32 when calling dma_pool_alloc()
` [PATCH 16/22] usb: udc: lpc32xx: Don't use GFP_DMA "
` [PATCH 17/22] net: marvell: prestera: "
` [PATCH 18/22] net: ethernet: mtk-star-emac: Don't use GFP_DMA when calling dmam_alloc_coherent()
` [PATCH 19/22] ethernet: rocker: Use dma_alloc_noncoherent() for dma buffer
` [PATCH 20/22] HID: intel-ish-hid: "
` [PATCH 21/22] mmc: wbsd: "
` [PATCH 1/2] dma-mapping: check dma_mask for streaming mapping allocs
` [PATCH 2/2] kernel/dma: rename dma_alloc_direct and dma_map_direct
` [PATCH 22/22] mtd: rawnand: Use dma_alloc_noncoherent() for dma buffer
[PATCH] random: round-robin registers as ulong, not u32
2022-02-22 12:50 UTC
[RFC v2 0/4] vfio/hisilicon: add acc live migration driver
2022-02-22 11:55 UTC (12+ messages)
[PATCH v4 0/5] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys
2022-02-22 11:24 UTC (7+ messages)
` [PATCH v4 5/5] "
` [EXT] "
[PATCH v3] ath9k: use hw_random API instead of directly dumping into random.c
2022-02-22 10:13 UTC (4+ messages)
[PATCH V2 0/4] crypto: Add Xilinx ZynqMP SHA3 driver support
2022-02-22 10:01 UTC (8+ messages)
` [PATCH V2 2/4] firmware: xilinx: Add ZynqMP SHA API for SHA3 functionality
` [PATCH V2 3/4] crypto: xilinx: Add Xilinx SHA3 driver
[BUG] crypto: ccree: driver does not handle case where cryptlen = authsize =0
2022-02-22 7:39 UTC (7+ messages)
[PATCH v5 0/8] vfio/hisilicon: add ACC live migration driver
2022-02-22 0:49 UTC (10+ messages)
` [PATCH v5 1/8] crypto: hisilicon/qm: Move the QM header to include/linux
` [PATCH v5 2/8] crypto: hisilicon/qm: Move few definitions to common header
` [PATCH v5 3/8] hisi_acc_qm: Move PCI device IDs "
` [PATCH v5 4/8] hisi_acc_vfio_pci: add new vfio_pci driver for HiSilicon ACC devices
` [PATCH v5 5/8] hisi_acc_vfio_pci: Restrict access to VF dev BAR2 migration region
` [PATCH v5 6/8] hisi_acc_vfio_pci: Add helper to retrieve the PF qm data
` [PATCH v5 7/8] hisi_acc_vfio_pci: Add support for VFIO live migration
` [PATCH v5 8/8] hisi_acc_vfio_pci: Use its own PCI reset_done error handler
[PATCH] crypto: cleanup comments
2022-02-21 23:14 UTC (2+ messages)
[PATCH 0/2] Fix bugs in public_key_verify_signature()
2022-02-21 20:17 UTC (11+ messages)
` [PATCH 1/2] KEYS: asymmetric: enforce that sig algo matches key algo
` [PATCH 2/2] KEYS: asymmetric: properly validate hash_algo and encoding
` [PATCH] KEYS: asymmetric: enforce SM2 signature use pkey algo
[PATCH v2 6/9] random: absorb fast pool into input pool after fast load
2022-02-21 19:08 UTC (6+ messages)
` [PATCH v3] "
` [PATCH v4] "
[PATCH v1] random: block in /dev/urandom
2022-02-21 18:01 UTC (2+ messages)
[PATCH v3] random: use simpler fast key erasure flow on per-cpu keys
2022-02-21 14:42 UTC (4+ messages)
` [PATCH v4] "
[PATCH v4 00/15] crypto: dh - infrastructure for NVM in-band auth and FIPS conformance
2022-02-21 14:20 UTC (29+ messages)
` [PATCH v4 01/15] crypto: kpp - provide support for KPP template instances
` [PATCH v4 02/15] crypto: kpp - provide support for KPP spawns
` [PATCH v4 03/15] crypto: dh - remove struct dh's ->q member
` [PATCH v4 04/15] crypto: dh - constify struct dh's pointer members
` [PATCH v4 05/15] crypto: dh - split out deserialization code from crypto_dh_decode()
` [PATCH v4 06/15] crypto: dh - introduce common code for built-in safe-prime group support
` [PATCH v4 07/15] crypto: dh - implement ffdheXYZ(dh) templates
` [PATCH v4 08/15] crypto: testmgr - add known answer tests for "
` [PATCH v4 09/15] crypto: dh - implement private key generation primitive for ffdheXYZ(dh)
` [PATCH v4 10/15] crypto: testmgr - add keygen tests for ffdheXYZ(dh) templates
` [PATCH v4 11/15] crypto: dh - allow for passing NULL to the ffdheXYZ(dh)s' ->set_secret()
` [PATCH v4 12/15] crypto: api - allow algs only in specific constructions in FIPS mode
` [PATCH v4 13/15] crypto: dh - disallow plain "dh" usage "
` [PATCH v4 14/15] lib/mpi: export mpi_rshift
` [PATCH v4 15/15] crypto: dh - calculate Q from P for the full public key verification
[PATCH 0/5] crypto: completion should be ran with BH disabled
2022-02-21 12:08 UTC (6+ messages)
` [PATCH 1/5] crypto: sun8i-ss: call finalize with bh disabled
` [PATCH 2/5] crypto: sun8i-ce: "
` [PATCH 3/5] crypto: amlogic: "
` [PATCH 4/5] crypto: gemini: "
` [PATCH 5/5] crypto: engine: check if BH is disabled during completion
[PATCH] crypto: cavium: zip: register algorithm only if hardware is present
2022-02-21 11:52 UTC
Intel QAT on A2SDi-8C-HLN4F causes massive data corruption with dm-crypt + xfs
2022-02-21 11:47 UTC (4+ messages)
[PATCH v2 0/7] hwrng: atmel - add runtime pm support
2022-02-21 10:50 UTC (9+ messages)
` [PATCH v2 1/7] hwrng: atmel - add wait for ready support on read
` [PATCH v2 2/7] hwrng: atmel - disable trng on failure path
` [PATCH v2 3/7] hwrng: atmel - rename enable/disable functions to init/cleanup
` [PATCH v2 4/7] hwrng: atmel - move set of TRNG_HALFR in atmel_trng_init()
` [PATCH v2 5/7] hwrng: atmel - use __maybe_unused and pm_ptr() for pm ops
` [PATCH v2 6/7] hwrng: atmel - add runtime pm support
` [PATCH v2 7/7] hwrng: atmel - remove extra line
[PATCH] random: use max-period linear interrupt extractor
2022-02-21 10:09 UTC (3+ messages)
[PATCH] random: pull add_hwgenerator_randomness() declaration into random.h
2022-02-21 5:52 UTC (2+ messages)
[PATCH] random: fix locking for crng_init in crng_reseed()
2022-02-21 4:05 UTC (2+ messages)
[PATCH v2 0/9] random: cleanups around per-cpu crng & rdrand
2022-02-21 3:56 UTC (7+ messages)
` [PATCH v2 2/9] random: get rid of secondary crngs
` [PATCH v2 8/9] random: use hash function for crng_slow_load()
` [PATCH v2 9/9] random: remove outdated INT_MAX >> 6 check in urandom_read()
[RFC PATCH] KEYS: Double max_size to make keyctl pkey_verify work
2022-02-21 2:43 UTC (7+ messages)
[PATCH 0/2] random: fix write locking for crng_init
2022-02-21 2:32 UTC (3+ messages)
` [PATCH 1/2] random: fix locking in crng_fast_load()
[PATCH v4 0/2] random: PREEMPT_RT fixes
2022-02-21 2:30 UTC (3+ messages)
` [PATCH v4 1/2] random: remove batched entropy locking
[PATCH v8 00/17] Enroll kernel keys thru MOK
2022-02-20 23:23 UTC (2+ messages)
[PATCH] crypto: ccree: don't attempt 0 len DMA mappings
2022-02-20 19:24 UTC (2+ messages)
[PATCHv8 00/12] nvme: In-band authentication support
2022-02-20 13:09 UTC (10+ messages)
[GIT PULL] zstd changes for v5.16
2022-02-20 9:45 UTC (2+ messages)
[PATCH v8 0/5] Enable root to update the blacklist keyring
2022-02-19 11:42 UTC (10+ messages)
[PATCH] crypto: hisilicon/sec - fix the aead software fallback for engine
2022-02-19 8:08 UTC
HI
2022-02-19 3:55 UTC
[RFC PATCH v2 0/7] crypto: HCTR2 support
2022-02-19 1:28 UTC (8+ messages)
` [RFC PATCH v2 4/7] crypto: x86/aesni-xctr: Add accelerated implementation of XCTR
` [RFC PATCH v2 6/7] crypto: x86/polyval: Add PCLMULQDQ accelerated implementation of POLYVAL
` [RFC PATCH v2 7/7] crypto: arm64/polyval: Add PMULL "
[RFC v2 0/4] vfio/hisilicon: add acc live migration driver
2022-02-18 16:37 UTC (2+ messages)
[PATCH v5 00/12] x86: Trenchboot secure dynamic launch Linux kernel support
2022-02-17 3:54 UTC (13+ messages)
` [PATCH v5 01/12] x86/boot: Place kernel_info at a fixed offset
` [PATCH v5 02/12] Documentation/x86: Secure Launch kernel documentation
` [PATCH v5 03/12] x86: Secure Launch Kconfig
` [PATCH v5 04/12] x86: Secure Launch main header file
` [PATCH v5 05/12] x86: Add early SHA support for Secure Launch early measurements
` [PATCH v5 06/12] x86: Secure Launch kernel early boot stub
` [PATCH v5 07/12] x86: Secure Launch kernel late "
` [PATCH v5 08/12] x86: Secure Launch SMP bringup support
` [PATCH v5 09/12] kexec: Secure Launch kexec SEXIT support
` [PATCH v5 10/12] reboot: Secure Launch SEXIT support on reboot paths
` [PATCH v5 11/12] x86: Secure Launch late initcall platform module
` [PATCH v5 12/12] tpm: Allow locality 2 to be set when initializing the TPM for Secure Launch
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).