aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+1
2018-05-30tpm: fix race condition in tpm_common_write()Tadeusz Struk2-23/+19
2018-05-18tpm: reduce polling time to usecs for even finer granularityNayna Jain2-3/+6
2018-05-14tpm: replace kmalloc() + memcpy() with kmemdup()Ji-Hun Kim1-2/+1
2018-05-14tpm: replace kmalloc() + memcpy() with kmemdup()Ji-Hun Kim1-3/+1
2018-05-14tpm: fix use after free in tpm2_load_context()Tadeusz Struk1-1/+2
2018-05-14tpm: reduce poll sleep time in tpm_transmit()Nayna Jain3-10/+5
2018-05-14tpm_tis: verify locality released before returning from release_localityJerry Snitselaar1-1/+46
2018-05-10tpm: tpm_crb: relinquish locality on error path.Winkler, Tomas1-3/+7
2018-05-09tpm/st33zp24: Fix spelling mistake in macro ST33ZP24_TISREGISTER_UKNOWNColin Ian King1-2/+2
2018-05-09tpm: Move eventlog declarations to its own headerThiebaud Weksteen8-30/+41
2018-05-09tpm: Move shared eventlog functions to common.cThiebaud Weksteen4-184/+214
2018-05-09tpm: Move eventlog files to a subdirectoryThiebaud Weksteen6-9/+9
2018-05-09tpm: Add explicit endianness castThiebaud Weksteen1-2/+2
2018-05-09tpm: st33zp24: remove redundant null check on chipColin Ian King1-2/+0
2018-05-09tpm: move the delay_msec increment after sleep in tpm_transmit()Nayna Jain1-1/+2
2018-04-07Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds5-120/+249
2018-04-05kernel.h: Retain constant expression output for max()/min()Kees Cook1-4/+4
2018-03-23tpm: fix intermittent failure with self testsJames Bottomley3-40/+31
2018-03-23tpm: add retry logicJames Bottomley2-15/+61
2018-03-23tpm: self test failure should not cause suspend to failChris Chiu1-0/+4
2018-03-23tpm2: add longer timeouts for creation commands.Tomas Winkler3-13/+26
2018-03-23tpm_crb: use __le64 annotated variable for response buffer addressTomas Winkler1-2/+3
2018-03-23tpm: fix buffer type in tpm_transmit_cmdWinkler, Tomas2-5/+5
2018-03-23tpm: tpm-interface: fix tpm_transmit/_cmd kdocWinkler, Tomas1-2/+4
2018-03-23tpm: cmd_ready command can be issued only after granting localityTomas Winkler3-47/+119
2018-02-26tpm: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2-0/+8
2018-02-26tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the busJeremy Boone1-2/+2
2018-02-26tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the busJeremy Boone1-2/+3
2018-02-26tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the busJeremy Boone1-2/+6
2018-02-26tpm_tis: fix potential buffer overruns caused by bit glitches on the busJeremy Boone1-2/+3
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-3/+3
2018-01-31Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds17-449/+563
2018-01-08tpm: remove unused variablesArnd Bergmann1-2/+0
2018-01-08tpm: remove unused data fields from I2C and OF device ID tablesJavier Martinez Canillas1-21/+6
2018-01-08tpm: only attempt to disable the LPC CLKRUN if is already enabledJavier Martinez Canillas1-1/+10
2018-01-08tpm: follow coding style for variable declaration in tpm_tis_core_init()Javier Martinez Canillas1-1/+3
2018-01-08tpm: delete the TPM_TIS_CLK_ENABLE flagJavier Martinez Canillas3-18/+0
2018-01-08tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()Azhar Shaikh4-92/+118
2018-01-08tpm_tis: Move ilb_base_addr to tpm_tis_dataAzhar Shaikh3-48/+56
2018-01-08tpm2-cmd: allow more attempts for selftest executionAlexander.Steffen@infineon.com1-7/+5
2018-01-08tpm: return a TPM_RC_COMMAND_CODE response if command is not implementedJavier Martinez Canillas2-8/+25
2018-01-08tpm: Move Linux RNG connection to hwrngJason Gunthorpe3-5/+52
2018-01-08tpm: use struct tpm_chip for tpm_chip_find_get()Jarkko Sakkinen3-75/+86
2018-01-08tpm: parse TPM event logs based on EFI tableThiebaud Weksteen6-4/+88
2018-01-08tpm: rename event log provider filesThiebaud Weksteen3-2/+2
2018-01-08tpm: move tpm_eventlog.h outside of drivers folderThiebaud Weksteen8-148/+30
2018-01-08tpm: use tpm_msleep() value as max delayNayna Jain1-2/+2
2018-01-08tpm: reduce tpm polling delay in tpm_tis_coreNayna Jain1-2/+8
2017-12-16tpm: move wait_for_tpm_stat() to respective driver filesNayna Jain4-62/+121