net/if_clone: Panic if the same cloner is attached twice
[dragonfly.git] / sys / dev / drm /
2014-11-09 Sascha WildnerMerge branch 'vendor/BYACC'
2014-11-09 François Tigeotdrm: Remove some useless macros
2014-11-08 Imre Vadaszdev/drm: Implement kqueue support; Wake up blocking...
2014-11-05 François Tigeotdrm/i915: Remove a premature i915_gem_valid_gtt_space...
2014-11-03 François Tigeotdrm/i915: Make the GEM code more Linux-like
2014-11-01 François Tigeotdrm/i915: Clean up various non-critical files
2014-10-27 Franco FichtnerMerge branch 'vendor/MDOCML'
2014-10-25 Sascha Wildnerdrm/radeon: Handle -fms-extensions better (fixes the...
2014-10-25 John Marinodev/drm: For now, only build radeon drivers with base...
2014-10-23 François Tigeotdrm: Remove unused PCI ids
2014-10-23 François Tigeotkernel: Drop drm1 drivers
2014-10-23 François Tigeotdrm: msleep() must not sleep forever
2014-10-22 Sascha WildnerMerge branch 'vendor/OPENSSL'
2014-10-16 Matthew Dillonkernel - Add /dev/upmap and /dev/kpmap and sys/upmap.h
2014-10-16 François Tigeotdrm: Add and use drm/drm_mem_util.h
2014-10-15 François Tigeotdrm: Consolidate memory allocation types
2014-10-13 John MarinoMerge branch 'vendor/LIBEDIT'
2014-10-10 John MarinoMerge branch 'vendor/GREP'
2014-10-10 John MarinoMerge branch 'vendor/XZ'
2014-10-10 John MarinoMerge branch 'vendor/GCC47'
2014-10-04 François Tigeotdrm: Add Linux PCI headers
2014-10-03 François Tigeotdrm/i915: Simplify the flush code
2014-09-22 Sascha Wildnerkernel/i915: Add missing opt_acpi.h to SRCS.
2014-09-22 Sascha Wildnerkernel/drm: Add back #include "opt_drm.h" to drmP.h...
2014-09-18 François Tigeotdrm: Fix a randr bug
2014-09-15 Markus Pfeiffersys/dev/drm/i915: Activate ACPI
2014-09-15 Markus PfeifferRevert "sys/dev/drm/i915: Activate ACPI"
2014-09-15 Markus Pfeiffersys/dev/drm/i915: Activate ACPI
2014-09-13 François Tigeotdrm/i915: i915_gem_object_pin() takes 4 arguments
2014-09-10 François Tigeotdrm/i915: Add the I915_REG_READ IOCTL
2014-09-07 Sascha Wildnerkernel: Use NULL for pointers in DRIVER_MODULE().
2014-09-07 François Tigeotdrm/i915: Add hardware context support
2014-09-07 François Tigeotdrm: Add WARN_ON_ONCE()
2014-09-06 François Tigeotdrm/i915: Add i915_gem_object_wait_rendering__nonblocking()
2014-09-06 François Tigeotdrm/i915: Reduce differences with Linux 3.8.13
2014-08-31 François Tigeotdrm/i915: Reduce differences with Linux 3.8.13
2014-08-31 François Tigeotdrm: struct drm_driver.max_ioctl doesn't exist
2014-08-30 François Tigeotdrm/i915: Add the I915_GEM_WAIT ioctl
2014-08-30 François Tigeotlinux/time.h: Add a few Linux timespec functions
2014-08-26 François Tigeotdrm/i915: Implement GEM GET and SET_CACHING ioctls
2014-08-24 Sascha Wildnerkernel/spinlock: Add a description to struct spinlock.
2014-08-18 François Tigeotdrm/i915: Sync ioctl definitions with Linux 3.8.13
2014-08-17 Sascha Wildnerdrm/ttm: Add missing kfree().
2014-08-17 Sascha Wildnerdrm/i915: Fix a missing initialization.
2014-08-17 François Tigeotdrm/i915: Enable fbc on Mobile Ironlake
2014-08-16 François Tigeotdrm/i915: Sync i915_drv.h and i915_debugfs.c with Linux...
2014-08-15 François Tigeotdrm/i915: Only build on amd64/x86_64 machines
2014-08-14 Markus Pfeifferdrm/i915: grab the config log on hardware init
2014-08-14 Markus Pfeifferdrm/i915: Use intel_gmbus_get_adapter instead of dev_pr...
2014-08-14 Markus Pfeifferdrm/i915: Fix multiple off-by-one errors in intel_i2c
2014-08-14 François Tigeotdrm/i915: Sync i915_gem_execbuffer.c with Linux 3.8.13
2014-08-14 François Tigeotdrm/i915: Fix display corruption issues on Haswell
2014-08-12 François Tigeotdrm: Add Linux kmap functions
2014-08-12 François Tigeotdrm/i915: i915_emit_box() from Linux 3.8.13
2014-08-11 François Tigeotdrm/i915: Enable Haswell support
2014-08-11 François Tigeotdrm/i915: Sync i915_gem_evict.c with Linux 3.8.13
2014-08-10 François Tigeotagp/drm: Remove intel_gtt_get_bridge_device()
2014-08-10 François Tigeotagp/drm: Rename agp_i810.h to intel-gtt.h
2014-08-09 François Tigeotdrm/i915: Modesetting code rework
2014-08-07 Sascha WildnerMerge branch 'vendor/OPENSSL'
2014-08-07 Sascha WildnerMerge branch 'vendor/OPENSSL'
2014-08-07 François Tigeotdrm/i915: Fix locking in i915_dma.c
2014-08-06 François Tigeotlinux/err.h: Add IS_ERR_OR_NULL()
2014-08-06 François Tigeotlinux/delay.h: Add mdelay()
2014-08-06 François Tigeotlinux/kernel.h: Add WARN_ONCE()
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
next