summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2018-08-09random: mix rdrand with entropy sent in from userspaceTheodore Ts'o1-1/+9
2018-07-03ipmi:bt: Set the timeout before doing a capabilities checkCorey Minyard1-1/+2
2018-07-03agp: uninorth: make two functions staticMathieu Malaterre1-2/+2
2018-05-02virtio_console: free buffers after resetMichael S. Tsirkin1-25/+24
2018-04-24random: use a tighter cap in credit_entropy_bits_safe()Theodore Ts'o1-1/+1
2018-04-13random: use lockless method of accessing and updating f->reg_idxTheodore Ts'o1-6/+6
2018-04-13fix race in drivers/char/random.c:get_reg()Michael Schmitz1-1/+5
2018-03-24ipmi/watchdog: fix wdog hang on panic waiting for ipmi responseRobert Lippert1-4/+4
2018-03-11tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the busJeremy Boone1-2/+6
2018-03-11tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the...Jeremy Boone1-2/+3
2017-11-24ipmi: fix unsigned long underflowCorey Minyard1-4/+6
2017-08-11tpm: fix a kernel memory leak in tpm-sysfs.cJarkko Sakkinen1-0/+2
2017-08-11ipmi/watchdog: fix watchdog timeout set on rebootValentin Vidic1-3/+4
2017-06-14drivers: char: mem: Fix wraparound check to allow mappings up to the endJulius Werner1-1/+1
2017-06-14random: properly align get_random_int_hashEric Biggers1-1/+3
2017-06-14drivers: char: random: add get_random_long()Daniel Cashman1-0/+22
2017-06-07pcmcia: remove left-over %Z formatNicolas Iooss1-3/+3
2017-05-25drivers: char: mem: Check for address space wraparound with mmap()Julius Werner1-0/+5
2017-05-25char: lp: fix possible integer overflow in lp_setup()Willy Tarreau1-1/+5
2017-04-22virtio-console: avoid DMA from stackOmar Sandoval1-2/+10
2017-04-22mm: Tighten x86 /dev/mem with zeroing readsKees Cook1-30/+52
2017-04-22char: lack of bool string made CONFIG_DEVPORT always onMax Bires1-1/+4
2017-04-22char: Drop bogus dependency of DEVPORT on !M68KGeert Uytterhoeven1-1/+0
2016-11-24virtio: console: Unlock vqs while freeing buffersMatt Redfearn1-6/+16
2015-08-27hwmon: (dell-smm) Blacklist Dell Studio XPS 8100Pali Rohár1-1/+17
2015-08-27hwrng: core - correct error check of kthread_run callMartin Schwidefsky1-1/+1
2015-07-05agp/intel: Fix typo in needs_ilk_vtd_wa()Chris Wilson1-1/+1
2015-07-04vTPM: set virtual device before passing to ibmvtpm_reset_crqHon Ching \(Vicky\) Lo1-2/+3
2015-03-28tpm/tpm_i2c_stm_st33: Add status check when reading data on the FIFOChristophe Ricard1-4/+6
2015-03-28tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_sendjmlatten@linux.vnet.ibm.com2-8/+8
2015-03-28virtio_console: avoid config access from irqMichael S. Tsirkin1-0/+16
2015-03-28virtio_console: init work unconditionallyMichael S. Tsirkin1-1/+2
2015-03-07Added Little Endian support to vtpm modulehonclo1-8/+12
2015-03-07tpm/tpm_i2c_stm_st33: Fix potential bug in tpm_stm_i2c_sendChristophe Ricard1-1/+1
2015-03-07tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dmaHon Ching (Vicky) Lo1-0/+8
2015-03-07char: tpm: Add missing error check for devm_kzallocKiran Padwal2-0/+9
2015-03-07TPM: Add new TPMs to the tail of the list to prevent inadvertent change of devDavid Howells1-1/+1
2015-03-07tpm_tis: verify interrupt during initScot Doyle1-14/+62
2015-03-07random: Fix fast_mix() functionGeorge Spelvin1-4/+4
2015-01-16i8k: Add support for Dell Latitude E6440Pali Rohár1-0/+8
2014-11-14Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2
2014-11-13virtio_console: move early VQ enablementCornelia Huck1-2/+2
2014-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+7
2014-11-06hwrng: pseries - port to new read API and fix stack corruptionGreg Kurz1-4/+7
2014-10-31Return short read or 0 at end of a raw device, not EIODavid Jeffery1-1/+1
2014-10-24Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2014-10-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-6/+13
2014-10-17random: add and use memzero_explicit() for clearing dataDaniel Borkmann1-4/+4
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2014-10-15virtio-rng: refactor probe error handlingMichael S. Tsirkin1-6/+9