OSDN Git Service

intel: Fix driver-supplied argument to exec function (fd.o bug #17653).
[android-x86/external-libdrm.git] / linux-core /
2008-09-02 Dave Airliedrm: fix sysfs error path.
2008-08-28 Tomas CarneckyFix drm_realloc when you're reallocing into something...
2008-08-27 Stephane MarchesinChange git-describe into git describe.
2008-08-16 Maarten Maathuisnouveau: make it compile under 2.6.27
2008-08-16 Maarten Maathuislinux: on_each_cpu has 3 args on 2.6.27
2008-08-13 Thomas HellstromDon't call the vblank tasklet with irqs disabled.
2008-08-11 Dave Airliedrm_vm: fix for build on 2.6.22
2008-08-11 Dave Airliedrm: add OS_HAS_GEM option.
2008-08-09 Dave Airliedrm: TRUE/true
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-08-06 Keith PackardSwitch from shmem_getpage to read_mapping_page
2008-08-05 Keith Packard[gem-intel] Retiring flush requests should clear flushe...
2008-08-05 Keith Packard[gem-intel] Don't clear write_domain until flush completes
2008-07-31 Dave Airliedrm: add fault handler support so as to be more like...
2008-07-30 Eric Anholtintel-gem: Remove dead field from reverted changes.
2008-07-30 Eric AnholtRevert "Rename drm_mm.c and its fuctions to drm_memrange."
2008-07-30 Dave Airliei915: more version checks
2008-07-30 Dave Airliei915: add version checks for opregion on old kernels
2008-07-30 Eric Anholtintel-gem: actually add i915_gem_debug.c.
2008-07-29 Eric Anholtintel-gem: Check return value of pci_read_base.
2008-07-29 Eric Anholtintel-gem: checkpatch.pl on drm_proc.c new contents.
2008-07-29 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-07-28 Eric Anholtintel-gem: Another checkpatch.pl pass.
2008-07-28 Eric Anholtintel-gem: Fix regression tests.
2008-07-28 Eric Anholtintel-gem: Speed up tiled readpixels by tracking which...
2008-07-27 Eric Anholtintel-gem: Move debug-only functions to a separate...
2008-07-26 Stefan Beckerradeon: Add suspend/resume hooks for saving/clearing...
2008-07-25 Dave Airliedrm: don't set the signal blocker on the master process.
2008-07-23 Eric Anholtintel-gem: Fix pread math and logic errors.
2008-07-23 Eric Anholtintel-gem: Add a quick hack to reduce clflushing on...
2008-07-23 Eric Anholtintel-gem: Don't do the GTT-pwrite shortcut on tiled...
2008-07-23 Eric Anholtintel-gem: Move /proc debugging to a separate file.
2008-07-21 Eric Anholtintel-gem: Remove recently added pci_read_base prototype.
2008-07-21 Eric Anholtintel-gem: Set up HWS when it needs a vaddr during...
2008-07-21 Michel DänzerReinstate dev->vblank_enabled[].
2008-07-21 Michel DänzerDrop workaround for driver vblank counter going backwards.
2008-07-21 Michel Dänzervblank-rework rework cleanups.
2008-07-21 Michel DänzerRemove obsolete dev->vblank_suspend[crtc] tests.
2008-07-19 Jesse BarnesUpdate vblank code to new API
2008-07-18 Ian Romanickdrm-gem: Fix build
2008-07-18 Eric Anholtintel-gem: Leave 8xx tiling on until we find any issues.
2008-07-17 Jesse BarnesAvoid incorrect vblank wakeups
2008-07-15 Hong LiuThis is a modified version of Hong's patch from last...
2008-07-15 Dave Airliedrm: fix missing symbol export
2008-07-15 Dave Airliedrm: add fix for PAT on radeon with 2.6.26
2008-07-15 Dave Airliedrm/pcigart: fix warning
2008-07-14 Eric Anholtintel-gem: Disable tiling if we get junk from the MCHBA...
2008-07-12 Eric Anholtintel-gem: Add two new ioctls for managing tiling on...
2008-07-08 martin capitanioxgi: use true/false instead of TRUE/FALSE
2008-07-07 Eric Anholt[intel-gem] typo fix in DRM_ERROR
2008-07-01 Jesse BarnesRevert "i915: only use tiled blits on 965+"
2008-07-01 Jesse Barnesi915: only use tiled blits on 965+
2008-07-01 Jie Luoi915: enable bus mastering on i915 at resume time
2008-06-24 Jesse Barnesi915: remove unused variable
2008-06-24 Jesse Barnesi915: register definition & header file cleanup
2008-06-24 Keith Packard[intel-gem] Include drm_compat.h to get kmap_atomic_pro...
2008-06-24 Keith Packarddrm_compat: it's CONFIG_HIGHMEM, not CONFIG_HIMEM
2008-06-24 Keith Packard[intel-gem] Recover resources from wedged hardware.
2008-06-24 Keith Packard[intel-gem] pwrite through GTT
2008-06-24 Keith Packard[intel-gem] Include drm_compat.h to get kmap_atomic_pro...
2008-06-24 Keith Packarddrm_compat: it's CONFIG_HIGHMEM, not CONFIG_HIMEM
2008-06-23 Keith Packard[intel-gem] Recover resources from wedged hardware.
2008-06-23 Keith Packard[intel-gem] pwrite through GTT
2008-06-22 Dave Airlieagp: use true/false instead of TRUE/FALSE
2008-06-21 Keith Packard[intel-gem] Add /proc/dri/*/i915_gem_interrupt
2008-06-21 Keith Packard[intel-gem] Remove unused variable.
2008-06-21 Keith Packard[intel-gem] Use polling in i915_gem_idle instead of...
2008-06-21 Keith Packard[intel-gem] Add intel-specific /proc entries to help...
2008-06-20 Keith PackardAdd device-specific proc_init and proc_cleanup hooks
2008-06-20 Keith Packard[intel-gem] Use shmem_getpage instead of find_or_create...
2008-06-20 Keith Packard[intel-gem] Add DRM_IOCTL_I915_GEM_SW_FINISH to flag...
2008-06-20 Dave Airliedrm: only use kernel ioctl cmd when doing a core ioctl.
2008-06-20 Dave Airliedrm: fix the ioctl to not believe userspace.
2008-06-16 Eric Anholt[intel] Quirk away MSI support on 945G/GM.
2008-06-16 Eric Anholt[linux] Use the device's irq for handler setup instead...
2008-06-14 Keith Packard[intel-gem] Execute MI_FLUSH in leavevt_ioctl
2008-06-14 Keith Packard[intel-gem] inactive list may contain objects in CPU...
2008-06-14 Keith Packard[intel-gem] BUG_ON active objects in gem_object_unbind
2008-06-14 Keith Packard[intel-gem] Debugging -- verify inactive list invariants
2008-06-14 Keith Packard[intel-gem] whitespace fixes
2008-06-14 Keith Packard[intel-gem] show total GTT space in /proc/dri/*/gem_objects
2008-06-14 Keith Packard[intel-gem] Wait for rendering to complete before unbin...
2008-06-13 Keith Packard[intel-gem] add gtt and pin counts to /proc/dri/*/gem_o...
2008-06-13 Keith Packard[intel-gem] Left the last exec buffer pinned. oops.
2008-06-13 Keith Packard[intel-gem] Pin objects during execbuffer
2008-06-13 Keith Packard[intel-gem] throttle based on frames rather than time...
2008-06-13 Keith Packard[intel-gem] evict_something was failing when wait_reque...
2008-06-13 Keith Packard[intel] Enable MSI for i915 IRQ
2008-06-13 Keith Packard[intel-gem] Use a delayed_work instead of a timer ...
2008-06-13 Keith Packard[intel-gem] Reorder i915_add_request to schedule work...
2008-06-13 Keith PackardUse /bin/pwd instead of trusting shell built-in
2008-06-13 Eric Anholt[gem] Don't require the lock in execbuf now that it...
2008-06-12 Ian Romanickxgi: Bump kernel version
2008-06-11 Eric Anholt[gem] Remove the drm_client_lock_take in set_domain.
2008-06-11 Eric Anholt[gem] Another round of cleanups from checkpatch.pl
2008-06-11 Eric Anholt[gem] Move potentially device-specific ioctls to the...
2008-06-11 Eric AnholtRemove override of drm module list in preparation for...
2008-06-11 Eric Anholt[gem] Remove carefully-sprinkled i915_kernel_lost_conte...
2008-06-11 Eric Anholt[gem] Manage the ringbuffer from the kernel in the...
2008-06-11 Ian Romanickxgixp: Remove dependency on TTM fences
next