Age | Commit message (Expand) | Author |
2023-05-07 | Merge tag 'v6.4-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds |
2023-04-28 | crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs() | Christophe JAILLET |
2023-04-27 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-04-26 | Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds |
2023-04-14 | crypto: ixp4xx - fix building wiht 64-bit dma_addr_t | Arnd Bergmann |
2023-04-14 | crypto: caam - OP-TEE firmware support | Horia GeantA |
2023-04-14 | crypto: caam - reduce page 0 regs access to minimum | Horia GeantA |
2023-04-14 | crypto: ccp - Use lower 8 bytes to communicate with doorbell command register | Mario Limonciello |
2023-04-14 | crypto: ccp - Return doorbell status code as an argument | Mario Limonciello |
2023-04-14 | crypto: ccp - Bump up doorbell debug message to error | Mario Limonciello |
2023-04-14 | crypto: ccp - Drop extra doorbell checks | Mario Limonciello |
2023-04-14 | crypto: ccp - Don't initialize CCP for PSP 0x1649 | Mario Limonciello |
2023-04-11 | crypto: ixp4xx - Do not check word size when compile testing | Herbert Xu |
2023-04-06 | crypto: hisilicon/trng - add support for HiSTB TRNG | David Yang |
2023-04-06 | crypto: atmel-aes - Match cfb block size with generic implementation | Ryan Wanner |
2023-04-06 | crypto: atmel-aes - Detecting in-place operations two sg lists | Ryan Wanner |
2023-04-06 | crypto: atmel-tdes - Detecting in-place operations with two sg lists | Ryan Wanner |
2023-04-06 | crypto: atmel-sha - Add zero length message digest support for hmac | Ryan Wanner |
2023-04-06 | crypto: qat - Move driver to drivers/crypto/intel/qat | Tom Zanussi |
2023-04-06 | crypto: ixp4xx - Move driver to drivers/crypto/intel/ixp4xx | Tom Zanussi |
2023-04-06 | crypto: keembay - Move driver to drivers/crypto/intel/keembay | Tom Zanussi |
2023-04-06 | crypto: ccp - Clear PSP interrupt status register before calling handler | Jeremi Piotrowski |
2023-04-05 | mm, treewide: redefine MAX_ORDER sanely | Kirill A. Shutemov |
2023-03-31 | crypto: mxs-dcp - Use the devm_clk_get_optional_enabled() helper | Christophe JAILLET |
2023-03-31 | crypto: img-hash - Fix img_hash_match unused warning | Krzysztof Kozlowski |
2023-03-31 | crypto: sa2ul - Select CRYPTO_DES | Suman Anna |
2023-03-31 | crypto: caam - Clear some memory in instantiate_rng | Christophe JAILLET |
2023-03-24 | crypto: caam - remove unnecessary (void*) conversions | Yu Zhe |
2023-03-24 | crypto: drivers - remove unnecessary (void*) conversions | Yu Zhe |
2023-03-24 | crypto: crypto4xx - remove unnecessary (void*) conversions | Yu Zhe |
2023-03-24 | crypto: caam/jr - add .shutdown hook | Gaurav Jain |
2023-03-24 | crypto: ccree - Depend on HAS_IOMEM | Herbert Xu |
2023-03-24 | crypto: keembay - Drop if with an always false condition | Uwe Kleine-König |
2023-03-24 | crypto: stm32 - Use devm_platform_get_and_ioremap_resource() | Yang Li |
2023-03-24 | crypto: img-hash - Use devm_platform_get_and_ioremap_resource() | Yang Li |
2023-03-23 | crypto: hisilicon/qm - make struct bus_type * const | Greg Kroah-Hartman |
2023-03-21 | crypto: ccp: Get rid of __sev_platform_init_locked()'s local function pointer | Borislav Petkov (AMD) |
2023-03-21 | crypto: ccp - Name -1 return value as SEV_RET_NO_FW_CALL | Peter Gonda |
2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman |
2023-03-17 | crypto: stm32 - Save and restore between each request | Herbert Xu |
2023-03-17 | crypto: stm32 - Fix empty message processing | Herbert Xu |
2023-03-17 | crypto: stm32 - Remove unused HASH_FLAGS_ERRORS | Herbert Xu |
2023-03-17 | crypto: stm32 - Move hash state into separate structure | Herbert Xu |
2023-03-17 | crypto: stm32 - Remove unused hdev->err field | Herbert Xu |
2023-03-17 | crypto: stm32 - Simplify finup | Herbert Xu |
2023-03-17 | crypto: stm32 - Move polling into do_one_request | Herbert Xu |
2023-03-17 | crypto: stm32 - Save 54 CSR registers | Herbert Xu |
2023-03-17 | crypto: atmel-sha204a - Mark OF related data as maybe unused | Krzysztof Kozlowski |
2023-03-17 | crypto: ccp - Add support for ringing a platform doorbell | Mario Limonciello |