summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccp
AgeCommit message (Expand)Author
2016-04-15crypto: ccp - Prevent information leakage on exportTom Lendacky
2016-03-17crypto: ccp - fix lock acquisition codeGary R Hook
2016-03-11crypto: ccp - Add abstraction for device-specific callsGary R Hook
2016-03-11crypto: ccp - CCP versioning supportGary R Hook
2016-03-11crypto: ccp - Support for multiple CCPsGary R Hook
2016-03-11crypto: ccp - Remove check for x86 family and modelGary R Hook
2016-02-28crypto: ccp - memset request context to zero during importTom Lendacky
2016-02-06crypto: ccp - Don't assume export/import areas are alignedTom Lendacky
2016-02-01crypto: ccp - Limit the amount of information exportedTom Lendacky
2016-01-25crypto: ccp - Add hash state import and export supportTom Lendacky
2015-12-25crypto: ccp - use to_pci_dev and to_platform_deviceGeliang Tang
2015-12-22crypto: ccp - Use precalculated hash from headersLABBE Corentin
2015-11-07Merge branch 'acpi-pci'Rafael J. Wysocki
2015-11-07device property: ACPI: Make use of the new DMA Attribute APIsSuthikulpanit, Suravee
2015-10-08crypto: ccp - Use module name in driver structuresTom Lendacky
2015-10-08crypto: ccp - Change references to accelerator to offloadTom Lendacky
2015-10-08crypto: ccp - Remove use ACPI fieldTom Lendacky
2015-10-08crypto: ccp - Replace BUG_ON with WARN_ON and a return codeTom Lendacky
2015-07-06crypto: ccp - Provide support to autoload CCP driverTom Lendacky
2015-06-23Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-06-18crypto: drivers - Fix Kconfig selectsHerbert Xu
2015-06-15crypto: ccp - Unify coherency checking logic with device_dma_is_coherent()Suthikulpanit, Suravee
2015-06-03crypto: ccp - Protect against poorly marked end of sg listTom Lendacky
2015-05-27crypto: ccp - Remove unused structure fieldTom Lendacky
2015-05-27crypto: ccp - Remove manual check and set of dma_mask pointerTom Lendacky
2015-02-27crypto: ccp - Add ACPI supportTom Lendacky
2015-02-27crypto: ccp - Convert calls to their devm_ counterpartsTom Lendacky
2015-02-27crypto: ccp - Use dma_set_mask_and_coherent to set DMA maskTom Lendacky
2015-02-27crypto: ccp - Update CCP build supportTom Lendacky
2015-02-27crypto: ccp - Updates for checkpatch warnings/errorsTom Lendacky
2015-01-26crypto: ccp - terminate ccp_support array with empty elementAndrey Ryabinin
2014-10-20crypto: ccp: drop owner assignment from platform_driversWolfram Sang
2014-10-14crypto: LLVMLinux: Remove VLAIS from crypto/ccp/ccp-crypto-sha.cJan-Simon Möller
2014-09-24crypto: ccp - Check for CCP before registering crypto algsTom Lendacky
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-08-01crypto: ccp - Do not sign extend input data to CCPTom Lendacky
2014-07-24crypto: ccp - Remove "select OF" from KconfigTom Lendacky
2014-07-23crypto: ccp - Base AXI DMA cache settings on device treeTom Lendacky
2014-06-20crypto: ccp - Add platform device support for arm64Tom Lendacky
2014-06-20crypto: ccp - Modify PCI support in prep for arm64 supportTom Lendacky
2014-05-22crypto: ccp - tfm->__crt_alg->cra_name directlyMarek Vasut
2014-04-16crypto: ccp - Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev
2014-02-27crypto: ccp - Account for CCP backlog processingTom Lendacky
2014-02-27crypto: ccp - Invoke context callback when there is a backlog errorTom Lendacky
2014-02-27crypto: ccp - Prevent a possible lost CCP command requestTom Lendacky
2014-02-09crypto: ccp - Perform completion callbacks using a taskletTom Lendacky
2014-02-09crypto: ccp - Use a single queue for proper ordering of tfm requestsTom Lendacky
2014-02-09crypto: ccp - Move HMAC calculation down to ccp ops fileTom Lendacky
2014-02-09crypto: ccp - Allow for selective disablement of crypto API algorithmsTom Lendacky
2014-02-09crypto: ccp - Fix ccp_run_passthru_cmd dma variable assignmentsDave Jones