Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
7888da95832d50a87bbfdb9f40620ddc66f94b3c
/
drivers
/
char
/
tpm
e99e88a
treewide: setup_timer() -> timer_setup()
by Kees Cook
· 7 years ago
55b3a0c
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
33957a1
tpm, tpm_tis: use ARRAY_SIZE() to define TPM_HID_USR_IDX
by Jérémy Lefaure
· 7 years ago
2d56c718
tpm: fix duplicate inline declaration specifier
by Ruben Roy
· 7 years ago
1a7a9b2
tpm: fix type of a local variables in tpm_tis_spi.c
by Jarkko Sakkinen
· 7 years ago
4557d4b
tpm: fix type of a local variable in tpm2_map_command()
by Jarkko Sakkinen
· 7 years ago
171360d
tpm: fix type of a local variable in tpm2_get_cc_attrs_tbl()
by Jarkko Sakkinen
· 7 years ago
ee70bc1
tpm-dev-common: Reject too short writes
by Alexander Steffen
· 7 years ago
125a221
tpm: React correctly to RC_TESTING from TPM 2.0 self tests
by Alexander Steffen
· 7 years ago
87434f5
tpm: Use dynamic delay to wait for TPM 2.0 self test result
by Alexander Steffen
· 7 years ago
2482b1b
tpm: Trigger only missing TPM 2.0 self tests
by Alexander Steffen
· 7 years ago
6b3a131
tpm_tis_spi: Use DMA-safe memory for SPI transfers
by Alexander Steffen
· 7 years ago
f535741
tpm/tpm_crb: Use start method value from ACPI table directly
by Jiandi An
· 7 years ago
c37fbc0
tpm: constify transmit data pointers
by Arnd Bergmann
· 7 years ago
0bbc931
tpm_tis: make array cmd_getticks static const to shrink object code size
by Colin Ian King
· 7 years ago
da379f3
tpm: migrate pubek_show to struct tpm_buf
by Jarkko Sakkinen
· 7 years ago
1436ab0
Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 7 years ago
fb154e0
tpm: ibmvtpm: simplify crq initialization and document crq format
by Michal Suchanek
· 8 years ago
9f3fc7b
tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic drivers
by Hamza Attak
· 7 years ago
e1ec650
tpm: tpm_crb: constify acpi_device_id.
by Arvind Yadav
· 7 years ago
c2a9c4b
tpm: vtpm: constify vio_device_id
by Arvind Yadav
· 7 years ago
7521621
Do not disable driver and bus shutdown hook when class shutdown hook is set.
by Michal Suchanek
· 7 years ago
b5d0ebc
tpm: do not suspend/resume if power stays on
by Enric Balletbo i Serra
· 7 years ago
28707bf
tpm: use tpm2_pcr_read() in tpm2_do_selftest()
by Roberto Sassu
· 7 years ago
91f7f3d
tpm: use tpm_buf functions in tpm2_pcr_read()
by Roberto Sassu
· 7 years ago
bc39708
tpm_tis: make ilb_base_addr static
by Colin Ian King
· 7 years ago
19cbe4f
tpm: consolidate the TPM startup code
by Jarkko Sakkinen
· 7 years ago
5e572ca
tpm: Enable CLKRUN protocol for Braswell systems
by Azhar Shaikh
· 7 years ago
f128480
tpm/tpm_crb: fix priv->cmd_size initialisation
by Manuel Lauss
· 7 years ago
13b47cf
tpm: fix a kernel memory leak in tpm-sysfs.c
by Jarkko Sakkinen
· 7 years ago
d1bd4a7
tpm: Issue a TPM2_Shutdown for TPM2 devices.
by Josh Zimmerman
· 7 years ago
e24dd9e
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 7 years ago
eceeae4
Merge tag 'acpi-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 7 years ago
e4b0852
tpm/tpm_atmel: remove unnecessary NULL check
by Gustavo A. R. Silva
· 7 years ago
23c3bea
tpm/st33zp24: Switch to devm_acpi_dev_add_driver_gpios()
by Andy Shevchenko
· 7 years ago
d8b5d945
tpm: vtpm_proxy: Prevent userspace from sending driver command
by Stefan Berger
· 7 years ago
be4c9ac
tpm: vtpm_proxy: Implement request_locality function.
by Stefan Berger
· 7 years ago
85ab3bf
tpm: Introduce flag TPM_TRANSMIT_RAW
by Stefan Berger
· 7 years ago
402149c
tpm: vtpm_proxy: Suppress error logging when in closed state
by Stefan Berger
· 7 years ago
5e9fefd
tpm, tpmrm: Mark tpmrm_write as static
by Peter Huewe
· 7 years ago
8816188
tpm: remove struct tpm_pcrextend_in
by Jarkko Sakkinen
· 7 years ago
30bbafe
tpm, tpm_infineon: remove useless snprintf() calls
by Jarkko Sakkinen
· 7 years ago
124bdcf
tpm: fix byte order related arithmetic inconsistency in tpm_getcap()
by Jarkko Sakkinen
· 8 years ago
d8c3eab
tpm: Apply a sane minimum adapterlimit value for retransmission.
by Bryan Freed
· 7 years ago
4cb586a
tpm_tis: Consolidate the platform and acpi probe flow
by Jason Gunthorpe
· 8 years ago
fc0e132
tpm_tis: Use platform_get_irq
by Jason Gunthorpe
· 8 years ago
d27f81f
tpm_tis: Fix IRQ autoprobing when using platform_device
by Jason Gunthorpe
· 8 years ago
175d5b2
tpm: move TPM 1.2 code of tpm_pcr_extend() to tpm1_pcr_extend()
by Roberto Sassu
· 8 years ago
a69faeb
tpm: move endianness conversion of ordinals to tpm_input_header
by Roberto Sassu
· 8 years ago
06e9327
tpm: move endianness conversion of TPM_TAG_RQU_COMMAND to tpm_input_header
by Roberto Sassu
· 8 years ago
bff7f90
ACPICA: Add header support for TPM2 table changes
by Bob Moore
· 7 years ago
94116f8
ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()
by Andy Shevchenko
· 7 years ago
af82455
Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 8 years ago
8979b02
tpm: Fix reference count to main device
by Stefan Berger
· 8 years ago
e6aef06
tpm_tis: convert to using locality callbacks
by Jerry Snitselaar
· 8 years ago
fd5c786
tpm: fix handling of the TPM 2.0 event logs
by Petr Vandrovec
· 8 years ago
3b395d6
tpm_crb: remove a cruft constant
by Jarkko Sakkinen
· 8 years ago
08eff49
tpm/tpm_crb: Enable TPM CRB interface for ARM64
by Jiandi An
· 8 years ago
877c57d
tpm_crb: request and relinquish locality 0
by Jarkko Sakkinen
· 8 years ago
84d2594
tpm: make check_locality return bool
by Jerry Snitselaar
· 8 years ago
67c2f3d
tpm/tpm_crb: fix unused warnings on suspend/resume functions
by Jérémy Lefaure
· 8 years ago
0afb711
tpm: add sleep only for retry in i2c_nuvoton_write_status()
by Nayna Jain
· 8 years ago
2d2e376
tpm/st33zp24: Add GPIO ACPI mapping table
by Andy Shevchenko
· 8 years ago
31574d3
vTPM: Fix missing NULL check
by Hon Ching \(Vicky\) Lo
· 8 years ago
8569def
tpm_crb: check for bad response size
by Jerry Snitselaar
· 8 years ago
4d57856
tpm2: add session handle context saving and restoring to the space code
by James Bottomley
· 8 years ago
fdc915f
tpm: expose spaces via a device link /dev/tpmrm<n>
by James Bottomley
· 8 years ago
ecb38e2
tpm: split out tpm-dev.c into tpm-dev.c and tpm-common-dev.c
by James Bottomley
· 8 years ago
745b361
tpm: infrastructure for TPM spaces
by Jarkko Sakkinen
· 8 years ago
58472f5
tpm: validate TPM 2.0 commands
by Jarkko Sakkinen
· 8 years ago
9aa36b3
tpm: export tpm2_flush_context_cmd
by Jarkko Sakkinen
· 8 years ago
a147918
tpm: move length validation to tpm_transmit()
by Jarkko Sakkinen
· 8 years ago
38eb24e
tpm_crb: encapsulate crb_wait_for_reg_32
by Jarkko Sakkinen
· 8 years ago
13b1f4a
tpm_crb: map locality registers
by Jarkko Sakkinen
· 8 years ago
5cc0101
tpm_tis_spi: Add small delay after last transfer
by Peter Huewe
· 8 years ago
591e48c
tpm_tis_spi: Remove limitation of transfers to MAX_SPI_FRAMESIZE bytes
by Peter Huewe
· 8 years ago
e110cc6
tpm_tis_spi: Check correct byte for wait state indicator
by Peter Huewe
· 8 years ago
975094d
tpm_tis_spi: Abort transfer when too many wait states are signaled
by Peter Huewe
· 8 years ago
f848f21
tpm_tis_spi: Use single function to transfer data
by Peter Huewe
· 8 years ago
095fc30
tpm/tpm_crb: enter the low power state upon device suspend
by Winkler, Tomas
· 8 years ago
4bf4b4e
tpm: select CONFIG_CRYPTO
by Arnd Bergmann
· 8 years ago
a233a02
tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driver
by Nayna Jain
· 8 years ago
b4e2eb0
tpm crb: Work around BIOS's that report the wrong ACPI region size
by Jason Gunthorpe
· 8 years ago
302a6ad
tpm_tis_core: Choose appropriate timeout for reading burstcount
by Alexander Steffen
· 8 years ago
8dbbf58
tpm-chip: utilize new cdev_device_add helper function
by Logan Gunthorpe
· 8 years ago
61841be
tpm: declare tpm2_get_pcr_allocation() as static
by Jarkko Sakkinen
· 8 years ago
51b0be6
tpm: Fix expected number of response bytes of TPM1.2 PCR Extend
by Stefan Berger
· 8 years ago
5cec5ba
tpm xen: drop unneeded chip variable
by Julia Lawall
· 8 years ago
39f5712
tpm: fix misspelled "facilitate" in module parameter description
by Dmitry Torokhov
· 8 years ago
5939eaf
tpm_tis: fix the error handling of init_tis()
by Wei Yongjun
· 8 years ago
70ea163
tpm: silence an array overflow warning
by Dan Carpenter
· 8 years ago
a118cf2
tpm: fix the type of owned field in cap_t
by Stefan Berger
· 8 years ago
4d23cc3
tpm: add securityfs support for TPM 2.0 firmware event log
by Nayna Jain
· 8 years ago
e46e22f
tpm: enhance read_log_of() to support Physical TPM event log
by Nayna Jain
· 8 years ago
c1f92b4
tpm: enhance TPM 2.0 PCR extend to support multiple banks
by Nayna Jain
· 8 years ago
1db1534
tpm: implement TPM 2.0 capability to get active PCR banks
by Nayna Jain
· 8 years ago
7d76111
tpm: fix RC value check in tpm2_seal_trusted
by Jarkko Sakkinen
· 8 years ago
419a16d
tpm_tis: fix iTPM probe via probe_itpm() function
by Maciej S. Szmigiero
· 8 years ago
fa2825d
tpm: Begin the process to deprecate user_read_timer
by Jason Gunthorpe
· 8 years ago
Next »