index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tpm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-05-04
1
-40
/
+14
|
\
|
*
tpm-chip: utilize new cdev_device_add helper function
Logan Gunthorpe
2017-03-21
1
-16
/
+3
*
|
tpm: Fix reference count to main device
Stefan Berger
2017-04-25
1
-2
/
+3
*
|
tpm_tis: convert to using locality callbacks
Jerry Snitselaar
2017-04-25
1
-26
/
+8
*
|
tpm: fix handling of the TPM 2.0 event logs
Petr Vandrovec
2017-04-25
1
-4
/
+10
*
|
tpm_crb: remove a cruft constant
Jarkko Sakkinen
2017-04-25
1
-2
/
+1
*
|
tpm/tpm_crb: Enable TPM CRB interface for ARM64
Jiandi An
2017-04-03
2
-3
/
+66
*
|
tpm_crb: request and relinquish locality 0
Jarkko Sakkinen
2017-04-03
4
-0
/
+61
*
|
tpm: make check_locality return bool
Jerry Snitselaar
2017-04-03
3
-21
/
+23
*
|
tpm/tpm_crb: fix unused warnings on suspend/resume functions
Jérémy Lefaure
2017-04-03
1
-7
/
+4
*
|
tpm: add sleep only for retry in i2c_nuvoton_write_status()
Nayna Jain
2017-04-03
1
-2
/
+3
*
|
tpm/st33zp24: Add GPIO ACPI mapping table
Andy Shevchenko
2017-04-03
2
-6
/
+40
*
|
vTPM: Fix missing NULL check
Hon Ching \(Vicky\) Lo
2017-04-03
1
-2
/
+6
*
|
tpm_crb: check for bad response size
Jerry Snitselaar
2017-04-03
1
-2
/
+1
*
|
tpm2: add session handle context saving and restoring to the space code
James Bottomley
2017-04-03
4
-13
/
+116
*
|
tpm: expose spaces via a device link /dev/tpmrm<n>
James Bottomley
2017-04-03
5
-4
/
+139
*
|
tpm: split out tpm-dev.c into tpm-dev.c and tpm-common-dev.c
James Bottomley
2017-04-03
4
-130
/
+190
*
|
tpm: infrastructure for TPM spaces
Jarkko Sakkinen
2017-04-03
8
-53
/
+527
*
|
tpm: validate TPM 2.0 commands
Jarkko Sakkinen
2017-04-03
3
-5
/
+132
*
|
tpm: export tpm2_flush_context_cmd
Jarkko Sakkinen
2017-04-03
2
-33
/
+31
*
|
tpm: move length validation to tpm_transmit()
Jarkko Sakkinen
2017-04-03
1
-8
/
+12
*
|
tpm_crb: encapsulate crb_wait_for_reg_32
Jarkko Sakkinen
2017-04-03
1
-14
/
+23
*
|
tpm_crb: map locality registers
Jarkko Sakkinen
2017-04-03
1
-32
/
+57
*
|
tpm_tis_spi: Add small delay after last transfer
Peter Huewe
2017-04-03
1
-0
/
+1
*
|
tpm_tis_spi: Remove limitation of transfers to MAX_SPI_FRAMESIZE bytes
Peter Huewe
2017-04-03
1
-49
/
+58
*
|
tpm_tis_spi: Check correct byte for wait state indicator
Peter Huewe
2017-04-03
1
-18
/
+18
*
|
tpm_tis_spi: Abort transfer when too many wait states are signaled
Peter Huewe
2017-04-03
1
-0
/
+5
*
|
tpm_tis_spi: Use single function to transfer data
Peter Huewe
2017-04-03
1
-63
/
+24
*
|
tpm/tpm_crb: enter the low power state upon device suspend
Winkler, Tomas
2017-04-03
1
-1
/
+24
*
|
tpm: select CONFIG_CRYPTO
Arnd Bergmann
2017-04-03
1
-0
/
+1
*
|
tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driver
Nayna Jain
2017-04-03
1
-8
/
+15
*
|
tpm crb: Work around BIOS's that report the wrong ACPI region size
Jason Gunthorpe
2017-04-03
1
-2
/
+25
*
|
tpm_tis_core: Choose appropriate timeout for reading burstcount
Alexander Steffen
2017-04-03
1
-2
/
+4
|
/
*
tpm: declare tpm2_get_pcr_allocation() as static
Jarkko Sakkinen
2017-02-20
2
-50
/
+45
*
tpm: Fix expected number of response bytes of TPM1.2 PCR Extend
Stefan Berger
2017-02-15
1
-1
/
+1
*
tpm xen: drop unneeded chip variable
Julia Lawall
2017-02-14
1
-2
/
+0
*
tpm: fix misspelled "facilitate" in module parameter description
Dmitry Torokhov
2017-02-14
1
-1
/
+1
*
tpm_tis: fix the error handling of init_tis()
Wei Yongjun
2017-02-14
1
-1
/
+1
*
tpm: silence an array overflow warning
Dan Carpenter
2017-02-03
1
-2
/
+2
*
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
6
-22
/
+279
*
tpm: enhance read_log_of() to support Physical TPM event log
Nayna Jain
2017-02-03
1
-4
/
+23
*
tpm: enhance TPM 2.0 PCR extend to support multiple banks
Nayna Jain
2017-02-03
4
-44
/
+71
*
tpm: implement TPM 2.0 capability to get active PCR banks
Nayna Jain
2017-02-03
2
-0
/
+82
*
tpm: fix RC value check in tpm2_seal_trusted
Jarkko Sakkinen
2017-02-03
2
-1
/
+6
*
tpm_tis: fix iTPM probe via probe_itpm() function
Maciej S. Szmigiero
2017-02-03
1
-12
/
+13
*
tpm: Begin the process to deprecate user_read_timer
Jason Gunthorpe
2017-02-03
1
-1
/
+4
*
tpm: remove tpm_read_index and tpm_write_index from tpm.h
Jarkko Sakkinen
2017-02-03
3
-11
/
+18
*
tpm: Check size of response before accessing data
Stefan Berger
2017-01-23
5
-51
/
+123
*
tpm_tis: use default timeout value if chip reports it as zero
Maciej S. Szmigiero
2017-01-23
4
-26
/
+37
[next]