index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tpm
/
tpm.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
tpm: reduce polling time to usecs for even finer granularity
Nayna Jain
2018-05-18
1
-1
/
+3
*
tpm: reduce poll sleep time in tpm_transmit()
Nayna Jain
2018-05-14
1
-1
/
+2
*
tpm: Move eventlog declarations to its own header
Thiebaud Weksteen
2018-05-09
1
-29
/
+0
*
tpm: Move shared eventlog functions to common.c
Thiebaud Weksteen
2018-05-09
1
-0
/
+2
*
tpm: fix intermittent failure with self tests
James Bottomley
2018-03-23
1
-0
/
+1
*
tpm: add retry logic
James Bottomley
2018-03-23
1
-0
/
+1
*
tpm2: add longer timeouts for creation commands.
Tomas Winkler
2018-03-23
1
-10
/
+18
*
tpm: fix buffer type in tpm_transmit_cmd
Winkler, Tomas
2018-03-23
1
-1
/
+1
*
tpm: return a TPM_RC_COMMAND_CODE response if command is not implemented
Javier Martinez Canillas
2018-01-08
1
-0
/
+5
*
tpm: Move Linux RNG connection to hwrng
Jason Gunthorpe
2018-01-08
1
-0
/
+4
*
tpm: use struct tpm_chip for tpm_chip_find_get()
Jarkko Sakkinen
2018-01-08
1
-1
/
+1
*
tpm: parse TPM event logs based on EFI table
Thiebaud Weksteen
2018-01-08
1
-0
/
+8
*
tpm: move tpm_eventlog.h outside of drivers folder
Thiebaud Weksteen
2018-01-08
1
-4
/
+23
*
tpm: use tpm_msleep() value as max delay
Nayna Jain
2018-01-08
1
-2
/
+2
*
tpm: move wait_for_tpm_stat() to respective driver files
Nayna Jain
2017-12-16
1
-2
/
+0
*
tpm: fix duplicate inline declaration specifier
Ruben Roy
2017-10-18
1
-1
/
+1
*
tpm: migrate pubek_show to struct tpm_buf
Jarkko Sakkinen
2017-10-12
1
-13
/
+0
*
tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic drivers
Hamza Attak
2017-09-23
1
-1
/
+8
*
tpm: do not suspend/resume if power stays on
Enric Balletbo i Serra
2017-07-07
1
-0
/
+1
*
tpm: consolidate the TPM startup code
Jarkko Sakkinen
2017-07-07
1
-5
/
+1
*
tpm: Enable CLKRUN protocol for Braswell systems
Azhar Shaikh
2017-07-07
1
-0
/
+4
*
tpm: Introduce flag TPM_TRANSMIT_RAW
Stefan Berger
2017-06-13
1
-0
/
+1
*
tpm: remove struct tpm_pcrextend_in
Jarkko Sakkinen
2017-06-13
1
-6
/
+0
*
tpm: fix byte order related arithmetic inconsistency in tpm_getcap()
Jarkko Sakkinen
2017-06-13
1
-13
/
+0
*
tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to tpm_input_header
Roberto Sassu
2017-06-13
1
-1
/
+1
*
tpm_crb: request and relinquish locality 0
Jarkko Sakkinen
2017-04-03
1
-0
/
+3
*
tpm2: add session handle context saving and restoring to the space code
James Bottomley
2017-04-03
1
-1
/
+3
*
tpm: expose spaces via a device link /dev/tpmrm<n>
James Bottomley
2017-04-03
1
-0
/
+4
*
tpm: infrastructure for TPM spaces
Jarkko Sakkinen
2017-04-03
1
-4
/
+22
*
tpm: validate TPM 2.0 commands
Jarkko Sakkinen
2017-04-03
1
-0
/
+15
*
tpm: export tpm2_flush_context_cmd
Jarkko Sakkinen
2017-04-03
1
-0
/
+2
*
tpm: declare tpm2_get_pcr_allocation() as static
Jarkko Sakkinen
2017-02-20
1
-1
/
+0
*
tpm: fix the type of owned field in cap_t
Stefan Berger
2017-02-03
1
-1
/
+1
*
tpm: add securityfs support for TPM 2.0 firmware event log
Nayna Jain
2017-02-03
1
-2
/
+5
*
tpm: enhance TPM 2.0 PCR extend to support multiple banks
Nayna Jain
2017-02-03
1
-1
/
+8
*
tpm: implement TPM 2.0 capability to get active PCR banks
Nayna Jain
2017-02-03
1
-0
/
+5
*
tpm: fix RC value check in tpm2_seal_trusted
Jarkko Sakkinen
2017-02-03
1
-0
/
+5
*
tpm: remove tpm_read_index and tpm_write_index from tpm.h
Jarkko Sakkinen
2017-02-03
1
-11
/
+0
*
tpm: Check size of response before accessing data
Stefan Berger
2017-01-23
1
-3
/
+4
*
tpm: have event log use the tpm_chip
Nayna Jain
2016-11-28
1
-0
/
+11
*
tpm: replace dynamically allocated bios_dir with a static array
Jarkko Sakkinen
2016-11-28
1
-1
/
+2
*
tpm: Get rid of TPM_CHIP_FLAG_REGISTERED
Jason Gunthorpe
2016-11-28
1
-1
/
+0
*
tpm tis: Do not print timeout messages twice
Jason Gunthorpe
2016-11-28
1
-0
/
+1
*
tpm: sanitize constant expressions
Jarkko Sakkinen
2016-11-28
1
-13
/
+12
*
tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()
Jarkko Sakkinen
2016-09-15
1
-2
/
+0
*
tpm: remove unnecessary externs from tpm.h
Jarkko Sakkinen
2016-09-15
1
-18
/
+18
*
tpm: fix a race condition in tpm2_unseal_trusted()
Jarkko Sakkinen
2016-09-15
1
-4
/
+8
*
tpm: Factor out common startup code
Jason Gunthorpe
2016-07-19
1
-2
/
+2
*
tpm: Add include guards in tpm.h
Christophe Ricard
2016-06-25
1
-0
/
+5
*
tpm: Introduce TPM_CHIP_FLAG_VIRTUAL
Stefan Berger
2016-06-25
1
-0
/
+1
[next]