summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2018-10-21virtio_console: reset on out of memoryMichael S. Tsirkin
2018-10-21virtio_console: move removal codeMichael S. Tsirkin
2018-10-21virtio_console: drop custom control queue cleanupMichael S. Tsirkin
2018-10-21virtio_console: free buffers after resetMichael S. Tsirkin
2018-10-21virtio_console: don't tie bufs to a vqMichael S. Tsirkin
2018-06-16tpm: fix potential buffer overruns caused by bit glitches on the busJeremy Boone
2018-06-16tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the...Jeremy Boone
2018-06-16tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the busJeremy Boone
2018-06-16tpm_tis: fix potential buffer overruns caused by bit glitches on the busJeremy Boone
2018-02-13tpm-dev-common: Reject too short writesAlexander Steffen
2018-02-13ipmi: fix unsigned long underflowCorey Minyard
2017-10-12tpm: fix a kernel memory leak in tpm-sysfs.cJarkko Sakkinen
2017-09-15drivers: char: mem: Fix wraparound check to allow mappings up to the endJulius Werner
2017-09-15drivers: char: mem: Check for address space wraparound with mmap()Julius Werner
2017-07-18char: lp: fix possible integer overflow in lp_setup()Willy Tarreau
2017-07-18mm: Tighten x86 /dev/mem with zeroing readsKees Cook
2017-07-18virtio_console: fix uninitialized variable useMichael S. Tsirkin
2017-06-05virtio-console: avoid DMA from stackOmar Sandoval
2017-02-23virtio: console: Unlock vqs while freeing buffersMatt Redfearn
2017-02-23hwrng: core - Don't use a stack buffer in add_early_randomness()Andrew Lutomirski
2016-11-20tpm: read burstcount from TPM_STS in one 32-bit transactionAndrey Pronin
2016-11-20hwrng: omap - Fix assumption that runtime_get_sync will always succeedNishanth Menon
2016-11-20random: add interrupt callback to VMBus IRQ handlerStephan Mueller
2016-11-20random: print a warning for the first ten uninitialized random usersTheodore Ts'o
2016-08-22hwmon: (dell-smm) Restrict fan control and serial number to CAP_SYS_ADMIN by ...Pali Rohár
2016-08-22char: Drop bogus dependency of DEVPORT on !M68KGeert Uytterhoeven
2016-01-18ipmi: move timer init to before irq is setupJan Stancek
2015-12-13TPM: Avoid reference to potentially freed memoryChristophe JAILLET
2015-12-13vTPM: fix memory allocation flag for rtce buffer at kernel bootHon Ching \\(Vicky\\) Lo
2015-07-15agp/intel: Fix typo in needs_ilk_vtd_wa()Chris Wilson
2015-07-15vTPM: set virtual device before passing to ibmvtpm_reset_crqHon Ching \\(Vicky\\) Lo
2015-03-30virtio_console: avoid config access from irqMichael S. Tsirkin
2015-03-30virtio_console: init work unconditionallyMichael S. Tsirkin
2015-03-23tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_sendjmlatten@linux.vnet.ibm.com
2015-03-02Added Little Endian support to vtpm modulehonclo
2015-02-24tpm/tpm_i2c_stm_st33: Add status check when reading data on the FIFOChristophe Ricard
2015-02-24tpm/tpm_i2c_stm_st33: Fix potential bug in tpm_stm_i2c_sendChristophe Ricard
2015-02-24tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dmaHon Ching (Vicky) Lo
2015-02-24tpm_tis: verify interrupt during initScot Doyle
2015-02-24char: tpm: Add missing error check for devm_kzallocKiran Padwal
2015-02-24TPM: Add new TPMs to the tail of the list to prevent inadvertent change of devDavid Howells
2014-11-27hwrng: pseries - port to new read API and fix stack corruptionGreg Kurz
2014-11-05virtio-rng: skip reading when we start to remove the deviceAmos Kong
2014-11-05virtio-rng: fix stuck of hot-unplugging busy deviceAmos Kong
2014-11-05random: add and use memzero_explicit() for clearing dataDaniel Borkmann
2014-10-05Revert "hwrng: virtio - ensure reads happen after successful probe"Amit Shah
2014-10-05virtio: rng: delay hwrng_register() till driver is readyAmit Shah
2014-09-17tpm: Properly clean sysfs entries in error pathStefan Berger
2014-09-17tpm: Provide a generic means to override the chip returned timeoutsJason Gunthorpe
2014-09-17tpm: missing tpm_chip_put in tpm_get_random()Jarkko Sakkinen