| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-04-27 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -4/+4 |
| 2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -2/+2 |
| 2023-04-26 | Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 167 | -677/+1194 |
| 2023-04-14 | crypto: ixp4xx - fix building wiht 64-bit dma_addr_t | Arnd Bergmann | 1 | -6/+8 |
| 2023-04-14 | crypto: caam - OP-TEE firmware support | Horia GeantA | 3 | -1/+26 |
| 2023-04-14 | crypto: caam - reduce page 0 regs access to minimum | Horia GeantA | 7 | -58/+84 |
| 2023-04-14 | crypto: ccp - Use lower 8 bytes to communicate with doorbell command register | Mario Limonciello | 1 | -2/+3 |
| 2023-04-14 | crypto: ccp - Return doorbell status code as an argument | Mario Limonciello | 1 | -1/+3 |
| 2023-04-14 | crypto: ccp - Bump up doorbell debug message to error | Mario Limonciello | 1 | -1/+1 |
| 2023-04-14 | crypto: ccp - Drop extra doorbell checks | Mario Limonciello | 1 | -20/+0 |
| 2023-04-14 | crypto: ccp - Don't initialize CCP for PSP 0x1649 | Mario Limonciello | 1 | -1/+1 |
| 2023-04-11 | crypto: ixp4xx - Do not check word size when compile testing | Herbert Xu | 1 | -1/+2 |
| 2023-04-06 | crypto: hisilicon/trng - add support for HiSTB TRNG | David Yang | 4 | -1/+187 |
| 2023-04-06 | crypto: atmel-aes - Match cfb block size with generic implementation | Ryan Wanner | 1 | -1/+1 |
| 2023-04-06 | crypto: atmel-aes - Detecting in-place operations two sg lists | Ryan Wanner | 1 | -10/+4 |
| 2023-04-06 | crypto: atmel-tdes - Detecting in-place operations with two sg lists | Ryan Wanner | 1 | -10/+5 |
| 2023-04-06 | crypto: atmel-sha - Add zero length message digest support for hmac | Ryan Wanner | 1 | -4/+30 |
| 2023-04-06 | crypto: qat - Move driver to drivers/crypto/intel/qat | Tom Zanussi | 110 | -2/+2 |
| 2023-04-06 | crypto: ixp4xx - Move driver to drivers/crypto/intel/ixp4xx | Tom Zanussi | 7 | -16/+18 |
| 2023-04-06 | crypto: keembay - Move driver to drivers/crypto/intel/keembay | Tom Zanussi | 13 | -2/+8 |
| 2023-04-06 | crypto: ccp - Clear PSP interrupt status register before calling handler | Jeremi Piotrowski | 1 | -3/+3 |
| 2023-04-05 | mm, treewide: redefine MAX_ORDER sanely | Kirill A. Shutemov | 2 | -4/+4 |
| 2023-03-31 | crypto: mxs-dcp - Use the devm_clk_get_optional_enabled() helper | Christophe JAILLET | 1 | -16/+5 |
| 2023-03-31 | crypto: img-hash - Fix img_hash_match unused warning | Krzysztof Kozlowski | 1 | -1/+1 |
| 2023-03-31 | crypto: sa2ul - Select CRYPTO_DES | Suman Anna | 1 | -0/+1 |
| 2023-03-31 | crypto: caam - Clear some memory in instantiate_rng | Christophe JAILLET | 1 | -2/+4 |
| 2023-03-24 | crypto: caam - remove unnecessary (void*) conversions | Yu Zhe | 1 | -1/+1 |
| 2023-03-24 | crypto: drivers - remove unnecessary (void*) conversions | Yu Zhe | 4 | -18/+18 |
| 2023-03-24 | crypto: crypto4xx - remove unnecessary (void*) conversions | Yu Zhe | 1 | -1/+1 |
| 2023-03-24 | crypto: caam/jr - add .shutdown hook | Gaurav Jain | 1 | -0/+6 |
| 2023-03-24 | crypto: ccree - Depend on HAS_IOMEM | Herbert Xu | 1 | -1/+1 |
| 2023-03-24 | crypto: keembay - Drop if with an always false condition | Uwe Kleine-König | 1 | -2/+0 |
| 2023-03-24 | crypto: stm32 - Use devm_platform_get_and_ioremap_resource() | Yang Li | 1 | -2/+1 |
| 2023-03-24 | crypto: img-hash - Use devm_platform_get_and_ioremap_resource() | Yang Li | 1 | -2/+1 |
| 2023-03-23 | crypto: hisilicon/qm - make struct bus_type * const | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-03-21 | crypto: ccp: Get rid of __sev_platform_init_locked()'s local function pointer | Borislav Petkov (AMD) | 1 | -6/+10 |
| 2023-03-21 | crypto: ccp - Name -1 return value as SEV_RET_NO_FW_CALL | Peter Gonda | 1 | -3/+5 |
| 2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-03-17 | crypto: stm32 - Save and restore between each request | Herbert Xu | 1 | -108/+56 |
| 2023-03-17 | crypto: stm32 - Fix empty message processing | Herbert Xu | 1 | -9/+13 |
| 2023-03-17 | crypto: stm32 - Remove unused HASH_FLAGS_ERRORS | Herbert Xu | 1 | -4/+0 |
| 2023-03-17 | crypto: stm32 - Move hash state into separate structure | Herbert Xu | 1 | -56/+71 |
| 2023-03-17 | crypto: stm32 - Remove unused hdev->err field | Herbert Xu | 1 | -3/+0 |
| 2023-03-17 | crypto: stm32 - Simplify finup | Herbert Xu | 1 | -22/+19 |
| 2023-03-17 | crypto: stm32 - Move polling into do_one_request | Herbert Xu | 1 | -17/+12 |
| 2023-03-17 | crypto: stm32 - Save 54 CSR registers | Herbert Xu | 1 | -1/+1 |
| 2023-03-17 | crypto: atmel-sha204a - Mark OF related data as maybe unused | Krzysztof Kozlowski | 1 | -1/+1 |
| 2023-03-17 | crypto: ccp - Add support for ringing a platform doorbell | Mario Limonciello | 4 | -0/+72 |
| 2023-03-17 | crypto: ccp - Enable platform access interface on client PSP parts | Mario Limonciello | 1 | -0/+7 |
| 2023-03-17 | crypto: ccp - Add support for an interface for platform features | Mario Limonciello | 6 | -1/+227 |
| 2023-03-17 | crypto: ccp - Move some PSP mailbox bit definitions into common header | Mario Limonciello | 4 | -19/+16 |
| 2023-03-17 | crypto: ccp - Add a header for multiple drivers to use `__psp_pa` | Mario Limonciello | 2 | -1/+2 |
| 2023-03-17 | crypto: ccp - Drop TEE support for IRQ handler | Mario Limonciello | 2 | -22/+0 |
| 2023-03-17 | crypto: hisilicon/zip - remove unnecessary aer.h include | Bjorn Helgaas | 1 | -1/+0 |
| 2023-03-17 | crypto: hisilicon/sec - remove unnecessary aer.h include | Bjorn Helgaas | 1 | -1/+0 |
| 2023-03-17 | crypto: hisilicon/qm - remove unnecessary aer.h include | Bjorn Helgaas | 1 | -1/+0 |
| 2023-03-17 | crypto: hisilicon/hpre - remove unnecessary aer.h include | Bjorn Helgaas | 1 | -1/+0 |
| 2023-03-17 | crypto: cavium/nitrox - remove unnecessary aer.h include | Bjorn Helgaas | 1 | -1/+0 |
| 2023-03-17 | crypto: qat - drop redundant adf_enable_aer() | Bjorn Helgaas | 6 | -61/+4 |
| 2023-03-17 | crypto: qat - fix apply custom thread-service mapping for dc service | Shashank Gupta | 6 | -8/+21 |
| 2023-03-14 | crypto: qat - add support for 402xx devices | Damian Muszynski | 6 | -7/+52 |
| 2023-03-14 | crypto: aspeed - fix uninitialized symbol 'idx' warning | Neal Liu | 1 | -1/+1 |
| 2023-03-14 | drivers: crypto: caam/jr - Allow quiesce when quiesced | Horia Geanta | 1 | -10/+45 |
| 2023-03-14 | crypto: safexcel - Cleanup ring IRQ workqueues on load failure | Jonathan McDowell | 1 | -10/+27 |
| 2023-03-14 | crypto: safexcel - Raise firmware load failure message to error | Jonathan McDowell | 1 | -1/+1 |
| 2023-03-14 | crypto: qat - make state machine functions static | Shashank Gupta | 2 | -15/+5 |
| 2023-03-14 | crypto: qat - refactor device restart logic | Shashank Gupta | 3 | -3/+20 |
| 2023-03-14 | crypto: qat - replace state machine calls | Shashank Gupta | 10 | -114/+33 |
| 2023-03-14 | crypto: qat - fix concurrency issue when device state changes | Shashank Gupta | 5 | -20/+73 |
| 2023-03-14 | crypto: qat - delay sysfs initialization | Shashank Gupta | 1 | -4/+4 |
| 2023-03-14 | crypto: aspeed - add error handling if dmam_alloc_coherent() failed | Neal Liu | 1 | -1/+4 |
| 2023-03-14 | crypto: qce - Add a QCE IP family compatible 'qcom,qce' | Vladimir Zapolskiy | 1 | -0/+1 |
| 2023-03-14 | crypto: qce - Make clocks optional | Thara Gopinath | 1 | -3/+3 |
| 2023-03-14 | crypto: qce - Add support to initialize interconnect path | Thara Gopinath | 2 | -1/+16 |
| 2023-03-14 | crypto: ccree - Use devm_platform_get_and_ioremap_resource() | Yang Li | 1 | -2/+2 |
| 2023-03-14 | crypto: aspeed - Use devm_platform_ioremap_resource() | Yang Li | 1 | -5/+2 |
| 2023-03-14 | crypto: qat - Include algapi.h for low-level Crypto API | Herbert Xu | 1 | -1/+2 |
| 2023-03-05 | Merge tag 'v6.3-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 3 | -23/+53 |
| 2023-02-28 | crypto: caam - Fix edesc/iv ordering mixup | Herbert Xu | 3 | -23/+53 |
| 2023-02-24 | Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -15/+154 |
| 2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2023-02-21 | Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 95 | -3002/+1748 |
| 2023-02-21 | Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+1 |
| 2023-02-14 | crypto: aspeed - Fix modular aspeed-acry | Herbert Xu | 1 | -1/+3 |
| 2023-02-14 | crypto: hisilicon/qm - fix coding style issues | Weili Qian | 2 | -18/+12 |
| 2023-02-14 | crypto: hisilicon/qm - update comments to match function | Weili Qian | 1 | -3/+2 |
| 2023-02-14 | crypto: hisilicon/qm - change function names | Weili Qian | 1 | -4/+4 |
| 2023-02-14 | crypto: hisilicon/qm - use min() instead of min_t() | Weili Qian | 1 | -1/+1 |
| 2023-02-14 | crypto: hisilicon/qm - remove some unused defines | Weili Qian | 1 | -10/+0 |
| 2023-02-14 | crypto: crypto4xx - Call dma_unmap_page when done | Herbert Xu | 1 | -6/+4 |
| 2023-02-14 | crypto: octeontx2 - Fix objects shared between several modules | Alexander Lobakin | 8 | -14/+39 |
| 2023-02-14 | crypto: nx - Fix sparse warnings | Herbert Xu | 2 | -10/+9 |
| 2023-02-13 | crypto: api - Use data directly in completion function | Herbert Xu | 1 | -3/+2 |
| 2023-02-13 | crypto: talitos - Use request_complete helpers | Herbert Xu | 1 | -2/+2 |
| 2023-02-13 | crypto: sahara - Use request_complete helpers | Herbert Xu | 1 | -2/+2 |
| 2023-02-13 | crypto: s5p-sss - Use request_complete helpers | Herbert Xu | 1 | -4/+4 |
| 2023-02-13 | crypto: qce - Use request_complete helpers | Herbert Xu | 1 | -2/+2 |
| 2023-02-13 | crypto: qat - Use request_complete helpers | Herbert Xu | 3 | -5/+6 |
| 2023-02-13 | crypto: mxs-dcp - Use request_complete helpers | Herbert Xu | 1 | -4/+4 |
| 2023-02-13 | crypto: octeontx2 - Use request_complete helpers | Herbert Xu | 1 | -2/+2 |
| 2023-02-13 | crypto: octeontx - Use request_complete helpers | Herbert Xu | 1 | -2/+2 |
| 2023-02-13 | crypto: marvell/cesa - Use request_complete helpers | Herbert Xu | 2 | -3/+3 |
| 2023-02-13 | crypto: ixp4xx - Use request_complete helpers | Herbert Xu | 1 | -2/+2 |
| 2023-02-13 | crypto: safexcel - Use request_complete helpers | Herbert Xu | 1 | -2/+2 |
| 2023-02-13 | crypto: img-hash - Use request_complete helpers | Herbert Xu | 1 | -2/+2 |
| 2023-02-13 | crypto: hisilicon - Use request_complete helpers | Herbert Xu | 2 | -9/+7 |
| 2023-02-13 | crypto: hifn_795x - Use request_complete helpers | Herbert Xu | 1 | -2/+2 |
| 2023-02-13 | crypto: chelsio - Use request_complete helpers | Herbert Xu | 1 | -3/+3 |
| 2023-02-13 | crypto: ccp - Use request_complete helpers | Herbert Xu | 1 | -6/+6 |
| 2023-02-13 | crypto: nitrox - Use request_complete helpers | Herbert Xu | 1 | -2/+2 |
| 2023-02-13 | crypto: cpt - Use request_complete helpers | Herbert Xu | 1 | -1/+1 |
| 2023-02-13 | crypto: bcm - Use request_complete helpers | Herbert Xu | 1 | -1/+1 |
| 2023-02-13 | crypto: artpec6 - Use request_complete helpers | Herbert Xu | 1 | -6/+6 |
| 2023-02-13 | crypto: atmel - Use request_complete helpers | Herbert Xu | 3 | -6/+6 |
| 2023-02-10 | crypto: virtio/akcipher - Do not use GFP_ATOMIC when not needed | Christophe JAILLET | 1 | -1/+1 |
| 2023-02-10 | crypto: aspeed - fix type warnings | Neal Liu | 1 | -4/+4 |
| 2023-02-10 | crypto: qat - drop log level of msg in get_instance_node() | Giovanni Cabiddu | 2 | -2/+2 |
| 2023-02-10 | crypto: qat - fix out-of-bounds read | Giovanni Cabiddu | 1 | -1/+1 |
| 2023-02-10 | crypto: atmel - Drop unused id parameter from atmel_i2c_probe() | Uwe Kleine-König | 4 | -6/+4 |
| 2023-02-10 | crypto: safexcel - Use crypto_wait_req | Herbert Xu | 4 | -68/+24 |
| 2023-02-09 | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan | 1 | -1/+1 |
| 2023-02-03 | crypto: ux500/hash - delete driver | Linus Walleij | 7 | -2414/+0 |
| 2023-02-03 | crypto: stm32/hash - Support Ux500 hash | Linus Walleij | 1 | -35/+219 |
| 2023-02-03 | crypto: stm32/hash - Wait for idle before final CPU xmit | Linus Walleij | 1 | -0/+3 |
| 2023-02-03 | crypto: stm32/hash - Use existing busy poll function | Linus Walleij | 1 | -2/+4 |
| 2023-02-03 | crypto: stm32/hash - Simplify code | Linus Walleij | 1 | -2/+1 |
| 2023-02-03 | crypto: marvell/cesa - Use crypto_wait_req | Herbert Xu | 1 | -33/+8 |
| 2023-02-03 | crypto: img-hash - Fix sparse endianness warning | Herbert Xu | 1 | -4/+4 |
| 2023-02-03 | crypto: ccp - Flush the SEV-ES TMR memory before giving it to firmware | Tom Lendacky | 1 | -1/+5 |
| 2023-02-03 | crypto: qat - add qat_zlib_deflate | Lucas Segarra Fernandez | 1 | -12/+154 |
| 2023-02-03 | crypto: qat - extend buffer list logic interface | Lucas Segarra Fernandez | 3 | -5/+37 |
| 2023-01-27 | crypto: hisilicon: Wipe entire pool on error | Kees Cook | 1 | -2/+1 |
| 2023-01-27 | crypto: caam - Use ahash_request_complete | Herbert Xu | 2 | -6/+6 |
| 2023-01-27 | crypto: bcm - Use subrequest for fallback | Herbert Xu | 2 | -68/+35 |
| 2023-01-27 | crypto: aspeed - Use devm_platform_get_and_ioremap_resource() | ye xingchen | 1 | -4/+1 |
| 2023-01-27 | crypto: aspeed - change aspeed_acry_akcipher_algs to static | Yang Yingliang | 1 | -1/+1 |
| 2023-01-27 | crypto: ccp - Add a firmware definition for EPYC gen 4 processors | Tom Lendacky | 1 | -0/+1 |
| 2023-01-27 | crypto: ccp - Provide MMIO register naming for documenation | Tom Lendacky | 1 | -23/+23 |
| 2023-01-20 | crypto: hisilicon/qm - define the device isolation strategy | Kai Ye | 1 | -15/+154 |
| 2023-01-20 | crypto: atmel-i2c - avoid defines prefixed with CONFIG | Lukas Bulwahn | 2 | -2/+2 |
| 2023-01-20 | crypto: qat - fix spelling mistakes from 'bufer' to 'buffer' | Meadhbh Fitzpatrick | 3 | -45/+45 |
| 2023-01-20 | crypto: hisilicon - remove redundant config PCI dependency for some CRYPTO_DE... | Lukas Bulwahn | 1 | -4/+4 |
| 2023-01-20 | crypto: stm32 - Use accelerated readsl/writesl | Linus Walleij | 1 | -26/+11 |
| 2023-01-20 | crypto: aspeed - Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
| 2023-01-20 | crypto: ccp - Failure on re-initialization due to duplicate sysfs filename | Koba Ko | 1 | -4/+17 |
| 2023-01-13 | crypto: sun8i-ce - Add TRNG clock to the D1 variant | Samuel Holland | 2 | -1/+2 |
| 2023-01-13 | crypto: aspeed - Add ACRY RSA driver | Neal Liu | 3 | -0/+841 |
| 2023-01-12 | Merge tag 'mtd/fixes-for-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -5/+5 |
| 2023-01-07 | MAINTAINERS: Update email of Tudor Ambarus | Tudor Ambarus | 3 | -5/+5 |
| 2023-01-06 | Merge tag 'v6.2-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 1 | -1/+1 |
| 2023-01-06 | crypto: ccp - Avoid page allocation failure warning for SEV_GET_ID2 | David Rientjes | 1 | -1/+8 |
| 2023-01-06 | crypto: talitos - Remove GFP_DMA and add DMA alignment padding | Herbert Xu | 1 | -1/+1 |
| 2023-01-06 | crypto: caam - Remove GFP_DMA and add DMA alignment padding | Herbert Xu | 13 | -71/+111 |
| 2023-01-06 | crypto: xts - drop xts_check_key() | Vladis Dronov | 7 | -15/+11 |
| 2023-01-06 | crypto: sun8i-ss - Remove GFP_DMA and add DMA alignment padding | Herbert Xu | 4 | -11/+21 |
| 2023-01-06 | crypto: caam - Avoid GCC memset bug warning | Herbert Xu | 1 | -1/+2 |
| 2022-12-30 | crypto: ux500 - update debug config after ux500 cryp driver removal | Lukas Bulwahn | 1 | -4/+3 |
| 2022-12-30 | crypto: atmel - Add capability case for the 0x600 SHA and AES IP versions | Sergiu Moga | 2 | -0/+2 |
| 2022-12-30 | crypto: caam - fix CAAM io mem access in blob_gen | Nikolaus Voss | 1 | -1/+1 |
| 2022-12-28 | virtio-crypto: fix memory leak in virtio_crypto_alg_skcipher_close_session() | Wei Yongjun | 1 | -1/+2 |
| 2022-12-19 | Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2 | -5/+19 |
| 2022-12-14 | Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 125 | -5655/+5979 |
| 2022-12-09 | crypto: ux500/cryp - delete driver | Linus Walleij | 10 | -2653/+0 |
| 2022-12-09 | crypto: stm32/cryp - enable for use with Ux500 | Linus Walleij | 1 | -91/+322 |
| 2022-12-09 | crypto: stm32 - enable drivers to be used on Ux500 | Linus Walleij | 2 | -3/+3 |
| 2022-12-09 | crypto: qce - Set DMA alignment explicitly | Herbert Xu | 3 | -22/+23 |
| 2022-12-09 | crypto: octeontx2 - Set DMA alignment explicitly | Herbert Xu | 1 | -39/+40 |
| 2022-12-09 | crypto: octeontx - Set DMA alignment explicitly | Herbert Xu | 1 | -34/+35 |
| 2022-12-09 | crypto: keembay - Set DMA alignment explicitly | Herbert Xu | 1 | -13/+13 |
| 2022-12-09 | crypto: safexcel - Set DMA alignment explicitly | Herbert Xu | 1 | -49/+50 |
| 2022-12-09 | crypto: hisilicon/hpre - Set DMA alignment explicitly | Herbert Xu | 1 | -15/+25 |
| 2022-12-09 | crypto: chelsio - Set DMA alignment explicitly | Herbert Xu | 1 | -21/+22 |
| 2022-12-09 | crypto: ccree - Set DMA alignment explicitly | Herbert Xu | 3 | -83/+83 |
| 2022-12-09 | crypto: ccp - Set DMA alignment explicitly | Herbert Xu | 8 | -71/+76 |
| 2022-12-09 | crypto: cavium - Set DMA alignment explicitly | Herbert Xu | 2 | -11/+11 |
| 2022-12-09 | crypto: img-hash - Fix variable dereferenced before check 'hdev->req' | Gaosheng Cui | 1 | -2/+6 |
| 2022-12-09 | crypto: chelsio - Fix flexible struct array warning | Herbert Xu | 2 | -6/+6 |
| 2022-12-09 | crypto: qat - add resubmit logic for decompression | Giovanni Cabiddu | 4 | -0/+245 |
| 2022-12-09 | crypto: qat - enable deflate for QAT GEN4 | Giovanni Cabiddu | 8 | -14/+689 |
| 2022-12-09 | crypto: qat - expose deflate through acomp api for QAT GEN2 | Giovanni Cabiddu | 24 | -12/+1447 |
| 2022-12-09 | crypto: qat - rename and relocate GEN2 config function | Giovanni Cabiddu | 14 | -123/+158 |
| 2022-12-09 | crypto: qat - relocate qat_algs_alloc_flags() | Giovanni Cabiddu | 2 | -5/+6 |
| 2022-12-09 | crypto: qat - relocate backlog related structures | Giovanni Cabiddu | 2 | -14/+16 |
| 2022-12-09 | crypto: qat - extend buffer list interface | Giovanni Cabiddu | 3 | -18/+54 |
| 2022-12-09 | crypto: qat - generalize crypto request buffers | Giovanni Cabiddu | 3 | -39/+39 |
| 2022-12-09 | crypto: qat - change bufferlist logic interface | Giovanni Cabiddu | 3 | -45/+49 |
| 2022-12-09 | crypto: qat - rename bufferlist functions | Giovanni Cabiddu | 3 | -24/+24 |
| 2022-12-09 | crypto: qat - relocate bufferlist logic | Giovanni Cabiddu | 4 | -184/+214 |
| 2022-12-08 | Merge branch 'topic/objtool' into next | Michael Ellerman | 1 | -0/+2 |
| 2022-12-02 | crypto: ccree,hisilicon - Fix dependencies to correct algorithm | Tianjia Zhang | 2 | -3/+3 |
| 2022-12-02 | crypto: caam - Set DMA alignment explicitly | Herbert Xu | 5 | -215/+216 |
| 2022-12-02 | crypto: Prepare to move crypto_tfm_ctx | Herbert Xu | 1 | -1/+1 |
| 2022-12-02 | crypto: omap-sham - Use pm_runtime_resume_and_get() in omap_sham_probe() | Shang XiaoJing | 1 | -1/+1 |
| 2022-12-02 | crypto: amlogic - Remove kcalloc without check | Christophe JAILLET | 2 | -2/+1 |
| 2022-12-02 | crypto: virtio - Use helper to set reqsize | Herbert Xu | 1 | -2/+3 |
| 2022-12-02 | crypto: caam - Use helper to set reqsize | Herbert Xu | 1 | -1/+2 |
| 2022-12-02 | crypto: qat - Use helper to set reqsize | Herbert Xu | 1 | -2/+4 |
| 2022-12-02 | crypto: hisilicon/hpre - Use helper to set reqsize | Herbert Xu | 1 | -6/+13 |
| 2022-12-02 | crypto: marvell/octeontx - remove redundant NULL check | Yushan Zhou | 1 | -2/+1 |
| 2022-12-02 | crypto: caam - warn if blob_gen key is insecure | Nikolaus Voss | 2 | -0/+12 |