summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | tpm: fix: sanitized code paths in tpm_chip_register()Jarkko Sakkinen2015-03-181-24/+42
| * | | | | tpm: fix call order in tpm-chip.cJarkko Sakkinen2015-03-051-20/+14
| * | | | | tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_sendjmlatten@linux.vnet.ibm.com2015-03-052-8/+8
| | |_|/ / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-04-1511-115/+367
|\ \ \ \ \
| * | | | | hwrng: core - allow perfect entropy from hardware devicesKeith Packard2015-03-181-1/+2
| * | | | | hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG in initAndre Wolokita2015-03-171-1/+1
| * | | | | hwrng: omap - Change RNG_CONFIG_REG to RNG_CONTROL_REG when checking and disa...Andre Wolokita2015-03-171-1/+1
| * | | | | hwrng: iproc-rng200 - make use of devm_hwrng_registerDmitry Torokhov2015-03-161-14/+1
| * | | | | hwrng: iproc-rng200 - do not use static structureDmitry Torokhov2015-03-161-23/+21
| * | | | | hwrng: msm - make use of devm_hwrng_registerDmitry Torokhov2015-03-161-10/+1
| * | | | | hwrng: exynos - make use of devm_hwrng_registerDmitry Torokhov2015-03-161-11/+1
| * | | | | hwrng: bcm63xx - make use of devm_hwrng_registerDmitry Torokhov2015-03-161-56/+31
| * | | | | hwrng: add devm_* interfacesDmitry Torokhov2015-03-161-0/+42
| * | | | | hwrng: omap - remove #ifdefery around PM methodsDmitry Torokhov2015-03-121-12/+3
| * | | | | hwrng: pseries - remove incorrect __init/__exit markupsDmitry Torokhov2015-03-121-2/+2
| * | | | | hwrng: octeon - remove incorrect __exit markupsDmitry Torokhov2015-03-121-2/+2
| * | | | | hwrng: omap - remove incorrect __exit markupsDmitry Torokhov2015-03-121-2/+2
| * | | | | hwrng: xgene - add ACPI support for APM X-Gene RNG unitFeng Kan2015-03-091-0/+10
| * | | | | hwrng: iproc-rng200 - Add Broadcom IPROC RNG driverScott Branden2015-03-063-0/+268
| * | | | | hwrng: bcm63xx - use devm_* helpersFlorian Fainelli2015-03-011-14/+6
| * | | | | hwrng: bcm63xx - move register definitions to driverFlorian Fainelli2015-03-011-1/+9
| * | | | | hwrng: bcm63xx - drop bcm_{readl,writel} macrosFlorian Fainelli2015-03-011-7/+6
| |/ / / /
* | | | | Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-141-12/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pnp'Rafael J. Wysocki2015-04-131-12/+1
| |\ \ \ \ \
| | * | | | | PNP: tpm/tpm_infineon: Use module_pnp_driver to register driverPeter Huewe2015-03-181-12/+1
| | | |_|/ / | | |/| | |
* | | | | | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-142-2/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Merge branch 'iocb' into for-nextAl Viro2015-04-112-2/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-252-2/+1
* | | | | ipmi_ssif: Use interruptible completion for waiting in the threadCorey Minyard2015-04-101-3/+5
* | | | | ipmi/powernv: Fix minor locking bugAlistair Popple2015-04-101-0/+1
* | | | | ipmi: Handle BMCs that don't allow clearing the rcv irq bitCorey Minyard2015-04-101-7/+102
|/ / / /
* | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-03-171-1/+18
|\ \ \ \ | |_|/ / |/| | |
| * | | virtio_console: avoid config access from irqMichael S. Tsirkin2015-03-051-0/+16
| * | | virtio_console: init work unconditionallyMichael S. Tsirkin2015-03-051-1/+2
| | |/ | |/|
* | | tpm: fix call order in tpm-chip.cJarkko Sakkinen2015-03-061-20/+14
* | | tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_sendjmlatten@linux.vnet.ibm.com2015-03-062-8/+8
|/ /
* | ipmi: Fix a memory ordering issueCorey Minyard2015-02-191-4/+10
* | ipmi: Remove uses of return value of seq_printfJoe Perches2015-02-193-16/+26
* | ipmi: Use is_visible callback for conditional sysfs entriesTakashi Iwai2015-02-191-43/+17
* | ipmi: Free ipmi_recv_msg messages from the linked list on closeNicholas Krause2015-02-191-1/+5
* | ipmi: avoid gcc warningArnd Bergmann2015-02-191-8/+21
* | ipmi: Update timespec usage to timespec64John Stultz2015-02-191-12/+13
* | ipmi: Cleanup DEBUG_TIMING ifdef usageJohn Stultz2015-02-191-40/+21
* | drivers:char:ipmi: Remove unneeded FIXME comment in the file,ipmi_si_intf.cNicholas Krause2015-02-191-1/+0
* | char: ipmi: Remove obsolete cleanup for clientdataWolfram Sang2015-02-191-2/+0
* | ipmi: Remove a FIXME for slab conversionCorey Minyard2015-02-191-1/+0
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-181-1/+4
|\ \ | |/ |/|
| * virtio: don't require a config space on the console device.Rusty Russell2015-02-111-1/+4
| * virtio_rng: drop extra empty lineMichael S. Tsirkin2015-01-211-1/+0
| * virtio/console: verify device has config spaceMichael S. Tsirkin2015-01-211-0/+6