aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * drm/i915: Use a common seqno for all rings.Chris Wilson2010-08-094-23/+29
| * drm/i915: prepare for fair lru evictionDaniel Vetter2010-08-091-26/+41
| * drm/i915: Append the object onto the inactive list on binding.Chris Wilson2010-08-091-7/+4
| * drm/i915: Capture the overlay status upon a GPU hang.Chris Wilson2010-08-094-2/+110
| * drm/i915: Use an uncommon name for the local dev_priv in macrosChris Wilson2010-08-091-7/+7
| * drm/i915: Inline ringbuffer_emit()Chris Wilson2010-08-092-10/+10
| * drm/i915: Move ringbuffer accounting to begin/advance.Chris Wilson2010-08-091-2/+3
| * drm/i915: Unroll wrapping of the ringbuffer.Chris Wilson2010-08-091-2/+4
| * drm/i915: Emit a backtrace if we attempt to rebind a pinned bufferChris Wilson2010-08-091-0/+4
| * drm/i915: Disable the cursor for DPMS_OFFChris Wilson2010-08-092-5/+5
| * drm/i915: i8xx also doesn't like multiple oustanding pageflipsDaniel Vetter2010-08-091-6/+8
| * drm/i915: fixup pageflip ringbuffer commands for i8xxDaniel Vetter2010-08-091-1/+7
| * drm/i915: report all active objects as busyChris Wilson2010-08-091-14/+26
| * drm/i915: Mark the static memory latency tables const.Chris Wilson2010-08-091-6/+8
| * drm/i915: Only emit flushes on active rings.Chris Wilson2010-08-092-10/+19
| * drm/i915/sdvo: Add dot crawl propertyChris Wilson2010-08-091-0/+24
| * drm/i915/sdvo: Add missing TV filtersChris Wilson2010-08-092-384/+308
| * drm/i915/sdvo: Check for allocation failure when constructing propertiesChris Wilson2010-08-091-2/+38
| * drm/i915/sdvo: Use an integer mapping for supported tv format modesChris Wilson2010-08-091-23/+11
| * drm/i915/sdvo: Propagate errors from reading/writing control bus.Chris Wilson2010-08-092-552/+380
| * drm/i915: Subclass intel_connector.Chris Wilson2010-08-092-147/+130
| * drm/i915: Subclass intel_encoder.Chris Wilson2010-08-0910-997/+896
| * drm/i915: Do not clobber the contents of TRANS_DP_CTL when enabling.Chris Wilson2010-08-092-3/+5
| * drm/i915: Remove useless message when disabling "Big FIFO" on PineViewChris Wilson2010-08-091-8/+3
* | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2010-08-212-8/+5
|\ \
| * | mtd: nand: Fix probe of Samsung NAND chipsTilman Sauerbeck2010-08-201-0/+1
| * | mtd: nand: Fix regression in BBM detectionBrian Norris2010-08-191-7/+3
| * | pxa3xx: fix ns2cycle equationAxel Lin2010-08-181-1/+1
* | | drivers/scsi/qla4xxx: fix buildAndrew Morton2010-08-202-2/+2
* | | drivers/mmc/host/sdhci-s3c.c: use the correct mutex and card detect functionKyungmin Park2010-08-201-3/+3
* | | sdhci: add no hi-speed bit quirk supportKyungmin Park2010-08-202-1/+4
* | | s5pc110: SDHCI-s3c support on s5pc110Kyungmin Park2010-08-201-1/+1
* | | revert "hwmon: f71882fg: add support for the Fintek F71808E"Andrew Morton2010-08-202-78/+11
* | | matroxfb: fix incorrect use of memcpy_toio()Ondrej Zary2010-08-201-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-08-185-6/+20
|\ \ \
| * | | USB HID: Add ID for eGalax Multitouch used in JooJoo tabletChris Ball2010-08-163-0/+11
| * | | HID: hiddev: fix memory corruption due to invalid intfdataJiri Kosina2010-08-131-2/+3
| * | | HID: hiddev: protect against disconnect/NULL-dereference raceChris Ball2010-08-131-2/+4
| * | | HID: picolcd: correct ordering of framebuffer freeingBruno Prémont2010-08-061-1/+1
| * | | HID: picolcd: testing the wrong variableDan Carpenter2010-08-061-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-183-35/+69
|\ \ \ \
| * | | | tty: fix fu_list abuseNick Piggin2010-08-182-35/+55
| * | | | fs: cleanup files_lock lockingNick Piggin2010-08-182-9/+23
| * | | | fs: fs_struct rwlock to spinlockNick Piggin2010-08-181-4/+4
| | |/ / | |/| |
* | | | mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=yUwe Kleine-König2010-08-181-0/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2010-08-181-0/+1
|\ \ \ \
| * | | | m68knommu: include sched.h in ColdFire/SPI driverGreg Ungerer2010-08-181-0/+1
| |/ / /
* | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2010-08-184-47/+48
|\ \ \ \
| * | | | md raid-1/10 Fix bio_rw bit manipulations againNeilBrown2010-08-182-6/+6
| * | | | md: provide appropriate return value for spare_active functions.NeilBrown2010-08-183-15/+21