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
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-04-05
tty: mark Siemens R3964 line discipline as BROKEN
Greg Kroah-Hartman
2019-03-10
Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...
Linus Torvalds
2019-03-08
Merge tag 'for-linus-5.1' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
2019-03-06
Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-03-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-03-06
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
2019-03-05
agp: efficeon: no need to set PG_reserved on GATT tables
David Hildenbrand
2019-03-05
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2019-02-28
hwrng: bcm2835 - fix probe as platform device
Jonas Gorski
2019-02-26
hpet: Use struct_size() in kzalloc()
Gustavo A. R. Silva
2019-02-22
ipmi_si: Potential array underflow in hotmod_handler()
Dan Carpenter
2019-02-22
ipmi_si: Remove hacks for adding a dummy platform devices
Corey Minyard
2019-02-22
ipmi_si: Consolidate scanning the platform bus
Corey Minyard
2019-02-22
ipmi_si: Remove hotmod devices on removal and exit
Corey Minyard
2019-02-22
ipmi_si: Remove hardcode IPMI devices by scanning the platform bus
Corey Minyard
2019-02-22
ipmi_si: Switch hotmod to use a platform device
Corey Minyard
2019-02-22
ipmi: Consolidate the adding of platform devices
Corey Minyard
2019-02-22
ipmi_si: Rename addr_type to addr_space to match what it does
Corey Minyard
2019-02-22
ipmi_si: Convert some types into unsigned
Corey Minyard
2019-02-22
ipmi_si: Fix crash when using hard-coded device
Corey Minyard
2019-02-20
hwrng: make symbol 'optee_rng_id_table' static
Wei Yongjun
2019-02-20
hwrng: Fix unsigned comparison with less than zero
YueHaibing
2019-02-20
hwrng: optee: Initialize some structs using memset instead of braces
Nathan Chancellor
2019-02-15
Merge tag 'tee-bus-for-5.1' of https://git.linaro.org/people/jens.wiklander/l...
Arnd Bergmann
2019-02-13
char: lp: mark expected switch fall-through
Gustavo A. R. Silva
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
[next]