summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* virtio_console: initialize vtermno value for portsPankaj Gupta2019-06-111-1/+2
* ipmi:ssif: compare block number correctly for multi-part return messagesKamlakant Patel2019-06-111-1/+5
* tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incompleteJarkko Sakkinen2019-04-271-1/+9
* tpm/tpm_crb: Avoid unaligned reads in crb_recv()Jarkko Sakkinen2019-04-271-6/+16
* tty: mark Siemens R3964 line discipline as BROKENGreg Kroah-Hartman2019-04-271-1/+1
* hpet: Fix missing '=' character in the __setup() code of hpet_mmap_enableBuland Singh2019-04-271-1/+1
* hwrng: virtio - Avoid repeated init of completionDavid Tolnay2019-04-271-1/+1
* applicom: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva2019-03-231-11/+24
* char/mwave: fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-02-061-0/+7
* ipmi:ssif: Fix handling of multi-part return messagesCorey Minyard2019-01-261-8/+17
* tpm: Restore functionality to xen vtpm driver.Dr. Greg Wettstein2018-11-211-1/+1
* tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivatedJavier Martinez Canillas2018-11-211-1/+2
* ipmi: Fix timer race with module unloadJan Glauber2018-11-211-4/+6
* tpm: fix: return rc when devm_add_action() failsJarkko Sakkinen2018-11-101-1/+5
* 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-061-1/+9
* ipmi:bt: Set the timeout before doing a capabilities checkCorey Minyard2018-07-031-1/+2
* x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov2018-06-161-2/+3
* 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-021-25/+24
* 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_tis: fix potential buffer overruns caused by bit glitches on the busJeremy Boone2018-03-241-2/+3
* 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_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
* hwrng: exynos - use __maybe_unused to hide pm functionsArnd Bergmann2018-02-251-6/+4
* hwrng: core - sleep interruptible in readJiri Slaby2018-01-171-1/+5
* x86/mm/pat, /dev/mem: Remove superfluous error messageJiri Kosina2018-01-171-5/+1
* ipmi: Stop timers before cleaning up the moduleMasamitsu Yamazaki2017-12-161-21/+23
* ipmi: fix unsigned long underflowCorey Minyard2017-11-241-4/+6
* tpm: Replace device number bitmap with IDRStefan Berger2017-08-063-42/+49
* tpm: fix a kernel memory leak in tpm-sysfs.cJarkko Sakkinen2017-08-061-0/+2
* 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-212-0/+43
* tpm: Provide strong locking for device removalJason Gunthorpe2017-07-215-21/+100
* tpm: Get rid of chip->pdevJason Gunthorpe2017-07-2113-93/+89
* virtio_console: fix a crash in config_work_handlerG. Campana2017-07-051-1/+1
* drivers: char: mem: Fix wraparound check to allow mappings up to the endJulius Werner2017-06-141-1/+1