index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tpm
/
tpm-chip.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tpm: disable the TPM if NULL name changes
James Bottomley
2024-05-09
1
-0
/
+3
*
tpm: Add HMAC session start and end functions
James Bottomley
2024-05-09
1
-0
/
+3
*
tpm: Fix typo in tpmrm class definition
Justin M. Forbes
2023-09-12
1
-1
/
+1
*
Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-09-01
1
-3
/
+8
|
\
|
*
tpm: make all 'class' structures const
Ivan Orlov
2023-08-05
1
-3
/
+8
*
|
tpm: Add a helper for checking hwrng enabled
Mario Limonciello
2023-08-09
1
-5
/
+14
*
|
tpm: Disable RNG for all AMD fTPMs
Mario Limonciello
2023-08-07
1
-66
/
+2
|
/
*
tpm: return false from tpm_amd_is_rng_defective on non-x86 platforms
Jerry Snitselaar
2023-07-17
1
-0
/
+7
*
tpm: Prevent hwrng from activating during resume
Jarkko Sakkinen
2023-05-16
1
-0
/
+4
*
Merge tag 'tpmdd-v6.4-rc1-fix-v2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-05-01
1
-3
/
+19
|
\
|
*
tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM drivers
Jarkko Sakkinen
2023-04-28
1
-3
/
+19
*
|
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-04-27
1
-2
/
+1
|
\
\
|
|
/
|
/
|
|
*
Merge 6.3-rc5 into driver-core-next
Greg Kroah-Hartman
2023-04-03
1
-1
/
+59
|
|
\
|
*
|
tpm: fix up the tpm_class shutdown_pre pointer when created
Greg Kroah-Hartman
2023-03-17
1
-2
/
+1
*
|
|
tpm: Add !tpm_amd_is_rng_defective() to the hwrng_unregister() call site
Jarkko Sakkinen
2023-04-24
1
-1
/
+2
*
|
|
tpm, tpm_tis: startup chip before testing for interrupts
Lino Sanfilippo
2023-04-24
1
-14
/
+24
|
|
/
|
/
|
*
|
tpm: disable hwrng for fTPM on some AMD designs
Mario Limonciello
2023-03-12
1
-1
/
+59
|
/
*
tpm: Use managed allocation for bios event log
Eddie James
2023-02-13
1
-1
/
+0
*
tpm: Avoid function type cast of put_device()
Ard Biesheuvel
2022-12-08
1
-1
/
+6
*
tpm: fix reference counting for struct tpm_chip
Lino Sanfilippo
2022-03-08
1
-38
/
+8
*
tpm: fix potential NULL pointer access in tpm_del_char_device
Lino Sanfilippo
2022-01-08
1
-5
/
+13
*
tpm: Add Upgrade/Reduced mode support for TPM2 modules
axelj
2022-01-08
1
-7
/
+12
*
tpm: Remove unintentional dump_stack() call
Jarkko Sakkinen
2021-03-03
1
-2
/
+0
*
tpm/ppi: Constify static struct attribute_group
Rikard Falkeborn
2021-02-16
1
-0
/
+2
*
tpm: Unify the mismatching TPM space buffer sizes
Jarkko Sakkinen
2020-07-24
1
-7
/
+2
*
sysfs: remove redundant __compat_only_sysfs_link_entry_to_kobj fn
Linus Torvalds
2020-04-05
1
-4
/
+4
*
tpm: Don't make log failures fatal
Matthew Garrett
2020-03-13
1
-3
/
+1
*
tpm: Remove a deprecated comments about implicit sysfs locking
Jarkko Sakkinen
2019-09-02
1
-5
/
+2
*
tpm: tpm_ibm_vtpm: Fix unallocated banks
Nayna Jain
2019-08-04
1
-0
/
+20
*
tpm: Fix null pointer dereference on chip register error path
Milan Broz
2019-08-04
1
-7
/
+16
*
tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operations
Vadim Sukhomlinov
2019-06-24
1
-3
/
+3
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
2019-06-05
1
-6
/
+1
*
tpm: dynamically allocate the allocated_banks array
Roberto Sassu
2019-02-13
1
-0
/
+1
*
tpm: remove @flags from tpm_transmit()
Jarkko Sakkinen
2019-02-13
1
-21
/
+19
*
tpm: take TPM chip power gating out of tpm_transmit()
Jarkko Sakkinen
2019-02-13
1
-16
/
+22
*
tpm: introduce tpm_chip_start() and tpm_chip_stop()
Jarkko Sakkinen
2019-02-13
1
-0
/
+111
*
tpm: remove TPM_TRANSMIT_UNLOCKED flag
Jarkko Sakkinen
2019-02-13
1
-0
/
+2
*
tpm: add tpm_auto_startup() into tpm-interface.c
Tomas Winkler
2018-11-13
1
-8
/
+3
*
tpm: Convert tpm_find_get_ops() to use tpm_default_chip()
Stefan Berger
2018-07-28
1
-19
/
+13
*
tpm: Implement tpm_default_chip() to find a TPM chip
Stefan Berger
2018-07-28
1
-0
/
+27
*
tpm: rename tpm_chip_find_get() to tpm_find_get_ops()
Stefan Berger
2018-07-28
1
-3
/
+6
*
tpm: Move Linux RNG connection to hwrng
Jason Gunthorpe
2018-01-08
1
-5
/
+37
*
tpm: use struct tpm_chip for tpm_chip_find_get()
Jarkko Sakkinen
2018-01-08
1
-10
/
+14
*
tpm: move tpm_eventlog.h outside of drivers folder
Thiebaud Weksteen
2018-01-08
1
-1
/
+2
*
Do not disable driver and bus shutdown hook when class shutdown hook is set.
Michal Suchanek
2017-08-28
1
-9
/
+2
*
tpm: Issue a TPM2_Shutdown for TPM2 devices.
Josh Zimmerman
2017-07-07
1
-0
/
+34
*
Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-05-05
1
-40
/
+14
|
\
|
*
tpm-chip: utilize new cdev_device_add helper function
Logan Gunthorpe
2017-03-21
1
-16
/
+3
*
|
tpm: Fix reference count to main device
Stefan Berger
2017-04-24
1
-2
/
+3
*
|
tpm_crb: request and relinquish locality 0
Jarkko Sakkinen
2017-04-03
1
-0
/
+1
[next]