summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-03-177-265/+324
|\
| * firmware: change kernel read fail to dev_dbg()Luis R. Rodriguez2016-02-291-2/+6
| * tpm_tis: fix build warning with tpm_tis_resumeJarkko Sakkinen2016-02-261-0/+2
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris2016-02-261-51/+23
| |\
| | * firmware: replace call to fw_read_file_contents() with kernel versionMimi Zohar2016-02-211-42/+10
| | * firmware: clean up filesystem load exit pathKees Cook2016-02-181-7/+5
| | * firmware: move completing fw into a helperLuis R. Rodriguez2016-02-181-4/+10
| | * firmware: simplify dev_*() print messages for generic helpersLuis R. Rodriguez2016-02-181-4/+4
| * | tpm_crb: tpm2_shutdown() must be called before tpm_chip_unregister()Jarkko Sakkinen2016-02-201-2/+2
| * | tpm_crb/tis: fix: use dev_name() for /proc/iomemJarkko Sakkinen2016-02-202-2/+6
| * | tpm_eventlog.c: fix binary_bios_measurementsHarald Hoyer2016-02-201-4/+10
| * | tpm: fix: return rc when devm_add_action() failsJarkko Sakkinen2016-02-201-1/+6
| * | tpm: fix: set continueSession attribute for the unseal operationJarkko Sakkinen2016-02-201-3/+7
| * | tpm: fix the cleanup of struct tpm_chipJarkko Sakkinen2016-02-101-1/+3
| * | tpm: fix the rollback in tpm_chip_register()Jarkko Sakkinen2016-02-101-5/+5
| * | tpm_crb: Use devm_ioremap_resourceJason Gunthorpe2016-02-101-49/+102
| * | tpm_crb: Drop le32_to_cpu(ioread32(..))Jason Gunthorpe2016-02-101-11/+11
| * | tpm_tis: Clean up the force=1 module parameterJason Gunthorpe2016-02-101-65/+104
| * | tpm_tis: Use devm_ioremap_resourceJason Gunthorpe2016-02-101-15/+18
| * | tpm_tis: Do not fall back to a hardcoded address for TPM2Jason Gunthorpe2016-02-101-30/+18
| * | tpm_tis: Disable interrupt auto probing on a per-device basisJason Gunthorpe2016-02-101-8/+10
| * | tpm_crb: Use the common ACPI definition of struct acpi_tpm2Jason Gunthorpe2016-02-103-30/+10
| * | tpm: fix checks for policy digest existence in tpm2_seal_trusted()Jarkko Sakkinen2016-02-101-8/+4
| * | tpm: remove unneeded include of actbl2.hJerry Snitselaar2016-02-101-1/+0
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-1769-1540/+2678
|\ \
| * | crypto: qat - remove redundant arbiter configurationTadeusz Struk2016-03-111-19/+0
| * | crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy2016-03-112-4/+4
| * | crypto: atmel - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy2016-03-113-6/+6
| * | crypto: qat - Change the definition of icp_qat_uof_regtypePingchao Yang2016-03-111-21/+21
| * | hwrng: exynos - use __maybe_unused to hide pm functionsArnd Bergmann2016-03-111-6/+4
| * | 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-272-0/+2
| * | hwrng: bcm63xx - fix non device tree compatibilityÁlvaro Fernández Rojas2016-02-271-1/+3
| * | crypto: qat - The AE id should be less than the maximal AE numberPingchao Yang2016-02-271-1/+1
| * | crypto: rockchip - add hash support for crypto engine in rk3288Zain Wang2016-02-276-14/+499
| * | crypto: caam - Staticize caam_jr_shutdown()Fabio Estevam2016-02-161-1/+1
| * | crypto: qat - fix leak on error pathTadeusz Struk2016-02-161-34/+36
| * | hwrng: pic32 - Add PIC32 RNG hardware driverJoshua Henderson2016-02-163-0/+169
| * | crypto: atmel-sha - fix race in atmel_sha_final()Cyrille Pitchen2016-02-161-22/+2
| * | crypto: atmel-sha - fix .import()/.export() implementationCyrille Pitchen2016-02-161-34/+10
| * | crypto: sahara - fill the statesize fieldFabio Estevam2016-02-061-0/+2
| * | crypto: sahara - avoid needlessly saving and restoring sahara_ctxFabio Estevam2016-02-061-10/+2
| * | crypto: sahara - remove unneeded mutex in the exported stateFabio Estevam2016-02-061-5/+0
| * | crypto: ccp - Don't assume export/import areas are alignedTom Lendacky2016-02-062-25/+37
| * | crypto: aead - move aead_request_cast helper to aead.hTadeusz Struk2016-02-061-6/+0
| * | crypto: sunxi-ss - prevent compilation on 64-bitAndre Przywara2016-02-061-1/+1
| * | staging: lustre: Use ahashHerbert Xu2016-02-061-40/+52