summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm: switch all GEM/KMS ioctls to unlocked ioctl status.Dave Airlie2010-02-111-22/+22
* Use drm_gem_object_[handle_]unreference_unlocked where possibleLuca Barbieri2010-02-1115-121/+47
* drm: introduce drm_gem_object_[handle_]unreference_unlockedLuca Barbieri2010-02-112-8/+69
* vgaarb: fix incorrect dereference of userspace pointer.Andy Getzendanner2010-02-111-1/+1
* Merge branch 'drm-radeon-linus' of ../drm-nextDave Airlie2010-02-119-41/+89
|\
| * drm/radeon/kms: retry auxch on 0x20 timeout value.Dave Airlie2010-02-111-3/+7
| * drm/radeon: Skip dma copy test in benchmark if card doesn't have dma engine.Pauli Nieminen2010-02-111-22/+33
| * drm/radeon/kms: fix screen clearing before fbcon.Dave Airlie2010-02-111-1/+1
| * drm/radeon/kms: add quirk for VGA without DDC on rv730 XFX card.Dave Airlie2010-02-091-0/+9
| * drm/radeon/kms: don't crash if no DDC bus on VGA/DVI connector.Dave Airlie2010-02-092-9/+22
| * drm/radeon/kms: change Kconfig text to reflect the new option.Dave Airlie2010-02-081-4/+8
| * drm/radeon/kms: suspend and resume audio stuffRafał Miłecki2010-02-052-2/+9
* | Merge remote branch 'nouveau/for-airlied' of nouveau-2.6Dave Airlie2010-02-1126-143/+266
|\ \
| * | nouveau: fix state detection with switchable graphicsMatthew Garrett2010-02-111-6/+6
| * | drm/nouveau: move dereferences after null checksMarcin Slusarz2010-02-114-11/+17
| * | drm/nv50: make the pgraph irq handler loop like the pre-nv50 versionMaarten Maathuis2010-02-101-64/+77
| * | drm/nv50: delete ramfc object after disabling fifo, not beforeMaarten Maathuis2010-02-101-3/+6
| * | drm/nv50: avoid unloading pgraph context when ctxprog is runningMaarten Maathuis2010-02-102-7/+10
| * | drm/nv50: align size of buffer object to the right boundaries.Maarten Maathuis2010-02-101-5/+5
| * | drm/nv50: disregard dac outputs in nv50_sor_dpms()Ben Skeggs2010-02-101-0/+1
| * | drm/nv50: prevent multiple init tables being parsed at the same timeBen Skeggs2010-02-102-8/+11
| * | drm/nouveau: make dp auxch xfer len check for reads onlyBen Skeggs2010-02-091-5/+5
| * | drm/nv40: make INIT_COMPUTE_MEM a NOP, just like nv50Ben Skeggs2010-02-091-1/+1
| * | drm/nouveau: Add proper vgaarb support.Marcin Kościelnicki2010-02-091-0/+8
| * | drm/nouveau: Fix fbcon on mixed pre-NV50 + NV50 multicard.Marcin Kościelnicki2010-02-094-12/+42
| * | drivers/gpu/drm/nouveau/nouveau_grctx.c: correct NULL testJulia Lawall2010-02-091-2/+2
| * | drm/nouveau: call ttm_bo_wait with the bo lock held to prevent hangLuca Barbieri2010-02-091-0/+2
| * | drm/nouveau: Fixup semaphores on pre-nv50 cards.Francisco Jerez2010-02-091-0/+14
| * | drm/nouveau: Add getparam to get available PGRAPH units.Marcin Kościelnicki2010-02-093-0/+11
| * | drm/nouveau: Add module options to disable acceleration.Marcin Kościelnicki2010-02-094-15/+37
| * | drm/nouveau: fix non-vram notifier blocksBen Skeggs2010-02-092-4/+11
* | | drm/vmwgfx: Fix a circular locking dependency bug.Thomas Hellstrom2010-02-113-19/+14
* | | drm/vmwgfx: Drop scanout flag compat and add execbuf ioctl parameter members....Jakob Bornecrantz2010-02-113-19/+12
* | | drm/vmwgfx: Report propper framebuffer_{max|min}_{width|height}Jakob Bornecrantz2010-02-111-4/+4
* | | drm/vmwgfx: Update the user-space interface.Thomas Hellstrom2010-02-114-8/+21
* | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-02-101-6/+6
|\ \ \
| * | | i2c-tiny-usb: Fix on big-endian systemsJean Delvare2010-02-051-6/+6
* | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2010-02-102-3/+5
|\ \ \ \
| * | | | [S390] Fix struct _lowcore layout.Heiko Carstens2010-02-091-2/+2
| * | | | [S390] qdio: prevent call trace if CHPID is offlineJan Glauber2010-02-091-0/+2
| * | | | [S390] qdio: continue polling for buffer state ERRORUrsula Braun2010-02-091-1/+1
* | | | | Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-02-103-4/+8
|\ \ \ \ \
| * | | | | KVM: PIT: control word is write-onlyMarcelo Tosatti2010-02-091-0/+3
| * | | | | kvmclock: count total_sleep_time when updating guest clockJason Wang2010-02-091-4/+3
| * | | | | Export the symbol of getboottime and mmonotonic_to_bootbasedJason Wang2010-02-091-0/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds2010-02-101-6/+9
|\ \ \ \ \ \
| * | | | | | avr32: clean up memory allocation in at32_add_device_mciHans-Christian Egtvedt2009-12-281-4/+7
| * | | | | | arch/avr32: Fix build failure for avr32 caused by typoPeter Huewe2009-12-281-2/+2
* | | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-02-101-3/+9
|\ \ \ \ \ \ \
| * | | | | | | powerpc: Fix address masking bug in hpte_need_flush()David Gibson2010-02-101-3/+9
OpenPOWER on IntegriCloud