summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* char/mwave: Adjust io port register sizeKees Cook2022-01-271-1/+1
* tpm: add request_locality before write TPM_INT_ENABLEChen Jun2022-01-271-0/+8
* random: fix data race on crng init timeEric Biggers2022-01-271-8/+11
* random: fix data race on crng_node_poolEric Biggers2022-01-271-20/+22
* parisc/agp: Annotate parisc agp init functions with __initHelge Deller2021-12-221-3/+3
* hwrng: mtk - Force runtime pm ops for sleep opsMarkus Schneider-Pargmann2021-11-261-2/+7
* tpm: Check for integer overflow in tpm2_map_response_body()Dan Carpenter2021-11-261-0/+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
* tpm: fix error return code in tpm2_get_cc_attrs_tbl()Zhen Lei2021-05-221-0/+1
* ttyprintk: Add TTY hangup callback.Tetsuo Handa2021-05-221-0/+11
* parisc: parisc-agp requires SBA IOMMU driverHelge Deller2021-04-161-1/+1
* tpm_tis: Fix check_locality for correct locality acquisitionJames Bottomley2021-03-031-1/+2
* hwrng: timeriomem - Fix cooldown period calculationJan Henrik Weinstock2021-03-031-1/+1
* random: fix the RNDRESEEDCRNG ioctlEric Biggers2021-03-031-1/+1
* random32: make prandom_u32() output unpredictableGeorge Spelvin2020-11-181-1/+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
* tpm: Unify the mismatching TPM space buffer sizesJarkko Sakkinen2020-09-034-19/+24
* 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-071-0/+1
* virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for rproc serialAlexander Lobakin2020-07-221-1/+2
* tpm_tis: extra chip->ops check on error path in tpm_tis_core_initVasily Averin2020-07-221-1/+1
* agp/intel: Reinforce the barrier after GTT updatesChris Wilson2020-06-201-1/+3
* ipmi: Fix NULL pointer dereference in ssif_probeGustavo A. R. Silva2020-05-201-1/+3
* tpm: ibmvtpm: retry on H_CLOSED in tpm_ibmvtpm_send()George Wilson2020-05-021-63/+73
* tpm/tpm_tis: Free IRQ if probing failsJarkko Sakkinen2020-05-021-1/+7
* ipmi: fix hung processes in __get_guid()Wen Yang2020-04-241-1/+3
* hwrng: imx-rngc - fix an error pathMartin Kaiser2020-04-131-1/+3
* random: always use batched entropy for get_random_u{32,64}Jason A. Donenfeld2020-04-131-16/+4
* Revert "char/random: silence a lockdep splat with printk()"Greg Kroah-Hartman2020-03-111-3/+2
* ipmi:ssif: Handle a possible NULL pointer referenceCorey Minyard2020-03-111-3/+7
* char/random: silence a lockdep splat with printk()Sergey Senozhatsky2020-02-281-2/+3
* 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 Lindgren2019-12-311-1/+2
* ppdev: fix PPGETTIME/PPSETTIME ioctlsArnd Bergmann2019-12-171-4/+12
* hwrng: omap - Fix RNG wait loop timeoutSumit Garg2019-12-171-1/+8
* tpm: add check after commands attribs tab allocationTadeusz Struk2019-12-171-0/+4
* hwrng: stm32 - fix unbalanced pm_runtime_enableLionel Debieve2019-12-051-0/+8
* virtio_console: allocate inbufs in add_port() only if it is neededLaurent Vivier2019-12-011-15/+13
* ipmi:dmi: Ignore IPMI SMBIOS entries with a zero base addressCorey Minyard2019-11-201-0/+4
* ipmi_si: Only schedule continuously in the thread in maintenance modeCorey Minyard2019-10-071-5/+19
* tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operationsVadim Sukhomlinov2019-10-071-2/+3
* tpm: use tpm_try_get_ops() in tpm-sysfs.c.Jarkko Sakkinen2019-10-071-51/+83
* tpm: migrate pubek_show to struct tpm_bufJarkko Sakkinen2019-10-072-52/+48
* 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-07-311-2/+1