summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2020-04-24ipmi: fix hung processes in __get_guid()Wen Yang
2020-04-13random: always use batched entropy for get_random_u{32,64}Jason A. Donenfeld
2020-03-11ipmi:ssif: Handle a possible NULL pointer referenceCorey Minyard
2020-02-05ttyprintk: fix a potential deadlock in interrupt context issueZhenzhong Duan
2020-01-04hwrng: omap3-rom - Call clk_disable_unprepare() on exit only if not idledTony Lindgren
2019-12-21ppdev: fix PPGETTIME/PPSETTIME ioctlsArnd Bergmann
2019-12-05hwrng: stm32 - fix unbalanced pm_runtime_enableLionel Debieve
2019-11-28virtio_console: move removal codeMichael S. Tsirkin
2019-11-28virtio_console: drop custom control queue cleanupMichael S. Tsirkin
2019-11-28virtio_console: fix uninitialized variable useMichael S. Tsirkin
2019-11-28virtio_console: allocate inbufs in add_port() only if it is neededLaurent Vivier
2019-11-28virtio_console: don't tie bufs to a vqMichael S. Tsirkin
2019-11-28virtio_console: reset on out of memoryMichael S. Tsirkin
2019-10-07ipmi_si: Only schedule continuously in the thread in maintenance modeCorey Minyard
2019-10-05hwrng: core - don't wait on add_early_randomness()Laurent Vivier
2019-10-05/dev/mem: Bail out upon SIGKILL.Tetsuo Handa
2019-08-04hpet: Fix division by zero in hpet_time_div()Kefeng Wang
2019-05-31virtio_console: initialize vtermno value for portsPankaj Gupta
2019-05-21ipmi:ssif: compare block number correctly for multi-part return messagesKamlakant Patel
2019-04-27tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incompleteJarkko Sakkinen
2019-04-20tpm/tpm_crb: Avoid unaligned reads in crb_recv()Jarkko Sakkinen
2019-04-17tty: mark Siemens R3964 line discipline as BROKENGreg Kroah-Hartman
2019-04-05hpet: Fix missing '=' character in the __setup() code of hpet_mmap_enableBuland Singh
2019-04-05hwrng: virtio - Avoid repeated init of completionDavid Tolnay
2019-03-13applicom: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva
2019-02-27hpet: Make cmd parameter of hpet_ioctl_common() unsignedMatthias Kaehlcke
2019-01-31char/mwave: fix potential Spectre v1 vulnerabilityGustavo A. R. Silva
2019-01-26ipmi:ssif: Fix handling of multi-part return messagesCorey Minyard
2019-01-09tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.xTomas Winkler
2018-11-13tpm: Restore functionality to xen vtpm driver.Dr. Greg Wettstein
2018-11-13tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivatedJavier Martinez Canillas
2018-11-13ipmi: Fix timer race with module unloadJan Glauber
2018-09-19tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin
2018-09-19tpm_tis_spi: Pass the SPI IRQ down to the driverLinus Walleij
2018-08-15tpm: fix race condition in tpm_common_write()Tadeusz Struk
2018-08-03random: mix rdrand with entropy sent in from userspaceTheodore Ts'o
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