summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2019-01-31char/mwave: fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+7
2019-01-26ipmi:ssif: Fix handling of multi-part return messagesCorey Minyard1-8/+17
2019-01-09tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.xTomas Winkler1-4/+7
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-19tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin1-4/+4
2018-09-19tpm_tis_spi: Pass the SPI IRQ down to the driverLinus Walleij1-1/+8
2018-08-15tpm: fix race condition in tpm_common_write()Tadeusz Struk1-23/+20
2018-08-03random: mix rdrand with entropy sent in from userspaceTheodore Ts'o1-1/+9
2018-07-03ipmi:bt: Set the timeout before doing a capabilities checkCorey Minyard1-1/+2
2018-06-13tpm: self test failure should not cause suspend to failChris Chiu1-0/+4
2018-06-13tpm: do not suspend/resume if power stays onEnric Balletbo i Serra3-0/+17
2018-05-30hwrng: stm32 - add reset during probelionel.debieve@st.com1-0/+9
2018-05-30ipmi_ssif: Fix kernel panic at msg_done_handlerKamlakant Patel1-2/+2
2018-05-30ipmi/powernv: Fix error return code in ipmi_powernv_probe()Wei Yongjun1-2/+3
2018-05-01virtio_console: free buffers after resetMichael S. Tsirkin1-25/+24
2018-05-01random: rate limit unseeded randomness warningsTheodore Ts'o1-3/+31
2018-05-01random: fix possible sleeping allocation from irq contextTheodore Ts'o1-1/+8
2018-05-01random: set up the NUMA crng instances after the CRNG is fully initializedTheodore Ts'o1-19/+27
2018-04-24random: add new ioctl RNDRESEEDCRNGTheodore Ts'o1-1/+12
2018-04-24random: crng_reseed() should lock the crng instance that it is modifyingTheodore Ts'o1-2/+2
2018-04-24random: fix crng_ready() testTheodore Ts'o1-5/+5
2018-04-24random: use a tighter cap in credit_entropy_bits_safe()Theodore Ts'o1-1/+1
2018-04-13random: use lockless method of accessing and updating f->reg_idxTheodore Ts'o1-6/+6
2018-04-13fix race in drivers/char/random.c:get_reg()Michael Schmitz1-1/+5
2018-04-13ipmi_ssif: unlock on allocation failureDan Carpenter1-0/+2
2018-03-24ipmi/watchdog: fix wdog hang on panic waiting for ipmi responseRobert Lippert1-4/+4
2018-03-24tpm: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2-0/+11
2018-03-22agp/intel: Flush all chipset writes after updating the GGTTChris Wilson1-0/+2
2018-03-11tpm-dev-common: Reject too short writesAlexander Steffen1-0/+6
2018-03-11tpm_tis_spi: Use DMA-safe memory for SPI transfersAlexander Steffen1-18/+27
2018-03-11tpm: constify transmit data pointersArnd Bergmann4-19/+16
2018-03-11tpm_tis: fix potential buffer overruns caused by bit glitches on the busJeremy Boone1-2/+3
2018-03-11tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the busJeremy Boone1-2/+6
2018-03-11tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the...Jeremy Boone1-2/+3
2018-03-11tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the busJeremy Boone1-2/+2
2018-02-22x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang1-1/+1
2017-12-16ipmi: Stop timers before cleaning up the moduleMasamitsu Yamazaki1-21/+23
2017-11-24ipmi: fix unsigned long underflowCorey Minyard1-4/+6
2017-08-06ipmi/watchdog: fix watchdog timeout set on rebootValentin Vidic1-3/+4
2017-07-27ipmi:ssif: Add missing unlock in error branchCorey Minyard1-0/+5
2017-07-27ipmi: use rcu lock around call to intf->handlers->sender()Tony Camuso1-0/+5
2017-07-15tpm: Issue a TPM2_Shutdown for TPM2 devices.Josh Zimmerman2-0/+41
2017-07-12tpm: fix a kernel memory leak in tpm-sysfs.cJarkko Sakkinen1-1/+2
2017-07-05virtio_console: fix a crash in config_work_handlerG. Campana1-1/+1
2017-06-24vTPM: Fix missing NULL checkHon Ching \(Vicky) Lo1-6/+11
2017-06-14drivers: char: mem: Fix wraparound check to allow mappings up to the endJulius Werner1-1/+1
2017-06-07pcmcia: remove left-over %Z formatNicolas Iooss1-3/+3
2017-05-25drivers: char: mem: Check for address space wraparound with mmap()Julius Werner1-0/+5