aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/tpm
Commit message (Expand)AuthorAgeFilesLines
* tpm: Fix entropy harvesting logicKornel Dulęba2022-09-022-13/+15
* TPM: do not set device description if probe failsKonrad Sewiłło-Jopek2022-08-161-1/+1
* tpm: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-094-9/+7
* tpm: Remove unused variables.John Baldwin2022-04-081-3/+0
* tpm_tis: Improve interrupt allocationKornel Duleba2021-08-164-58/+77
* unifdef -D__FreeBSD__ to remove the OpenBSD supportDavid E. O'Brien2021-01-141-199/+0
* tpm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-016-13/+2
* Fix build.Konstantin Belousov2020-02-011-2/+2
* Amend r357367 by using register values from the TPM datasheet.Dimitry Andric2020-02-011-3/+4
* tpm(4): Fix 'go ready' in TPM 2.0 TIS driverConrad Meyer2020-02-011-2/+1
* Fix new clang 10.0.0 warnings about converting the result of shiftDimitry Andric2020-02-011-2/+2
* Improve tpm20 styleMarcin Wojtas2019-04-164-107/+110
* tpm: Prevent session hijackMarcin Wojtas2019-04-162-1/+8
* Add a cv_wait to the TPM2.0 harvesting functionMarcin Wojtas2019-04-031-0/+2
* Allow using TPM as entropy source.Marcin Wojtas2019-03-234-4/+85
* Use ACPI TPM2 table to probe tpmtis and tpmcrb device.Takanori Watanabe2019-01-253-30/+24
* tpm(4): Fix GCC build after r342084 (TPM 2.0 driver commit)Conrad Meyer2018-12-202-17/+17
* Fix obtaining RSP address in TPM CRB for non-amd64 platformsMarcin Wojtas2018-12-202-0/+8
* Fix error check for ACPI_ID_PROBE in the TPM2.0 driverMarcin Wojtas2018-12-142-6/+8
* Fix TPM driver compilation from r342084Marcin Wojtas2018-12-142-2/+2
* Introduce driver for TPM 2.0 in CRB and FIFO (TIS) modesMarcin Wojtas2018-12-144-0/+1381
* Distinguish _CID match and _HID match and make lower priority probeTakanori Watanabe2018-10-261-5/+6
* Remove dead code.David E. O'Brien2017-04-061-4/+0
* Consistently use `device_t`Jean-Sébastien Pédron2016-08-091-4/+4
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-032-3/+3
* In sys/dev/tpm/tpm.c, #if 0 an unused static function.Dimitry Andric2013-12-291-0/+2
* Add tpm(4) driver for Trusted Platform Module.Takanori Watanabe2010-08-124-0/+1735