aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-22tpm: use tabs instead of whitespaces in KconfigPeter Huewe1-8/+8
2013-10-22tpm: Fix module name description in Kconfig for tpm_i2c_infineonPeter Huewe1-1/+1
2013-10-22tpm: Add support for Atmel I2C TPMsJason Gunthorpe3-0/+294
2013-10-22tpm: Add support for the Nuvoton NPCT501 I2C TPMJason Gunthorpe3-0/+721
2013-10-22tpm: Merge the tpm-bios module with tpm.oJason Gunthorpe3-11/+3
2013-10-22tpm: Rename tpm.c to tpm-interface.cJason Gunthorpe2-0/+2
2013-10-22tpm: cleanup checkpatch warningsPeter Huewe1-22/+22
2013-10-22tpm: Remove tpm_show_caps_1_2Jason Gunthorpe6-39/+27
2013-10-22tpm: st33: Remove chip->data_buffer access from this driverJason Gunthorpe1-8/+0
2013-10-22tpm: Remove redundant dev_set_drvdataJason Gunthorpe3-6/+0
2013-10-22tpm: Use container_of to locate the tpm_chip in tpm_openJason Gunthorpe1-17/+4
2013-10-22tpm: Store devname in the tpm_chipJason Gunthorpe2-11/+7
2013-10-22tpm atmel: Call request_region with the correct baseJason Gunthorpe1-1/+1
2013-10-22tpm: ibmvtpm: Use %zd formatting for size_t format argumentsJason Gunthorpe1-2/+2
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-4/+1
2013-09-11tpm: 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/kernel/git/rusty/linuxLinus Torvalds1-11/+16
2013-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-79/+330
2013-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu5-9/+12
2013-09-05Merge branch 'ipmi'Linus Torvalds3-1/+79
2013-09-05BMC support for PARISC machinesThomas Bogendoerfer1-0/+75
2013-09-05Add MODULE_ALIAS for autoloading ipmi driver on ACPI systemsJordan_Hargrave@Dell.com1-0/+2
2013-09-05ipmi: Initialize locals to avoid warningCorey Minyard1-1/+1
2013-09-05ipmi: info leak in compat_ipmi_ioctl()Dan Carpenter1-0/+1
2013-09-04Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-0/+486
2013-09-04Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2013-09-03Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-5/+0
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-19/+27
2013-09-02hwrng: via - Add MODULE_DEVICE_TABLEBen Hutchings1-0/+7
2013-08-30drivers/xen-tpmfront: Fix compile issue with missing option.Konrad Rzeszutek Wilk1-0/+1
2013-08-21hwrng: omap - reorder OMAP TRNG driver codeOlof Johansson1-54/+54
2013-08-18Merge 3.11-rc6 into char-misc-nextGreg Kroah-Hartman2-24/+52
2013-08-14Merge back earlier 'acpi-assorted' materialRafael J. Wysocki1-5/+0
2013-08-14hwrng: tx4939 - simplify use of devm_ioremap_resourceJulia Lawall1-3/+1
2013-08-09drivers/tpm: add xen tpmfront interfaceDaniel De Graaf3-0/+485
2013-08-09hwrng: pixocel - Staticize 'rng_dev'Jingoo Han1-1/+1
2013-08-09hwrng: omap - Add OMAP4 TRNG supportLokesh Vutla2-53/+305
2013-08-09hwrng: omap - Add device tree supportLokesh Vutla1-0/+12
2013-08-09hwrng: omap - Remove duplicated function callLokesh Vutla1-1/+0
2013-08-09hwrng: omap - Convert to devm_kzalloc()Lokesh Vutla1-7/+2
2013-08-09hwrng: omap - Use module_platform_driver macroLokesh Vutla1-16/+2
2013-08-09virtio: console: prevent use-after-free of port name in port unplugAmit Shah1-2/+1
2013-08-09Merge branch 'master' into virtio-nextRusty Russell2-24/+52
2013-08-08Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-22/+48
2013-08-01hwrng: mxc-rnga - Check the return value from clk_prepare_enable()Fabio Estevam1-1/+3
2013-07-31parisc: agp/parisc-agp: allow binding of user memory to the AGP GARTAlex Ivanov1-2/+4
2013-07-30virtio: console: cleanup an error messageDan Carpenter1-4/+2
2013-07-29virtio: console: fix locking around send_sigio_to_port()Amit Shah1-3/+5
2013-07-29virtio: console: add locking in port unplug pathAmit Shah1-0/+2
2013-07-29virtio: console: add locks around buffer removal in port unplug pathAmit Shah1-2/+6