index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tpm
/
tpm-interface.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tpm: Store the length of the tpm_buf data separately.
Jarkko Sakkinen
2024-05-09
1
-0
/
+1
*
tpm: Remove tpm_send()
Jarkko Sakkinen
2024-05-09
1
-25
/
+0
*
Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"
Ahelenia ZiemiaĆska
2024-03-06
1
-1
/
+1
*
tpm: make all 'class' structures const
Ivan Orlov
2023-08-05
1
-12
/
+9
*
tpm: Prevent hwrng from activating during resume
Jarkko Sakkinen
2023-05-16
1
-0
/
+10
*
tpm: Fix a possible dereference of ERR_PTR in tpm_init()
Harshit Mogalapalli
2023-03-21
1
-1
/
+2
*
tpm: fix up the tpm_class shutdown_pre pointer when created
Greg Kroah-Hartman
2023-03-17
1
-0
/
+1
*
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
2023-03-17
1
-2
/
+2
*
tpm: Allow system suspend to continue when TPM suspend fails
Jason A. Donenfeld
2023-01-06
1
-1
/
+3
*
char: tpm: Protect tpm_pm_suspend with locks
Jan Dabros
2022-12-04
1
-2
/
+3
*
tpm: fix wrong return value in tpm_pcr_extend
Tianjia Zhang
2020-04-21
1
-1
/
+1
*
KEYS: trusted: Move TPM2 trusted keys code
Sumit Garg
2019-11-12
1
-56
/
+0
*
tpm: Add a flag to indicate TPM power is managed by firmware
Stephen Boyd
2019-11-12
1
-1
/
+7
*
tpm: Wrap the buffer from the caller to tpm_buf in tpm_send()
Jarkko Sakkinen
2019-09-25
1
-7
/
+2
*
KEYS: trusted: correctly initialize digests and fix locking issue
Roberto Sassu
2019-09-25
1
-5
/
+9
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
2019-06-05
1
-6
/
+1
*
tpm: turn on TPM on suspend for TPM 1.x
Jarkko Sakkinen
2019-04-08
1
-8
/
+6
*
tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()
Roberto Sassu
2019-02-13
1
-19
/
+11
*
tpm: retrieve digest size of unknown algorithms with PCR read
Roberto Sassu
2019-02-13
1
-8
/
+8
*
tpm: rename and export tpm2_digest and tpm2_algorithms
Roberto Sassu
2019-02-13
1
-1
/
+1
*
tpm: dynamically allocate the allocated_banks array
Roberto Sassu
2019-02-13
1
-8
/
+10
*
tpm: remove @flags from tpm_transmit()
Jarkko Sakkinen
2019-02-13
1
-14
/
+8
*
tpm: take TPM chip power gating out of tpm_transmit()
Jarkko Sakkinen
2019-02-13
1
-9
/
+9
*
tpm: introduce tpm_chip_start() and tpm_chip_stop()
Jarkko Sakkinen
2019-02-13
1
-81
/
+3
*
tpm: remove TPM_TRANSMIT_UNLOCKED flag
Jarkko Sakkinen
2019-02-13
1
-8
/
+0
*
tpm: remove @space from tpm_transmit()
Jarkko Sakkinen
2019-02-13
1
-14
/
+11
*
tpm: move TPM space code out of tpm_transmit()
Jarkko Sakkinen
2019-02-13
1
-24
/
+3
*
tpm: move tpm_validate_commmand() to tpm2-space.c
Jarkko Sakkinen
2019-02-13
1
-55
/
+15
*
tpm: clean up tpm_try_transmit() error handling flow
Jarkko Sakkinen
2019-02-13
1
-51
/
+43
*
tpm: access command header through struct in tpm_try_transmit()
Jarkko Sakkinen
2019-02-13
1
-2
/
+2
*
tpm: declare struct tpm_header
Jarkko Sakkinen
2019-02-13
1
-13
/
+8
*
tpm: print tpm2_commit_space() error inside tpm2_commit_space()
Jarkko Sakkinen
2019-02-13
1
-2
/
+0
*
tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter
Jarkko Sakkinen
2019-02-13
1
-31
/
+36
*
tpm: don't print error message in tpm_transmit_cmd when tpm still testing
Jerry Snitselaar
2019-02-13
1
-1
/
+1
*
tpm: Unify the send callback behaviour
Jarkko Sakkinen
2019-02-13
1
-1
/
+10
*
tpm: tpm_try_transmit() refactor error flow.
Tomas Winkler
2018-11-13
1
-7
/
+8
*
tpm: use u32 instead of int for PCR index
Tomas Winkler
2018-11-13
1
-3
/
+3
*
tpm1: rename tpm1_pcr_read_dev to tpm1_pcr_read()
Tomas Winkler
2018-11-13
1
-1
/
+1
*
tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structure
Tomas Winkler
2018-11-13
1
-1
/
+1
*
tpm: tpm-interface.c drop unused macros
Tomas Winkler
2018-11-13
1
-4
/
+0
*
tpm: add tpm_auto_startup() into tpm-interface.c
Tomas Winkler
2018-11-13
1
-0
/
+15
*
tpm: factor out tpm_startup function
Tomas Winkler
2018-11-13
1
-41
/
+0
*
tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.c
Tomas Winkler
2018-11-13
1
-50
/
+5
*
tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.c
Tomas Winkler
2018-11-13
1
-145
/
+3
*
tpm: factor out tpm1_get_random into tpm1-cmd.c
Tomas Winkler
2018-11-13
1
-51
/
+7
*
tpm: move tpm_getcap to tpm1-cmd.c
Tomas Winkler
2018-11-13
1
-46
/
+1
*
tpm: move tpm1_pcr_extend to tpm1-cmd.c
Tomas Winkler
2018-11-13
1
-28
/
+0
*
tpm: factor out tpm_get_timeouts()
Tomas Winkler
2018-11-13
1
-123
/
+4
*
tpm: add tpm_calc_ordinal_duration() wrapper
Tomas Winkler
2018-11-13
1
-4
/
+20
*
tpm: factor out tpm 1.x duration calculation to tpm1-cmd.c
Tomas Winkler
2018-11-13
1
-282
/
+2
[next]