summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2018-07-03ipmi:bt: Set the timeout before doing a capabilities checkCorey Minyard
2018-06-13tpm: self test failure should not cause suspend to failChris Chiu
2018-06-13tpm: do not suspend/resume if power stays onEnric Balletbo i Serra
2018-05-30hwrng: stm32 - add reset during probelionel.debieve@st.com
2018-05-30ipmi_ssif: Fix kernel panic at msg_done_handlerKamlakant Patel
2018-05-30ipmi/powernv: Fix error return code in ipmi_powernv_probe()Wei Yongjun
2018-05-01virtio_console: free buffers after resetMichael S. Tsirkin
2018-05-01random: rate limit unseeded randomness warningsTheodore Ts'o
2018-05-01random: fix possible sleeping allocation from irq contextTheodore Ts'o
2018-05-01random: set up the NUMA crng instances after the CRNG is fully initializedTheodore Ts'o
2018-04-24random: add new ioctl RNDRESEEDCRNGTheodore Ts'o
2018-04-24random: crng_reseed() should lock the crng instance that it is modifyingTheodore Ts'o
2018-04-24random: fix crng_ready() testTheodore Ts'o
2018-04-24random: use a tighter cap in credit_entropy_bits_safe()Theodore Ts'o
2018-04-13random: use lockless method of accessing and updating f->reg_idxTheodore Ts'o
2018-04-13fix race in drivers/char/random.c:get_reg()Michael Schmitz
2018-04-13ipmi_ssif: unlock on allocation failureDan Carpenter
2018-03-24ipmi/watchdog: fix wdog hang on panic waiting for ipmi responseRobert Lippert
2018-03-24tpm: fix potential buffer overruns caused by bit glitches on the busJeremy Boone
2018-03-22agp/intel: Flush all chipset writes after updating the GGTTChris Wilson
2018-03-11tpm-dev-common: Reject too short writesAlexander Steffen
2018-03-11tpm_tis_spi: Use DMA-safe memory for SPI transfersAlexander Steffen
2018-03-11tpm: constify transmit data pointersArnd Bergmann
2018-03-11tpm_tis: fix potential buffer overruns caused by bit glitches on the busJeremy Boone
2018-03-11tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the busJeremy Boone
2018-03-11tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the...Jeremy Boone
2018-03-11tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the busJeremy Boone
2018-02-22x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang
2017-12-16ipmi: Stop timers before cleaning up the moduleMasamitsu Yamazaki
2017-11-24ipmi: fix unsigned long underflowCorey Minyard
2017-08-06ipmi/watchdog: fix watchdog timeout set on rebootValentin Vidic
2017-07-27ipmi:ssif: Add missing unlock in error branchCorey Minyard
2017-07-27ipmi: use rcu lock around call to intf->handlers->sender()Tony Camuso
2017-07-15tpm: Issue a TPM2_Shutdown for TPM2 devices.Josh Zimmerman
2017-07-12tpm: fix a kernel memory leak in tpm-sysfs.cJarkko Sakkinen
2017-07-05virtio_console: fix a crash in config_work_handlerG. Campana
2017-06-24vTPM: Fix missing NULL checkHon Ching \(Vicky) Lo
2017-06-14drivers: char: mem: Fix wraparound check to allow mappings up to the endJulius Werner
2017-06-07pcmcia: remove left-over %Z formatNicolas Iooss
2017-05-25drivers: char: mem: Check for address space wraparound with mmap()Julius Werner
2017-05-25tpm_crb: check for bad response sizeJerry Snitselaar
2017-05-25tpm: add sleep only for retry in i2c_nuvoton_write_status()Nayna Jain
2017-05-25tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driverNayna Jain
2017-05-25tpm_tis_spi: Add small delay after last transferPeter Huewe
2017-05-25tpm_tis_spi: Remove limitation of transfers to MAX_SPI_FRAMESIZE bytesPeter Huewe
2017-05-25tpm_tis_spi: Check correct byte for wait state indicatorPeter Huewe
2017-05-25tpm_tis_spi: Abort transfer when too many wait states are signaledPeter Huewe
2017-05-25tpm_tis_spi: Use single function to transfer dataPeter Huewe
2017-05-25tpm_tis_core: Choose appropriate timeout for reading burstcountAlexander Steffen
2017-05-25char: lp: fix possible integer overflow in lp_setup()Willy Tarreau