summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: ccp - Invoke context callback when there is a backlog errorTom Lendacky2014-02-271-0/+3
* crypto: ccp - Prevent a possible lost CCP command requestTom Lendacky2014-02-271-0/+4
* crypto: ccp - Perform completion callbacks using a taskletTom Lendacky2014-02-091-4/+17
* crypto: ccp - Use a single queue for proper ordering of tfm requestsTom Lendacky2014-02-091-116/+48
* crypto: ccp - Move HMAC calculation down to ccp ops fileTom Lendacky2014-02-093-110/+132
* crypto: ccp - Allow for selective disablement of crypto API algorithmsTom Lendacky2014-02-091-12/+25
* crypto: ccp - Fix ccp_run_passthru_cmd dma variable assignmentsDave Jones2014-02-091-2/+2
* crypto: ccp - CCP device enabled/disabled changesTom Lendacky2014-01-152-1/+17
OpenPOWER on IntegriCloud