aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-12Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-2/+11
2013-03-08Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-4/+8
2013-03-08virtio: rng: disallow multiple device registrations, fixes crashesAmit Shah1-2/+11
2013-03-05hw_random: make buffer usable in scatterlist.Rusty Russell1-3/+16
2013-03-04random: fix locking dependency with the tasklist_lockTheodore Ts'o1-4/+8
2013-02-27drivers/char/misc.c:misc_register(): do not loop on misc_list unconditionallyDae S. Kim1-7/+9
2013-02-27ipmi: add options to disable openfirmware and PCI scanningCorey Minyard1-10/+28
2013-02-27ipmi: add new kernel options to prevent automatic ipmi initCorey Minyard1-4/+24
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds11-23/+23
2013-02-26Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds2-26/+5
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-55/+73
2013-02-22new helper: file_inode(file)Al Viro11-23/+23
2013-02-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2013-02-21Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds3-311/+346
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-36/+37
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-10/+12
2013-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds12-80/+1155
2013-02-20drm/i915: Disable WC PTE updates to w/a buggy IOMMU on ILKChris Wilson1-2/+35
2013-02-19locking: Various static lock initializer fixesThomas Gleixner1-3/+3
2013-02-15Merge branch 'acpi-cleanup'Rafael J. Wysocki2-2/+2
2013-02-15drm/i915: Fix gen2 mappable calculationsBen Widawsky1-1/+4
2013-02-14tpm/ibmvtpm: build only when IBM pseries is configuredKent Yoder1-1/+1
2013-02-13virtio_console: Initialize guest_connected=true for rproc_serialSjur Brændeland1-5/+2
2013-02-13virtio: use module_virtio_driver.Rusty Russell1-12/+1
2013-02-12virtio_console: Use virtio device index to generate port nameSjur Brændeland1-13/+3
2013-02-08pcmcia: synclink_cs: cleanup checkpatch warningsAlexey Khoroshilov1-306/+310
2013-02-08pcmcia: synclink_cs: fix error handling in mgslpc_probe()Alexey Khoroshilov1-10/+41
2013-02-07virtio_console: Don't access uninitialized data.Sjur Brændeland1-1/+2
2013-02-06drivers/char/mem.c: fix small coding style issuesHans Grob1-5/+5
2013-02-05tpm_tis: check pnp_acpi_device return codeKent Yoder1-0/+3
2013-02-05char/tpm/tpm_i2c_stm_st33: drop temporary variable for return valuePeter Huewe1-3/+1
2013-02-05char/tpm/tpm_i2c_stm_st33: remove dead assignment in tpm_st33_i2c_probePeter Huewe1-2/+0
2013-02-05char/tpm/tpm_i2c_stm_st33: Remove __devexit attributePeter Huewe1-1/+1
2013-02-05char/tpm/tpm_i2c_stm_st33: Don't use memcpy for one byte assignmentPeter Huewe1-4/+2
2013-02-05tpm_i2c_stm_st33: removed unused variables/codeKent Yoder1-17/+1
2013-02-05TPM: Wait for TPM_ACCESS tpmRegValidSts to go high at startupJason Gunthorpe1-0/+21
2013-02-05tpm: Fix cancellation of TPM commands (interrupt mode)Stefan Berger3-12/+31
2013-02-05tpm: Fix cancellation of TPM commands (polling mode)Stefan Berger8-8/+48
2013-02-05tpm: Store TPM vendor IDStefan Berger2-0/+3
2013-02-05TPM: Work around buggy TPMs that block during continue self testJason Gunthorpe1-1/+9
2013-02-05tpm_i2c_stm_st33: fix oops when i2c client is unavailableKent Yoder2-6/+11
2013-02-05char/tpm: Use struct dev_pm_ops for power managementPeter Huewe1-16/+12
2013-02-05TPM: STMicroelectronics ST33 I2C BUILD STUFFMathias Leblanc2-0/+11
2013-02-05tpm: rename STM driver to match other i2c driversKent Yoder2-1/+1
2013-02-05tpm: STM i2c driver fixesKent Yoder2-89/+69
2013-02-05tpm: rename vendor data to priv and provide an accessorKent Yoder2-5/+7
2013-02-05TPM: STMicroelectronics ST33 I2C KERNEL 3.xMathias Leblanc2-0/+984
2013-02-05char/tpm: Use true and false for boolsPeter Huewe1-6/+6
2013-02-05TPM: Switch to __packed instead of __attribute__((packed))Jason Gunthorpe2-21/+21
2013-02-05TPM: Issue TPM_STARTUP at driver load if the TPM has not been startedJason Gunthorpe2-4/+46