aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2017-11-24ipmi: fix unsigned long underflowCorey Minyard
2017-08-11tpm: fix a kernel memory leak in tpm-sysfs.cJarkko Sakkinen
2017-08-11ipmi/watchdog: fix watchdog timeout set on rebootValentin Vidic
2017-06-14drivers: char: mem: Fix wraparound check to allow mappings up to the endJulius Werner
2017-06-14random: properly align get_random_int_hashEric Biggers
2017-06-14drivers: char: random: add get_random_long()Daniel Cashman
2017-06-07pcmcia: remove left-over %Z formatNicolas Iooss
2017-05-25drivers: char: mem: Check for address space wraparound with mmap()Julius Werner
2017-05-25char: lp: fix possible integer overflow in lp_setup()Willy Tarreau
2017-04-22virtio-console: avoid DMA from stackOmar Sandoval
2017-04-22mm: Tighten x86 /dev/mem with zeroing readsKees Cook
2017-04-22char: lack of bool string made CONFIG_DEVPORT always onMax Bires
2017-04-22char: Drop bogus dependency of DEVPORT on !M68KGeert Uytterhoeven
2016-11-23virtio: console: Unlock vqs while freeing buffersMatt Redfearn
2015-08-27hwmon: (dell-smm) Blacklist Dell Studio XPS 8100Pali Rohár
2015-08-27hwrng: core - correct error check of kthread_run callMartin Schwidefsky
2015-07-05agp/intel: Fix typo in needs_ilk_vtd_wa()Chris Wilson
2015-07-03vTPM: set virtual device before passing to ibmvtpm_reset_crqHon Ching \(Vicky\) Lo
2015-03-28tpm/tpm_i2c_stm_st33: Add status check when reading data on the FIFOChristophe Ricard
2015-03-28tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_sendjmlatten@linux.vnet.ibm.com
2015-03-28virtio_console: avoid config access from irqMichael S. Tsirkin
2015-03-28virtio_console: init work unconditionallyMichael S. Tsirkin
2015-03-06Added Little Endian support to vtpm modulehonclo
2015-03-06tpm/tpm_i2c_stm_st33: Fix potential bug in tpm_stm_i2c_sendChristophe Ricard
2015-03-06tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dmaHon Ching (Vicky) Lo
2015-03-06char: tpm: Add missing error check for devm_kzallocKiran Padwal
2015-03-06TPM: Add new TPMs to the tail of the list to prevent inadvertent change of devDavid Howells
2015-03-06tpm_tis: verify interrupt during initScot Doyle
2015-03-06random: Fix fast_mix() functionGeorge Spelvin
2015-01-16i8k: Add support for Dell Latitude E6440Pali Rohár
2014-11-13Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2014-11-13virtio_console: move early VQ enablementCornelia Huck
2014-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-11-06hwrng: pseries - port to new read API and fix stack corruptionGreg Kurz
2014-10-31Return short read or 0 at end of a raw device, not EIODavid Jeffery
2014-10-24Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-10-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-10-17random: add and use memzero_explicit() for clearing dataDaniel Borkmann
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-10-15virtio-rng: refactor probe error handlingMichael S. Tsirkin
2014-10-15virtio_console: enable VQs early on restoreMichael S. Tsirkin
2014-10-15virtio_console: enable VQs earlyMichael S. Tsirkin
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-10-11Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2014-10-09switch /dev/zero and /dev/full to ->read_iter()Al Viro
2014-10-08Merge tag 'char-misc-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-10-08Merge tag 'staging-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2014-10-07ipmi: Clear drvdata when interface is removedTakao Indoh