summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp
Commit message (Expand)AuthorAgeFilesLines
* crypto: ccp - Use skcipher for fallbackHerbert Xu2016-07-012-25/+21
* crypto: ccp - Fix AES XTS error for request sizes above 4096Tom Lendacky2016-05-251-5/+12
* crypto: ccp - constify ccp_actions structureJulia Lawall2016-05-032-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-04-282-0/+6
|\
| * crypto: ccp - Prevent information leakage on exportTom Lendacky2016-04-152-0/+6
* | crypto: ccp - Ensure all dependencies are specifiedGary R Hook2016-04-251-0/+1
* | crypto: ccp - Register the CCP as a DMA resourceGary R Hook2016-04-206-2/+859
* | crypto: ccp - Fix RT breaking #include <linux/rwlock_types.h>Mike Galbraith2016-04-151-1/+1
|/
* crypto: ccp - fix lock acquisition codeGary R Hook2016-03-171-3/+3
* crypto: ccp - Add abstraction for device-specific callsGary R Hook2016-03-117-667/+710
* crypto: ccp - CCP versioning supportGary R Hook2016-03-116-5/+98
* crypto: ccp - Support for multiple CCPsGary R Hook2016-03-114-19/+114
* crypto: ccp - Remove check for x86 family and modelGary R Hook2016-03-111-36/+11
* crypto: ccp - memset request context to zero during importTom Lendacky2016-02-282-0/+2
* crypto: ccp - Don't assume export/import areas are alignedTom Lendacky2016-02-062-25/+37
* crypto: ccp - Limit the amount of information exportedTom Lendacky2016-02-013-10/+48
* crypto: ccp - Add hash state import and export supportTom Lendacky2016-01-252-0/+46
* crypto: ccp - use to_pci_dev and to_platform_deviceGeliang Tang2015-12-252-8/+6
* crypto: ccp - Use precalculated hash from headersLABBE Corentin2015-12-222-31/+10
* Merge branch 'acpi-pci'Rafael J. Wysocki2015-11-071-4/+11
|\
| * device property: ACPI: Make use of the new DMA Attribute APIsSuthikulpanit, Suravee2015-11-071-4/+11
* | crypto: ccp - Use module name in driver structuresTom Lendacky2015-10-082-2/+2
* | crypto: ccp - Change references to accelerator to offloadTom Lendacky2015-10-081-7/+6
* | crypto: ccp - Remove use ACPI fieldTom Lendacky2015-10-081-4/+0
* | crypto: ccp - Replace BUG_ON with WARN_ON and a return codeTom Lendacky2015-10-084-42/+105
|/
* crypto: ccp - Provide support to autoload CCP driverTom Lendacky2015-07-061-0/+2
* Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-231-59/+1
|\
| * crypto: ccp - Unify coherency checking logic with device_dma_is_coherent()Suthikulpanit, Suravee2015-06-151-59/+1
* | crypto: drivers - Fix Kconfig selectsHerbert Xu2015-06-181-1/+0
* | crypto: ccp - Protect against poorly marked end of sg listTom Lendacky2015-06-031-2/+5
* | crypto: ccp - Remove unused structure fieldTom Lendacky2015-05-271-2/+0
* | crypto: ccp - Remove manual check and set of dma_mask pointerTom Lendacky2015-05-271-2/+0
|/
* crypto: ccp - Add ACPI supportTom Lendacky2015-02-271-4/+92
* crypto: ccp - Convert calls to their devm_ counterpartsTom Lendacky2015-02-273-23/+9
* crypto: ccp - Use dma_set_mask_and_coherent to set DMA maskTom Lendacky2015-02-271-2/+5
* crypto: ccp - Update CCP build supportTom Lendacky2015-02-271-7/+2
* crypto: ccp - Updates for checkpatch warnings/errorsTom Lendacky2015-02-2711-47/+36
* crypto: ccp - terminate ccp_support array with empty elementAndrey Ryabinin2015-01-261-0/+1
* crypto: ccp: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* crypto: LLVMLinux: Remove VLAIS from crypto/ccp/ccp-crypto-sha.cJan-Simon Möller2014-10-141-7/+6
* crypto: ccp - Check for CCP before registering crypto algsTom Lendacky2014-09-242-0/+18
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* crypto: ccp - Do not sign extend input data to CCPTom Lendacky2014-08-011-13/+13
* crypto: ccp - Remove "select OF" from KconfigTom Lendacky2014-07-241-1/+0
* crypto: ccp - Base AXI DMA cache settings on device treeTom Lendacky2014-07-234-1/+12
* crypto: ccp - Add platform device support for arm64Tom Lendacky2014-06-204-1/+269
* crypto: ccp - Modify PCI support in prep for arm64 supportTom Lendacky2014-06-202-27/+15
* crypto: ccp - tfm->__crt_alg->cra_name directlyMarek Vasut2014-05-221-2/+2
* crypto: ccp - Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-04-161-4/+3
* crypto: ccp - Account for CCP backlog processingTom Lendacky2014-02-271-7/+11
OpenPOWER on IntegriCloud