drm/i915: Sync drm_irq.c with Linux 3.8.13
[dragonfly.git] / sys / dev / drm /
2014-06-14 François Tigeotdrm/i915: Sync drm_irq.c with Linux 3.8.13
2014-06-14 François Tigeotdrm: Add linux/io.h
2014-06-14 François Tigeotdrm/i915: Update ivybridge_init_clock_gating()
2014-06-09 François Tigeotdrm/i915: More initialization code from Linux
2014-06-09 François Tigeotdrm/i915: drm_i915_private_t changed
2014-06-08 François Tigeotdrm/i915: Fix unresponsive X server issues
2014-06-08 François Tigeotdrm/i915: Partial sync of the ring handling code...
2014-06-08 François Tigeotdrm/i915: Reduce differences with Linux 3.8.13
2014-06-07 Peter AvalosMerge branch 'vendor/TNFTP'
2014-06-06 Sascha WildnerMerge branch 'vendor/OPENSSL'
2014-05-29 François Tigeotdrm/i915: New IRQ management code from Linux
2014-05-28 John MarinoMerge branch 'vendor/WPA_SUPPLICANT'
2014-05-28 John MarinoMerge branch 'vendor/HOSTAPD'
2014-05-27 François Tigeotdrm: Change the prototype of fb_create()
2014-05-26 François TigeotLinux headers: Improve the WARN_ON() macro
2014-05-06 Peter AvalosMerge branch 'vendor/FILE'
2014-05-03 Matthew DillonMerge branch 'vendor/LIBPCAP'
2014-05-03 François Tigeotdrm/i915: Use the Linux workqueue API
2014-05-03 François Tigeotlinux/workqueue.h: Adapt to DragonFly
2014-05-03 François Tigeotlinux/timer.h: Add round_jiffies_up_relative()
2014-05-03 François Tigeotdrm: Import linux/workqueue.h from FreeBSD's OFED stack
2014-04-27 François Tigeotdrm/i915: Reduce i915_irq.c diffs with Linux 3.8.13
2014-04-23 Sascha Wildnerkernel/drm: Fix two warnings in the radeon driver.
2014-04-22 François Tigeotdrm/i915: Use the Linux timer API
2014-04-22 François Tigeotdrm: Use the Linux timer API
2014-04-22 François Tigeotlinux/timer.h: Adapt to Dragonfly
2014-04-22 François Tigeotdrm: Import linux/timer.h from FreeBSD's OFED stack
2014-04-08 Peter AvalosMerge branch 'vendor/OPENSSL'
2014-04-06 Markus Pfeifferkernel/drm: Add a missing include
2014-04-05 Markus Pfeifferkernel/drm: use devfs_*_cdevpriv functions
2014-03-02 Sascha WildnerSome fixes to allow building with gcc44.
2014-03-02 François Tigeotdrm/ttm: Use the Linux wait queues API
2014-03-02 François Tigeotdrm: Add a local implementation of linux/wait.h
2014-02-25 Sascha Wildnerkernel/drm: Fix -Winit-self.
2014-02-24 Sascha Wildnerkernel/drm: Add missing braces.
2014-02-23 François Tigeotdrm: Use the Linux Red-Black Trees API
2014-02-23 François Tigeotttm: Use Linux kref API
2014-02-23 François Tigeotdrm/ttm: Reduce differences with Linux 3.9
2014-02-22 François Tigeotdrm: Implement kref_get_unless_zero()
2014-02-22 François Tigeotdrm/ttm: Move headers to <include/drm/ttm>
2014-02-22 François Tigeotdrm/i915: Reduce differences with Linux 3.8
2014-02-22 Joris Giovannangelittm: fix porting typo
2014-02-19 François Tigeotdrm/i915: Rename drm_i915_private.rings to .ring
2014-02-18 François Tigeotdrm/i915: Use Linux atomic types and functions
2014-02-16 François Tigeotdrm/i915: Partially sync headers with Linux 3.8
2014-02-16 François Tigeotdrm: Reduce differences with Linux 3.8
2014-02-15 François Tigeotdrm: Manage struct drm_file with Linux list APIs
2014-02-11 Sascha Wildnerkernel/drm: Fix some warnings due to our vm_paddr_t...
2014-02-11 Sascha Wildnerkernel/i915: Add missing prototype.
2014-02-09 François Tigeotdrm/i915: Move more code to intel_pm.c
2014-02-09 François Tigeotdrm/i915: Add intel_pm.c
2014-02-09 Sascha WildnerMerge branch 'vendor/EE'
2014-02-08 François Tigeotdrm: Implement and use drm_send_vblank_event()
2014-02-08 François Tigeotdrm: Implement mutex_is_locked()
2014-02-08 François Tigeotdrm: Move drm_open() and drm_firstopen() to drm_fops.c
2014-02-08 François Tigeotdrm/drm_bufs.c: Reduce differences with Linux
2014-02-04 François Tigeotdrm: Sync a few headers with Linux 3.8
2014-02-04 François Tigeotdrm: Sync drm_fb_helper files with Linux 3.8
2014-01-24 Sascha Wildnerkernel/drm: Add some missing opt_ktr.h in Makefiles.
2014-01-24 François Tigeotdrm: Fix DRM_CURRENTPID macro
2014-01-20 Sascha Wildneracpi: Fix building the kernel.
2014-01-19 François Tigeotdrm: Reduce differences with Linux 3.8
2014-01-19 François Tigeotasm/uaccess.h: Add get_user() and put_user()
2014-01-19 François Tigeotdrm: Import asm/uaccess.h from FreeBSD's OFED stack
2014-01-19 François Tigeotdrm: Remove DRM_MSLEEP()
2014-01-19 François Tigeotdrm/radeon: Replace DRM_MSLEEP() by msleep()
2014-01-19 François Tigeotdrm: Add linux/delay.h, implement msleep()
2014-01-18 François Tigeotlinux/kernel.h: Implement swap()
2014-01-18 François Tigeotlinux/kernel.h: printf => kprintf
2014-01-18 François Tigeotdrm: Import linux/err.h from FreeBSD's OFED stack
2014-01-18 François Tigeotdrm: Sync a few headers with Linux 3.8
2014-01-18 François Tigeotdrm: Rename device to dev in struct drm_device
2014-01-16 François Tigeotdrm: Fix a merge issue in drm_fops.c
2014-01-15 Sascha WildnerRemove a bunch of unnecessary semicolons.
2014-01-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2014-01-10 François Tigeotdrm/i915: Remove a get/rel mplock sequence
2013-12-31 Franco FichtnerMerge branch 'vendor/MDOCML'
2013-12-06 John MarinoMerge branch 'vendor/BINUTILS224'
2013-12-06 Sascha Wildnerkernel: Fix a bunch of drm warnings.
2013-12-05 François Tigeotdrm: Convert idr spinlocks to lockmgr locks
2013-12-05 François Tigeotdrm: Reduce differences with Linux 3.8
2013-12-05 François Tigeotdrm: Add linux/i2c.h
2013-12-05 François Tigeotdrm: Rename drm_debug_flag to drm_debug
2013-11-30 Sascha WildnerFix some typos (duplicate words) in messages.
2013-11-23 John MarinoMerge branch 'vendor/BMAKE'
2013-11-14 Sascha Wildnerkernel/drm: Remove an unused MALLOC_DECLARE.
2013-11-12 Sascha Wildnerkernel/drm: Fix incomplete commit 116d6d9766.
2013-11-11 François Tigeotdrm: drm_drawable.c has been useless for years
2013-11-03 François Tigeotdrm: Use Linux atomic types and functions
2013-11-03 François Tigeotkref.h: Adapt to Linux 3.8's drm
2013-11-03 François Tigeotdrm: Import linux/kernel.h from FreeBSD's OFED stack
2013-11-03 François Tigeotdrm: fix test_and_set_bit() prototype
2013-11-03 François Tigeotdrm: Import linux/bitops.h from the FreeBSD OFED stack
2013-11-03 François Tigeotdrm: Improve linux/atomic.h
2013-11-03 François Tigeotdrm: Replace drm_atomic.h by linux/atomic.h from FreeBS...
2013-10-28 François Tigeotdrm: Fix warnings introduced by recent commits
2013-10-27 François Tigeotdrm: Import linux/types.h from the FreeBSD OFED stack
2013-10-27 François Tigeotdrm: Import asm/types.h from the FreeBSD OFED stack
2013-10-27 François Tigeotdrm/i915: Put i915_drm.h into include/
2013-10-26 François Tigeotdrm/i915: Remove unused file
next