Age | Commit message (Expand) | Author |
2022-08-02 | Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2022-07-29 | crypto: hisilicon/zip - Use the bitmap API to allocate bitmaps | Christophe JAILLET |
2022-07-29 | crypto: hisilicon/sec - fix auth key size error | Kai Ye |
2022-07-29 | crypto: ccree - Remove a useless dma_supported() call | Christophe JAILLET |
2022-07-29 | crypto: ccp - Add support for new CCP/PSP device ID | Mario Limonciello |
2022-07-29 | crypto: inside-secure - Add missing MODULE_DEVICE_TABLE for of | Pali Rohár |
2022-07-29 | crypto: hisilicon/hpre - don't use GFP_KERNEL to alloc mem during softirq | Zhengchao Shao |
2022-07-22 | crypto: keembay-ocs-ecc - Drop if with an always false condition | Uwe Kleine-König |
2022-07-15 | crypto: sa2ul - Check engine status before enabling | Andrew Davis |
2022-07-15 | crypto: sa2ul - Set the supported_algos bits individually | Andrew Davis |
2022-07-15 | crypto: atmel-tdes - initialize tdes_dd while declaring | Claudiu Beznea |
2022-07-15 | crypto: atmel-sha - initialize sha_dd while declaring | Claudiu Beznea |
2022-07-15 | crypto: caam/qi2 - switch to netif_napi_add_tx_weight() | Jakub Kicinski |
2022-07-15 | crypto: s5p-sss - Drop if with an always false condition | Uwe Kleine-König |
2022-07-15 | crypto: omap-sham - Drop if with an always false condition | Uwe Kleine-König |
2022-07-15 | crypto: omap-des - Drop if with an always false condition | Uwe Kleine-König |
2022-07-15 | crypto: omap-aes - Drop if with an always false condition | Uwe Kleine-König |
2022-07-15 | crypto: atmel-tdes - Drop if with an always false condition | Uwe Kleine-König |
2022-07-15 | crypto: atmel-sha - Drop if with an always false condition | Uwe Kleine-König |
2022-07-15 | crypto: atmel-aes - Drop if with an always false condition | Uwe Kleine-König |
2022-07-15 | crypto: ccree - Add missing clk_disable_unprepare() in cc_pm_resume() | Yuan Can |
2022-07-08 | crypto: inside-secure - fix packed bit-field result descriptor | Ofer Heifetz |
2022-07-08 | crypto: hisilicon - Kunpeng916 crypto driver don't sleep when in softirq | Zhengchao Shao |
2022-07-08 | crypto: hisilicon/sec - don't sleep when in softirq | Zhengchao Shao |
2022-07-08 | crypto: hisilicon/sec - fix inconsistent argument | Jianglei Nie |
2022-07-08 | crypto: nx - Hold the reference returned by of_find_compatible_node | Liang He |
2022-07-08 | crypto: amcc - Hold the reference returned by of_find_compatible_node | Liang He |
2022-07-08 | crypto: vmx - Fix warning on p8_ghash_alg | Herbert Xu |
2022-07-08 | crypto: qat - expose device config through sysfs for 4xxx | Giovanni Cabiddu |
2022-07-08 | crypto: qat - relocate and rename adf_sriov_prepare_restart() | Giovanni Cabiddu |
2022-07-08 | crypto: qat - change behaviour of adf_cfg_add_key_value_param() | Giovanni Cabiddu |
2022-07-08 | crypto: qat - expose device state through sysfs for 4xxx | Giovanni Cabiddu |
2022-07-06 | crypto: s390 - do not depend on CRYPTO_HW for SIMD implementations | Jason A. Donenfeld |
2022-06-30 | crypto: vmx - drop unexpected word 'for' in comments | Jiang Jian |
2022-06-30 | crypto: caam - drop unexpected word 'for' in comments | Jiang Jian |
2022-06-30 | crypto: caam - drop unexpected word 'a' in comments | Jiang Jian |
2022-06-30 | crypto: cavium - fix typos in comments | Jiang Jian |
2022-06-30 | crypto: ux500/hash - drop unexpected word "the" | Jiang Jian |
2022-06-30 | crypto: nx - drop unexpected word "the" | Jiang Jian |
2022-06-24 | crypto: qat - Removes the x86 dependency on the QAT drivers | Yoan Picchi |
2022-06-24 | crypto: qat - replace get_current_node() with numa_node_id() | Andre Przywara |
2022-06-24 | crypto: ccp - During shutdown, check SEV data pointer before using | Tom Lendacky |
2022-06-24 | crypto: ccp - Fix device IRQ counting by using platform_irq_count() | Tom Lendacky |
2022-06-17 | crypto: hisilicon/sec - only HW V2 needs to change the BD err detection | Kai Ye |
2022-06-17 | crypto: sun8i-ss - fix infinite loop in sun8i_ss_setup_ivs() | Alexey Khoroshilov |
2022-06-17 | crypto: hisilicon/qm - modify event irq processing | Weili Qian |
2022-06-17 | crypto: hisilicon/qm - move alloc qm->wq to qm.c | Weili Qian |
2022-06-17 | crypto: hisilicon/qm - add functions for releasing resources | Weili Qian |
2022-06-17 | crypto: hisilicon/trng - fix local variable type | Weili Qian |
2022-06-10 | crypto: sun8i-ss - fix a NULL vs IS_ERR() check in sun8i_ss_hashkey | Peng Wu |