summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2016-11-24virtio: console: Unlock vqs while freeing buffersMatt Redfearn1-6/+16
2016-11-08hwrng: omap - Only fail if pm_runtime_get_sync returns < 0Dave Gerlach1-2/+2
2016-10-07hwrng: omap - Fix assumption that runtime_get_sync will always succeedNishanth Menon1-2/+14
2016-09-29x86/mm/pat, /dev/mem: Remove superfluous error messageJiri Kosina1-5/+1
2016-09-29hwrng: exynos - Disable runtime PM on probe failureKrzysztof Kozlowski1-1/+8
2016-08-19random: properly align get_random_int_hashEric Biggers1-1/+3
2016-02-15vTPM: fix memory allocation flag for rtce buffer at kernel bootHon Ching \(Vicky\) Lo1-1/+1
2016-01-25ipmi: move timer init to before irq is setupJan Stancek1-4/+4
2015-08-19ipmi: fix timeout calculation when bmc is disconnectedXie XiuQi1-1/+1
2015-08-19hwrng: via-rng - Mark device ID table as __maybe_unusedBen Hutchings1-1/+1
2015-08-04agp/intel: Fix typo in needs_ilk_vtd_wa()Chris Wilson1-1/+1
2015-08-04vTPM: set virtual device before passing to ibmvtpm_reset_crqHon Ching \\(Vicky\\) Lo1-2/+3
2015-04-09tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_sendjmlatten@linux.vnet.ibm.com2-8/+8
2015-04-09virtio_console: avoid config access from irqMichael S. Tsirkin1-0/+16
2015-04-09virtio_console: init work unconditionallyMichael S. Tsirkin1-1/+2
2015-03-02Added Little Endian support to vtpm modulehonclo1-8/+12
2015-03-02tpm/tpm_i2c_stm_st33: Fix potential bug in tpm_stm_i2c_sendChristophe Ricard1-1/+1
2015-03-02tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dmaHon Ching (Vicky) Lo1-0/+8
2015-03-02TPM: Add new TPMs to the tail of the list to prevent inadvertent change of devDavid Howells1-1/+1
2015-03-02tpm_tis: verify interrupt during initScot Doyle1-14/+62
2014-11-19hwrng: pseries - port to new read API and fix stack corruptionGreg Kurz1-4/+7
2014-11-19hwrng: pseries - Return errors to upper levels in pseries-rng.cMichael Ellerman1-3/+11
2014-11-13random: add and use memzero_explicit() for clearing dataDaniel Borkmann1-5/+5
2014-09-17tpm: Provide a generic means to override the chip returned timeoutsJason Gunthorpe3-21/+75
2014-09-17tpm: missing tpm_chip_put in tpm_get_random()Jarkko Sakkinen1-3/+4
2014-09-03tpm: Add missing tpm_do_selftest to ST33 I2C driverJason Gunthorpe1-0/+1
2014-07-02applicom: dereferencing NULL on error pathDan Carpenter1-1/+0
2014-06-06ipmi: Reset the KCS timeout when starting error recoveryCorey Minyard1-2/+3
2014-05-05ipmi: Fix a race restarting the timerBodo Stroesser1-18/+28
2014-04-25/dev/mem: handle out-of-bounds read/writePetr Tesarik1-0/+6
2014-04-18Char: ipmi_bt_sm, fix infinite loopJiri Slaby1-1/+1
2014-02-23raw: test against runtime value of max_raw_minorsPaul Bolle1-1/+1
2014-02-14xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk1-0/+4
2014-02-06tpm/tpm_ppi: Do not compare strcmp(a,b) == -1Peter Huewe1-4/+4
2014-02-06tpm/tpm_i2c_stm_st33: Check return code of get_burstcountPeter Huewe1-1/+6
2014-01-16ACPI / TPM: fix memory leak when walking ACPI namespaceJiang Liu1-6/+9
2013-12-12drivers/char/i8k.c: add Dell XPLS L421XAlan Cox1-0/+7
2013-10-16Merge tag 'stable/for-linus-3.12-rc4-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2013-10-10Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+5
2013-10-10random: allow architectures to optionally define random_get_entropy()Theodore Ts'o1-4/+4
2013-10-10tpm: xen-tpmfront: fix missing declaration of xen_domainRob Herring1-0/+1
2013-09-26Merge tag 'stable/for-linus-3.12-rc2-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-36/+0
2013-09-25tpm: xen-tpmfront: Remove the locality sysfs attributeJason Gunthorpe1-29/+0
2013-09-25tpm: xen-tpmfront: Fix default durationsJason Gunthorpe1-7/+0
2013-09-23random: run random_int_secret_init() run after all late_initcallsTheodore Ts'o1-2/+1
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-4/+1
2013-09-12tpm: convert tpm_tis driver to use dev_pm_ops from legacy pm_opsShuah Khan1-36/+24
2013-09-09Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-11/+16
2013-09-09Merge tag 'v3.11-rc7' into stable/for-linus-3.12Konrad Rzeszutek Wilk1-22/+48
2013-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-79/+330