summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* device-mapper: using EXPORT_SYBOL in dm-space-map-checker.c needs export.hStephen Rothwell2011-11-071-0/+1
* device-mapper: dm-bufio.c needs to include module.hStephen Rothwell2011-11-071-0/+1
* drivers/md: change module.h -> export.h in persistent-data/dm-*Paul Gortmaker2011-11-074-4/+4
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-11-0715-244/+464
|\
| *---. Merge branches 'acpi', 'idle', 'mrst-pmu' and 'pm-tools' into nextLen Brown2011-11-068-180/+424
| |\ \ \
| | * | | cpuidle: Single/Global registration of idle statesDeepthi Dharwar2011-11-068-114/+298
| | * | | cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsDeepthi Dharwar2011-11-064-36/+65
| | * | | cpuidle: Remove CPUIDLE_FLAG_IGNORE and dev->prepare()Deepthi Dharwar2011-11-062-12/+0
| | * | | cpuidle: Move dev->last_residency update to driver enter routine; remove dev-...Deepthi Dharwar2011-11-065-48/+91
| | |/ /
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-----. \ \ Merge branches 'atomic-io', 'lockdep', 'misc', 'pm-profile' and 'pnp-cleanup'...Len Brown2011-11-066-63/+39
| |\ \ \ \ \ \
| | | | | * | | PNPACPI: Simplify disabled resource registrationWitold Szczeponik2011-11-061-47/+15
| | | | | |/ /
| | | | * / / ACPI: Export FADT pm_profile integer value to userspaceThomas Renninger2011-11-061-1/+13
| | | | |/ /
| | | * | | thermal: Prevent polling from happening during system suspendRafael J. Wysocki2011-11-061-2/+2
| | | * | | ACPI: Drop ACPI_NO_HARDWARE_INITRafael J. Wysocki2011-11-061-6/+2
| | | * | | ACPI: use kstrdup()Thomas Meyer2011-11-061-2/+1
| | | |/ /
| | * / / ACPI: Fix possible recursive locking in hwregs.cRakib Mullick2011-11-061-5/+6
| | |/ /
| * / / ACPI atomicio: Convert width in bits to bytes in __acpi_ioremap_fast()Luck, Tony2011-11-061-1/+1
| |/ /
* | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2011-11-0730-2626/+2913
|\ \ \
| * | | vmwgfx: Snoop DMA transfers with non-covering sizesJakob Bornecrantz2011-11-071-9/+21
| * | | vmwgfx: Move the prefered mode first in the listJakob Bornecrantz2011-11-071-0/+4
| * | | vmwgfx: Unreference surface on cursor error pathJakob Bornecrantz2011-11-071-0/+1
| * | | vmwgfx: Free prefered mode on error pathJakob Bornecrantz2011-11-071-6/+11
| * | | vmwgfx: Use pointer return error codesJakob Bornecrantz2011-11-071-1/+1
| * | | vmwgfx: Fix hw cursor positionThomas Hellstrom2011-11-071-2/+5
| * | | vmwgfx: Infrastructure for explicit placementThomas Hellstrom2011-11-073-24/+30
| * | | vmwgfx: Make the preferred autofit mode have a 60Hz vrefreshThomas Hellstrom2011-11-071-1/+23
| * | | vmwgfx: Remove screen object active listThomas Hellstrom2011-11-071-37/+15
| * | | vmwgfx: Screen object cleanupsThomas Hellstrom2011-11-071-14/+2
| * | | drm/radeon/kms: consolidate GART code, fix segfault after GPU lockup V2Jerome Glisse2011-11-0410-116/+75
| * | | drm/radeon/kms: don't poll forever if MC GDDR link training failsAlex Deucher2011-11-031-2/+5
| * | | drm/radeon/kms: fix DP setup on TRAVIS bridgesAlex Deucher2011-11-031-2/+5
| * | | drm/radeon/kms: set HPD polarity in hpd_init()Alex Deucher2011-11-035-11/+12
| * | | drm/radeon/kms: add MSI module parameterAlex Deucher2011-11-033-0/+11
| * | | drm/radeon/kms: Add MSI quirk for Dell RS690Alex Deucher2011-11-031-0/+6
| * | | drm/radeon/kms: Add MSI quirk for HP RS690Alex Deucher2011-11-031-0/+7
| * | | drm/radeon/kms: split MSI check into a separate functionAlex Deucher2011-11-031-6/+23
| * | | vmwgfx: Reinstate the update_layout ioctlThomas Hellstrom2011-11-024-5/+82
| * | | drm/radeon/kms: always do extended edid probeAlex Deucher2011-11-013-85/+18
| * | | drm/radeon/kms: remove useless radeon_ddc_dump()Alex Deucher2011-11-011-33/+0
| * | | drm/radeon/kms: make atombios_dig_transmitter_setup() version basedAlex Deucher2011-11-011-122/+221
| * | | drm/radeon/kms: make atombios_dig_encoder_setup() version basedAlex Deucher2011-11-011-84/+127
| * | | drm/radeon/kms: make atombios_dvo_setup() version basedAlex Deucher2011-11-011-21/+38
| * | | drm/radeon/kms: move atom encoder setup to a new fileAlex Deucher2011-11-014-2182/+2214
| * | | drm/radeon/kms: allocate vram scratch page on 6xx+Alex Deucher2011-11-015-57/+80
| * | | drm/radeon/kms: check for DP MST mode in a few more places (v2)Alex Deucher2011-11-013-13/+14
| * | | drm/radeon/kms/atom: rework encoder dpmsAlex Deucher2011-11-011-152/+186
| * | | drm/radeon/kms: only require 2.7 Ghz DP clock for NUTMEGAlex Deucher2011-11-011-2/+2
| * | | drm/radeon/kms: rework DP bridge checksAlex Deucher2011-11-016-25/+27
| * | | drm/radeon/kms: use defined constants for crtc/hpd count instead of hard-code...Ilija Hadzic2011-11-012-15/+16
| * | | drm/radeon: flush read cache for gtt with fence on r6xx and newer GPU V3Jerome Glisse2011-11-013-4/+20