index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tpm
/
tpm.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-03
tpm: Add upgrade/reduced mode support for TPM1.2 modules
Stefan Mahnke-Hartmann
1
-0
/
+1
2022-03-08
tpm: fix reference counting for struct tpm_chip
Lino Sanfilippo
1
-0
/
+2
2021-02-16
KEYS: trusted: Reserve TPM for seal and unseal operations
Jarkko Sakkinen
1
-4
/
+0
2020-07-24
tpm: Unify the mismatching TPM space buffer sizes
Jarkko Sakkinen
1
-1
/
+4
2020-03-15
tpm: ibmvtpm: Add support for TPM2
Stefan Berger
1
-0
/
+1
2020-03-13
tpm: Don't make log failures fatal
Matthew Garrett
1
-1
/
+1
2019-12-17
security: keys: trusted: fix lost handle flush
James Bottomley
1
-1
/
+0
2019-11-12
KEYS: trusted: Move TPM2 trusted keys code
Sumit Garg
1
-11
/
+0
2019-11-12
tpm: Move tpm_buf code to include/linux/
Sumit Garg
1
-212
/
+0
2019-11-12
tpm: use GFP_KERNEL instead of GFP_HIGHMEM for tpm_buf
James Bottomley
1
-6
/
+3
2019-11-12
tpm: Add a flag to indicate TPM power is managed by firmware
Stephen Boyd
1
-0
/
+1
2019-11-12
tpm: Remove duplicate code from caps_show() in tpm-sysfs.c
Jarkko Sakkinen
1
-13
/
+10
2019-08-05
tpm: tpm_ibm_vtpm: Fix unallocated banks
Nayna Jain
1
-0
/
+2
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
1
-6
/
+1
2019-02-13
tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()
Roberto Sassu
1
-1
/
+1
2019-02-13
tpm: move tpm_chip definition to include/linux/tpm.h
Roberto Sassu
1
-97
/
+4
2019-02-13
tpm: retrieve digest size of unknown algorithms with PCR read
Roberto Sassu
1
-2
/
+3
2019-02-13
tpm: rename and export tpm2_digest and tpm2_algorithms
Roberto Sassu
1
-12
/
+1
2019-02-13
tpm: dynamically allocate the allocated_banks array
Roberto Sassu
1
-1
/
+2
2019-02-13
tpm: remove @flags from tpm_transmit()
Jarkko Sakkinen
1
-8
/
+5
2019-02-13
tpm: take TPM chip power gating out of tpm_transmit()
Jarkko Sakkinen
1
-9
/
+0
2019-02-13
tpm: introduce tpm_chip_start() and tpm_chip_stop()
Jarkko Sakkinen
1
-0
/
+2
2019-02-13
tpm: remove TPM_TRANSMIT_UNLOCKED flag
Jarkko Sakkinen
1
-6
/
+2
2019-02-13
tpm: remove @space from tpm_transmit()
Jarkko Sakkinen
1
-5
/
+5
2019-02-13
tpm: move tpm_validate_commmand() to tpm2-space.c
Jarkko Sakkinen
1
-4
/
+5
2019-02-13
tpm: clean up tpm_try_transmit() error handling flow
Jarkko Sakkinen
1
-0
/
+1
2019-02-13
tpm: declare struct tpm_header
Jarkko Sakkinen
1
-16
/
+13
2019-02-13
tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter
Jarkko Sakkinen
1
-3
/
+2
2018-11-13
tpm: use u32 instead of int for PCR index
Tomas Winkler
1
-5
/
+5
2018-11-13
tpm1: reimplement tpm1_continue_selftest() using tpm_buf
Tomas Winkler
1
-9
/
+0
2018-11-13
tpm1: rename tpm1_pcr_read_dev to tpm1_pcr_read()
Tomas Winkler
1
-1
/
+1
2018-11-13
tpm1: implement tpm1_pcr_read_dev() using tpm_buf structure
Tomas Winkler
1
-16
/
+2
2018-11-13
tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structure
Tomas Winkler
1
-11
/
+0
2018-11-13
tpm: add tpm_auto_startup() into tpm-interface.c
Tomas Winkler
1
-0
/
+1
2018-11-13
tpm: factor out tpm_startup function
Tomas Winkler
1
-1
/
+0
2018-11-13
tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.c
Tomas Winkler
1
-0
/
+2
2018-11-13
tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.c
Tomas Winkler
1
-3
/
+2
2018-11-13
tpm: factor out tpm1_get_random into tpm1-cmd.c
Tomas Winkler
1
-0
/
+1
2018-11-13
tpm: move tpm_getcap to tpm1-cmd.c
Tomas Winkler
1
-2
/
+2
2018-11-13
tpm: move tpm1_pcr_extend to tpm1-cmd.c
Tomas Winkler
1
-0
/
+2
2018-11-13
tpm: factor out tpm_get_timeouts()
Tomas Winkler
1
-0
/
+3
2018-11-13
tpm: add tpm_calc_ordinal_duration() wrapper
Tomas Winkler
1
-0
/
+1
2018-11-13
tpm: factor out tpm 1.x duration calculation to tpm1-cmd.c
Tomas Winkler
1
-1
/
+1
2018-11-13
tpm2: add new tpm2 commands according to TCG 1.36
Tomas Winkler
1
-16
/
+25
2018-10-05
tpm: add support for nonblocking operation
Tadeusz Struk
1
-0
/
+2
2018-07-28
tpm: replace TPM_TRANSMIT_RAW with TPM_TRANSMIT_NESTED
Jarkko Sakkinen
1
-7
/
+7
2018-07-28
tpm: rename tpm_chip_find_get() to tpm_find_get_ops()
Stefan Berger
1
-1
/
+1
2018-07-28
tpm: separate cmd_ready/go_idle from runtime_pm
Tomas Winkler
1
-2
/
+10
2018-07-28
tpm: migrate tpm2_get_random() to use struct tpm_buf
Jarkko Sakkinen
1
-9
/
+10
2018-05-18
tpm: reduce polling time to usecs for even finer granularity
Nayna Jain
1
-1
/
+3
[next]