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-interface.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
tpm: add support for nonblocking operation
Tadeusz Struk
2018-10-05
1
-5
/
+19
*
tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivated
Javier Martinez Canillas
2018-10-05
1
-1
/
+2
*
tpm: fix response size validation in tpm_get_random()
Jarkko Sakkinen
2018-10-05
1
-1
/
+2
*
tpm: replace TPM_TRANSMIT_RAW with TPM_TRANSMIT_NESTED
Jarkko Sakkinen
2018-07-28
1
-7
/
+6
*
tpm: rename tpm_chip_find_get() to tpm_find_get_ops()
Stefan Berger
2018-07-28
1
-7
/
+7
*
tpm: Return the actual size when receiving an unsupported command
Ricardo Schwarzmeier
2018-07-28
1
-1
/
+1
*
tpm: separate cmd_ready/go_idle from runtime_pm
Tomas Winkler
2018-07-28
1
-10
/
+41
*
tpm: reduce poll sleep time in tpm_transmit()
Nayna Jain
2018-05-14
1
-1
/
+1
*
tpm: move the delay_msec increment after sleep in tpm_transmit()
Nayna Jain
2018-05-09
1
-1
/
+2
*
tpm: fix intermittent failure with self tests
James Bottomley
2018-03-23
1
-2
/
+14
*
tpm: add retry logic
James Bottomley
2018-03-23
1
-15
/
+60
*
tpm: self test failure should not cause suspend to fail
Chris Chiu
2018-03-23
1
-0
/
+4
*
tpm2: add longer timeouts for creation commands.
Tomas Winkler
2018-03-23
1
-0
/
+3
*
tpm: fix buffer type in tpm_transmit_cmd
Winkler, Tomas
2018-03-23
1
-4
/
+4
*
tpm: tpm-interface: fix tpm_transmit/_cmd kdoc
Winkler, Tomas
2018-03-23
1
-2
/
+4
*
tpm: cmd_ready command can be issued only after granting locality
Tomas Winkler
2018-03-23
1
-13
/
+41
*
tpm: fix potential buffer overruns caused by bit glitches on the bus
Jeremy Boone
2018-02-27
1
-0
/
+4
*
tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()
Azhar Shaikh
2018-01-08
1
-0
/
+6
*
tpm: return a TPM_RC_COMMAND_CODE response if command is not implemented
Javier Martinez Canillas
2018-01-08
1
-8
/
+20
*
tpm: use struct tpm_chip for tpm_chip_find_get()
Jarkko Sakkinen
2018-01-08
1
-64
/
+71
*
tpm: move tpm_eventlog.h outside of drivers folder
Thiebaud Weksteen
2018-01-08
1
-1
/
+1
*
tpm: move wait_for_tpm_stat() to respective driver files
Nayna Jain
2017-12-16
1
-60
/
+0
*
tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic drivers
Hamza Attak
2017-09-24
1
-5
/
+5
*
tpm: do not suspend/resume if power stays on
Enric Balletbo i Serra
2017-07-07
1
-0
/
+3
*
tpm: consolidate the TPM startup code
Jarkko Sakkinen
2017-07-07
1
-25
/
+42
*
tpm: vtpm_proxy: Implement request_locality function.
Stefan Berger
2017-06-13
1
-0
/
+1
*
tpm: Introduce flag TPM_TRANSMIT_RAW
Stefan Berger
2017-06-13
1
-1
/
+2
*
tpm: vtpm_proxy: Suppress error logging when in closed state
Stefan Berger
2017-06-13
1
-2
/
+3
*
tpm: fix byte order related arithmetic inconsistency in tpm_getcap()
Jarkko Sakkinen
2017-06-13
1
-14
/
+16
*
tpm: move TPM 1.2 code of tpm_pcr_extend() to tpm1_pcr_extend()
Roberto Sassu
2017-06-13
1
-17
/
+24
*
tpm: move endianness conversion of ordinals to tpm_input_header
Roberto Sassu
2017-06-13
1
-12
/
+12
*
tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to tpm_input_header
Roberto Sassu
2017-06-13
1
-7
/
+7
*
tpm_crb: request and relinquish locality 0
Jarkko Sakkinen
2017-04-03
1
-0
/
+16
*
tpm: expose spaces via a device link /dev/tpmrm<n>
James Bottomley
2017-04-03
1
-2
/
+11
*
tpm: infrastructure for TPM spaces
Jarkko Sakkinen
2017-04-03
1
-30
/
+47
[next]