summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2013-10-15Merge tag 'stable/for-linus-3.12-rc4-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-0/+1
2013-10-10Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-6/+5
2013-10-10random: allow architectures to optionally define random_get_entropy()Theodore Ts'o-4/+4
2013-10-10tpm: xen-tpmfront: fix missing declaration of xen_domainRob Herring-0/+1
2013-09-25Merge tag 'stable/for-linus-3.12-rc2-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-36/+0
2013-09-24tpm: xen-tpmfront: Remove the locality sysfs attributeJason Gunthorpe-29/+0
2013-09-24tpm: xen-tpmfront: Fix default durationsJason Gunthorpe-7/+0
2013-09-23random: run random_int_secret_init() run after all late_initcallsTheodore Ts'o-2/+1
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky-4/+1
2013-09-11tpm: convert tpm_tis driver to use dev_pm_ops from legacy pm_opsShuah Khan-36/+24
2013-09-09Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-11/+16
2013-09-09Merge tag 'v3.11-rc7' into stable/for-linus-3.12Konrad Rzeszutek Wilk-22/+48
2013-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-79/+330
2013-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu-9/+12
2013-09-05Merge branch 'ipmi'Linus Torvalds-1/+79
2013-09-05BMC support for PARISC machinesThomas Bogendoerfer-0/+75
2013-09-05Add MODULE_ALIAS for autoloading ipmi driver on ACPI systemsJordan_Hargrave@Dell.com-0/+2
2013-09-05ipmi: Initialize locals to avoid warningCorey Minyard-1/+1
2013-09-05ipmi: info leak in compat_ipmi_ioctl()Dan Carpenter-0/+1
2013-09-04Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-0/+486
2013-09-04Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2013-09-03Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-5/+0
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-19/+27
2013-09-02hwrng: via - Add MODULE_DEVICE_TABLEBen Hutchings-0/+7
2013-08-30drivers/xen-tpmfront: Fix compile issue with missing option.Konrad Rzeszutek Wilk-0/+1
2013-08-21hwrng: omap - reorder OMAP TRNG driver codeOlof Johansson-54/+54
2013-08-18Merge 3.11-rc6 into char-misc-nextGreg Kroah-Hartman-24/+52
2013-08-14Merge back earlier 'acpi-assorted' materialRafael J. Wysocki-5/+0
2013-08-14hwrng: tx4939 - simplify use of devm_ioremap_resourceJulia Lawall-3/+1
2013-08-09drivers/tpm: add xen tpmfront interfaceDaniel De Graaf-0/+485
2013-08-09hwrng: pixocel - Staticize 'rng_dev'Jingoo Han-1/+1
2013-08-09hwrng: omap - Add OMAP4 TRNG supportLokesh Vutla-53/+305
2013-08-09hwrng: omap - Add device tree supportLokesh Vutla-0/+12
2013-08-09hwrng: omap - Remove duplicated function callLokesh Vutla-1/+0
2013-08-09hwrng: omap - Convert to devm_kzalloc()Lokesh Vutla-7/+2
2013-08-09hwrng: omap - Use module_platform_driver macroLokesh Vutla-16/+2
2013-08-09virtio: console: prevent use-after-free of port name in port unplugAmit Shah-2/+1
2013-08-09Merge branch 'master' into virtio-nextRusty Russell-24/+52
2013-08-08Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-22/+48
2013-08-01hwrng: mxc-rnga - Check the return value from clk_prepare_enable()Fabio Estevam-1/+3
2013-07-31parisc: agp/parisc-agp: allow binding of user memory to the AGP GARTAlex Ivanov-2/+4
2013-07-30virtio: console: cleanup an error messageDan Carpenter-4/+2
2013-07-29virtio: console: fix locking around send_sigio_to_port()Amit Shah-3/+5
2013-07-29virtio: console: add locking in port unplug pathAmit Shah-0/+2
2013-07-29virtio: console: add locks around buffer removal in port unplug pathAmit Shah-2/+6
2013-07-29virtio: console: return -ENODEV on all read operations after unplugAmit Shah-1/+5
2013-07-29virtio: console: fix raising SIGIO after port unplugAmit Shah-3/+5
2013-07-29virtio: console: clean up port data immediately at time of unplugAmit Shah-8/+8
2013-07-29virtio: console: fix race in port_fops_open() and port unplugAmit Shah-0/+4
2013-07-29virtio: console: fix race with port unplug and open/closeAmit Shah-7/+6