summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2016-11-20tpm: read burstcount from TPM_STS in one 32-bit transactionAndrey Pronin1-5/+4
2016-11-20hwrng: omap - Fix assumption that runtime_get_sync will always succeedNishanth Menon1-2/+14
2016-11-20random: add interrupt callback to VMBus IRQ handlerStephan Mueller1-0/+1
2016-11-20random: print a warning for the first ten uninitialized random usersTheodore Ts'o1-4/+8
2016-08-23hwmon: (dell-smm) Restrict fan control and serial number to CAP_SYS_ADMIN by ...Pali Rohár1-7/+12
2016-08-23char: Drop bogus dependency of DEVPORT on !M68KGeert Uytterhoeven1-1/+0
2016-01-19ipmi: move timer init to before irq is setupJan Stancek1-4/+4
2015-12-13TPM: Avoid reference to potentially freed memoryChristophe JAILLET1-1/+2
2015-12-13vTPM: fix memory allocation flag for rtce buffer at kernel bootHon Ching \\(Vicky\\) Lo1-1/+1
2015-07-15agp/intel: Fix typo in needs_ilk_vtd_wa()Chris Wilson1-1/+1
2015-07-15vTPM: set virtual device before passing to ibmvtpm_reset_crqHon Ching \\(Vicky\\) Lo1-2/+3
2015-03-30virtio_console: avoid config access from irqMichael S. Tsirkin1-0/+16
2015-03-30virtio_console: init work unconditionallyMichael S. Tsirkin1-1/+2
2015-03-23tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_sendjmlatten@linux.vnet.ibm.com2-8/+8
2015-03-02Added Little Endian support to vtpm modulehonclo1-8/+12
2015-02-24tpm/tpm_i2c_stm_st33: Add status check when reading data on the FIFOChristophe Ricard1-2/+5
2015-02-24tpm/tpm_i2c_stm_st33: Fix potential bug in tpm_stm_i2c_sendChristophe Ricard1-1/+1
2015-02-24tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dmaHon Ching (Vicky) Lo1-0/+8
2015-02-24tpm_tis: verify interrupt during initScot Doyle1-14/+62
2015-02-24char: tpm: Add missing error check for devm_kzallocKiran Padwal2-0/+9
2015-02-24TPM: Add new TPMs to the tail of the list to prevent inadvertent change of devDavid Howells1-1/+1
2014-11-27hwrng: pseries - port to new read API and fix stack corruptionGreg Kurz1-4/+7
2014-11-05virtio-rng: skip reading when we start to remove the deviceAmos Kong1-0/+5
2014-11-05virtio-rng: fix stuck of hot-unplugging busy deviceAmos Kong1-0/+2
2014-11-05random: add and use memzero_explicit() for clearing dataDaniel Borkmann1-5/+5
2014-10-06Revert "hwrng: virtio - ensure reads happen after successful probe"Amit Shah2-15/+0
2014-10-06virtio: rng: delay hwrng_register() till driver is readyAmit Shah1-10/+15
2014-09-17tpm: Properly clean sysfs entries in error pathStefan Berger1-1/+3
2014-09-17tpm: Provide a generic means to override the chip returned timeoutsJason Gunthorpe2-21/+72
2014-09-17tpm: missing tpm_chip_put in tpm_get_random()Jarkko Sakkinen1-3/+4
2014-09-06tpm: Add missing tpm_do_selftest to ST33 I2C driverJason Gunthorpe1-0/+1
2014-07-19Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+14
2014-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-8/+49
2014-07-19random: check for increase of entropy_count because of signed conversionHannes Frederic Sowa1-3/+14
2014-07-14hwrng: virtio - ensure reads happen after successful probeAmit Shah2-0/+16
2014-07-14hwrng: fetch randomness only after device initAmit Shah1-8/+33
2014-07-10i8k: Fix non-SMP operationGuenter Roeck1-1/+3
2014-06-18Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+9
2014-06-16random: fix nasty entropy accounting bugTheodore Ts'o1-8/+9
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+4
2014-06-12Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro2-7/+8
2014-06-12Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-38/+67
2014-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 int...Linus Torvalds6-257/+58
2014-06-07random: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2014-06-04Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2014-06-04Merge branch 'acpica'Rafael J. Wysocki1-2/+2
2014-06-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2014-06-03Merge tag 'char-misc-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2014-06-02Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds1-0/+1
2014-05-28applicom: dereferencing NULL on error pathDan Carpenter1-1/+0