summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
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-07Added Little Endian support to vtpm modulehonclo1-8/+12
2015-03-07tpm/tpm_i2c_stm_st33: Fix potential bug in tpm_stm_i2c_sendChristophe Ricard1-1/+1
2015-03-07tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dmaHon Ching (Vicky) Lo1-0/+8
2015-03-07char: tpm: Add missing error check for devm_kzallocKiran Padwal2-0/+9
2015-03-07TPM: Add new TPMs to the tail of the list to prevent inadvertent change of devDavid Howells1-1/+1
2015-03-07tpm_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-06tpm: Add missing tpm_do_selftest to ST33 I2C driverJason Gunthorpe1-0/+1
2014-07-18i8k: Fix non-SMP operationGuenter Roeck1-1/+3
2014-07-01applicom: 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-27Char: ipmi_bt_sm, fix infinite loopJiri Slaby1-1/+1
2014-02-15Merge tag 'char-misc-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+2
2014-02-10fix 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-30Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds5-7/+25
2014-01-30Merge 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-26Merge branch 'ipmi' (ipmi patches from Corey Minyard)Linus Torvalds4-25/+39
2014-01-26ipmi: Cleanup error returnCorey Minyard1-15/+29
2014-01-26ipmi: fix timeout calculation when bmc is disconnectedXie XiuQi1-1/+1
2014-01-26ipmi: use USEC_PER_SEC instead of 1000000 for more meaningfulXie XiuQi3-7/+7
2014-01-26ipmi: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+2
2014-01-25Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-272/+154
2014-01-23Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+4
2014-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+1
2014-01-23Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13-104/+80
2014-01-22mm/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-21Merge tag 'tty-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+2
2014-01-21Merge tag 'char-misc-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-161/+208
2014-01-17Merge commit origin/master into drm-intel-nextDaniel Vetter2-6/+16
2014-01-14drivers/char: don't use module_init in non-modular ttyprintk.cPaul Gortmaker1-1/+1
2014-01-13Merge branches 'pm-sleep', 'pm-runtime' and 'pm-apm'Rafael J. Wysocki1-2/+9
2014-01-13Merge branch 'acpi-dsm'Rafael J. Wysocki1-263/+142
2014-01-13Merge branch 'acpi-cleanup'Rafael J. Wysocki3-7/+3
2014-01-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Rafael J. Wysocki1-2/+9
2014-01-09char: nwbutton: open-code interruptible_sleep_onArnd Bergmann1-1/+4
2014-01-08tty: synclink: avoid sleep_on raceArnd Bergmann1-2/+2