aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds11-975/+1510
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds11-115/+367
2015-04-14Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-12/+1
2015-04-14Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+1
2015-04-13Merge branch 'pnp'Rafael J. Wysocki1-12/+1
2015-04-11Merge branch 'iocb' into for-nextAl Viro2-2/+1
2015-04-10ipmi_ssif: Use interruptible completion for waiting in the threadCorey Minyard1-3/+5
2015-04-10ipmi/powernv: Fix minor locking bugAlistair Popple1-0/+1
2015-04-10ipmi: Handle BMCs that don't allow clearing the rcv irq bitCorey Minyard1-7/+102
2015-03-27tpm/st33zp24/spi: Add missing device table for spi phy.Christophe Ricard1-0/+7
2015-03-27tpm/st33zp24: Add proper wait for ordinal duration in case of irq modeChristophe Ricard1-1/+11
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig2-2/+1
2015-03-18tpm/tpm_infineon: Use struct dev_pm_ops for power managementPeter Huewe1-25/+9
2015-03-18tpm: Update KConfig text to include TPM2.0 FIFO chipsPeter Huewe1-4/+5
2015-03-18tpm/st33zp24/spi: Add st33zp24 spi phyChristophe Ricard5-2/+408
2015-03-18tpm/tpm_i2c_stm_st33: Split tpm_i2c_tpm_st33 in 2 layers (core + phy)Christophe Ricard8-926/+1031
2015-03-18tpm/tpm_i2c_stm_st33: Replace access to io_lpcpd from struct st33zp24_platform_data to tpm_stm_devChristophe Ricard1-7/+11
2015-03-18tpm: fix: sanitized code paths in tpm_chip_register()Jarkko Sakkinen1-24/+42
2015-03-18PNP: tpm/tpm_infineon: Use module_pnp_driver to register driverPeter Huewe1-12/+1
2015-03-18hwrng: core - allow perfect entropy from hardware devicesKeith Packard1-1/+2
2015-03-17Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+18
2015-03-17hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG in initAndre Wolokita1-1/+1
2015-03-17hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG when checking and disabling TRNGAndre Wolokita1-1/+1
2015-03-16hwrng: iproc-rng200 - make use of devm_hwrng_registerDmitry Torokhov1-14/+1
2015-03-16hwrng: iproc-rng200 - do not use static structureDmitry Torokhov1-23/+21
2015-03-16hwrng: msm - make use of devm_hwrng_registerDmitry Torokhov1-10/+1
2015-03-16hwrng: exynos - make use of devm_hwrng_registerDmitry Torokhov1-11/+1
2015-03-16hwrng: bcm63xx - make use of devm_hwrng_registerDmitry Torokhov1-56/+31
2015-03-16hwrng: add devm_* interfacesDmitry Torokhov1-0/+42
2015-03-12hwrng: omap - remove #ifdefery around PM methodsDmitry Torokhov1-12/+3
2015-03-12hwrng: pseries - remove incorrect __init/__exit markupsDmitry Torokhov1-2/+2
2015-03-12hwrng: octeon - remove incorrect __exit markupsDmitry Torokhov1-2/+2
2015-03-12hwrng: omap - remove incorrect __exit markupsDmitry Torokhov1-2/+2
2015-03-09hwrng: xgene - add ACPI support for APM X-Gene RNG unitFeng Kan1-0/+10
2015-03-06tpm: fix call order in tpm-chip.cJarkko Sakkinen1-20/+14
2015-03-06tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_sendjmlatten@linux.vnet.ibm.com2-8/+8
2015-03-06hwrng: iproc-rng200 - Add Broadcom IPROC RNG driverScott Branden3-0/+268
2015-03-05tpm: fix call order in tpm-chip.cJarkko Sakkinen1-20/+14
2015-03-05tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_sendjmlatten@linux.vnet.ibm.com2-8/+8
2015-03-05virtio_console: avoid config access from irqMichael S. Tsirkin1-0/+16
2015-03-05virtio_console: init work unconditionallyMichael S. Tsirkin1-1/+2
2015-03-01hwrng: bcm63xx - use devm_* helpersFlorian Fainelli1-14/+6
2015-03-01hwrng: bcm63xx - move register definitions to driverFlorian Fainelli1-1/+9
2015-03-01hwrng: bcm63xx - drop bcm_{readl,writel} macrosFlorian Fainelli1-7/+6
2015-02-19ipmi: Fix a memory ordering issueCorey Minyard1-4/+10
2015-02-19ipmi: Remove uses of return value of seq_printfJoe Perches3-16/+26
2015-02-19ipmi: Use is_visible callback for conditional sysfs entriesTakashi Iwai1-43/+17
2015-02-19ipmi: Free ipmi_recv_msg messages from the linked list on closeNicholas Krause1-1/+5
2015-02-19ipmi: avoid gcc warningArnd Bergmann1-8/+21
2015-02-19ipmi: Update timespec usage to timespec64John Stultz1-12/+13