kernel: Add D_MPSAFE to the ops of mfi(4), mrsas(4) and twa(4).
[dragonfly.git] / sys / dev / drm /
2014-07-31 Matthew Dillondrm/i915 - Fix double lock deadlock
2014-07-25 François Tigeotdrm/i915: Sync intel_ringbuffer.c with Linux 3.8.13
2014-07-25 François Tigeotdrm/i915: Reduce differences with Linux 3.8.13
2014-07-21 François Tigeotdrm/i915: Use a common fence writing routine
2014-07-21 François Tigeoti915_gem.c: Simplify fence code
2014-07-20 François Tigeotdrm: Add Linux wake_up() and wait_event()
2014-07-20 François Tigeotdrm: Remove a no longer used kmalloc type
2014-07-19 François Tigeotdrm(4): This device is MPSAFE
2014-07-17 Matthew Dillonkernel - Move wakeup*() to ouside a spin lock
2014-07-16 François Tigeotdrm/i915: Sync intel_sprite.c with Linux 3.8.13
2014-07-15 François Tigeotdrm/i915: Sync ringbuffer code with Linux 3.8.13
2014-07-15 François Tigeotdrm: Fix locking issues in drm_irq.c
2014-07-15 François Tigeotdrm: Reorder functions in drm_irq.c
2014-07-14 Matthew Dillondrm - Fix bug with ttm_tt_swapin()
2014-07-14 François Tigeotdrm/ttm: Replace FreeBSD custom code by Linux workqueues
2014-07-13 François Tigeotdrm: Improve the BUG() macro
2014-07-12 François Tigeotdrm/i915: Fix flickering screen issues on some laptops
2014-07-10 François Tigeotdrm: Replace some custom code by wait_event routines
2014-07-10 François Tigeotdrm: Add a linux/jiffies.h implementation
2014-07-10 François Tigeotdrm: Add a linux/time.h implementation
2014-07-08 François Tigeotdrm/i915: Add some missing locks
2014-07-08 François Tigeotdrm/i915: Add i915_gem_object_sync()
2014-07-07 François Tigeotdrm/i915: Reduce ring code differences with Linux
2014-07-05 François Tigeotdrm/i915: Add i915_gem_check_wedge()
2014-07-05 François Tigeotdrm/i915: Sync intel_ringbuffer.h with Linux 3.8.13
2014-07-05 François Tigeotdrm/i915: intel_iic.c really is intel_i2c.c
2014-07-05 François Tigeotdrm/i915: i915_debug.c really is i915_debugfs.c
2014-07-04 François Tigeotdrm: Use the Linux completion API
2014-07-04 François Tigeotdrm: Add a linux/completion.h implementation
2014-07-03 Matthew Dillondrm/ttm - stabilizing pass, misc bug fixes
2014-07-03 Joris Giovannangelidrm/ttm: convert rb_tree back to tree(3) and fix a...
2014-06-27 François Tigeotdrm/i915: Reorder function definitions in i915_gem.c
2014-06-23 Johannes Hofmanndrm/i915: fix notify_ring()
2014-06-21 François Tigeotdrm/i915: Sync intel_pm.c with Linux 3.8.13
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()
next