Age | Commit message (Expand) | Author |
2022-12-02 | crypto: caam - warn if blob_gen key is insecure | Nikolaus Voss |
2022-05-23 | crypto: caam - determine whether CAAM supports blob encap/decap | Ahmad Fatoum |
2021-09-24 | crypto: caam - disable pkc for non-E SoCs | Michael Walle |
2020-07-31 | crypto: caam - remove deadcode on 32-bit platforms | Franck LENORMAND |
2020-03-30 | crypto: caam - enable prediction resistance in HRWNG | Andrey Smirnov |
2020-03-30 | crypto: caam - invalidate entropy register during RNG initialization | Andrey Smirnov |
2019-08-30 | crypto: caam - select DMA address size at runtime | Andrey Smirnov |
2019-08-30 | crypto: caam - don't hardcode inpentry size | Andrey Smirnov |
2019-08-30 | crypto: caam - drop explicit usage of struct jr_outentry | Andrey Smirnov |
2019-08-30 | crypto: caam - move cpu_to_caam_dma() selection to runtime | Andrey Smirnov |
2019-08-30 | crypto: caam - drop 64-bit only wr/rd_reg64() | Andrey Smirnov |
2019-08-30 | crypto: caam - use ioread64*_hi_lo in rd_reg64 | Andrey Smirnov |
2019-08-30 | crytpo: caam - make use of iowrite64*_hi_lo in wr_reg64 | Andrey Smirnov |
2019-08-09 | crypto: caam/qi - fix error handling in ERN handler | Horia Geantă |
2019-05-09 | Revert "crypto: caam/jr - Remove extra memory barrier during job ring dequeue" | Herbert Xu |
2019-04-25 | crypto: caam/jr - update gcm detection logic | Horia Geantă |
2019-04-18 | crypto: caam/jr - Remove extra memory barrier during job ring dequeue | Vakul Garg |
2018-11-16 | crypto: caam - add register map changes cf. Era 10 | Horia Geantă |
2018-09-21 | crypto: caam - add Queue Interface v2 error codes | Horia Geantă |
2018-09-21 | crypto: caam - fix implicit casts in endianness helpers | Horia Geantă |
2018-04-21 | crypto: caam - allow retrieving 'era' from register | Fabio Estevam |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-09-20 | crypto: caam - fix LS1021A support on ARMv7 multiplatform kernel | Horia Geantă |
2017-08-03 | crypto: caam/jr - add support for DPAA2 parts | Horia Geantă |
2016-10-02 | crypto: caam - treat SGT address pointer as u64 | Tudor Ambarus |
2016-06-20 | crypto: caam - fix misspelled upper_32_bits | Arnd Bergmann |
2016-05-31 | crypto: caam - handle core endianness != caam endianness | Horia Geantă |
2016-01-25 | crypto: caam - enable LARGE_BURST for enhancing DMA transactions size | Horia Geant? |
2015-08-18 | crypto: caam - add support for LS1021A | Horia Geant? |
2015-08-10 | crypto: caam - Detect hardware features during algorithm registration | Victoria Milhoan |
2015-08-10 | crypto: caam - Add setbits32/clrbits32/clrsetbits primitives for ARM compatib... | Victoria Milhoan |
2015-07-20 | crypto: caam - fix snooping for write transactions | Horia Geant? |
2015-06-18 | crypto: caam - fix non-64-bit write/read access | Steffen Trumtrar |
2014-09-15 | crypto: caam - Dynamic allocation of addresses for various memory blocks in C... | Nitesh Narayan Lal |
2014-08-25 | crypto: caam - enable raw data instead of von Neumann data | Alex Porosanu |
2014-08-25 | crypto: caam - change starting entropy delay value | Alex Porosanu |
2014-08-25 | crypto: caam - disable RNG oscillator maximum frequency check | Alex Porosanu |
2014-06-25 | crypto: caam - Add definition of rd/wr_reg64 for little endian platform | Ruchika Gupta |
2014-06-25 | crypto: caam - Configuration for platforms with virtualization enabled in CAAM | Ruchika Gupta |
2014-06-25 | crypto: caam - Correct definition of registers in memory map | Ruchika Gupta |
2014-02-27 | crypto: caam - writel() arguments are swapped | Dan Carpenter |
2013-09-13 | crypto: caam - enable instantiation of all RNG4 state handles | Alex Porosanu |
2013-09-13 | crypto: caam - fix RNG4 instantiation | Alex Porosanu |
2013-08-01 | crypto: caam - RNG instantiation by directly programming DECO | Ruchika Gupta |
2013-05-14 | crypto: caam - FIX RNG init for RNG greater than equal to 4 | Ruchika Gupta |
2013-03-22 | crypto: caam - set RDB bit in security configuration register | Vakul Garg |
2012-07-11 | crypto: caam - ERA retrieval and printing for SEC device | Alex Porosanu |
2012-06-27 | crypto: caam - add support for SEC v5.x RNG4 | Kim Phillips |
2011-12-20 | crypto: caam - remove DECO access initialization code | Kim Phillips |
2011-05-03 | crypto: caam - fix queue interface detection | Kim Phillips |