index
:
linux.git
iio/light/color-sensors
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tpm
Age
Commit message (
Expand
)
Author
2019-04-08
tpm: Fix the type of the return value in calc_tpm2_event_size()
Yue Haibing
2019-04-08
tpm: fix an invalid condition in tpm_common_poll
Tadeusz Struk
2019-04-08
tpm: turn on TPM on suspend for TPM 1.x
Jarkko Sakkinen
2019-02-13
tpm/ppi: Enable submission of optional command parameter for PPI 1.3
Stefan Berger
2019-02-13
tpm/ppi: Possibly show command parameter if TPM PPI 1.3 is used
Stefan Berger
2019-02-13
tpm/ppi: Display up to 101 operations as define for version 1.3
Stefan Berger
2019-02-13
tpm/ppi: rename TPM_PPI_REVISION_ID to TPM_PPI_REVISION_ID_1
Stefan Berger
2019-02-13
tpm/ppi: pass function revision ID to tpm_eval_dsm()
Stefan Berger
2019-02-13
tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()
Roberto Sassu
2019-02-13
tpm: move tpm_chip definition to include/linux/tpm.h
Roberto Sassu
2019-02-13
tpm: retrieve digest size of unknown algorithms with PCR read
Roberto Sassu
2019-02-13
tpm: rename and export tpm2_digest and tpm2_algorithms
Roberto Sassu
2019-02-13
tpm: dynamically allocate the allocated_banks array
Roberto Sassu
2019-02-13
tpm: remove @flags from tpm_transmit()
Jarkko Sakkinen
2019-02-13
tpm: take TPM chip power gating out of tpm_transmit()
Jarkko Sakkinen
2019-02-13
tpm: introduce tpm_chip_start() and tpm_chip_stop()
Jarkko Sakkinen
2019-02-13
tpm: remove TPM_TRANSMIT_UNLOCKED flag
Jarkko Sakkinen
2019-02-13
tpm: use tpm_try_get_ops() in tpm-sysfs.c.
Jarkko Sakkinen
2019-02-13
tpm: remove @space from tpm_transmit()
Jarkko Sakkinen
2019-02-13
tpm: move TPM space code out of tpm_transmit()
Jarkko Sakkinen
2019-02-13
tpm: move tpm_validate_commmand() to tpm2-space.c
Jarkko Sakkinen
2019-02-13
tpm: clean up tpm_try_transmit() error handling flow
Jarkko Sakkinen
2019-02-13
tpm: encapsulate tpm_dev_transmit()
Jarkko Sakkinen
2019-02-13
tpm: access command header through struct in tpm_try_transmit()
Jarkko Sakkinen
2019-02-13
tpm: declare struct tpm_header
Jarkko Sakkinen
2019-02-13
tpm: print tpm2_commit_space() error inside tpm2_commit_space()
Jarkko Sakkinen
2019-02-13
tpm: return 0 from pcrs_show() when tpm1_pcr_read() fails
Jarkko Sakkinen
2019-02-13
tpm: fix invalid return value in pubek_show()
Jarkko Sakkinen
2019-02-13
tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter
Jarkko Sakkinen
2019-02-13
tpm: don't return bool from update_timeouts
Jerry Snitselaar
2019-02-13
tpm: don't print error message in tpm_transmit_cmd when tpm still testing
Jerry Snitselaar
2019-02-13
tpm: add _head suffix to tcg_efi_specid_event and tcg_pcr_event2
Roberto Sassu
2019-02-13
tpm: Fix off-by-one when reading binary_bios_measurements
Jia Zhang
2019-02-13
tpm: Simplify the measurements loop
Jia Zhang
2019-02-13
tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incomplete
Jarkko Sakkinen
2019-02-13
tpm: Unify the send callback behaviour
Jarkko Sakkinen
2019-02-08
tpm: Fix some name collisions with drivers/char/tpm.h
Jarkko Sakkinen
2019-02-08
tpm/tpm_crb: Avoid unaligned reads in crb_recv()
Jarkko Sakkinen
2018-12-17
tpm: add support for partial reads
Tadeusz Struk
2018-11-13
tpm: tpm_ibmvtpm: fix kdoc warnings
Tomas Winkler
2018-11-13
tpm: fix kdoc for tpm2_flush_context_cmd()
Tomas Winkler
2018-11-13
tpm: tpm_try_transmit() refactor error flow.
Tomas Winkler
2018-11-13
tpm: use u32 instead of int for PCR index
Tomas Winkler
2018-11-13
tpm1: reimplement tpm1_continue_selftest() using tpm_buf
Tomas Winkler
2018-11-13
tpm1: reimplement SAVESTATE using tpm_buf
Tomas Winkler
2018-11-13
tpm1: rename tpm1_pcr_read_dev to tpm1_pcr_read()
Tomas Winkler
2018-11-13
tpm1: implement tpm1_pcr_read_dev() using tpm_buf structure
Tomas Winkler
2018-11-13
tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structure
Tomas Winkler
2018-11-13
tpm: tpm-space.c remove unneeded semicolon
Tomas Winkler
2018-11-13
tpm: tpm-interface.c drop unused macros
Tomas Winkler
[next]