summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2021-12-22parisc/agp: Annotate parisc agp init functions with __initHelge Deller1-3/+3
2021-07-20virtio_console: Assure used length from device is limitedXie Yongji1-2/+2
2021-07-20ipmi/watchdog: Stop watchdog timer when the current action is 'none'Petr Pavlu1-10/+12
2021-07-20char: pcmcia: error out if 'num_bytes_read' is greater than 4 in set_protocol()Yu Kuai1-0/+4
2021-06-03char: hpet: add checks after calling ioremapTom Seewald1-0/+4
2021-05-22ttyprintk: Add TTY hangup callback.Tetsuo Handa1-0/+11
2021-04-16parisc: parisc-agp requires SBA IOMMU driverHelge Deller1-1/+1
2021-03-03random: fix the RNDRESEEDCRNG ioctlEric Biggers1-1/+1
2020-11-18random32: make prandom_u32() output unpredictableGeorge Spelvin1-1/+0
2020-10-01drivers: char: tlclk.c: Avoid data race between init and interrupt handlerMadhuparna Bhowmik1-7/+10
2020-10-01tpm: ibmvtpm: Wait for buffer to be set before proceedingStefan Berger2-0/+10
2020-08-21agp/intel: Fix a memory leak on module initialisation failureQiushi Wu1-1/+3
2020-08-21random32: update the net random state on interrupt and activityWilly Tarreau1-0/+1
2020-07-22virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for rproc serialAlexander Lobakin1-1/+2
2020-06-20agp/intel: Reinforce the barrier after GTT updatesChris Wilson1-1/+3
2020-05-02tpm/tpm_tis: Free IRQ if probing failsJarkko Sakkinen1-1/+7
2020-04-24ipmi: fix hung processes in __get_guid()Wen Yang1-1/+3
2020-04-13random: always use batched entropy for get_random_u{32,64}Jason A. Donenfeld1-8/+2
2020-03-11ipmi:ssif: Handle a possible NULL pointer referenceCorey Minyard1-3/+7
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-21ppdev: fix PPGETTIME/PPSETTIME ioctlsArnd Bergmann1-4/+12
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-05-31virtio_console: initialize vtermno value for portsPankaj Gupta1-1/+2
2019-05-21ipmi: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-20tpm/tpm_crb: Avoid unaligned reads in crb_recv()Jarkko Sakkinen1-6/+16
2019-04-17tty: mark Siemens R3964 line discipline as BROKENGreg Kroah-Hartman1-1/+1
2019-04-05hpet: Fix missing '=' character in the __setup() code of hpet_mmap_enableBuland Singh1-1/+1
2019-04-05hwrng: virtio - Avoid repeated init of completionDavid Tolnay1-1/+1
2019-03-14applicom: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva1-11/+24
2019-02-27hpet: Make cmd parameter of hpet_ioctl_common() unsignedMatthias Kaehlcke1-1/+1
2019-01-31char/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
2019-01-09tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.xTomas Winkler1-4/+7
2018-11-13tpm: Restore functionality to xen vtpm driver.Dr. Greg Wettstein1-1/+1
2018-11-13tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivatedJavier Martinez Canillas1-1/+2
2018-11-13ipmi: Fix timer race with module unloadJan Glauber1-4/+6
2018-09-19tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin1-4/+4
2018-09-19tpm_tis_spi: Pass the SPI IRQ down to the driverLinus Walleij1-1/+8