summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm
Commit message (Expand)AuthorAgeFilesLines
* tpm: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-02-272-0/+8
* tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-02-271-2/+2
* tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the...Jeremy Boone2018-02-271-2/+3
* tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-02-271-2/+6
* tpm_tis: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-02-271-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/+0Star
| * tpm: remove unused data fields from I2C and OF device ID tablesJavier Martinez Canillas2018-01-081-21/+6Star
| * 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/+0Star
| * 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/+5Star
| * 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/+30Star
| * 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
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-4/+3Star
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-1310-171/+161Star
|\
| * tpm, tpm_tis: use ARRAY_SIZE() to define TPM_HID_USR_IDXJérémy Lefaure2017-10-181-1/+2
| * tpm: fix duplicate inline declaration specifierRuben Roy2017-10-181-1/+1
| * tpm: fix type of a local variables in tpm_tis_spi.cJarkko Sakkinen2017-10-181-7/+18
| * tpm: fix type of a local variable in tpm2_map_command()Jarkko Sakkinen2017-10-181-2/+2
| * tpm: fix type of a local variable in tpm2_get_cc_attrs_tbl()Jarkko Sakkinen2017-10-181-2/+2
| * tpm-dev-common: Reject too short writesAlexander Steffen2017-10-181-0/+6
| * tpm: React correctly to RC_TESTING from TPM 2.0 self testsAlexander Steffen2017-10-181-41/+11Star
| * tpm: Use dynamic delay to wait for TPM 2.0 self test resultAlexander Steffen2017-10-181-8/+9
| * tpm: Trigger only missing TPM 2.0 self testsAlexander Steffen2017-10-181-2/+2
| * tpm_tis_spi: Use DMA-safe memory for SPI transfersAlexander Steffen2017-10-181-18/+27
| * tpm/tpm_crb: Use start method value from ACPI table directlyJiandi An2017-10-181-30/+29Star
| * tpm: constify transmit data pointersArnd Bergmann2017-10-184-19/+16Star
| * tpm_tis: make array cmd_getticks static const to shrink object code sizeColin Ian King2017-10-181-1/+1
| * tpm: migrate pubek_show to struct tpm_bufJarkko Sakkinen2017-10-122-52/+48Star
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
|/
* Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2017-09-247-52/+83
|\
| * tpm: ibmvtpm: simplify crq initialization and document crq formatMichal Suchanek2017-09-241-36/+60
| * tpm: replace msleep() with usleep_range() in TPM 1.2/2.0 generic driversHamza Attak2017-09-245-14/+21
| * tpm: tpm_crb: constify acpi_device_id.Arvind Yadav2017-09-241-1/+1
| * tpm: vtpm: constify vio_device_idArvind Yadav2017-09-241-1/+1
* | Do not disable driver and bus shutdown hook when class shutdown hook is set.Michal Suchanek2017-08-281-9/+2Star
|/
* tpm: do not suspend/resume if power stays onEnric Balletbo i Serra2017-07-073-0/+7
* tpm: use tpm2_pcr_read() in tpm2_do_selftest()Roberto Sassu2017-07-071-30/+1Star