aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm.h
AgeCommit message (Expand)AuthorFilesLines
8 daystpm: Add NULL primary creationJames Bottomley1-0/+10
8 daystpm: export the context save and load commandsJames Bottomley1-0/+4
2023-08-05tpm: make all 'class' structures constIvan Orlov1-2/+2
2023-05-01Merge tag 'tpmdd-v6.4-rc1-fix-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-04-28tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM driversJarkko Sakkinen1-1/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2023-04-24tpm, tpm_tis: startup chip before testing for interruptsLino Sanfilippo1-0/+1
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman1-0/+73
2023-03-17tpm: fix up the tpm_class shutdown_pre pointer when createdGreg Kroah-Hartman1-0/+1
2023-03-12tpm: disable hwrng for fTPM on some AMD designsMario Limonciello1-0/+73
2022-08-03tpm: Add upgrade/reduced mode support for TPM1.2 modulesStefan Mahnke-Hartmann1-0/+1
2022-03-08tpm: fix reference counting for struct tpm_chipLino Sanfilippo1-0/+2
2021-02-16KEYS: trusted: Reserve TPM for seal and unseal operationsJarkko Sakkinen1-4/+0
2020-07-24tpm: Unify the mismatching TPM space buffer sizesJarkko Sakkinen1-1/+4
2020-03-15tpm: ibmvtpm: Add support for TPM2Stefan Berger1-0/+1
2020-03-13tpm: Don't make log failures fatalMatthew Garrett1-1/+1
2019-12-17security: keys: trusted: fix lost handle flushJames Bottomley1-1/+0
2019-11-12KEYS: trusted: Move TPM2 trusted keys codeSumit Garg1-11/+0
2019-11-12tpm: Move tpm_buf code to include/linux/Sumit Garg1-212/+0
2019-11-12tpm: use GFP_KERNEL instead of GFP_HIGHMEM for tpm_bufJames Bottomley1-6/+3
2019-11-12tpm: Add a flag to indicate TPM power is managed by firmwareStephen Boyd1-0/+1
2019-11-12tpm: Remove duplicate code from caps_show() in tpm-sysfs.cJarkko Sakkinen1-13/+10
2019-08-05tpm: tpm_ibm_vtpm: Fix unallocated banksNayna Jain1-0/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-6/+1
2019-02-13tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()Roberto Sassu1-1/+1
2019-02-13tpm: move tpm_chip definition to include/linux/tpm.hRoberto Sassu1-97/+4
2019-02-13tpm: retrieve digest size of unknown algorithms with PCR readRoberto Sassu1-2/+3
2019-02-13tpm: rename and export tpm2_digest and tpm2_algorithmsRoberto Sassu1-12/+1
2019-02-13tpm: dynamically allocate the allocated_banks arrayRoberto Sassu1-1/+2
2019-02-13tpm: remove @flags from tpm_transmit()Jarkko Sakkinen1-8/+5
2019-02-13tpm: take TPM chip power gating out of tpm_transmit()Jarkko Sakkinen1-9/+0
2019-02-13tpm: introduce tpm_chip_start() and tpm_chip_stop()Jarkko Sakkinen1-0/+2
2019-02-13tpm: remove TPM_TRANSMIT_UNLOCKED flagJarkko Sakkinen1-6/+2
2019-02-13tpm: remove @space from tpm_transmit()Jarkko Sakkinen1-5/+5
2019-02-13tpm: move tpm_validate_commmand() to tpm2-space.cJarkko Sakkinen1-4/+5
2019-02-13tpm: clean up tpm_try_transmit() error handling flowJarkko Sakkinen1-0/+1
2019-02-13tpm: declare struct tpm_headerJarkko Sakkinen1-16/+13
2019-02-13tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameterJarkko Sakkinen1-3/+2
2018-11-13tpm: use u32 instead of int for PCR indexTomas Winkler1-5/+5
2018-11-13tpm1: reimplement tpm1_continue_selftest() using tpm_bufTomas Winkler1-9/+0
2018-11-13tpm1: rename tpm1_pcr_read_dev to tpm1_pcr_read()Tomas Winkler1-1/+1
2018-11-13tpm1: implement tpm1_pcr_read_dev() using tpm_buf structureTomas Winkler1-16/+2
2018-11-13tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structureTomas Winkler1-11/+0
2018-11-13tpm: add tpm_auto_startup() into tpm-interface.cTomas Winkler1-0/+1
2018-11-13tpm: factor out tpm_startup functionTomas Winkler1-1/+0
2018-11-13tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.cTomas Winkler1-0/+2
2018-11-13tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.cTomas Winkler1-3/+2
2018-11-13tpm: factor out tpm1_get_random into tpm1-cmd.cTomas Winkler1-0/+1
2018-11-13tpm: move tpm_getcap to tpm1-cmd.cTomas Winkler1-2/+2
2018-11-13tpm: move tpm1_pcr_extend to tpm1-cmd.cTomas Winkler1-0/+2
2018-11-13tpm: factor out tpm_get_timeouts()Tomas Winkler1-0/+3
2018-11-13tpm: add tpm_calc_ordinal_duration() wrapperTomas Winkler1-0/+1
2018-11-13tpm: factor out tpm 1.x duration calculation to tpm1-cmd.cTomas Winkler1-1/+1
2018-11-13tpm2: add new tpm2 commands according to TCG 1.36Tomas Winkler1-16/+25
2018-10-05tpm: add support for nonblocking operationTadeusz Struk1-0/+2
2018-07-28tpm: replace TPM_TRANSMIT_RAW with TPM_TRANSMIT_NESTEDJarkko Sakkinen1-7/+7
2018-07-28tpm: rename tpm_chip_find_get() to tpm_find_get_ops()Stefan Berger1-1/+1
2018-07-28tpm: separate cmd_ready/go_idle from runtime_pmTomas Winkler1-2/+10
2018-07-28tpm: migrate tpm2_get_random() to use struct tpm_bufJarkko Sakkinen1-9/+10
2018-05-18tpm: reduce polling time to usecs for even finer granularityNayna Jain1-1/+3
2018-05-14tpm: reduce poll sleep time in tpm_transmit()Nayna Jain1-1/+2
2018-05-09tpm: Move eventlog declarations to its own headerThiebaud Weksteen1-29/+0
2018-05-09tpm: Move shared eventlog functions to common.cThiebaud Weksteen1-0/+2
2018-03-23tpm: fix intermittent failure with self testsJames Bottomley1-0/+1
2018-03-23tpm: add retry logicJames Bottomley1-0/+1
2018-03-23tpm2: add longer timeouts for creation commands.Tomas Winkler1-10/+18
2018-03-23tpm: fix buffer type in tpm_transmit_cmdWinkler, Tomas1-1/+1
2018-01-08tpm: return a TPM_RC_COMMAND_CODE response if command is not implementedJavier Martinez Canillas1-0/+5
2018-01-08tpm: Move Linux RNG connection to hwrngJason Gunthorpe1-0/+4
2018-01-08tpm: use struct tpm_chip for tpm_chip_find_get()Jarkko Sakkinen1-1/+1
2018-01-08tpm: parse TPM event logs based on EFI tableThiebaud Weksteen1-0/+8
2018-01-08tpm: move tpm_eventlog.h outside of drivers folderThiebaud Weksteen1-4/+23
2018-01-08tpm: use tpm_msleep() value as max delayNayna Jain1-2/+2
2017-12-16tpm: move wait_for_tpm_stat() to respective driver filesNayna Jain1-2/+0
2017-10-18tpm: fix duplicate inline declaration specifierRuben Roy1-1/+1
2017-10-12tpm: migrate pubek_show to struct tpm_bufJarkko Sakkinen1-13/+0
2017-09-23tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic driversHamza Attak1-1/+8
2017-07-07tpm: do not suspend/resume if power stays onEnric Balletbo i Serra1-0/+1
2017-07-07tpm: consolidate the TPM startup codeJarkko Sakkinen1-5/+1
2017-07-07tpm: Enable CLKRUN protocol for Braswell systemsAzhar Shaikh1-0/+4
2017-06-13tpm: Introduce flag TPM_TRANSMIT_RAWStefan Berger1-0/+1
2017-06-13tpm: remove struct tpm_pcrextend_inJarkko Sakkinen1-6/+0
2017-06-13tpm: fix byte order related arithmetic inconsistency in tpm_getcap()Jarkko Sakkinen1-13/+0
2017-06-13tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to tpm_input_headerRoberto Sassu1-1/+1
2017-04-03tpm_crb: request and relinquish locality 0Jarkko Sakkinen1-0/+3
2017-04-03tpm2: add session handle context saving and restoring to the space codeJames Bottomley1-1/+3
2017-04-03tpm: expose spaces via a device link /dev/tpmrm<n>James Bottomley1-0/+4
2017-04-03tpm: infrastructure for TPM spacesJarkko Sakkinen1-4/+22
2017-04-03tpm: validate TPM 2.0 commandsJarkko Sakkinen1-0/+15
2017-04-03tpm: export tpm2_flush_context_cmdJarkko Sakkinen1-0/+2
2017-02-20tpm: declare tpm2_get_pcr_allocation() as staticJarkko Sakkinen1-1/+0
2017-02-03tpm: fix the type of owned field in cap_tStefan Berger1-1/+1
2017-02-03tpm: add securityfs support for TPM 2.0 firmware event logNayna Jain1-2/+5
2017-02-03tpm: enhance TPM 2.0 PCR extend to support multiple banksNayna Jain1-1/+8
2017-02-03tpm: implement TPM 2.0 capability to get active PCR banksNayna Jain1-0/+5
2017-02-03tpm: fix RC value check in tpm2_seal_trustedJarkko Sakkinen1-0/+5
2017-02-03tpm: remove tpm_read_index and tpm_write_index from tpm.hJarkko Sakkinen1-11/+0
2017-01-23tpm: Check size of response before accessing dataStefan Berger1-3/+4
2016-11-28tpm: have event log use the tpm_chipNayna Jain1-0/+11
2016-11-28tpm: replace dynamically allocated bios_dir with a static arrayJarkko Sakkinen1-1/+2
2016-11-28tpm: Get rid of TPM_CHIP_FLAG_REGISTEREDJason Gunthorpe1-1/+0
2016-11-28tpm tis: Do not print timeout messages twiceJason Gunthorpe1-0/+1
2016-11-28tpm: sanitize constant expressionsJarkko Sakkinen1-13/+12
2016-09-15tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()Jarkko Sakkinen1-2/+0
2016-09-15tpm: remove unnecessary externs from tpm.hJarkko Sakkinen1-18/+18
2016-09-15tpm: fix a race condition in tpm2_unseal_trusted()Jarkko Sakkinen1-4/+8
2016-07-19tpm: Factor out common startup codeJason Gunthorpe1-2/+2
2016-06-25tpm: Add include guards in tpm.hChristophe Ricard1-0/+5
2016-06-25tpm: Introduce TPM_CHIP_FLAG_VIRTUALStefan Berger1-0/+1
2016-06-25tpm: Remove all uses of drvdata from the TPM CoreJason Gunthorpe1-5/+5
2016-06-25tpm: Remove useless priv field in struct tpm_vendor_specificChristophe Ricard1-9/+0
2016-06-25tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chipChristophe Ricard1-4/+7
2016-06-25tpm: drop 'locality' from struct tpm_vendor_specificChristophe Ricard1-1/+0
2016-06-25tpm: drop 'read_queue' from struct tpm_vendor_specificChristophe Ricard1-2/+0
2016-06-25tpm: drop 'irq' from struct tpm_vendor_specificChristophe Ricard1-2/+1
2016-06-25tpm: drop 'iobase' from struct tpm_vendor_specificChristophe Ricard1-2/+0
2016-06-25tpm: drop list from struct tpm_vendor_specificChristophe Ricard1-1/+0
2016-06-25tpm: drop the field 'time_expired' from struct tpm_chipJarkko Sakkinen1-1/+0
2016-06-25tpm: drop 'base' from struct tpm_vendor_specificJarkko Sakkinen1-1/+0
2016-06-25tpm: drop manufacturer_id from struct tpm_vendor_specificJarkko Sakkinen1-2/+0
2016-06-25tpm: drop tpm_atmel specific fields from tpm_vendor_specificJarkko Sakkinen1-3/+0
2016-06-25tpm: drop int_queue from tpm_vendor_specificJarkko Sakkinen1-1/+0
2016-06-25tpm: Replace device number bitmap with IDRStefan Berger1-3/+2
2016-06-25tpm: Split out the devm stuff from tpmm_chip_allocJason Gunthorpe1-1/+3
2016-06-25tpm: Provide strong locking for device removalJason Gunthorpe1-5/+9
2016-06-25tpm: Get rid of devnameJason Gunthorpe1-1/+0
2016-06-25tpm: Get rid of chip->pdevJason Gunthorpe1-2/+1
2016-02-10tpm_crb: Use the common ACPI definition of struct acpi_tpm2Jason Gunthorpe1-7/+0
2015-12-20keys, trusted: select hash algorithm for TPM2 chipsJarkko Sakkinen1-3/+7
2015-12-20tpm_tis: Get rid of the duplicate IRQ probing codeJason Gunthorpe1-1/+0
2015-10-19tpm: seal/unseal for TPM 2.0Jarkko Sakkinen1-1/+14
2015-10-19tpm: introduce tpm_bufJarkko Sakkinen1-0/+97
2015-10-19tpm: move the PPI attributes to character device directory.Jarkko Sakkinen1-11/+6
2015-10-19tpm, tpm_tis: fix tpm_tis ACPI detection issue with TPM 2.0Jarkko Sakkinen1-0/+7
2015-02-15tpm, tpm_tis: fix TPM 2.0 probingJarkko Sakkinen1-1/+2
2015-02-15tpm: fix suspend/resume paths for TPM 2.0Jarkko Sakkinen1-1/+1
2015-01-18char/tpm: fixed white spaces coding style issuesBruno E O Meneguele1-3/+3
2015-01-17tpm: TPM 2.0 baseline supportJarkko Sakkinen1-0/+66
2015-01-17tpm: device class for tpmJarkko Sakkinen1-4/+8
2015-01-17tpm: rename chip->dev to chip->pdevJarkko Sakkinen1-2/+2
2015-01-17tpm: fix raciness of PPI interface lookupJarkko Sakkinen1-4/+13
2015-01-17tpm: two-phase chip management functionsJarkko Sakkinen1-5/+11
2015-01-17tpm: merge duplicate transmit_cmd() functionsJarkko Sakkinen1-1/+2
2014-01-06tpm: Make tpm-dev allocate a per-file structureJason Gunthorpe1-7/+0
2014-01-06tpm: Use the ops structure instead of a copy in tpm_vendor_specificJason Gunthorpe1-8/+1
2014-01-06tpm: Create a tpm_class_ops structure and use it in the driversJason Gunthorpe1-3/+3
2014-01-06tpm: Pull all driver sysfs code into tpm-sysfs.cJason Gunthorpe1-22/+2
2014-01-06tpm: Move sysfs functions from tpm-interface to tpm-sysfsJason Gunthorpe1-0/+30
2014-01-06tpm: Pull everything related to /dev/tpmX into tpm-dev.cJason Gunthorpe1-6/+5
2013-10-22tpm: Remove tpm_show_caps_1_2Jason Gunthorpe1-2/+0
2013-10-22tpm: Store devname in the tpm_chipJason Gunthorpe1-0/+1
2013-05-27tpm: fix regression caused by section type conflict of tpm_dev_release() in p...Peter Huewe1-0/+1
2013-05-21tpm: move TPM_DIGEST_SIZE defintionMimi Zohar1-1/+0
2013-04-17TPM: Retry SaveState command in suspend pathDuncan Laurie1-0/+3
2013-02-05tpm: Fix cancellation of TPM commands (interrupt mode)Stefan Berger1-1/+1
2013-02-05tpm: Fix cancellation of TPM commands (polling mode)Stefan Berger1-1/+3
2013-02-05tpm: Store TPM vendor IDStefan Berger1-0/+2
2013-02-05tpm: rename vendor data to priv and provide an accessorKent Yoder1-1/+3
2013-02-05TPM: Switch to __packed instead of __attribute__((packed))Jason Gunthorpe1-17/+17
2013-02-05TPM: Issue TPM_STARTUP at driver load if the TPM has not been startedJason Gunthorpe1-0/+6
2012-10-10driver/char/tpm: fix regression causesd by ppiGang Wei1-2/+7
2012-08-22driver: add PPI support in tpm driverXiaoyan Zhang1-0/+9
2012-08-22drivers/char/tpm: Add securityfs support for event logAshley Lai1-12/+0
2012-08-22drivers/char/tpm: Add new device driver to support IBM vTPMAshley Lai1-0/+1
2012-08-22tpm: Move tpm_get_random api into the TPM device driverKent Yoder1-0/+23
2012-07-10PM / TPM: Drop unused pm_message_t argument from tpm_pm_suspend()Rafael J. Wysocki1-1/+1
2012-02-14tpm_tis: Only probe iTPMsStefan Berger1-0/+2
2012-01-18tpm: fix (ACPI S3) suspend regressionStefan Berger1-0/+3
2011-11-16TPM: fix transmit_cmd error logicRajiv Andrade1-1/+1
2011-11-16TPM: Export wait_for_stat for other vendor specific driversRajiv Andrade1-1/+2
2011-11-16tpm: Introduce function to poll for result of self testStefan Berger1-1/+3
2011-11-16tpm: Cleanup tpm_continue_selftestStefan Berger1-1/+1
2011-11-16tpm: Have tpm_get_timeouts return an error codeStefan Berger1-1/+1
2011-07-12tpm_tis: Fix the probing for interruptsStefan Berger1-0/+1
2011-07-12tpm_tis: Add timeouts sysfs entryStefan Berger1-0/+3
2011-07-12tpm_tis: Introduce durations sysfs entryStefan Berger1-0/+3
2011-02-20Revert "tpm_tis: Use timeouts returned from TPM"Linus Torvalds1-2/+0
2011-02-11tpm_tis: Use timeouts returned from TPMStefan Berger1-0/+2
2010-11-29tpm: add module_put wrapperMimi Zohar1-0/+5
2010-06-15TPM: ReadPubEK output struct fixRajiv Andrade1-0/+1
2009-02-03TPM: integrity interfaceRajiv Andrade1-0/+18
2009-02-03TPM: sysfs functions consolidationRajiv Andrade1-0/+124
2008-10-11The tpm_dev_release function is only called for platform devices, not pnpRajiv Andrade1-0/+1
2008-10-11Renames num_open to is_open, as only one process can open the file at a time.Rajiv Andrade1-1/+1
2008-02-06tpm.c: fix crash during device removalRichard MUSIL1-0/+2
2007-08-22tpmdd maintainersKent Yoder1-1/+1
2007-05-08use mutex instead of semaphore in TPM driverMatthias Kaehlcke1-2/+3
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2006-12-04[PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro1-0/+1
2006-05-15[PATCH] tpm_register_hardware gcc 4.1 warning fixDaniel Walker1-1/+1
2006-04-22[PATCH] tpm: msecs_to_jiffies cleanupsKylene Jo Hall1-2/+2
2006-04-22[PATCH] tpm: driver for next generation TPM chipsLeendert van Doorn1-0/+9
2006-04-22[PATCH] tpm: new 1.2 sysfs filesKylene Jo Hall1-0/+14
2006-04-22[PATCH] tpm: command duration updateKylene Jo Hall1-0/+2
2006-04-22[PATCH] tpm: return chip from tpm_register_hardwareKylene Jo Hall1-5/+5
2006-04-22[PATCH] tpm: chip struct updateKylene Jo Hall1-1/+1
2006-03-25[PATCH] tpm: sparc32 build fixAndrew Morton1-0/+1
2006-01-08[PATCH] tpm: add bios measurement logKylene Jo Hall1-0/+15
2005-11-13[PATCH] tpm: locking fixKylene Jo Hall1-0/+1
2005-11-13[PATCH] tpm: updates for new hardwareKylene Jo Hall1-1/+5