index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tpm
/
tpm-interface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-08
tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()
Azhar Shaikh
1
-0
/
+6
2018-01-08
tpm: return a TPM_RC_COMMAND_CODE response if command is not implemented
Javier Martinez Canillas
1
-8
/
+20
2018-01-08
tpm: use struct tpm_chip for tpm_chip_find_get()
Jarkko Sakkinen
1
-64
/
+71
2018-01-08
tpm: move tpm_eventlog.h outside of drivers folder
Thiebaud Weksteen
1
-1
/
+1
2017-12-16
tpm: move wait_for_tpm_stat() to respective driver files
Nayna Jain
1
-60
/
+0
2017-09-24
tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic drivers
Hamza Attak
1
-5
/
+5
2017-07-07
tpm: do not suspend/resume if power stays on
Enric Balletbo i Serra
1
-0
/
+3
2017-07-07
tpm: consolidate the TPM startup code
Jarkko Sakkinen
1
-25
/
+42
2017-06-13
tpm: vtpm_proxy: Implement request_locality function.
Stefan Berger
1
-0
/
+1
2017-06-13
tpm: Introduce flag TPM_TRANSMIT_RAW
Stefan Berger
1
-1
/
+2
2017-06-13
tpm: vtpm_proxy: Suppress error logging when in closed state
Stefan Berger
1
-2
/
+3
2017-06-13
tpm: fix byte order related arithmetic inconsistency in tpm_getcap()
Jarkko Sakkinen
1
-14
/
+16
2017-06-13
tpm: move TPM 1.2 code of tpm_pcr_extend() to tpm1_pcr_extend()
Roberto Sassu
1
-17
/
+24
2017-06-13
tpm: move endianness conversion of ordinals to tpm_input_header
Roberto Sassu
1
-12
/
+12
2017-06-13
tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to tpm_input_header
Roberto Sassu
1
-7
/
+7
2017-04-03
tpm_crb: request and relinquish locality 0
Jarkko Sakkinen
1
-0
/
+16
2017-04-03
tpm: expose spaces via a device link /dev/tpmrm<n>
James Bottomley
1
-2
/
+11
2017-04-03
tpm: infrastructure for TPM spaces
Jarkko Sakkinen
1
-30
/
+47
2017-04-03
tpm: validate TPM 2.0 commands
Jarkko Sakkinen
1
-1
/
+37
2017-04-03
tpm: move length validation to tpm_transmit()
Jarkko Sakkinen
1
-8
/
+12
2017-02-15
tpm: Fix expected number of response bytes of TPM1.2 PCR Extend
Stefan Berger
1
-1
/
+1
2017-02-14
tpm: fix misspelled "facilitate" in module parameter description
Dmitry Torokhov
1
-1
/
+1
2017-02-03
tpm: silence an array overflow warning
Dan Carpenter
1
-2
/
+2
2017-02-03
tpm: enhance TPM 2.0 PCR extend to support multiple banks
Nayna Jain
1
-1
/
+13
2017-01-23
tpm: Check size of response before accessing data
Stefan Berger
1
-21
/
+49
2017-01-23
tpm_tis: use default timeout value if chip reports it as zero
Maciej S. Szmigiero
1
-21
/
+32
2017-01-23
tpm: Do not print an error message when doing TPM auto startup
Jason Gunthorpe
1
-3
/
+6
2017-01-23
tpm: add kdoc for tpm_transmit and tpm_transmit_cmd
Winkler, Tomas
1
-5
/
+28
2016-11-28
tpm: Only call pm_runtime_get_sync if device has a parent
Stefan Berger
1
-2
/
+4
2016-11-28
tpm tis: Do not print timeout messages twice
Jason Gunthorpe
1
-0
/
+7
2016-11-28
tpm: place kdoc just above tpm_pcr_extend
Winkler, Tomas
1
-8
/
+8
2016-11-28
tpm: sanitize constant expressions
Jarkko Sakkinen
1
-6
/
+9
2016-11-28
tpm: Clean up reading of timeout and duration capabilities
Ed Swierk
1
-48
/
+17
2016-11-28
tmp/tpm_crb: implement runtime pm for tpm_crb
Winkler, Tomas
1
-0
/
+5
2016-10-31
tpm: remove invalid min length check from tpm_do_selftest()
Jarkko Sakkinen
1
-3
/
+0
2016-09-27
Revert "tmp/tpm_crb: implement runtime pm for tpm_crb"
Jarkko Sakkinen
1
-5
/
+0
2016-09-16
tmp/tpm_crb: implement runtime pm for tpm_crb
Winkler, Tomas
1
-0
/
+5
2016-09-15
tpm: add check for minimum buffer size in tpm_transmit()
Jarkko Sakkinen
1
-0
/
+3
2016-09-15
tpm: constify TPM 1.x header structures
Julia Lawall
1
-5
/
+5
2016-09-15
tpm: use tpm_pcr_read_dev() in tpm_do_selftest()
Jarkko Sakkinen
1
-5
/
+3
2016-09-15
tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()
Jarkko Sakkinen
1
-15
/
+1
2016-09-15
tpm: fix a race condition in tpm2_unseal_trusted()
Jarkko Sakkinen
1
-23
/
+28
2016-07-19
tpm: Factor out common startup code
Jason Gunthorpe
1
-0
/
+27
2016-06-25
tpm: Fix suspend regression
Stefan Berger
1
-2
/
+2
2016-06-25
tpm: Remove all uses of drvdata from the TPM Core
Jason Gunthorpe
1
-4
/
+3
2016-06-25
tpm: Move tpm_vendor_specific data related with PTP specification to tpm_chip
Christophe Ricard
1
-24
/
+24
2016-06-25
tpm: drop 'irq' from struct tpm_vendor_specific
Christophe Ricard
1
-2
/
+2
2016-06-25
tpm: Replace device number bitmap with IDR
Stefan Berger
1
-0
/
+1
2016-06-25
tpm: Provide strong locking for device removal
Jason Gunthorpe
1
-9
/
+10
2016-06-25
tpm: Get rid of chip->pdev
Jason Gunthorpe
1
-14
/
+16
[next]