drm: Stop ignoring the second argument of drm_free()
[dragonfly.git] / sys / dev / drm /
2015-11-29 François Tigeotdrm: Stop ignoring the second argument of drm_free()
2015-11-27 Imre Vadászdrm/i915: Use fb->pitches[0] for stride. Remove duplica...
2015-11-26 zrjdrm: Implement simple broken EDID override by loading...
2015-11-26 François Tigeotlinux/ww_mutex.h: Remove a wrong assert
2015-11-24 zrjdrm: sync drm_edid.c to linux 3.18
2015-11-22 Sascha Wildneri386 removal, part 45/x: Remove various bits and pieces...
2015-11-21 Imre Vadaszdrm/radeon: Use pci_resource_start and pci_resource_len...
2015-11-21 Imre Vadaszdrm/ttm: Use pr_err and pr_info for logging.
2015-11-19 Imre Vadaszdrm: Plug memleak on module unload, in linux_workqueue...
2015-11-19 François Tigeotdrm/radeon: Update to Linux 3.18
2015-11-19 François Tigeotdrm: Add jiffies_to_usecs and nsecs_to_jiffies64()
2015-11-17 François Tigeotdrm/i915: Use signal_pending()
2015-11-14 Imre Vadaszdrm: Fix previous commit
2015-11-14 Imre Vadaszdrm: Handle DRM_CAP IOCTLs for querying cursor width...
2015-11-14 François Tigeotdrm: Import memchr_inv() from NetBSD
2015-11-14 François Tigeotdrm: Implement a few missing functions from linux/timer.h
2015-11-14 François Tigeotdrm: Add list_replace_init()
2015-11-14 François Tigeotdrm: Implement signal_pending()
2015-11-13 François Tigeotkernel/drm: Fix an unitialized variable warning when...
2015-11-11 Matthew Dillondrm - Fix kldload issue
2015-11-11 François Tigeotdrm: Add nsecs_to_jiffies()
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)
next