index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tpm
Age
Commit message (
Expand
)
Author
2017-02-20
tpm: declare tpm2_get_pcr_allocation() as static
Jarkko Sakkinen
2017-02-15
tpm: Fix expected number of response bytes of TPM1.2 PCR Extend
Stefan Berger
2017-02-14
tpm xen: drop unneeded chip variable
Julia Lawall
2017-02-14
tpm: fix misspelled "facilitate" in module parameter description
Dmitry Torokhov
2017-02-14
tpm_tis: fix the error handling of init_tis()
Wei Yongjun
2017-02-03
tpm: silence an array overflow warning
Dan Carpenter
2017-02-03
tpm: fix the type of owned field in cap_t
Stefan Berger
2017-02-03
tpm: add securityfs support for TPM 2.0 firmware event log
Nayna Jain
2017-02-03
tpm: enhance read_log_of() to support Physical TPM event log
Nayna Jain
2017-02-03
tpm: enhance TPM 2.0 PCR extend to support multiple banks
Nayna Jain
2017-02-03
tpm: implement TPM 2.0 capability to get active PCR banks
Nayna Jain
2017-02-03
tpm: fix RC value check in tpm2_seal_trusted
Jarkko Sakkinen
2017-02-03
tpm_tis: fix iTPM probe via probe_itpm() function
Maciej S. Szmigiero
2017-02-03
tpm: Begin the process to deprecate user_read_timer
Jason Gunthorpe
2017-02-03
tpm: remove tpm_read_index and tpm_write_index from tpm.h
Jarkko Sakkinen
2017-01-23
tpm: Check size of response before accessing data
Stefan Berger
2017-01-23
tpm_tis: use default timeout value if chip reports it as zero
Maciej S. Szmigiero
2017-01-23
tpm: Do not print an error message when doing TPM auto startup
Jason Gunthorpe
2017-01-23
tpm, tpm_crb: Handle 64-bit resource in crb_check_resource()
Jiandi An
2017-01-23
tpm/tpm_tis_spi: drop duplicate header module.h
Geliang Tang
2017-01-23
tpm/st33zp24: Remove unneeded linux/miscdevice.h include
Corentin Labbe
2017-01-23
tpm/vtpm: fix kdoc warnings
Winkler, Tomas
2017-01-23
tmp: use pdev for parent device in tpm_chip_alloc
Winkler, Tomas
2017-01-23
tpm/tpm2-chip: fix kdoc errors
Winkler, Tomas
2017-01-23
tpm: add kdoc for tpm_transmit and tpm_transmit_cmd
Winkler, Tomas
2016-12-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-12-14
tpm: use idr_find(), not idr_find_slowpath()
Matthew Wilcox
2016-12-14
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2016-11-28
tpm: adjust return value of tpm_read_log
Jason Gunthorpe
2016-11-28
tpm: vtpm_proxy: conditionally call tpm_chip_unregister
Jason Gunthorpe
2016-11-28
tpm: Fix handling of missing event log
Jason Gunthorpe
2016-11-28
tpm: Check the bios_dir entry for NULL before accessing it
Stefan Berger
2016-11-28
tpm: return -ENODEV if np is not set
Colin Ian King
2016-11-28
tpm: cleanup of printk error messages
Nayna Jain
2016-11-28
tpm: replace of_find_node_by_name() with dev of_node property
Nayna Jain
2016-11-28
tpm: redefine read_log() to handle ACPI/OF at runtime
Nayna Jain
2016-11-28
tpm: fix the missing .owner in tpm_bios_measurements_ops
Nayna Jain
2016-11-28
tpm: have event log use the tpm_chip
Nayna Jain
2016-11-28
tpm: drop tpm1_chip_register(/unregister)
Jarkko Sakkinen
2016-11-28
tpm: replace dynamically allocated bios_dir with a static array
Jarkko Sakkinen
2016-11-28
tpm: replace symbolic permission with octal for securityfs files
Nayna Jain
2016-11-28
char: tpm: fix kerneldoc tpm2_unseal_trusted name typo
Baruch Siach
2016-11-28
tpm_tis: Allow tpm_tis to be bound using DT
Jason Gunthorpe
2016-11-28
tpm, tpm_vtpm_proxy: add kdoc comments for VTPM_PROXY_IOC_NEW_DEV
Jarkko Sakkinen
2016-11-28
tpm: Only call pm_runtime_get_sync if device has a parent
Stefan Berger
2016-11-28
tpm: define a generic open() method for ascii & bios measurements
Nayna Jain
2016-11-28
tpm: Get rid of TPM_CHIP_FLAG_REGISTERED
Jason Gunthorpe
2016-11-28
tpm xen: Remove bogus tpm_chip_unregister
Jason Gunthorpe
2016-11-28
tpm tis: Do not print timeout messages twice
Jason Gunthorpe
2016-11-28
tpm_tis: Check return values from get_burstcount.
Josh Zimmerman
[next]