summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* driver/char/tpm: declare internal symbols as staticXiaoyan Zhang2012-09-042-20/+21
* driver: add PPI support in tpm driverXiaoyan Zhang2012-08-224-1/+475
* tpm: Do not dereference NULL pointer if acpi_os_map_memory() fails.Jesper Juhl2012-08-221-0/+5
* drivers/char/tpm: Add securityfs support for event logAshley Lai2012-08-224-12/+93
* drivers/char/tpm: Add new device driver to support IBM vTPMAshley Lai2012-08-225-0/+836
* tpm: compile out unused code in the PNP and PM casesKent Yoder2012-08-221-1/+2
* tpm: fix double write race and tpm_release free issueKent Yoder2012-08-221-2/+3
* hw_random: add support for the TPM chip as a hardware RNG sourceKent Yoder2012-08-223-0/+64
* tpm: Move tpm_get_random api into the TPM device driverKent Yoder2012-08-222-6/+76
* tpm: modularize event log collectionKent Yoder2012-08-225-142/+182
* char/tpm: Add new driver for Infineon I2C TIS TPMPeter Huewe2012-08-223-0/+707
* Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2012-08-161-4/+23
|\
| * sh: intc: Handle domain association for sparseirq pre-allocated vectors.Paul Mundt2012-08-091-4/+23
* | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-08-162-12/+42
|\ \
| * | dma: tegra: enable/disable dma clockLaxman Dewangan2012-08-131-1/+17
| * | Merge branch 'fixes_for-3.6' into fixesVinod Koul2012-08-061-11/+25
| |\ \
| | * | dma: imx-dma: Fix kernel crash due to missing clock conversionFabio Estevam2012-07-271-11/+25
* | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-08-1611-51/+88
|\ \ \ \
| * \ \ \ Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/lin...Dave Airlie2012-08-156-8/+45
| |\ \ \ \
| | * | | | drm/nv86/fifo: suspend fixMaxim Levitsky2012-08-141-0/+9
| | * | | | drm/nouveau: disable copy engine on NVAFHenrik Rydberg2012-08-141-1/+0
| | * | | | nouveau: fixup scanout enable in nvc0_pmMaarten Lankhorst2012-08-141-1/+1
| | * | | | drm/nouveau/aux: mask off higher bits of auxch index in i2c table entryBen Skeggs2012-08-141-1/+1
| | * | | | drm/nvd0/disp: mask off high 16 bit of negative cursor x-coordinateChristoph Bumiller2012-08-141-1/+1
| | * | | | drm/nve0/fifo: add support for the flip completion swmthdBen Skeggs2012-08-031-4/+33
| | |/ / /
| * | | | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-08-155-43/+43
| |\ \ \ \
| | * | | | drm/i915: Apply post-sync write for pipe control invalidatesChris Wilson2012-08-141-18/+23
| | * | | | drm/i915: reorder edp disabling to fix ivb MacBook AirDaniel Vetter2012-08-141-7/+7
| | * | | | drm/i915: ensure i2c adapter is all set before adding itJani Nikula2012-08-131-3/+4
| | * | | | drm/i915: ignore eDP bpc settings from vbtDaniel Vetter2012-08-111-11/+0
| | * | | | drm/i915: Fix blank panel at reopening lidTakashi Iwai2012-08-111-4/+9
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-08-141-0/+2
|\ \ \ \ \ \
| * | | | | | s390/sclp_sdias: Add missing break and "fall through"Michael Holzheu2012-08-081-0/+2
* | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-08-1442-239/+511
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | drm/radeon: fix typo in function header commentDmitrii Cherkasov2012-08-131-1/+1
| * | | | | | drm/radeon/kms: implement timestamp userspace query (v2)Marek Olšák2012-08-139-7/+80
| * | | | | | drm/radeon/kms: add MSAA texture support for r600-evergreenMarek Olšák2012-08-133-2/+15
| * | | | | | drm/radeon/kms: reorder code in r600_check_texture_resourceMarek Olšák2012-08-131-26/+26
| * | | | | | drm/radeon: fence virtual address and free it once idle v4Jerome Glisse2012-08-135-21/+55
| * | | | | | drm/radeon: fix some missing parens in asic macrosAlex Deucher2012-08-131-5/+5
| * | | | | | drm/radeon: fix ordering in pll picking on dce4+Alex Deucher2012-08-131-4/+4
| * | | | | | drm/radeon: do not reenable crtc after moving vram start addressJerome Glisse2012-08-133-76/+2
| * | | | | | drm/radeon: fix bank tiling parameters on caymanAlex Deucher2012-08-131-3/+11
| * | | | | | drm/radeon: fix bank tiling parameters on evergreenAlex Deucher2012-08-131-3/+11
| * | | | | | drm/radeon: fix bank tiling parameters on SIChristian König2012-08-131-4/+12
| * | | | | | drm/radeon: properly handle crtc powergatingAlex Deucher2012-08-133-2/+17
| * | | | | | drm/radeon: properly handle SS overrides on TN (v2)Alex Deucher2012-08-131-12/+37
| * | | | | | drm/radeon/dce4+: set a more reasonable cursor watermarkAlex Deucher2012-08-131-2/+4
| * | | | | | drm/radeon: fix handling for ddc type 5 on combiosAlex Deucher2012-08-131-21/+36
| | |/ / / / | |/| | | |
| * | | | | drm/mgag200: fix G200ER pll picking algorithmDave Airlie2012-08-101-5/+7