summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm_ibmvtpm.c
Commit message (Expand)AuthorAgeFilesLines
* tpm: Unify the send callback behaviourJarkko Sakkinen2019-02-131-4/+4
* tpm: tpm_ibmvtpm: fix kdoc warningsTomas Winkler2018-11-131-4/+2Star
* tpm: ibmvtpm: simplify crq initialization and document crq formatMichal Suchanek2017-09-241-36/+60
* tpm: vtpm: constify vio_device_idArvind Yadav2017-09-241-1/+1
* vTPM: Fix missing NULL checkHon Ching \(Vicky\) Lo2017-04-031-2/+6
* tpm/vtpm: fix kdoc warningsWinkler, Tomas2017-01-231-51/+55
* tpm: fix for typo in tpm/tpm_ibmvtpm.cStephen Rothwell2016-06-251-1/+1
* tpm: Remove useless priv field in struct tpm_vendor_specificChristophe Ricard2016-06-251-27/+11Star
* tpm_ibmvtpm: properly handle interrupted packet receptionsStefan Berger2015-12-201-2/+20
* vTPM: fix memory allocation flag for rtce buffer at kernel bootHon Ching \(Vicky\) Lo2015-10-191-1/+1
* vTPM: set virtual device before passing to ibmvtpm_reset_crqHon Ching \(Vicky\) Lo2015-06-161-2/+3
* tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_sendjmlatten@linux.vnet.ibm.com2015-03-061-5/+5
* Added Little Endian support to vtpm modulehonclo2015-02-151-8/+12
* tpm: two-phase chip management functionsJarkko Sakkinen2015-01-171-10/+7Star
* tpm_ibmvtpm: Update email address in maintainers list and ibmvtpm driverAshley Lai2015-01-171-1/+1
* tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dmaHon Ching (Vicky) Lo2015-01-171-0/+8
* tpm: Create a tpm_class_ops structure and use it in the driversJason Gunthorpe2014-01-061-1/+1
* tpm: Pull all driver sysfs code into tpm-sysfs.cJason Gunthorpe2014-01-061-28/+0Star
* tpm: Pull everything related to /dev/tpmX into tpm-dev.cJason Gunthorpe2014-01-061-10/+0Star
* tpm/tpm_ibmvtpm: fix unreachable code warning (smatch warning)Peter Huewe2014-01-061-1/+0Star
* tpm: Remove tpm_show_caps_1_2Jason Gunthorpe2013-10-221-1/+1
* tpm: ibmvtpm: Use %zd formatting for size_t format argumentsJason Gunthorpe2013-10-221-2/+2
* tpm: Fix cancellation of TPM commands (polling mode)Stefan Berger2013-02-051-1/+6
* tpm: rename vendor data to priv and provide an accessorKent Yoder2013-02-051-4/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-12-171-53/+28Star
|\
| * drivers/char/tpm: remove tasklet and cleanupAshley Lai2012-11-011-53/+28Star
* | Merge tag 'char-misc-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-12-111-2/+2
|\ \
| * | char: remove use of __devexitBill Pemberton2012-11-211-1/+1
| * | char: remove use of __devinitdataBill Pemberton2012-11-211-1/+1
| |/
* / tpm: remove use of __devinitBill Pemberton2012-11-281-1/+1
|/
* drivers/char/tpm: Add new device driver to support IBM vTPMAshley Lai2012-08-221-0/+749