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