summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2016-08-20random: print a warning for the first ten uninitialized random usersTheodore Ts'o1-4/+8
2016-08-16random: strengthen input validation for RNDADDTOENTCNTTheodore Ts'o1-6/+7
2016-02-17vTPM: fix memory allocation flag for rtce buffer at kernel bootHon Ching \(Vicky\) Lo1-1/+1
2016-01-28ipmi: move timer init to before irq is setupJan Stancek1-4/+4
2015-08-03agp/intel: Fix typo in needs_ilk_vtd_wa()Chris Wilson1-1/+1
2015-08-03vTPM: set virtual device before passing to ibmvtpm_reset_crqHon Ching \\(Vicky\\) Lo1-2/+3
2015-03-26tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_sendjmlatten@linux.vnet.ibm.com2-8/+8
2015-03-26virtio_console: avoid config access from irqMichael S. Tsirkin1-0/+16
2015-03-26virtio_console: init work unconditionallyMichael S. Tsirkin1-1/+2
2015-03-06Added Little Endian support to vtpm modulehonclo1-8/+12
2015-03-06tpm/tpm_i2c_stm_st33: Fix potential bug in tpm_stm_i2c_sendChristophe Ricard1-1/+1
2015-03-06tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dmaHon Ching (Vicky) Lo1-0/+8
2015-03-06char: tpm: Add missing error check for devm_kzallocKiran Padwal2-0/+9
2015-03-06TPM: Add new TPMs to the tail of the list to prevent inadvertent change of devDavid Howells1-1/+1
2015-03-06tpm_tis: verify interrupt during initScot Doyle1-14/+62
2014-11-21hwrng: pseries - port to new read API and fix stack corruptionGreg Kurz1-4/+7
2014-11-14random: add and use memzero_explicit() for clearing dataDaniel Borkmann1-5/+5
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-05tpm: Add missing tpm_do_selftest to ST33 I2C driverJason Gunthorpe1-0/+1
2014-07-17i8k: Fix non-SMP operationGuenter Roeck1-1/+3
2014-06-30applicom: dereferencing NULL on error pathDan Carpenter1-1/+0
2014-06-07ACPI / TPM: Fix resume regression on ChromebooksRafael J. Wysocki1-5/+3
2014-06-07ipmi: Reset the KCS timeout when starting error recoveryCorey Minyard1-2/+3
2014-06-07ipmi: Fix a race restarting the timerBodo Stroesser1-18/+28
2014-04-26Char: ipmi_bt_sm, fix infinite loopJiri Slaby1-1/+1
2014-02-14Merge tag 'char-misc-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+2
2014-02-09fix a kmap leak in virtio_consoleAl Viro1-6/+3
2014-02-07raw: set range for MAX_RAW_DEVSPaul Bolle1-0/+1
2014-02-07raw: test against runtime value of max_raw_minorsPaul Bolle1-1/+1
2014-01-30ipmi: Add missing rv in ipmi_parisc_probe()Geert Uytterhoeven1-0/+1
2014-01-29Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds5-7/+25
2014-01-29Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2014-01-29Update Jean Delvare's e-mail addressJean Delvare1-1/+1
2014-01-25Merge branch 'ipmi' (ipmi patches from Corey Minyard)Linus Torvalds4-25/+39
2014-01-25ipmi: Cleanup error returnCorey Minyard1-15/+29
2014-01-25ipmi: fix timeout calculation when bmc is disconnectedXie XiuQi1-1/+1
2014-01-25ipmi: use USEC_PER_SEC instead of 1000000 for more meaningfulXie XiuQi3-7/+7
2014-01-25ipmi: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+2
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-272/+154
2014-01-22Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+4
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+1
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13-104/+80
2014-01-21mm/memblock: remove unnecessary inclusions of bootmem.hGrygorii Strashko1-1/+0
2014-01-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds16-885/+623
2014-01-20Merge tag 'tty-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+2
2014-01-20Merge tag 'char-misc-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-161/+208
2014-01-16Merge commit origin/master into drm-intel-nextDaniel Vetter2-6/+16
2014-01-13drivers/char: don't use module_init in non-modular ttyprintk.cPaul Gortmaker1-1/+1