summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
* char/random: silence a lockdep splat with printk()Sergey Senozhatsky2020-02-241-2/+3
* ttyprintk: fix a potential deadlock in interrupt context issueZhenzhong Duan2020-02-051-6/+9
* random: try to actively add entropy rather than passively wait for itLinus Torvalds2020-02-011-1/+61
* hwrng: omap3-rom - Fix missing clock by probing with device treeTony Lindgren2020-01-271-2/+15
* hwrng: bcm2835 - fix probe as platform deviceJonas Gorski2020-01-271-8/+10
* ipmi: kcs_bmc: handle devm_kasprintf() failure caseNicholas Mc Guire2020-01-271-2/+3
* ipmi: Fix memory leak in __ipmi_bmc_registerNavid Emamdoost2020-01-271-1/+4
* ipmi: Don't allow device module unload when in useCorey Minyard2019-12-311-7/+16
* 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
* lp: fix sparc64 LPSETTIMEOUT ioctlArnd Bergmann2019-12-131-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
* crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers2019-11-201-12/+12
* ipmi: fix return value of ipmi_set_my_LUNYueHaibing2019-11-201-1/+1
* ipmi:dmi: Ignore IPMI SMBIOS entries with a zero base addressCorey Minyard2019-11-201-0/+4
* ipmi_si: fix potential integer overflow on large shiftColin Ian King2019-11-201-1/+1
* ipmi_si_pci: fix NULL device in ipmi_si error messageMeelis Roos2019-11-201-2/+2
* 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
* 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
* tpm: Fix some name collisions with drivers/char/tpm.hJarkko Sakkinen2019-09-165-20/+19
* hpet: Fix division by zero in hpet_time_div()Kefeng Wang2019-07-311-2/+1
* hwrng: omap - Set default qualityRouven Czerwinski2019-05-311-0/+1
* virtio_console: initialize vtermno value for portsPankaj Gupta2019-05-311-1/+2
* random: add a spinlock_t to struct batched_entropySebastian Andrzej Siewior2019-05-311-25/+27
* random: fix CRNG initialization when random.trust_cpu=1Jon DeVree2019-05-311-1/+4
* ipmi:ssif: compare block number correctly for multi-part return messagesKamlakant Patel2019-05-221-1/+5
* ipmi: ipmi_si_hardcode.c: init si_type array to fix a crashTony Camuso2019-05-161-0/+2
* tpm: Fix the type of the return value in calc_tpm2_event_size()Yue Haibing2019-04-271-2/+2
* tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incompleteJarkko Sakkinen2019-04-271-0/+4
* ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrierCorey Minyard2019-04-271-2/+17
* tty: mark Siemens R3964 line discipline as BROKENGreg Kroah-Hartman2019-04-171-1/+1
* hpet: Fix missing '=' character in the __setup() code of hpet_mmap_enableBuland Singh2019-04-051-1/+1
* hwrng: virtio - Avoid repeated init of completionDavid Tolnay2019-04-051-1/+1
* ipmi_si: Fix crash when using hard-coded deviceCorey Minyard2019-04-034-74/+218
* tpm: Unify the send callback behaviourJarkko Sakkinen2019-03-2312-16/+28
* tpm/tpm_crb: Avoid unaligned reads in crb_recv()Jarkko Sakkinen2019-03-231-6/+16
* ipmi_si: fix use-after-free of resource->nameYang Yingliang2019-03-233-4/+11
* applicom: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva2019-03-101-11/+24
* char/mwave: fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-01-311-0/+7
* ipmi: Don't initialize anything in the core until something uses itCorey Minyard2019-01-261-66/+82
* ipmi:ssif: Fix handling of multi-part return messagesCorey Minyard2019-01-261-8/+17
* ipmi: Prevent use-after-free in deliver_responseFred Klassen2019-01-261-1/+1
* ipmi: msghandler: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva2019-01-261-8/+18
* ipmi: fix use-after-free of user->release_barrier.rdaYang Yingliang2019-01-261-1/+1