summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2020-02-05ttyprintk: fix a potential deadlock in interrupt context issueZhenzhong Duan1-6/+9
2020-01-04hwrng: omap3-rom - Call clk_disable_unprepare() on exit only if not idledTony Lindgren1-1/+2
2019-12-05hwrng: stm32 - fix unbalanced pm_runtime_enableLionel Debieve1-0/+8
2019-11-28virtio_console: move removal codeMichael S. Tsirkin1-36/+36
2019-11-28virtio_console: drop custom control queue cleanupMichael S. Tsirkin1-17/+0
2019-11-28virtio_console: fix uninitialized variable useMichael S. Tsirkin1-2/+4
2019-11-28virtio_console: allocate inbufs in add_port() only if it is neededLaurent Vivier1-15/+13
2019-11-28virtio_console: don't tie bufs to a vqMichael S. Tsirkin1-7/+7
2019-11-28virtio_console: reset on out of memoryMichael S. Tsirkin1-7/+10
2019-10-07ipmi_si: Only schedule continuously in the thread in maintenance modeCorey Minyard1-5/+19
2019-10-05hwrng: core - don't wait on add_early_randomness()Laurent Vivier1-1/+1
2019-10-05/dev/mem: Bail out upon SIGKILL.Tetsuo Handa1-0/+21
2019-08-04hpet: Fix division by zero in hpet_time_div()Kefeng Wang1-2/+1
2019-06-11virtio_console: initialize vtermno value for portsPankaj Gupta1-1/+2
2019-06-11ipmi:ssif: compare block number correctly for multi-part return messagesKamlakant Patel1-1/+5
2019-04-27tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incompleteJarkko Sakkinen1-1/+9
2019-04-27tpm/tpm_crb: Avoid unaligned reads in crb_recv()Jarkko Sakkinen1-6/+16
2019-04-27tty: mark Siemens R3964 line discipline as BROKENGreg Kroah-Hartman1-1/+1
2019-04-27hpet: Fix missing '=' character in the __setup() code of hpet_mmap_enableBuland Singh1-1/+1
2019-04-27hwrng: virtio - Avoid repeated init of completionDavid Tolnay1-1/+1
2019-03-23applicom: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva1-11/+24
2019-02-06char/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
2018-11-21tpm: Restore functionality to xen vtpm driver.Dr. Greg Wettstein1-1/+1
2018-11-21tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivatedJavier Martinez Canillas1-1/+2
2018-11-21ipmi: Fix timer race with module unloadJan Glauber1-4/+6
2018-11-10tpm: fix: return rc when devm_add_action() failsJarkko Sakkinen1-1/+5
2018-08-15tpm: fix race condition in tpm_common_write()Tadeusz Struk1-23/+20
2018-08-06random: 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-16x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov1-2/+3
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-02virtio_console: free buffers after resetMichael S. Tsirkin1-25/+24
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_tis: fix potential buffer overruns caused by bit glitches on the busJeremy Boone1-2/+3
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_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-25hwrng: exynos - use __maybe_unused to hide pm functionsArnd Bergmann1-6/+4
2018-01-17hwrng: core - sleep interruptible in readJiri Slaby1-1/+5