summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-12-3123-263/+400
|\
| * sata_sil: add Large Block Transfer supportRobert Hancock2008-12-291-2/+94
| * [libata] ata_piix: cleanup dmi strings checkingJiri Slaby2008-12-291-14/+7
| * DMI: add dmi_matchJiri Slaby2008-12-291-0/+16
| * libata: blacklist NCQ on OCZ CORE 2 SSD (resend)Lubomir Bulej2008-12-291-0/+1
| * [libata] Update kernel-doc comments to match source codeQinghuang Feng2008-12-2910-11/+0
| * libata: perform port detach in EHTejun Heo2008-12-292-20/+35
| * libata: when restoring SControl during detach do the PMP links firstTejun Heo2008-12-291-1/+1
| * libata: beef up iteratorsTejun Heo2008-12-2914-220/+251
* | Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-314-180/+218
|\ \
| * | oprofile: fix lost sample counterRobert Richter2008-12-101-30/+53
| * | oprofile: remove nr_available_slots()Robert Richter2008-12-101-34/+0
| * | oprofile: port to the new ring_bufferRobert Richter2008-12-103-85/+114
| * | oprofile: moving cpu_buffer_reset() to cpu_buffer.hRobert Richter2008-12-103-27/+14
| * | oprofile: adding cpu_buffer_entries()Robert Richter2008-12-102-29/+29
| * | oprofile: adding cpu_buffer_write_commit()Robert Richter2008-12-102-17/+18
| * | oprofile: adding cpu buffer r/w access functionsRobert Richter2008-12-103-12/+22
| * | oprofile: set values to default when creating oprofilefsRobert Richter2008-12-101-3/+12
| * | oprofile: implement switch/case in buffer_sync.cRobert Richter2008-12-101-8/+14
| * | oprofile: fix typoRobert Richter2008-12-101-1/+1
| * | oprofile: whitspace changes onlyRobert Richter2008-12-101-2/+2
| * | oprofile: comment cleanupRobert Richter2008-12-101-9/+16
* | | Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds2008-12-3157-451/+16982
|\ \ \
| * | | drm/i915: fix modeset devname allocation + agp init return check.Dave Airlie2008-12-291-10/+12
| * | | drm/i915: Remove redundant test in error path.Julia Lawall2008-12-291-6/+5
| * | | drm: Add a debug node for vblank state.Eric Anholt2008-12-292-0/+72
| * | | drm: Avoid use-before-null-test on dev in drm_cleanup().Eric Anholt2008-12-291-3/+1
| * | | drm/i915: Don't print to dmesg when taking signal during object_pin.Eric Anholt2008-12-291-2/+4
| * | | drm: pin new and unpin old buffer when setting a mode.Kristian Høgsberg2008-12-292-15/+49
| * | | drm/i915: un-EXPORT and make 'intelfb_panic' staticHannes Eder2008-12-291-3/+2
| * | | drm/i915: Delete unused, pointless i915_driver_firstopen.Eric Anholt2008-12-291-8/+0
| * | | drm/i915: fix sparse warnings: returning void-valued expressionHannes Eder2008-12-291-2/+2
| * | | drm/i915: fix sparse warnings: move 'extern' decls to header fileHannes Eder2008-12-292-6/+6
| * | | drm/i915: fix sparse warnings: make symbols staticHannes Eder2008-12-299-22/+23
| * | | drm/i915: fix sparse warnings: declare one-bit bitfield as unsignedHannes Eder2008-12-291-4/+4
| * | | drm/i915: Don't double-unpin buffers if we take a signal in evict_everything().Eric Anholt2008-12-291-0/+1
| * | | drm/i915: Fix fbcon setup to align display pitch to 64b.Eric Anholt2008-12-291-1/+1
| * | | drm: drop DRM_IOCTL_MODE_REPLACEFB, add+remove works just as well.Kristian H�gsberg2008-12-293-72/+0
| * | | drm: sanitise drm modesetting API + remove unused hotplugJakob Bornecrantz2008-12-293-29/+14
| * | | drm: fix allowing master ioctls on non-master fds.Dave Airlie2008-12-291-1/+1
| * | | drm/radeon: use locked rmmap to remove sarea mapping.Dave Airlie2008-12-292-1/+2
| * | | drm/radeon: fix missing hunk from the master changes.Dave Airlie2008-12-291-0/+2
| * | | drm: fix useless gcc unused variable warningDave Airlie2008-12-291-1/+1
| * | | drm/radeon: fix warning due to PAGE_SIZE maxDave Airlie2008-12-291-1/+1
| * | | drm: kconfig have drm core select i2c for kmsDave Airlie2008-12-291-1/+2
| * | | drm: PAGE_CACHE_WC is x86 only so farDave Airlie2008-12-291-0/+2
| * | | drm: pick an 800x600@60HZ mode by default for unknown CRT.Dave Airlie2008-12-291-4/+4
| * | | drm/i915: Fix stolen memory detection on G45 and GM45.Eric Anholt2008-12-292-6/+11
| * | | drm/i915: Register module dependencies for the modesetting code.Eric Anholt2008-12-291-0/+5
| * | | DRM: i915: add mode setting supportJesse Barnes2008-12-2926-50/+10566