summaryrefslogtreecommitdiff
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* tpm: fix race condition in tpm_common_write()Tadeusz Struk2018-08-151-23/+20
* random: mix rdrand with entropy sent in from userspaceTheodore Ts'o2018-08-031-1/+9
* ipmi:bt: Set the timeout before doing a capabilities checkCorey Minyard2018-07-031-1/+2
* tpm: self test failure should not cause suspend to failChris Chiu2018-06-131-0/+4
* tpm: do not suspend/resume if power stays onEnric Balletbo i Serra2018-06-133-0/+17
* hwrng: stm32 - add reset during probelionel.debieve@st.com2018-05-301-0/+9
* ipmi_ssif: Fix kernel panic at msg_done_handlerKamlakant Patel2018-05-301-2/+2
* ipmi/powernv: Fix error return code in ipmi_powernv_probe()Wei Yongjun2018-05-301-2/+3
* virtio_console: free buffers after resetMichael S. Tsirkin2018-05-011-25/+24
* random: rate limit unseeded randomness warningsTheodore Ts'o2018-05-011-3/+31
* random: fix possible sleeping allocation from irq contextTheodore Ts'o2018-05-011-1/+8
* random: set up the NUMA crng instances after the CRNG is fully initializedTheodore Ts'o2018-05-011-19/+27
* random: add new ioctl RNDRESEEDCRNGTheodore Ts'o2018-04-241-1/+12
* random: crng_reseed() should lock the crng instance that it is modifyingTheodore Ts'o2018-04-241-2/+2
* random: fix crng_ready() testTheodore Ts'o2018-04-241-5/+5
* random: use a tighter cap in credit_entropy_bits_safe()Theodore Ts'o2018-04-241-1/+1
* random: use lockless method of accessing and updating f->reg_idxTheodore Ts'o2018-04-131-6/+6
* fix race in drivers/char/random.c:get_reg()Michael Schmitz2018-04-131-1/+5
* ipmi_ssif: unlock on allocation failureDan Carpenter2018-04-131-0/+2
* ipmi/watchdog: fix wdog hang on panic waiting for ipmi responseRobert Lippert2018-03-241-4/+4
* tpm: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-03-242-0/+11
* agp/intel: Flush all chipset writes after updating the GGTTChris Wilson2018-03-221-0/+2
* tpm-dev-common: Reject too short writesAlexander Steffen2018-03-111-0/+6
* tpm_tis_spi: Use DMA-safe memory for SPI transfersAlexander Steffen2018-03-111-18/+27
* tpm: constify transmit data pointersArnd Bergmann2018-03-114-19/+16
* tpm_tis: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-03-111-2/+3
* tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-03-111-2/+6
* tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the...Jeremy Boone2018-03-111-2/+3
* tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-03-111-2/+2
* x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2018-02-221-1/+1
* ipmi: Stop timers before cleaning up the moduleMasamitsu Yamazaki2017-12-161-21/+23
* ipmi: fix unsigned long underflowCorey Minyard2017-11-241-4/+6
* ipmi/watchdog: fix watchdog timeout set on rebootValentin Vidic2017-08-061-3/+4
* ipmi:ssif: Add missing unlock in error branchCorey Minyard2017-07-271-0/+5
* ipmi: use rcu lock around call to intf->handlers->sender()Tony Camuso2017-07-271-0/+5
* tpm: Issue a TPM2_Shutdown for TPM2 devices.Josh Zimmerman2017-07-152-0/+41
* tpm: fix a kernel memory leak in tpm-sysfs.cJarkko Sakkinen2017-07-121-1/+2
* virtio_console: fix a crash in config_work_handlerG. Campana2017-07-051-1/+1
* vTPM: Fix missing NULL checkHon Ching \(Vicky) Lo2017-06-241-6/+11
* drivers: char: mem: Fix wraparound check to allow mappings up to the endJulius Werner2017-06-141-1/+1
* pcmcia: remove left-over %Z formatNicolas Iooss2017-06-071-3/+3
* drivers: char: mem: Check for address space wraparound with mmap()Julius Werner2017-05-251-0/+5
* tpm_crb: check for bad response sizeJerry Snitselaar2017-05-251-2/+1
* tpm: add sleep only for retry in i2c_nuvoton_write_status()Nayna Jain2017-05-251-2/+3
* tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driverNayna Jain2017-05-251-8/+15
* tpm_tis_spi: Add small delay after last transferPeter Huewe2017-05-251-0/+1
* tpm_tis_spi: Remove limitation of transfers to MAX_SPI_FRAMESIZE bytesPeter Huewe2017-05-251-49/+58
* tpm_tis_spi: Check correct byte for wait state indicatorPeter Huewe2017-05-251-18/+18
* tpm_tis_spi: Abort transfer when too many wait states are signaledPeter Huewe2017-05-251-0/+5
* tpm_tis_spi: Use single function to transfer dataPeter Huewe2017-05-251-63/+24