tree-wide: fix assorted typos all over the place
[safe/jmp/linux-2.6] / drivers / gpu / drm / i915 / i915_gem.c
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
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...
2009-05-27 Kristian Høgsbergi915: Set object to gtt domain when faulting it back in
2009-05-27 Eric Anholtdrm/i915: Apply a big hammer to 865 GEM object CPU...
2009-05-27 Eric Anholtdrm/i915: Fix tiling pitch handling on 8xx.
2009-05-22 Jesse Barnesi915: support 8xx desktop cursors
2009-05-19 Jesse Barnesdrm/i915: allocate large pointer arrays with vmalloc
2009-05-14 Jesse Barnesdrm/i915: sanity check IER at wait_request time
2009-04-22 Wu Fengguangdrm/i915: fix unpaired i915 device mutex on entervt...
2009-04-14 Shaohua Lidrm/i915: fix scheduling while holding the new active...
2009-04-08 Eric Anholtdrm/i915: Allow tiling of objects with bit 17 swizzling...
2009-04-08 Eric Anholtdrm/i915: Correctly set the write flag for get_user_pag...
2009-04-08 Florian Micklerdrm/i915: Fix use of uninitialized var in 40a5f0de
2009-04-08 Ben Gamaridrm/i915: Implement batch and ring buffer dumping
2009-04-01 Carl Worthdrm/i915: Add a spinlock to protect the active_list
2009-04-01 Jesse Barnesdrm/i915: check for -EINVAL from vm_insert_pfn
2009-04-01 Daniel Vetterdrm/i915: fix up tiling/fence reg setup on i8xx class hw
2009-03-29 Dave Airliedrm/i915: check the return value from the copy from...
2009-03-29 Dave Airliedrm: merge Linux master into HEAD
2009-03-27 Owain G. Ainsworthi915/drm: Remove two redundant agp_chipset_flushes
2009-03-27 Eric Anholtdrm/i915: Fix lock order reversal in GEM relocation...
2009-03-27 Eric Anholtdrm/i915: Fix lock order reversal with cliprects and...
2009-03-27 Eric Anholtdrm/i915: Fix lock order reversal in shmem pread path.
2009-03-27 Eric Anholtdrm/i915: Fix lock order reversal in shmem pwrite path.
2009-03-27 Eric Anholtdrm/i915: Make GEM object's page lists refcounted inste...
2009-03-27 Eric Anholtdrm/i915: Fix lock order reversal in GTT pwrite path.
2009-03-13 Owain G. Ainsworthi915/drm: Remove two redundant agp_chipset_flushes
2009-03-13 Benjamin Herrenschmidtdrm: Split drm_map and drm_local_map
2009-03-11 Eric Anholtdrm/i915: fix 945 fence register writes for fence 8...
2009-03-11 Chris Wilsondrm/i915: Protect active fences on i915
2009-03-11 Chris Wilsondrm/i915: Check to see if we've pinned all available...
2009-03-11 Chris Wilsondrm/i915: Check fence status on every pin.
2009-03-11 Chris Wilsondrm/i915: First recheck for an empty fence register.
2009-03-10 Kyle McMartini915: add newline to i915_gem_object_pin failure msg
2009-03-10 Kristian Høgsbergdrm: Return EINVAL on duplicate objects in execbuffer...
2009-03-04 Ingo MolnarMerge commit 'v2.6.29-rc7' into perfcounters/core
2009-03-02 Ingo Molnarx86, mm: dont use non-temporal stores in pagecache...
2009-03-01 Ingo MolnarMerge branch 'x86/urgent' into x86/pat
2009-02-26 Ingo MolnarMerge branches 'x86/apic', 'x86/defconfig', 'x86/memtes...
2009-02-25 Ingo Molnarx86, mm: pass in 'total' to __copy_from_user_*nocache()
2009-02-25 Dave Airliedrm/i915: convert DRM_ERROR to DRM_DEBUG in phys object...
2009-02-24 Karsten WieseFix an oops in i915_gem_retire_requests()
2009-02-23 Chris Wilsondrm/i915: Fix regression in 95ca9d
2009-02-23 Eric Anholtdrm/i915: Retire requests from i915_gem_busy_ioctl.
2009-02-23 Jesse Barnesdrm/i915: suspend/resume GEM when KMS is active
2009-02-23 Eric Anholtdrm/i915: Don't let a device flush to prepare buffers...
2009-02-23 Eric Anholtdrm/i915: Cut two args to set_to_gpu_domain that confus...
2009-02-20 Jesse Barnesdrm/i915: Keep refs on the object over the lifetime...
next