summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2020-04-13hwrng: imx-rngc - fix an error pathMartin Kaiser1-1/+3
2020-04-13random: always use batched entropy for get_random_u{32,64}Jason A. Donenfeld1-16/+4
2020-03-05ipmi:ssif: Handle a possible NULL pointer referenceCorey Minyard1-3/+7
2020-02-28Revert "char/random: silence a lockdep splat with printk()"Greg Kroah-Hartman1-3/+2
2020-02-24char/random: silence a lockdep splat with printk()Sergey Senozhatsky1-2/+3
2020-02-05ttyprintk: fix a potential deadlock in interrupt context issueZhenzhong Duan1-6/+9
2020-02-01random: try to actively add entropy rather than passively wait for itLinus Torvalds1-1/+61
2020-01-27hwrng: omap3-rom - Fix missing clock by probing with device treeTony Lindgren1-2/+15
2020-01-27hwrng: bcm2835 - fix probe as platform deviceJonas Gorski1-8/+10
2020-01-27ipmi: kcs_bmc: handle devm_kasprintf() failure caseNicholas Mc Guire1-2/+3
2020-01-27ipmi: Fix memory leak in __ipmi_bmc_registerNavid Emamdoost1-1/+4
2019-12-31ipmi: Don't allow device module unload when in useCorey Minyard1-7/+16
2019-12-31hwrng: omap3-rom - Call clk_disable_unprepare() on exit only if not idledTony Lindgren1-1/+2
2019-12-17ppdev: fix PPGETTIME/PPSETTIME ioctlsArnd Bergmann1-4/+12
2019-12-17hwrng: omap - Fix RNG wait loop timeoutSumit Garg1-1/+8
2019-12-17tpm: add check after commands attribs tab allocationTadeusz Struk1-0/+4
2019-12-13lp: fix sparc64 LPSETTIMEOUT ioctlArnd Bergmann1-0/+4
2019-12-05hwrng: stm32 - fix unbalanced pm_runtime_enableLionel Debieve1-0/+8
2019-12-01virtio_console: allocate inbufs in add_port() only if it is neededLaurent Vivier1-15/+13
2019-11-20crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers1-12/+12
2019-11-20ipmi: fix return value of ipmi_set_my_LUNYueHaibing1-1/+1
2019-11-20ipmi:dmi: Ignore IPMI SMBIOS entries with a zero base addressCorey Minyard1-0/+4
2019-11-20ipmi_si: fix potential integer overflow on large shiftColin Ian King1-1/+1
2019-11-20ipmi_si_pci: fix NULL device in ipmi_si error messageMeelis Roos1-2/+2
2019-10-07ipmi_si: Only schedule continuously in the thread in maintenance modeCorey Minyard1-5/+19
2019-10-07tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operationsVadim Sukhomlinov1-2/+3
2019-10-07tpm: use tpm_try_get_ops() in tpm-sysfs.c.Jarkko Sakkinen1-51/+83
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-09-16tpm: Fix some name collisions with drivers/char/tpm.hJarkko Sakkinen5-20/+19
2019-07-31hpet: Fix division by zero in hpet_time_div()Kefeng Wang1-2/+1
2019-05-31hwrng: omap - Set default qualityRouven Czerwinski1-0/+1
2019-05-31virtio_console: initialize vtermno value for portsPankaj Gupta1-1/+2
2019-05-31random: add a spinlock_t to struct batched_entropySebastian Andrzej Siewior1-25/+27
2019-05-31random: fix CRNG initialization when random.trust_cpu=1Jon DeVree1-1/+4
2019-05-22ipmi:ssif: compare block number correctly for multi-part return messagesKamlakant Patel1-1/+5
2019-05-16ipmi: ipmi_si_hardcode.c: init si_type array to fix a crashTony Camuso1-0/+2
2019-04-27tpm: Fix the type of the return value in calc_tpm2_event_size()Yue Haibing1-2/+2
2019-04-27tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incompleteJarkko Sakkinen1-0/+4
2019-04-27ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrierCorey Minyard1-2/+17
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-04-03ipmi_si: Fix crash when using hard-coded deviceCorey Minyard4-74/+218
2019-03-23tpm: Unify the send callback behaviourJarkko Sakkinen12-16/+28
2019-03-23tpm/tpm_crb: Avoid unaligned reads in crb_recv()Jarkko Sakkinen1-6/+16
2019-03-23ipmi_si: fix use-after-free of resource->nameYang Yingliang3-4/+11
2019-03-10applicom: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva1-11/+24
2019-01-31char/mwave: fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+7
2019-01-26ipmi: Don't initialize anything in the core until something uses itCorey Minyard1-66/+82