index
:
hverkuil/media_tree.git
alt-ctrls
array_mod
cec-s-conn
cubie
cubox
cx18
delbuf
deprecate
dp-mst-cec
dp-mst-cec2
drop-count
dw-hdmi-cec
enc-dec-cmd
extron
firefly
firefly2
fixes-v6.6a
for-6.4m
for-v6.6a
for-v6.6l
for-v6.6o
for-v6.7a
for-v6.7b
for-v6.7c
for-v6.7d
for-v6.7e
for-v6.7f
for-v6.7g
for-v6.7h
for-v6.7i
for-v6.7j
for-v6.7k
for-v6.7l
fract-ctrl
hdcp
hdmi-dbg
imx8mm
m2m-deinterlace
m2m-writing
master
mc-props
mc-props2
omap-bridge-cec
overlay
pr
pr-test
pr-v6.6a
pr-v6.6b
quirk
ro-reqs
rpi3
rpi4
saa7146
saa7146-clean
sailus
sama5d3
sdrout
sdrout-old
split-m2m
subdev-kref
tc358840
tda998x
tegrav8
test
tmp
tmp2
uvc
uvccomp
vb1a
vb2-cpu-access
vb2wr
vicodec-stateless
media_tree.git development repository
Hans Verkuil
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tpm
/
tpm2-cmd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-05
tpm: tpm_ibm_vtpm: Fix unallocated banks
Nayna Jain
1
-5
/
+1
2019-06-24
tpm: Actually fail on TPM errors during "get random"
Kees Cook
1
-2
/
+5
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
1
-5
/
+1
2019-02-13
tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()
Roberto Sassu
1
-7
/
+3
2019-02-13
tpm: retrieve digest size of unknown algorithms with PCR read
Roberto Sassu
1
-18
/
+67
2019-02-13
tpm: rename and export tpm2_digest and tpm2_algorithms
Roberto Sassu
1
-9
/
+9
2019-02-13
tpm: dynamically allocate the allocated_banks array
Roberto Sassu
1
-10
/
+21
2019-02-13
tpm: remove @flags from tpm_transmit()
Jarkko Sakkinen
1
-27
/
+21
2019-02-13
tpm: remove TPM_TRANSMIT_UNLOCKED flag
Jarkko Sakkinen
1
-9
/
+4
2019-02-13
tpm: remove @space from tpm_transmit()
Jarkko Sakkinen
1
-16
/
+14
2019-02-13
tpm: declare struct tpm_header
Jarkko Sakkinen
1
-2
/
+2
2019-02-13
tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter
Jarkko Sakkinen
1
-22
/
+15
2018-11-13
tpm: fix kdoc for tpm2_flush_context_cmd()
Tomas Winkler
1
-4
/
+3
2018-11-13
tpm: use u32 instead of int for PCR index
Tomas Winkler
1
-3
/
+2
2018-11-13
tpm: factor out tpm_startup function
Tomas Winkler
1
-2
/
+32
2018-11-13
tpm: factor out tpm_get_timeouts()
Tomas Winkler
1
-0
/
+22
2018-11-13
tpm: add tpm_calc_ordinal_duration() wrapper
Tomas Winkler
1
-1
/
+0
2018-11-13
tpm2: add new tpm2 commands according to TCG 1.36
Tomas Winkler
1
-148
/
+93
2018-10-05
tpm: fix response size validation in tpm_get_random()
Jarkko Sakkinen
1
-1
/
+3
2018-07-28
tpm: migrate tpm2_get_random() to use struct tpm_buf
Jarkko Sakkinen
1
-61
/
+41
2018-07-28
tpm: migrate tpm2_get_tpm_pt() to use struct tpm_buf
Jarkko Sakkinen
1
-42
/
+27
2018-07-28
tpm: migrate tpm2_probe() to use struct tpm_buf
Jarkko Sakkinen
1
-17
/
+23
2018-07-28
tpm: migrate tpm2_shutdown() to use struct tpm_buf
Jarkko Sakkinen
1
-32
/
+15
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
1
-1
/
+1
2018-03-23
tpm: fix intermittent failure with self tests
James Bottomley
1
-38
/
+16
2018-03-23
tpm2: add longer timeouts for creation commands.
Tomas Winkler
1
-3
/
+5
2018-02-26
tpm: fix potential buffer overruns caused by bit glitches on the bus
Jeremy Boone
1
-0
/
+4
2018-01-08
tpm2-cmd: allow more attempts for selftest execution
Alexander.Steffen@infineon.com
1
-7
/
+5
2017-10-18
tpm: fix type of a local variable in tpm2_get_cc_attrs_tbl()
Jarkko Sakkinen
1
-2
/
+2
2017-10-18
tpm: React correctly to RC_TESTING from TPM 2.0 self tests
Alexander Steffen
1
-41
/
+11
2017-10-18
tpm: Use dynamic delay to wait for TPM 2.0 self test result
Alexander Steffen
1
-8
/
+9
2017-10-18
tpm: Trigger only missing TPM 2.0 self tests
Alexander Steffen
1
-2
/
+2
2017-09-23
tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic drivers
Hamza Attak
1
-1
/
+1
2017-07-07
tpm: use tpm2_pcr_read() in tpm2_do_selftest()
Roberto Sassu
1
-30
/
+1
2017-07-07
tpm: use tpm_buf functions in tpm2_pcr_read()
Roberto Sassu
1
-30
/
+30
2017-07-07
tpm: consolidate the TPM startup code
Jarkko Sakkinen
1
-31
/
+1
2017-06-13
tpm: vtpm_proxy: Suppress error logging when in closed state
Stefan Berger
1
-1
/
+1
2017-04-03
tpm: infrastructure for TPM spaces
Jarkko Sakkinen
1
-16
/
+17
2017-04-03
tpm: validate TPM 2.0 commands
Jarkko Sakkinen
1
-4
/
+80
2017-04-03
tpm: export tpm2_flush_context_cmd
Jarkko Sakkinen
1
-33
/
+29
2017-02-20
tpm: declare tpm2_get_pcr_allocation() as static
Jarkko Sakkinen
1
-49
/
+45
2017-02-03
tpm: enhance TPM 2.0 PCR extend to support multiple banks
Nayna Jain
1
-42
/
+49
2017-02-03
tpm: implement TPM 2.0 capability to get active PCR banks
Nayna Jain
1
-0
/
+77
2017-02-03
tpm: fix RC value check in tpm2_seal_trusted
Jarkko Sakkinen
1
-1
/
+1
2017-01-23
tpm: Check size of response before accessing data
Stefan Berger
1
-17
/
+49
2017-01-23
tpm/tpm2-chip: fix kdoc errors
Winkler, Tomas
1
-48
/
+56
2016-11-28
char: tpm: fix kerneldoc tpm2_unseal_trusted name typo
Baruch Siach
1
-1
/
+1
2016-09-15
tpm: use tpm_transmit_cmd() in tpm2_probe()
Jarkko Sakkinen
1
-3
/
+1
2016-09-15
tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()
Jarkko Sakkinen
1
-17
/
+1
2016-09-15
tpm: fix a race condition in tpm2_unseal_trusted()
Jarkko Sakkinen
1
-36
/
+65
[next]
Privacy Policy