aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/xen-tpmfront.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-02-13tpm: declare struct tpm_headerJarkko Sakkinen1-1/+1
2019-02-13tpm: Unify the send callback behaviourJarkko Sakkinen1-1/+1
2018-10-05tpm: Restore functionality to xen vtpm driver.Dr. Greg Wettstein1-1/+1
2017-12-16tpm: move wait_for_tpm_stat() to respective driver filesNayna Jain1-0/+61
2017-02-14tpm xen: drop unneeded chip variableJulia Lawall1-2/+0
2016-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-1/+0
2016-11-28tpm xen: Remove bogus tpm_chip_unregisterJason Gunthorpe1-1/+0
2016-11-07xen: make use of xenbus_read_unsigned() in xen-tpmfrontJuergen Gross1-6/+2
2016-06-25tpm: Remove useless priv field in struct tpm_vendor_specificChristophe Ricard1-7/+7
2016-06-25tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chipChristophe Ricard1-2/+2
2016-06-25tpm: drop 'read_queue' from struct tpm_vendor_specificChristophe Ricard1-5/+6
2016-06-25tpm: drop 'irq' from struct tpm_vendor_specificChristophe Ricard1-3/+4
2015-04-15xenbus_client: Extend interface to support multi-page ringWei Liu1-2/+3
2015-01-17tpm: two-phase chip management functionsJarkko Sakkinen1-6/+8
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel1-6/+7
2014-01-22Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+4
2014-01-06tpm: Create a tpm_class_ops structure and use it in the driversJason Gunthorpe1-1/+1
2014-01-06tpm: Pull all driver sysfs code into tpm-sysfs.cJason Gunthorpe1-31/+0
2014-01-06tpm: Pull everything related to /dev/tpmX into tpm-dev.cJason Gunthorpe1-12/+0
2014-01-03xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk1-0/+4
2013-11-21Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-2/+0
2013-10-22tpm: Remove redundant dev_set_drvdataJason Gunthorpe1-2/+0
2013-10-10tpm: xen-tpmfront: fix missing declaration of xen_domainRob Herring1-0/+1
2013-09-24tpm: xen-tpmfront: Remove the locality sysfs attributeJason Gunthorpe1-29/+0
2013-09-24tpm: xen-tpmfront: Fix default durationsJason Gunthorpe1-7/+0
2013-08-09drivers/tpm: add xen tpmfront interfaceDaniel De Graaf1-0/+473