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