summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
Commit message (Expand)AuthorAgeFilesLines
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-1/+1
* tpm: fix race condition in tpm_common_write()Tadeusz Struk2018-05-302-23/+19
* tpm: reduce polling time to usecs for even finer granularityNayna Jain2018-05-182-3/+6
* tpm: replace kmalloc() + memcpy() with kmemdup()Ji-Hun Kim2018-05-141-2/+1
* tpm: replace kmalloc() + memcpy() with kmemdup()Ji-Hun Kim2018-05-141-3/+1
* tpm: fix use after free in tpm2_load_context()Tadeusz Struk2018-05-141-1/+2
* tpm: reduce poll sleep time in tpm_transmit()Nayna Jain2018-05-143-10/+5
* tpm_tis: verify locality released before returning from release_localityJerry Snitselaar2018-05-141-1/+46
* tpm: tpm_crb: relinquish locality on error path.Winkler, Tomas2018-05-101-3/+7
* tpm/st33zp24: Fix spelling mistake in macro ST33ZP24_TISREGISTER_UKNOWNColin Ian King2018-05-091-2/+2
* tpm: Move eventlog declarations to its own headerThiebaud Weksteen2018-05-098-30/+41
* tpm: Move shared eventlog functions to common.cThiebaud Weksteen2018-05-094-184/+214
* tpm: Move eventlog files to a subdirectoryThiebaud Weksteen2018-05-096-9/+9
* tpm: Add explicit endianness castThiebaud Weksteen2018-05-091-2/+2
* tpm: st33zp24: remove redundant null check on chipColin Ian King2018-05-091-2/+0
* tpm: move the delay_msec increment after sleep in tpm_transmit()Nayna Jain2018-05-091-1/+2
* Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2018-04-075-120/+249
|\
| * tpm: fix intermittent failure with self testsJames Bottomley2018-03-233-40/+31
| * tpm: add retry logicJames Bottomley2018-03-232-15/+61
| * tpm: self test failure should not cause suspend to failChris Chiu2018-03-231-0/+4
| * tpm2: add longer timeouts for creation commands.Tomas Winkler2018-03-233-13/+26
| * tpm_crb: use __le64 annotated variable for response buffer addressTomas Winkler2018-03-231-2/+3
| * tpm: fix buffer type in tpm_transmit_cmdWinkler, Tomas2018-03-232-5/+5
| * tpm: tpm-interface: fix tpm_transmit/_cmd kdocWinkler, Tomas2018-03-231-2/+4
| * tpm: cmd_ready command can be issued only after granting localityTomas Winkler2018-03-233-47/+119
* | kernel.h: Retain constant expression output for max()/min()Kees Cook2018-04-051-4/+4
|/
* tpm: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-02-262-0/+8
* tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-02-261-2/+2
* tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the...Jeremy Boone2018-02-261-2/+3
* tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-02-261-2/+6
* tpm_tis: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-02-261-2/+3
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-3/+3
* Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2018-01-3117-449/+563
|\
| * tpm: remove unused variablesArnd Bergmann2018-01-081-2/+0
| * tpm: remove unused data fields from I2C and OF device ID tablesJavier Martinez Canillas2018-01-081-21/+6
| * tpm: only attempt to disable the LPC CLKRUN if is already enabledJavier Martinez Canillas2018-01-081-1/+10
| * tpm: follow coding style for variable declaration in tpm_tis_core_init()Javier Martinez Canillas2018-01-081-1/+3
| * tpm: delete the TPM_TIS_CLK_ENABLE flagJavier Martinez Canillas2018-01-083-18/+0
| * tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()Azhar Shaikh2018-01-084-92/+118
| * tpm_tis: Move ilb_base_addr to tpm_tis_dataAzhar Shaikh2018-01-083-48/+56
| * tpm2-cmd: allow more attempts for selftest executionAlexander.Steffen@infineon.com2018-01-081-7/+5
| * tpm: return a TPM_RC_COMMAND_CODE response if command is not implementedJavier Martinez Canillas2018-01-082-8/+25
| * tpm: Move Linux RNG connection to hwrngJason Gunthorpe2018-01-083-5/+52
| * tpm: use struct tpm_chip for tpm_chip_find_get()Jarkko Sakkinen2018-01-083-75/+86
| * tpm: parse TPM event logs based on EFI tableThiebaud Weksteen2018-01-086-4/+88
| * tpm: rename event log provider filesThiebaud Weksteen2018-01-083-2/+2
| * tpm: move tpm_eventlog.h outside of drivers folderThiebaud Weksteen2018-01-088-148/+30
| * tpm: use tpm_msleep() value as max delayNayna Jain2018-01-081-2/+2
| * tpm: reduce tpm polling delay in tpm_tis_coreNayna Jain2018-01-081-2/+8
| * tpm: move wait_for_tpm_stat() to respective driver filesNayna Jain2017-12-164-62/+121