summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2019-03-15Merge tag 'v4.19.29' into dev-4.19dev-4.19Joel Stanley1-11/+24
2019-03-10applicom: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva1-11/+24
2019-02-04Merge tag 'v4.19.19' into dev-4.19Joel Stanley3-84/+126
2019-01-31char/mwave: fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+7
2019-01-26ipmi: Don't initialize anything in the core until something uses itCorey Minyard1-66/+82
2019-01-26ipmi:ssif: Fix handling of multi-part return messagesCorey Minyard1-8/+17
2019-01-26ipmi: Prevent use-after-free in deliver_responseFred Klassen1-1/+1
2019-01-26ipmi: msghandler: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva1-8/+18
2019-01-26ipmi: fix use-after-free of user->release_barrier.rdaYang Yingliang1-1/+1
2019-01-10Merge tag 'v4.19.14' into dev-4.19Joel Stanley2-11/+15
2019-01-09tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.xTomas Winkler1-4/+7
2019-01-09tpm: tpm_try_transmit() refactor error flow.Tomas Winkler1-7/+8
2018-12-03/dev/mem: add a devmem kernel parameter to activate the deviceCédric Le Goater2-0/+21
2018-11-13tpm: fix response size validation in tpm_get_random()Jarkko Sakkinen2-2/+5
2018-11-13tpm: Restore functionality to xen vtpm driver.Dr. Greg Wettstein1-1/+1
2018-11-13tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivatedJavier Martinez Canillas1-1/+2
2018-11-13ipmi: Fix timer race with module unloadJan Glauber1-4/+6
2018-09-13Merge tag 'for-linus-4.19' of git://github.com/cminyard/linux-ipmiLinus Torvalds5-104/+97
2018-09-09Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/...Linus Torvalds2-5/+10
2018-09-01random: make CPU trust a boot parameterKees Cook2-5/+10
2018-08-31ipmi: Fix NULL pointer dereference in ssif_probeGustavo A. R. Silva1-1/+3
2018-08-31ipmi: Fix I2C client removal in the SSIF driverCorey Minyard1-11/+6
2018-08-31ipmi: Move BT capabilities detection to the detect callCorey Minyard1-44/+48
2018-08-31ipmi: Rework SMI registration failureCorey Minyard3-46/+37
2018-08-30ipmi: kcs_bmc: don't change device nameBenjamin Fair1-3/+4
2018-08-21Merge tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds1-13/+0
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-44/+27
2018-08-16Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds11-292/+272
2018-08-16Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-14/+49
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu7-45/+49
2018-08-03random: Make crng state queryableJason A. Donenfeld1-0/+15
2018-08-02char: rtc: remove task handlingAlexandre Belloni1-13/+0
2018-07-29Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+9
2018-07-28tpm: replace TPM_TRANSMIT_RAW with TPM_TRANSMIT_NESTEDJarkko Sakkinen4-25/+20
2018-07-28tpm: Convert tpm_find_get_ops() to use tpm_default_chip()Stefan Berger1-19/+13
2018-07-28tpm: Implement tpm_default_chip() to find a TPM chipStefan Berger1-0/+27
2018-07-28tpm: rename tpm_chip_find_get() to tpm_find_get_ops()Stefan Berger3-11/+14
2018-07-28tpm: Allow tpm_tis drivers to set hwrng quality.Louis Collard2-0/+3
2018-07-28tpm: Return the actual size when receiving an unsupported commandRicardo Schwarzmeier1-1/+1
2018-07-28tpm: separate cmd_ready/go_idle from runtime_pmTomas Winkler4-92/+88
2018-07-28tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin1-4/+4
2018-07-28tpm_tis_spi: Pass the SPI IRQ down to the driverLinus Walleij1-1/+8
2018-07-28tpm: migrate tpm2_get_random() to use struct tpm_bufJarkko Sakkinen2-70/+51
2018-07-28tpm: migrate tpm2_get_tpm_pt() to use struct tpm_bufJarkko Sakkinen1-42/+27
2018-07-28tpm: migrate tpm2_probe() to use struct tpm_bufJarkko Sakkinen1-17/+23
2018-07-28tpm: migrate tpm2_shutdown() to use struct tpm_bufJarkko Sakkinen1-32/+15
2018-07-27hwrng: msm - remove msm hw_random driverVinod Koul3-197/+0
2018-07-27mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov1-0/+1
2018-07-24random: remove preempt disabled regionIngo Molnar1-4/+0
2018-07-24random: add a config option to trust the CPU's hwrngTheodore Ts'o2-1/+24