aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2019-04-17ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrierGravatar Corey Minyard 1-2/+17
2019-04-16ipmi: ipmi_si_hardcode.c: init si_type array to fix a crashGravatar Tony Camuso 1-0/+2
2019-04-16ipmi: Fix failure on SMBIOS specified devicesGravatar Corey Minyard 1-1/+0
2019-04-08tpm: Fix the type of the return value in calc_tpm2_event_size()Gravatar Yue Haibing 1-2/+2
2019-04-08tpm: fix an invalid condition in tpm_common_pollGravatar Tadeusz Struk 1-1/+8
2019-04-08tpm: turn on TPM on suspend for TPM 1.xGravatar Jarkko Sakkinen 1-8/+6
2019-04-05tty: mark Siemens R3964 line discipline as BROKENGravatar Greg Kroah-Hartman 1-1/+1
2019-03-10Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Gravatar Linus Torvalds 26-700/+721
2019-03-08Merge tag 'for-linus-5.1' of git://github.com/cminyard/linux-ipmiGravatar Linus Torvalds 20-482/+756
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 9-629/+300
2019-03-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+0
2019-03-06Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Linus Torvalds 3-0/+322
2019-03-05agp: efficeon: no need to set PG_reserved on GATT tablesGravatar David Hildenbrand 1-2/+0
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-9/+11
2019-02-28hwrng: bcm2835 - fix probe as platform deviceGravatar Jonas Gorski 1-8/+10
2019-02-26hpet: Use struct_size() in kzalloc()Gravatar Gustavo A. R. Silva 1-5/+2
2019-02-22ipmi_si: Potential array underflow in hotmod_handler()Gravatar Dan Carpenter 1-1/+2
2019-02-22ipmi_si: Remove hacks for adding a dummy platform devicesGravatar Corey Minyard 1-42/+3
2019-02-22ipmi_si: Consolidate scanning the platform busGravatar Corey Minyard 4-30/+23
2019-02-22ipmi_si: Remove hotmod devices on removal and exitGravatar Corey Minyard 3-6/+43
2019-02-22ipmi_si: Remove hardcode IPMI devices by scanning the platform busGravatar Corey Minyard 1-7/+15
2019-02-22ipmi_si: Switch hotmod to use a platform deviceGravatar Corey Minyard 3-113/+98
2019-02-22ipmi: Consolidate the adding of platform devicesGravatar Corey Minyard 9-214/+205
2019-02-22ipmi_si: Rename addr_type to addr_space to match what it doesGravatar Corey Minyard 8-27/+29
2019-02-22ipmi_si: Convert some types into unsignedGravatar Corey Minyard 1-4/+4
2019-02-22ipmi_si: Fix crash when using hard-coded deviceGravatar Corey Minyard 4-76/+216
2019-02-20hwrng: make symbol 'optee_rng_id_table' staticGravatar Wei Yongjun 1-1/+1
2019-02-20hwrng: Fix unsigned comparison with less than zeroGravatar YueHaibing 1-2/+2
2019-02-20hwrng: optee: Initialize some structs using memset instead of bracesGravatar Nathan Chancellor 1-5/+13
2019-02-15Merge tag 'tee-bus-for-5.1' of https://git.linaro.org/people/jens.wiklander/l...Gravatar Arnd Bergmann 3-0/+314
2019-02-13char: lp: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-2/+2
2019-02-13tpm/ppi: Enable submission of optional command parameter for PPI 1.3Gravatar Stefan Berger 1-6/+16
2019-02-13tpm/ppi: Possibly show command parameter if TPM PPI 1.3 is usedGravatar Stefan Berger 1-2/+29
2019-02-13tpm/ppi: Display up to 101 operations as define for version 1.3Gravatar Stefan Berger 1-1/+1
2019-02-13tpm/ppi: rename TPM_PPI_REVISION_ID to TPM_PPI_REVISION_ID_1Gravatar Stefan Berger 1-10/+11
2019-02-13tpm/ppi: pass function revision ID to tpm_eval_dsm()Gravatar Stefan Berger 1-8/+8
2019-02-13tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()Gravatar Roberto Sassu 3-27/+15
2019-02-13tpm: move tpm_chip definition to include/linux/tpm.hGravatar Roberto Sassu 1-97/+4
2019-02-13tpm: retrieve digest size of unknown algorithms with PCR readGravatar Roberto Sassu 4-29/+81
2019-02-13tpm: rename and export tpm2_digest and tpm2_algorithmsGravatar Roberto Sassu 4-23/+12
2019-02-13tpm: dynamically allocate the allocated_banks arrayGravatar Roberto Sassu 5-19/+44
2019-02-13tpm: remove @flags from tpm_transmit()Gravatar Jarkko Sakkinen 10-90/+73
2019-02-13tpm: take TPM chip power gating out of tpm_transmit()Gravatar Jarkko Sakkinen 6-37/+40
2019-02-13tpm: introduce tpm_chip_start() and tpm_chip_stop()Gravatar Jarkko Sakkinen 3-81/+116
2019-02-13tpm: remove TPM_TRANSMIT_UNLOCKED flagGravatar Jarkko Sakkinen 6-38/+17
2019-02-13tpm: use tpm_try_get_ops() in tpm-sysfs.c.Gravatar Jarkko Sakkinen 1-45/+78
2019-02-13tpm: remove @space from tpm_transmit()Gravatar Jarkko Sakkinen 8-53/+43
2019-02-13tpm: move TPM space code out of tpm_transmit()Gravatar Jarkko Sakkinen 3-33/+34
2019-02-13tpm: move tpm_validate_commmand() to tpm2-space.cGravatar Jarkko Sakkinen 3-64/+66
2019-02-13tpm: clean up tpm_try_transmit() error handling flowGravatar Jarkko Sakkinen 3-52/+45