sys/dev/disk/dm: Rename aprint_debug() to dmdebug()
[dragonfly.git] / sys / dev / drm /
2015-11-08 Imre Vadászdrm: Don't leak memory from linux_workqueue.c
2015-11-07 François Tigeotdrm: Add ktime_get_raw_ns()
2015-11-07 François Tigeotdrm/i915: Rename the kernel module to i915.ko
2015-11-07 Imre Vadászdrm: Make dev.dri.X node creation work properly with...
2015-11-04 John MarinoMerge branch 'vendor/TNFTP'
2015-11-04 John MarinoMerge branch 'vendor/DIALOG'
2015-11-04 John MarinoMerge branch 'vendor/TCSH'
2015-11-04 John MarinoMerge branch 'vendor/GREP'
2015-11-04 John MarinoMerge branch 'vendor/BINUTILS225'
2015-11-03 John MarinoMerge branch 'vendor/LIBEDIT'
2015-11-03 John MarinoMerge branch 'vendor/XZ'
2015-11-02 John MarinoMerge branch 'vendor/ELFTOOLCHAIN'
2015-11-02 François Tigeotdrm: Add ACCESS_ONCE()
2015-11-01 Imre Vadászdrm: Simplify the initialization of the hw.dri sysctl...
2015-11-01 François Tigeotdrm/radeon: Export PCI ID
2015-10-31 Sascha Wildnerkernel/drm: In linux/types.h, remove the duplicate...
2015-10-31 Sascha Wildnerkernel/drm: In linux/kernel.h add missing parentheses...
2015-10-31 François Tigeotdrm/radeon: Use atomic_cmpxchg()
2015-10-31 François Tigeotdrm: Add atomic_cmpxchg()
2015-10-31 François Tigeotdrm: Fix atomic_add_unless()
2015-10-31 François Tigeotdrm/i915: Reduce differences with Linux in i915_gem_fault()
2015-10-31 François Tigeotdrm: Add linux/dma-mapping.h
2015-10-29 Sascha Wildnerkernel/drm: In linux/kernel.h, add parentheses around...
2015-10-29 Sascha Wildnerkernel/drm: In linux/slab.h, add parentheses around...
2015-10-28 François Tigeotdrm: Remove the MODULE_LICENSE and EXPORT_SYMBOL_GPL...
2015-10-28 Sascha Wildnerkernel/drm: In asm/io.h, improve the iowriteN() macros.
2015-10-24 François Tigeotdrm/i915: Update to Linux 3.18
2015-10-24 François Tigeotdrm/linux: Add some list functions
2015-10-24 François Tigeotdrm/linux: Add module_param_named()
2015-10-24 François Tigeotdrm/linux: Add BUILD_BUG()
2015-10-23 François Tigeotdrm: Add asm/int-ll64.h
2015-10-23 François Tigeotdrm: Add linux/lockdep.h
2015-10-23 François Tigeotdrm: Add Linux async functions
2015-10-10 Imre Vadászdrm: Fix drm_ioctl error return values.
2015-10-10 François Tigeotdrm/i915: Add intel_gmch_remove()
2015-10-07 Imre Vadászdrm/drm_fops.c: Sync drm_dequeue_event() and drm_read...
2015-10-06 Matthew Dillondrm - Fix GENMASK()
2015-09-28 Sascha Wildnerkernel/drm: Use #ifdef __DragonFly__ to mark DragonFly...
2015-09-27 François Tigeotdrm/i915: Use gtt.mappable_base
2015-09-27 François Tigeotdrm: Add io_mapping_map_wc()
2015-09-27 François Tigeotdrm: Improve the Linux IO mapping API implementation
2015-09-13 François Tigeotdrm/i915: drm/i915: Ignore SURFLIVE and flip counter...
2015-09-13 François Tigeotdrm/i915: drop WaSetupGtModeTdRowDispatch:snb
2015-09-13 François Tigeotdrm/i915: Disable caches for Global GTT.
2015-09-13 François Tigeotdrm/i915: properly reenable gen8 pipe IRQs
2015-09-12 Imre Vadászdrm/i915: Reduce diff to Linux 3.17 in i915/intel_dp.c
2015-09-12 Imre Vadászdrm/i915: Adapt i2c handling a bit closer to Linux...
2015-09-05 François Tigeotdrm: drm_fb_cma_helper.c has a restrictive license...
2015-09-01 François Tigeotdrm: Bring back a KNOTE() call, unbreak vblank handling
2015-08-31 François Tigeotdrm: Update drm_irq.c...
2015-08-29 Sascha Wildnerkernel: Use NULL for pointers in DRIVER_MODULE* calls.
2015-08-27 François Tigeotdrm/i915: Update to Linux 3.17
2015-08-27 François Tigeotdrm: Add linux/notifier.h
2015-08-25 François Tigeotdrm: Make the hlist API compatible with Linux 3.17
2015-08-25 François Tigeotkernel/linux: Add hweight64()
2015-08-24 Imre Vadászdrm/radeon: Update temperature sensor support after...
2015-08-23 François Tigeotdrm: Move DMI definitions to their usual Linux headers
2015-08-23 François Tigeotdrm/linux: Improve the workqueue subsystem
2015-08-22 François Tigeotdrm/radeon: Wrong authorship in previous commit
2015-08-22 François Tigeotdrm/radeon: Update to Linux 3.17 (v2)
2015-08-22 François Tigeotdrm: Reintroduce drm_kms_free()
2015-08-22 zrjdrm/radeon: Add pcie_get_readrq(), pcie_set_readrq...
2015-08-22 zrjdrm/linux: Add pci_bus compat structure
2015-08-22 zrjdrm/linux: Expand pdev structure
2015-08-22 François Tigeotdrm: Really remove the old implementation of list_sort()
2015-08-22 François Tigeotdrm: Use the NetBSD implementation of list_sort()
2015-08-22 zrjdrm/linux: Add list_sort() implementation
2015-08-22 zrjdrm: Implement gcd64.h math function
2015-08-22 zrjdrm/linux: Implement simple capable() priv helper
2015-08-22 zrjdrm/linux: Add define for jiffies_64 compat
2015-08-22 zrjdrm/linux: Implement atomic64_add/atomic64_sub macros
2015-08-22 zrjdrm: const'ify ioctls table (v2)
2015-08-12 Sascha Wildneri386 removal, part 34/x: Remove some i386 traces from...
2015-08-10 Sascha Wildnerkernel/drm: Fix definition of the DRM_IOCTL_I915_GET_SP...
2015-08-09 François Tigeotdrm/linux: Add printk prefixes
2015-08-09 François Tigeotdrm/linux: Add get_jiffies_64()
2015-08-09 François Tigeotdrm/linux: Add min3()
2015-08-09 zrjdrm/radeon: Partial update to Linux 3.12
2015-08-09 zrjdrm: Implement order_base_2(n)
2015-08-08 John MarinoMerge branch 'vendor/NVI2'
2015-08-08 François Tigeotdrm: Fix wrong by one error in drm_ioctl()
2015-08-06 John MarinoMerge branch 'vendor/TRE'
2015-08-06 Yellow Rabbitdrm/radeon: Limit HDMI to 8 bit per color
2015-08-06 Matthew Dillondrm - Bring in two haswell drm fixes from linux
2015-08-03 Matthew Dillondrm/i915: Fix core-2 ring buffer init
2015-08-02 zrjdrm/i915: experimental adapter->name to sc->name patch
2015-08-02 zrjdrm/i915: use drm_asprintf() in ivybridge_parity_work
2015-08-02 zrjdrm: add connector/encoder name creation
2015-08-02 zrjdrm: init unused_nodes list for drm/ttm from FreeBSD...
2015-08-02 zrjdrm/i915: Avoid releasing non acquired lock for eDP...
2015-08-02 Matthew Dillondrm/i915: Fix i915_gem_fault()
2015-08-02 François Tigeotdrm/i915: Update to Linux 3.16
2015-08-01 Sascha Wildnerkernel: Use <sys/stdbool.h> in kernel code, not <stdboo...
2015-08-01 François Tigeotdrm: Add linux/hashtable.h
2015-07-21 Sascha Wildnerkernel/syscons: Enable kern.kms_console by default...
2015-07-20 Matthew Dillonkernel - Fix pmap_change_attr() use cases.
2015-07-20 Matthew Dillondrm - Add valleyview support
2015-07-18 John MarinoMerge branch 'vendor/GCC50'
2015-07-15 François Tigeotkernel/linux: Implement idr_preload() and idr_preload_end()
2015-07-12 John MarinoMerge branch 'vendor/OPENBSD_LIBM'
next