summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* char/mwave: Adjust io port register sizeKees Cook2022-01-271-1/+1
* parisc/agp: Annotate parisc agp init functions with __initHelge Deller2021-12-221-3/+3
* virtio_console: Assure used length from device is limitedXie Yongji2021-07-201-2/+2
* ipmi/watchdog: Stop watchdog timer when the current action is 'none'Petr Pavlu2021-07-201-10/+12
* char: pcmcia: error out if 'num_bytes_read' is greater than 4 in set_protocol()Yu Kuai2021-07-201-0/+4
* char: hpet: add checks after calling ioremapTom Seewald2021-06-031-0/+4
* ttyprintk: Add TTY hangup callback.Tetsuo Handa2021-05-221-0/+11
* parisc: parisc-agp requires SBA IOMMU driverHelge Deller2021-04-161-1/+1
* random32: make prandom_u32() output unpredictableGeorge Spelvin2020-11-181-2/+0
* drivers: char: tlclk.c: Avoid data race between init and interrupt handlerMadhuparna Bhowmik2020-10-011-7/+10
* tpm: ibmvtpm: Wait for buffer to be set before proceedingStefan Berger2020-10-012-0/+10
* agp/intel: Fix a memory leak on module initialisation failureQiushi Wu2020-08-211-1/+3
* random32: update the net random state on interrupt and activityWilly Tarreau2020-08-211-0/+1
* virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for rproc serialAlexander Lobakin2020-07-221-1/+2
* x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2020-06-111-1/+1
* hwrng: exynos - Disable runtime PM on driver unbindKrzysztof Kozlowski2020-05-101-0/+9
* ipmi: fix hung processes in __get_guid()Wen Yang2020-04-241-1/+3
* random: always use batched entropy for get_random_u{32,64}Jason A. Donenfeld2020-04-131-6/+0
* ipmi:ssif: Handle a possible NULL pointer referenceCorey Minyard2020-03-111-3/+7
* ttyprintk: fix a potential deadlock in interrupt context issueZhenzhong Duan2020-02-051-6/+9
* hwrng: omap3-rom - Call clk_disable_unprepare() on exit only if not idledTony Lindgren2020-01-041-1/+2
* hwrng: stm32 - fix unbalanced pm_runtime_enableLionel Debieve2019-12-051-0/+8
* virtio_console: move removal codeMichael S. Tsirkin2019-11-281-36/+36
* virtio_console: drop custom control queue cleanupMichael S. Tsirkin2019-11-281-17/+0
* virtio_console: fix uninitialized variable useMichael S. Tsirkin2019-11-281-2/+4
* virtio_console: allocate inbufs in add_port() only if it is neededLaurent Vivier2019-11-281-15/+13
* virtio_console: don't tie bufs to a vqMichael S. Tsirkin2019-11-281-7/+7
* virtio_console: reset on out of memoryMichael S. Tsirkin2019-11-281-7/+10
* ipmi_si: Only schedule continuously in the thread in maintenance modeCorey Minyard2019-10-071-5/+19
* hwrng: core - don't wait on add_early_randomness()Laurent Vivier2019-10-051-1/+1
* /dev/mem: Bail out upon SIGKILL.Tetsuo Handa2019-10-051-0/+21
* hpet: Fix division by zero in hpet_time_div()Kefeng Wang2019-08-041-2/+1
* 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