Merge branch '3.4-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target...
[linux-flexiantxendom0-3.2.10.git] / drivers / gpu / drm / drm_drv.c
2012-03-30 Dave Airliedrm: base prime/dma-buf support (v5)
2012-03-15 Dave Airliedrm: add core support for unplugging a device (v2)
2012-02-03 Mandeep Singh Bainesdrm: remove master fd restriction on mode setting getters
2012-01-05 Ilija Hadzicdrm: make DRM_UNLOCKED ioctls with their own mutex
2012-01-05 Ilija Hadzicdrm: no need to hold global mutex for static data
2011-12-20 Dave AirlieMerge tag 'v3.2-rc6' of /home/airlied/devel/kernel...
2011-11-15 Jesse Barnesdrm: add an fb creation ioctl that takes a pixel format v5
2011-11-15 Jesse Barnesdrm: add plane support v3
2011-11-11 Ilija Hadzicdrm: do not sleep on vblank while holding a mutex
2011-10-31 Paul Gortmakergpu: Add export.h as required to drivers/gpu files.
2011-10-19 Rob Clarkdrm: drm_ioctl() should zero-init extra data
2011-03-04 Ben Skeggsdrm/core: add ioctl to query device/driver capabilities
2011-02-07 Dave Airliedrm: rework PCI/platform driver interface.
2011-02-07 Dave Airliedrm: dumb scanout create/mmap for intel/radeon (v3)
2010-10-27 Linus TorvaldsMerge branch 'drm-core-next' of git://git./linux/kernel...
2010-10-15 Arnd Bergmannllseek: automatically add .llseek fop
2010-08-29 Daniel Vetterdrm: kill dev->timer
2010-08-29 Daniel Vetterdrm: replace drawable ioctl by noops
2010-08-17 Dave Airliedrm: block userspace under allocating buffer and having...
2010-08-17 Dave Airliedrm: stop information leak of old kernel stack.
2010-08-05 Arnd Bergmanndrm: kill BKL from common code
2010-08-03 Dave Airliedrm: move ttm global code to core drm
2010-08-02 Chris Wilsondrm: Free the idr layers before calling idr_destroy()
2010-06-01 Jordan Crousedrm: Add support for platform devices to register as...
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-02-11 Dave Airliedrm: switch all GEM/KMS ioctls to unlocked ioctl status.
2009-12-18 Arnd Bergmanndrm: convert drm_ioctl to unlocked_ioctl
2009-12-03 Jakob Bornecrantzdrm: Add dirty ioctl and property
2009-11-18 Kristian Høgsbergdrm/kms: add page flipping ioctl
2009-11-18 Andres Salomondrm: check return values in drm_version
2009-11-18 Andres Salomondrm: replace DRM_COPY macro w/ a function
2009-11-18 Andres Salomondrm: kill more unused DRM macros
2009-08-19 Jesse Barnesdrm: remove root requirement from DRM_IOCTL_SET_VERSION...
2009-06-18 Eric Anholtdrm: Remove memory debugging infrastructure.
2009-06-16 GeunSik Limdebugfs: Fix terminology inconsistency of dir name...
2009-05-20 Michel Dänzerdrm: Copy back ioctl data to userspace regardless of...
2009-04-24 Jonas Bonndrm: add control node checks missing from kms merge
2009-03-29 Eric Anholtdrm: Use a little stash on the stack to avoid kmalloc...
2009-03-27 Ben Gamaridrm: Convert proc files to seq_file and introduce debugfs
2009-03-13 Ben Gamaridrm: Convert proc files to seq_file and introduce debugfs
2009-03-13 Kristian Høgsbergdrm: claim PCI device when running in modesetting mode.
2009-03-13 Benjamin Herrenschmidtdrm: Split drm_map and drm_local_map
2009-01-19 Dave Airliedrm: fix leak of device mappings since multi-master...
2009-01-07 Dave Airliedrm: fix ordering of driver unload vs agp unload.
2008-12-29 Eric Anholtdrm: Avoid use-before-null-test on dev in drm_cleanup().
2008-12-29 Kristian H�gsbergdrm: drop DRM_IOCTL_MODE_REPLACEFB, add+remove works...
2008-12-29 Jakob Bornecrantzdrm: sanitise drm modesetting API + remove unused hotplug
2008-12-29 Dave Airliedrm: fix allowing master ioctls on non-master fds.
2008-12-29 Dave AirlieDRM: add mode setting support
2008-12-29 Jesse Barnesdrm: GEM mmap support
2008-12-29 Dave Airliedrm: move to kref per-master structures.
2008-12-29 Dave Airliedrm: cleanup exit path for module unload
2008-11-24 Keith Packarddrm: move drm vblank initialization/cleanup to driver...
2008-11-11 Dave Airliedrm/i915: Filter pci devices based on PCI_CLASS_DISPLAY_VGA
2008-10-17 Eric Anholtdrm: Add GEM ("graphics execution manager") to i915...
2008-10-17 Jesse Barnesdrm: Rework vblank-wait handling to allow interrupt...
2008-07-26 Adrian Bunkdrm: make drm_minors_cleanup() static
2008-07-14 Dave Airliedrm: reorganise drm tree to be more future proof.