aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-29drm/i915: Don't print to dmesg when taking signal during object_pin.Eric Anholt1-2/+4
2008-12-29drm: pin new and unpin old buffer when setting a mode.Kristian Høgsberg2-15/+49
2008-12-29drm/i915: un-EXPORT and make 'intelfb_panic' staticHannes Eder1-3/+2
2008-12-29drm/i915: Delete unused, pointless i915_driver_firstopen.Eric Anholt1-8/+0
2008-12-29drm/i915: fix sparse warnings: returning void-valued expressionHannes Eder1-2/+2
2008-12-29drm/i915: fix sparse warnings: move 'extern' decls to header fileHannes Eder2-6/+6
2008-12-29drm/i915: fix sparse warnings: make symbols staticHannes Eder9-22/+23
2008-12-29drm/i915: fix sparse warnings: declare one-bit bitfield as unsignedHannes Eder1-4/+4
2008-12-29drm/i915: Don't double-unpin buffers if we take a signal in evict_everything().Eric Anholt1-0/+1
2008-12-29drm/i915: Fix fbcon setup to align display pitch to 64b.Eric Anholt1-1/+1
2008-12-29drm: drop DRM_IOCTL_MODE_REPLACEFB, add+remove works just as well.Kristian H�gsberg3-72/+0
2008-12-29drm: sanitise drm modesetting API + remove unused hotplugJakob Bornecrantz3-29/+14
2008-12-29drm: fix allowing master ioctls on non-master fds.Dave Airlie1-1/+1
2008-12-29drm/radeon: use locked rmmap to remove sarea mapping.Dave Airlie2-1/+2
2008-12-29drm/radeon: fix missing hunk from the master changes.Dave Airlie1-0/+2
2008-12-29drm: fix useless gcc unused variable warningDave Airlie1-1/+1
2008-12-29drm/radeon: fix warning due to PAGE_SIZE maxDave Airlie1-1/+1
2008-12-29drm: kconfig have drm core select i2c for kmsDave Airlie1-1/+2
2008-12-29drm: PAGE_CACHE_WC is x86 only so farDave Airlie1-0/+2
2008-12-29drm: pick an 800x600@60HZ mode by default for unknown CRT.Dave Airlie1-4/+4
2008-12-29drm/i915: Fix stolen memory detection on G45 and GM45.Eric Anholt2-6/+11
2008-12-29drm/i915: Register module dependencies for the modesetting code.Eric Anholt1-0/+5
2008-12-29DRM: i915: add mode setting supportJesse Barnes26-50/+10566
2008-12-29DRM: add mode setting supportDave Airlie12-40/+5087
2008-12-29drm/i915: add GEM GTT mapping supportJesse Barnes6-4/+548
2008-12-29drm: GEM mmap supportJesse Barnes6-3/+139
2008-12-29drm/i915: Add /proc debugging entry for reading out the HWS.Eric Anholt1-0/+34
2008-12-29drm: reorganise start and load.Dave Airlie1-3/+6
2008-12-29drm: fix leak of uninitialized data to userspaceVegard Nossum2-4/+8
2008-12-29drm: move to kref per-master structures.Dave Airlie18-332/+563
2008-12-29drm: cleanup exit path for module unloadDave Airlie2-20/+7
2008-12-24Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds15-41/+48
2008-12-23Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-2/+2
2008-12-23edac: fix edac core deadlock when removing a deviceHarry Ciao1-3/+9
2008-12-23w1: fix slave selection on big-endian systemsEvgeniy Polyakov1-1/+3
2008-12-23rtc: rtc-isl1208: reject invalid datesChris Elston1-0/+7
2008-12-23V4L/DVB (9920): em28xx: fix NULL pointer dereference in call to VIDIOC_INT_RESET commandDevin Heitmueller1-1/+2
2008-12-23drm/radeon: fix correctness of irq_enabled check for radeon.Dave Airlie1-2/+2
2008-12-22Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds2-9/+1
2008-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2-2/+4
2008-12-22drivers/ide/{cs5530.c,sc1200.c}: Move a dereference below a NULL testJulia Lawall2-2/+4
2008-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-15/+13
2008-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds5-16/+20
2008-12-19Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+5
2008-12-19Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds3-2/+19
2008-12-19Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-5/+17
2008-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds6-21/+17
2008-12-19ACPI: fix 2.6.28 acpi.debug_level regressionBjorn Helgaas2-9/+1
2008-12-19cciss: fix problem that deleting multiple logical drives could cause a panicStephen M. Cameron1-0/+5
2008-12-19drm/i915: GEM on PAE has problems - disable it for now.Dave Airlie2-1/+11