include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[safe/jmp/linux-2.6] / drivers / gpu / drm / i915 / i915_gem.c
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-17 Chris Wilsondrm/i915: Avoid NULL deref in get_pages() unwind after...
2010-03-17 Eric Anholtdrm/i915: Enable VS timer dispatch.
2010-03-17 Owain G. Ainsworthdrm/i915: remove an unnecessary wait_request()
2010-03-01 Dave AirlieMerge remote branch 'korg/drm-core-next' into drm-next...
2010-02-26 Daniel Vetterdrm/i915: check for multiple write domains in pin_and_r...
2010-02-26 Daniel Vetterdrm/i915: clean-up i915_gem_flush_gpu_write_domain
2010-02-26 Daniel Vetterdrm/i915: reuse i915_gpu_idle helper
2010-02-26 Daniel Vetterdrm/i915: ensure lru ordering of fence_list
2010-02-26 Daniel Vetterdrm/i915: extract fence stealing code
2010-02-26 Daniel Vetterdrm/i915: fixup active list locking in object_unbind
2010-02-26 Daniel Vetterdrm/i915: reuse i915_gem_object_put_fence_reg for fence...
2010-02-26 Eric Anholtdrm/i915: Fix sandybridge status page setup.
2010-02-26 Eric Anholtdrm/i915: Set up fence registers on sandybridge.
2010-02-26 Eric Anholtdrm/i915: Add initial bits for VGA modesetting bringup...
2010-02-25 Dave AirlieMerge remote branch 'anholt/drm-intel-next' into drm...
2010-02-25 Dave AirlieMerge remote branch 'korg/drm-core-next' into drm-next...
2010-02-22 Owain Ainsworthdrm/i915: reduce some of the duplication of tiling...
2010-02-22 Daniel Vetterdrm/i915: blow away userspace mappings before fence...
2010-02-22 Daniel Vetterdrm/i915: move a gtt flush to the correct place
2010-02-16 Eric Anholtdrm/i915: Don't reserve compatibility fence regs in...
2010-02-16 Chris Wilsondrm/i915: Replace open-coded eviction in i915_gem_idle()
2010-02-11 Luca BarbieriUse drm_gem_object_[handle_]unreference_unlocked where...
2010-02-10 Owain Ainsworthdrm/i915: Correctly return -ENOMEM on allocation failur...
2010-02-10 Daniel Vetterdrm/i915: Update write_domains on active list after...
2010-02-06 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-02-04 Chris Wilsondrm/i915: Fix leak of relocs along do_execbuffer error...
2010-01-27 Chris Wilsondrm/i915: Selectively enable self-reclaim
2010-01-25 Chris Wilsondrm/i915: Prevent use of uninitialized pointers along...
2010-01-15 Eric Anholtdrm/i915: Remove chatty execbuf failure message.
2010-01-12 Zhenyu Wangdrm/i915: Don't wait interruptible for possible plane...
2010-01-07 Linus TorvaldsMerge branch 'drm-linus' of git://git./linux/kernel...
2010-01-07 Zhenyu Wangdrm: remove address mask param for drm_pci_alloc()
2010-01-06 Chris Wilsondrm/i915: Permit pinning whilst the device is 'suspended'
2010-01-06 Jesse Barnesdrm/i915: execbuf2 support
2009-12-16 Daniel Vetterdrm/i915: fix order of fence release wrt flushing
2009-12-11 Linus TorvaldsMerge branch 'drm-linus' of git://git./linux/kernel...
2009-12-07 Chris Wilsondrm/i915: Set the error code after failing to insert...
2009-12-07 Adam Jacksondrm/i915: Fix product names and #defines
2009-12-07 Chris Wilsondrm/i915: Drop a some common DRM_ERROR()
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-12-01 Kristian Høgsbergdrm/i915: Add intel implementation of the pageflip...
2009-11-25 Eric Anholtdrm/i915: Replace a calloc followed by copying data...
2009-11-05 Zhao Yakuidrm/i915: Replace DRM_DEBUG with DRM_DEBUG_DRIVER
2009-11-05 Daniel Vetterdrm/i915: kill i915_lp_ring_sync
2009-11-05 Daniel Vetterdrm/i915: implement fastpath for overlay flip waiting
2009-11-05 Daniel Vetterdrm/i915: add i915_lp_ring_sync helper
2009-09-29 Chris Wilsondrm/i915: Enable irq to trace batch buffer completion.
2009-09-29 Chris Wilsondrm/i915: batch submit seqno off-by-one.
2009-09-24 Linus TorvaldsMerge branch 'drm-intel-next' of git://git./linux/kerne...
2009-09-23 Chris Wilsondrm/i915: Handle ERESTARTSYS during page fault
2009-09-23 Chris Wilsondrm/i915: Warn before mmaping a purgeable buffer.
2009-09-23 Chris Wilsondrm/i915: Track purged state.
2009-09-23 Chris Wilsondrm/i915: Remove eviction debug spam
2009-09-23 Chris Wilsondrm/i915: Immediately discard any backing storage for...
2009-09-23 Chris Wilsondrm/i915: Do not mis-classify clean objects as purgeable
2009-09-23 Chris Wilsondrm/i915: Whitespace correction for madv
2009-09-23 Chris Wilsondrm/i915: BUG_ON page refleak during unbind
2009-09-23 Chris Wilsondrm/i915: Search harder for a reusable object
2009-09-23 Chris Wilsondrm/i915: Clean up evict from list.
2009-09-23 Chris Wilsondrm/i915: Add tracepoints
2009-09-21 Linus TorvaldsMerge branch 'drm-linus' of git://git./linux/kernel...
2009-09-18 Chris Wilsondrm/i915: Skip the sanity checks if the current relocat...
2009-09-18 Chris Wilsondrm/i915: Check that the relocation points to within...
2009-09-17 Chris Wilsondrm/i915: Improve behaviour under memory pressure
2009-09-17 Chris Wilsondrm/i915: Add ioctl to set 'purgeability' of objects
2009-09-17 Chris Wilsondrm/i915: Register a shrinker to free inactive lists...
2009-09-17 Chris Wilsondrm/i915: Remove stored gtt_alignment
2009-09-17 Chris Wilsondrm/i915: Add buffer to inactive list immediately durin...
2009-09-17 Ben Gamaridrm/i915: Make dev_priv->mm.wedged an atomic_t
2009-09-17 Ben Gamaridrm/i915: Add hangcheck timer
2009-09-17 Ben Gamaridrm/i915: make i915_seqno_passed non-static
2009-09-17 Ben Gamaridrm/i915: Check whether chip is wedged in i915_wait_req...
2009-09-11 Chris Wilsondrm/i915: Only destroy a constructed mmap offset
2009-09-11 Eric Anholtagp/intel: Fix the pre-9xx chipset flush.
2009-09-09 Eric Anholtdrm/i915: Zap mmaps of objects before unbinding them...
2009-09-09 Linus Torvaldsi915: disable interrupts before tearing down GEM state
2009-09-07 Dave AirlieMerge intel drm-intel-next branch
2009-09-06 Chris Wilsondrm/i915: Pad ringbuffer with NOOPs before wrapping
2009-09-04 Jesse Barnesdrm/i915: add dynamic clock frequency control
2009-09-02 Chris Wilsondrm/i915: Unref old_obj on get_fence_reg() error path
2009-08-30 Eric Anholtdrm/i915: Fix CPU-spinning hangs related to fence usage...
2009-08-27 Pekka Paalanendrm: GEM handles are u32, not int
2009-08-05 Eric Anholtdrm/i915: Use our own workqueue to avoid wedging the...
2009-07-10 Eric Anholtdrm/i915: Zap the GTT mapping when transitioning from...
2009-07-10 Chris Wilsondrm/i915: Refactor calls to unmap_mapping_range
2009-06-23 Grégoire Henrydrm/i915: initialize fence registers to zero when loadi...
2009-06-23 Krzysztof Halasadrm/i915: Fix size_t handling in off-by-default debug...
2009-06-18 Eric Anholtdrm: Remove memory debugging infrastructure.
2009-06-18 Chris Wilsondrm/i915: Clear fence register on tiling stride change.
2009-06-18 Chris Wilsondrm/i915: Install fence register for tiled scanout...
2009-06-17 Chris Wilsondrm/i915: detach/attach get/put pages symmetry
2009-06-09 Chris Wilsondrm/i915: NOMEM->NOSPC
2009-06-09 Chris Wilsondrm/i915: use I915_GEM_GPU_DOMAINS
2009-06-09 Chris Wilsondrm/i915: no need to hold mutex for object lookup
2009-06-09 Chris Wilsondrm/i915: OR in the COMMAND read domain for the batch...
2009-06-09 Chris Wilsondrm/i915: Sanity check execbuffer arguments before...
2009-06-09 Zhenyu Wangdrm/i915: handle interrupt on new chipset
2009-06-04 Eric Anholtdrm/i915: Change GEM throttling to be 20ms like the...
2009-06-04 Eric Anholtdrm/i915: Remove a bad BUG_ON in the fence management...
next