aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-19ipmi: Cleanup DEBUG_TIMING ifdef usageJohn Stultz1-40/+21
2015-02-19drivers:char:ipmi: Remove unneeded FIXME comment in the file,ipmi_si_intf.cNicholas Krause1-1/+0
2015-02-19char: ipmi: Remove obsolete cleanup for clientdataWolfram Sang1-2/+0
2015-02-19ipmi: Remove a FIXME for slab conversionCorey Minyard1-1/+0
2015-02-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+4
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds6-62/+85
2015-02-16Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-19/+11
2015-02-16Merge https://github.com/PeterHuewe/linux-tpmdd into for-linusJames Morris6-62/+85
2015-02-15Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds4-113/+240
2015-02-15Added Little Endian support to vtpm modulehonclo1-8/+12
2015-02-15tpm, tpm_tis: fix TPM 2.0 probingJarkko Sakkinen3-15/+39
2015-02-15tpm: fix suspend/resume paths for TPM 2.0Jarkko Sakkinen5-39/+34
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-69/+147
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2-35/+33
2015-02-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds23-937/+2231
2015-02-11virtio: don't require a config space on the console device.Rusty Russell1-1/+4
2015-02-10Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2015-02-09random: Fix fast_mix() functionGeorge Spelvin1-4/+4
2015-02-05Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-7/+7
2015-02-03virtio/console: verify device has config spaceMichael S. Tsirkin1-0/+6
2015-01-29agp: change agp_free_page_array to use kvfreeWang, Yalin2-12/+4
2015-01-28agp/intel: Serialise after GTT updatesChris Wilson1-7/+7
2015-01-26ACPICA: Resources: Provide common part for struct acpi_resource_address structures.Lv Zheng1-2/+2
2015-01-26hwrng: virtio - drop extra empty lineMichael S. Tsirkin1-1/+0