aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-01crypto: ccp - Use skcipher for fallbackHerbert Xu2-25/+21
2016-05-25crypto: ccp - Fix AES XTS error for request sizes above 4096Tom Lendacky1-5/+12
2016-05-03crypto: ccp - constify ccp_actions structureJulia Lawall2-2/+2
2016-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2-0/+6
2016-04-25crypto: ccp - Ensure all dependencies are specifiedGary R Hook1-0/+1
2016-04-20crypto: ccp - Register the CCP as a DMA resourceGary R Hook6-2/+859
2016-04-15crypto: ccp - Fix RT breaking #include <linux/rwlock_types.h>Mike Galbraith1-1/+1
2016-04-15crypto: ccp - Prevent information leakage on exportTom Lendacky2-0/+6
2016-03-17crypto: ccp - fix lock acquisition codeGary R Hook1-3/+3
2016-03-11crypto: ccp - Add abstraction for device-specific callsGary R Hook7-667/+710
2016-03-11crypto: ccp - CCP versioning supportGary R Hook6-5/+98
2016-03-11crypto: ccp - Support for multiple CCPsGary R Hook4-19/+114
2016-03-11crypto: ccp - Remove check for x86 family and modelGary R Hook1-36/+11
2016-02-28crypto: ccp - memset request context to zero during importTom Lendacky2-0/+2
2016-02-06crypto: ccp - Don't assume export/import areas are alignedTom Lendacky2-25/+37
2016-02-01crypto: ccp - Limit the amount of information exportedTom Lendacky3-10/+48
2016-01-25crypto: ccp - Add hash state import and export supportTom Lendacky2-0/+46
2015-12-25crypto: ccp - use to_pci_dev and to_platform_deviceGeliang Tang2-8/+6
2015-12-22crypto: ccp - Use precalculated hash from headersLABBE Corentin2-31/+10
2015-11-07Merge branch 'acpi-pci'Rafael J. Wysocki1-4/+11
2015-11-07device property: ACPI: Make use of the new DMA Attribute APIsSuthikulpanit, Suravee1-4/+11
2015-10-08crypto: ccp - Use module name in driver structuresTom Lendacky2-2/+2
2015-10-08crypto: ccp - Change references to accelerator to offloadTom Lendacky1-7/+6
2015-10-08crypto: ccp - Remove use ACPI fieldTom Lendacky1-4/+0
2015-10-08crypto: ccp - Replace BUG_ON with WARN_ON and a return codeTom Lendacky4-42/+105
2015-07-06crypto: ccp - Provide support to autoload CCP driverTom Lendacky1-0/+2
2015-06-23Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-59/+1
2015-06-18crypto: drivers - Fix Kconfig selectsHerbert Xu1-1/+0
2015-06-15crypto: ccp - Unify coherency checking logic with device_dma_is_coherent()Suthikulpanit, Suravee1-59/+1
2015-06-03crypto: ccp - Protect against poorly marked end of sg listTom Lendacky1-2/+5
2015-05-27crypto: ccp - Remove unused structure fieldTom Lendacky1-2/+0
2015-05-27crypto: ccp - Remove manual check and set of dma_mask pointerTom Lendacky1-2/+0
2015-02-27crypto: ccp - Add ACPI supportTom Lendacky1-4/+92
2015-02-27crypto: ccp - Convert calls to their devm_ counterpartsTom Lendacky3-23/+9
2015-02-27crypto: ccp - Use dma_set_mask_and_coherent to set DMA maskTom Lendacky1-2/+5
2015-02-27crypto: ccp - Update CCP build supportTom Lendacky1-7/+2
2015-02-27crypto: ccp - Updates for checkpatch warnings/errorsTom Lendacky11-47/+36
2015-01-26crypto: ccp - terminate ccp_support array with empty elementAndrey Ryabinin1-0/+1
2014-10-20crypto: ccp: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-14crypto: LLVMLinux: Remove VLAIS from crypto/ccp/ccp-crypto-sha.cJan-Simon Möller1-7/+6
2014-09-24crypto: ccp - Check for CCP before registering crypto algsTom Lendacky2-0/+18
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-01crypto: ccp - Do not sign extend input data to CCPTom Lendacky1-13/+13
2014-07-24crypto: ccp - Remove "select OF" from KconfigTom Lendacky1-1/+0
2014-07-23crypto: ccp - Base AXI DMA cache settings on device treeTom Lendacky4-1/+12
2014-06-20crypto: ccp - Add platform device support for arm64Tom Lendacky4-1/+269
2014-06-20crypto: ccp - Modify PCI support in prep for arm64 supportTom Lendacky2-27/+15
2014-05-22crypto: ccp - tfm->__crt_alg->cra_name directlyMarek Vasut1-2/+2
2014-04-16crypto: ccp - Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-4/+3
2014-02-27crypto: ccp - Account for CCP backlog processingTom Lendacky1-7/+11