pandora-kernel.git
2010-09-26 Chris Wilsondrm/i915: fix debugging compilation error from previous...
2010-09-26 Chris Wilsondrm/i915: Convert the file mutex into a spinlock
2010-09-25 Daniel Vetterdrm/i915: kill ring->setup_status_page
2010-09-25 Daniel Vetterdrm/i915: kill ring->get_active_head
2010-09-25 Daniel Vetterdrm/i915: kill per-ring macros
2010-09-25 Daniel Vetterdrm/i915: fix ACTHD for gen <= 3
2010-09-25 Daniel Vetterdrm/i915: kill now unnecessary gtt defines from i915_reg.h
2010-09-25 Chris Wilsondrm/i915: Make the mutex_lock interruptible on ioctl...
2010-09-25 Chris Wilsondrm/i915: Adjust hangcheck EIO semantics
2010-09-24 Chris Wilsondrm/i915: Only hold a process-local lock whilst throttling.
2010-09-24 Hette Visserdrm/i915/dp: Wait for PP_CONTROL to take effect.
2010-09-24 Jan Beulichsome clean up to intel-gtt.c
2010-09-24 Chris Wilsondrm/i915: Parse the eDP link configuration from the...
2010-09-24 Chris Wilsondrm/i915/lvds: Use the GMBUS pin if specified in VBT
2010-09-24 Chris Wilsondrm/i915: Use an uninterruptible wait for page-flips...
2010-09-24 Chris Wilsondrm/i915: Remove unused dev_priv->panel_wants_dither
2010-09-24 Chris Wilsondrm/i915/ringbuffer: Fix sign of ring space.
2010-09-24 Chris Wilsondrm/i915: Remove idle timer debugging messages
2010-09-24 Chris Wilsondrm/i915/lvds: Probe DDC on creation
2010-09-23 Chris Wilsondrm/i915/tv: Sleep before checking for state changes.
2010-09-23 Chris Wilsondrm/i915: Remove the broken flush_ring from page-flip
2010-09-22 Chris Wilsondrm/i915/crt: Use a DDC probe on 0xA0 before load-detect
2010-09-22 Chris Wilsondrm/i915: Disable "disabled FBC" message when a no-op
2010-09-22 Chris Wilsondrm/i915: Drop ring->lazy_request
2010-09-22 Chris Wilsondrm/i915: Don't offset the pin used for crt_ddc
2010-09-22 Chris Wilsondrm/i915: Clear the gpu_write_list on resetting write_d...
2010-09-21 Chris Wilsondrm/i915: Don't overwrite the returned error-code
2010-09-21 Chris Wilsondrm/i915/lvds: Unlock the PP register when panel-fitting
2010-09-21 Chris Wilsondrm/i915: Use the correct DPB GMBUS port for GPIOE
2010-09-21 Chris Wilsondrm/i915: Drop crtc->fb pin on disable.
2010-09-21 Chris Wilsondrm/i915: Disable output polling across suspend & resume
2010-09-21 Daniel Vetterintel-gtt add a cleanup function for chipset specific...
2010-09-21 Daniel Vetterintel-gtt: store the dma mask size in intel_gtt_driver
2010-09-21 Daniel Vetterintel-gtt: clean up gtt size reporting
2010-09-21 Daniel Vetteragp: kill agp_(unmap|map)_memory
2010-09-21 Daniel Vetterintel-gtt: consolidate fake_agp driver structs
2010-09-21 Daniel Vetterintel-gtt: move chipset flush to the gtt driver struct
2010-09-21 Daniel Vetterintel-gtt: kill mask_memory functions
2010-09-21 Daniel Vetterintel-gtt: generic (insert|remove)_entries for sandybridge
2010-09-21 Daniel Vetterintel-gtt: generic (insert|remove)_entries for g33...
2010-09-21 Daniel Vetterintel-gtt: generic (insert|remove)_entries for i915
2010-09-21 Daniel Vetterintel-gtt: generic (insert|remove)_entries for i830
2010-09-21 Daniel Vetteragp: kill agp_(map|unmap)_page
2010-09-21 Daniel Vetterintel-gtt: drop agp scratch page support stuff
2010-09-21 Daniel Vetterintel-gtt: introduce pte write function for gen6
2010-09-21 Daniel Vetterintel-gtt: introduce pte write function for g33/i965...
2010-09-21 Daniel Vetterintel-gtt: introduce pte write function for i8xx/i915...
2010-09-21 Daniel Vetterintel-gtt: initialize our own scratch page
2010-09-21 Chris Wilsondrm/i915: Track pinned objects
2010-09-21 Chris Wilsondrm/i915: Drain any pending flips on the fb prior to...
2010-09-21 Chris Wilsondrm/i915: Merge ring flushing and lazy requests
2010-09-21 Chris Wilsondrm/i915: Track gpu fence usage
2010-09-21 Chris Wilsondrm/i915/ringbuffer: whitespace cleanup
2010-09-21 Daniel Vetterdrm/i915: drop alignment ringbuffer parameter
2010-09-21 Daniel Vetterdrm/i915: don't explicitly initialize ringbuffer member...
2010-09-21 Daniel Vetterdrm/i915: use new macros to access the ring ctl register
2010-09-21 Daniel Vetterdrm/i915: use new macros to access the ring head register
2010-09-21 Daniel Vetterdrm/i915: use new macros to access the ring start register
2010-09-21 Daniel Vetterdrm/i915: use new macros to access the ring tail register
2010-09-21 Daniel Vetterdrm/i915: add relative ring register macros
2010-09-21 Daniel Vetterdrm/i915: kill duplicated/unneeded register defines
2010-09-21 Chris Wilsondrm/i915: Use ring->flush() instead of MI_FLUSH
2010-09-21 Chris Wilsondrm/i915/ringbuffer: Mark the initialisation structs...
2010-09-21 Xiang, Haihaodrm/i915: add a new BSD ring buffer for Sandybridge
2010-09-21 Chris Wilsondrm/i915/ringbuffer: Implement advance using set_tail
2010-09-21 Xiang, Haihaodrm/i915: add set_tail hook in struct intel_ring_buffer
2010-09-21 Xiang, Haihaodrm/i915: do not export the instances of struct intel_r...
2010-09-21 Xiang, Haihaodrm/i915: fix HAS_BSD with a device info flag
2010-09-21 Chris Wilsondrm/i915: Clean up bo lists on all hung gpus
2010-09-21 Chris Wilsondrm/i915: Clear GPU read domains on reset
2010-09-21 Chris Wilsondrm/i915: Clear flushing lists on GPU reset
2010-09-21 Chris Wilsondrm/i915: Only emit a flush request on the active ring.
2010-09-21 Chris Wilsondrm/i915: Inline i915_gem_ring_retire_request()
2010-09-21 Chris Wilsondrm/i915/debug: Dump BSD ring buffers to debugfs
2010-09-21 Chris Wilsondrm/i915: After a reset perform a forced modeset
2010-09-21 Kenneth Graunkedrm/i915: Add support for GPU soft reset on Ironlake.
2010-09-21 Kenneth Graunkedrm/i915: Rename graphics reset registers.
2010-09-21 Kenneth Graunkedrm/i915: Actually set the reset bit in i965_reset.
2010-09-21 Chris Wilsondrm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965g
2010-09-21 Chris Wilsondrm/i915: Cache LVDS EDID
2010-09-21 Chris WilsonMerge branch 'drm-intel-fixes' into HEAD
2010-09-21 Chris WilsonMerge remote branch 'linus' into drm-intel-fixes
2010-09-20 Linus TorvaldsLinux 2.6.36-rc5 v2.6.36-rc5
2010-09-20 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/staging-2.6
2010-09-20 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/usb-2.6
2010-09-20 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/tty-2.6
2010-09-20 Dan CarpenterStaging: vt6655: fix buffer overflow
2010-09-20 Sven EckelmannRevert: "Staging: batman-adv: Adding netfilter-bridge...
2010-09-20 Feng Tangserial: mfd: fix bug in serial_hsu_remove()
2010-09-20 Mika Westerbergserial: amba-pl010: fix set_ldisc
2010-09-20 Felipe BalbiUSB: musb: MAINTAINERS: Fix my mail address
2010-09-20 Dan RosenbergUSB: serial/mos*: prevent reading uninitialized stack...
2010-09-20 Ming LeiUSB: otg: twl4030: fix phy initialization(v1)
2010-09-20 Alek DuUSB: EHCI: Disable langwell/penwell LPM capability
2010-09-20 Mathias Nymanusb: musb_debugfs: don't use the struct file private_da...
2010-09-20 Chris Wilsondrm/i915: Hold a reference to the object whilst unbindi...
2010-09-20 Al Virofrv: double syscall restarts, syscall restart in sigret...
2010-09-20 Al Virofrv: handling of restart into restart_syscall is fscked
2010-09-20 Al Virofrv: avoid infinite loop of SIGSEGV delivery
2010-09-20 Al Virofrv: fix address verification holes in setup_frame...
next