summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* virtio-console: avoid DMA from stackOmar Sandoval2017-06-051-2/+10
* virtio: console: Unlock vqs while freeing buffersMatt Redfearn2017-02-231-6/+16
* hwrng: core - Don't use a stack buffer in add_early_randomness()Andrew Lutomirski2017-02-231-3/+3
* tpm: read burstcount from TPM_STS in one 32-bit transactionAndrey Pronin2016-11-201-5/+4
* hwrng: omap - Fix assumption that runtime_get_sync will always succeedNishanth Menon2016-11-201-2/+14
* random: add interrupt callback to VMBus IRQ handlerStephan Mueller2016-11-201-0/+1
* random: print a warning for the first ten uninitialized random usersTheodore Ts'o2016-11-201-4/+8
* hwmon: (dell-smm) Restrict fan control and serial number to CAP_SYS_ADMIN by ...Pali Rohár2016-08-221-7/+12
* char: Drop bogus dependency of DEVPORT on !M68KGeert Uytterhoeven2016-08-221-1/+0
* ipmi: move timer init to before irq is setupJan Stancek2016-01-181-4/+4
* TPM: Avoid reference to potentially freed memoryChristophe JAILLET2015-12-131-1/+2
* vTPM: fix memory allocation flag for rtce buffer at kernel bootHon Ching \\(Vicky\\) Lo2015-12-131-1/+1
* agp/intel: Fix typo in needs_ilk_vtd_wa()Chris Wilson2015-07-151-1/+1
* vTPM: set virtual device before passing to ibmvtpm_reset_crqHon Ching \\(Vicky\\) Lo2015-07-151-2/+3
* virtio_console: avoid config access from irqMichael S. Tsirkin2015-03-301-0/+16
* virtio_console: init work unconditionallyMichael S. Tsirkin2015-03-301-1/+2
* tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_sendjmlatten@linux.vnet.ibm.com2015-03-232-8/+8
* Added Little Endian support to vtpm modulehonclo2015-03-021-8/+12
* tpm/tpm_i2c_stm_st33: Add status check when reading data on the FIFOChristophe Ricard2015-02-241-2/+5
* tpm/tpm_i2c_stm_st33: Fix potential bug in tpm_stm_i2c_sendChristophe Ricard2015-02-241-1/+1
* tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dmaHon Ching (Vicky) Lo2015-02-241-0/+8
* tpm_tis: verify interrupt during initScot Doyle2015-02-241-14/+62
* char: tpm: Add missing error check for devm_kzallocKiran Padwal2015-02-242-0/+9
* TPM: Add new TPMs to the tail of the list to prevent inadvertent change of devDavid Howells2015-02-241-1/+1
* hwrng: pseries - port to new read API and fix stack corruptionGreg Kurz2014-11-271-4/+7
* virtio-rng: skip reading when we start to remove the deviceAmos Kong2014-11-051-0/+5
* virtio-rng: fix stuck of hot-unplugging busy deviceAmos Kong2014-11-051-0/+2
* random: add and use memzero_explicit() for clearing dataDaniel Borkmann2014-11-051-5/+5
* Revert "hwrng: virtio - ensure reads happen after successful probe"Amit Shah2014-10-052-15/+0
* virtio: rng: delay hwrng_register() till driver is readyAmit Shah2014-10-051-10/+15
* tpm: Properly clean sysfs entries in error pathStefan Berger2014-09-171-1/+3
* tpm: Provide a generic means to override the chip returned timeoutsJason Gunthorpe2014-09-172-21/+72
* tpm: missing tpm_chip_put in tpm_get_random()Jarkko Sakkinen2014-09-171-3/+4
* tpm: Add missing tpm_do_selftest to ST33 I2C driverJason Gunthorpe2014-09-051-0/+1
* Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-07-181-3/+14
|\
| * random: check for increase of entropy_count because of signed conversionHannes Frederic Sowa2014-07-191-3/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-07-182-8/+49
|\ \ | |/ |/|
| * hwrng: virtio - ensure reads happen after successful probeAmit Shah2014-07-142-0/+16
| * hwrng: fetch randomness only after device initAmit Shah2014-07-141-8/+33
* | i8k: Fix non-SMP operationGuenter Roeck2014-07-091-1/+3
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-171-8/+9
|\ \ | |/ |/|
| * random: fix nasty entropy accounting bugTheodore Ts'o2014-06-151-8/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-121-4/+4
|\ \
| * | Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro2014-06-122-7/+8
| |\|
| * | blkdev_aio_write() - turn into blkdev_write_iter()Al Viro2014-05-061-2/+2
| * | switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
* | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-111-38/+67
|\ \ \
| * | | virtio-rng: fixes for device registration/unregistrationSasha Levin2014-05-191-18/+23
| * | | virtio-rng: fix boot with virtio-rng deviceSasha Levin2014-05-191-1/+1
| * | | virtio-rng: support multiple virtio-rng devicesAmos Kong2014-05-141-39/+63