if_iwm - Sync nvm parsing code with Linux iwlwifi.
[dragonfly.git] / sys / dev / drm /
2016-08-29 John MarinoMerge branch 'vendor/LESS'
2016-08-29 John MarinoMerge branch 'vendor/BMAKE'
2016-08-27 John MarinoMerge branch 'vendor/GCC50'
2016-08-07 Matthew Dillonkernel - Cleanup gcc warnings
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-03 François Tigeotdrm/linux: kernel_ulong_t is defined in linux/mod_devic...
2016-08-03 Peter AvalosMerge branch 'vendor/OPENSSL'
2016-07-31 François Tigeotdrm/linux: Add linux/kobject.h
2016-07-31 François Tigeotdrm/linux: Add vmap()
2016-07-28 François Tigeotdrm/linux: Clean-up pci_resource_start()
2016-07-24 Matthew Dillondrm - Fix subtle plane masking bug.
2016-07-23 François Tigeotdrm/i915/gem: Reduce differences with Linux 4.4
2016-07-23 François Tigeotdrm: Sync a few headers with Linux 4.4
2016-07-22 Matthew Dillondrm - Stabilize broadwell and improve skylake
2016-07-21 François Tigeotdrm/i915: Mark a DragonFly-specific change as such
2016-07-21 zrjdrm/i915: Re-apply lost intel_dp.c diff.
2016-07-21 François Tigeotdrm/i915: Update to Linux 4.4
2016-07-20 François Tigeotlinux/scatterlist.h: Add __sg_page_iter_next()
2016-07-20 François Tigeotdrm/linux: Add bitmap_weight()
2016-07-20 François Tigeotdrm/linux: Add a few ida definitions
2016-07-20 François Tigeotdrm/linux: Add ktime_to_us() and ktime_us_delta()
2016-07-19 François Tigeotdrm/linux: Add div_s64()
2016-07-17 François Tigeotdrm/linux: Implement writex() functions
2016-07-15 François Tigeotdrm/linux: Add ioremap_wt()
2016-07-15 François Tigeotdrm/linux: Rework ioremap functions
2016-07-10 François Tigeotdrm/linux: Avoid contention in spinlock_irq routines
2016-07-03 François Tigeotdrm/linux: Improve spin_unlock_irqrestore()'s implement...
2016-06-30 François Tigeotdrm: Restore DRM_DEBUG_VBLANK() calls
2016-06-29 François Tigeotdrm/i915: Use the spin_lock_irq() family of functions...
2016-06-29 François Tigeotdrm: Use the spin_lock_irq() family of functions
2016-06-29 François Tigeotdrm/i915: Use the spin_lock_irq() family of functions
2016-06-24 François Tigeotdrm/linux: Implement some spin_lock_irq* functions
2016-06-23 François Tigeotdrm/linux: Really implement local_irq_disable/enable
2016-06-09 François Tigeotdrm/i915: Fix hangs on some broadwell machines
2016-06-07 Justin C. SherrillMerge branch 'master' of ssh://crater.dragonflybsd...
2016-06-06 zrjdrm/i915: Remove empty header.
2016-05-23 zrjdrm: Fix missing revision init.
2016-05-23 zrjdrm: Block struct fence in drm_plane_state struct
2016-05-20 zrjdrm/radeon: Print device description after it gets...
2016-05-20 zrjdrm/i915: Avoid dead-locking the userland.
2016-05-20 zrjdrm/i915: Lost changes after update to v4.3
2016-05-20 Sascha Wildnerkernel/drm: Add dma_{alloc,free}_coherent() from FreeBSD.
2016-05-20 zrjdrm cleanup 19/x: Switch more calls to kzalloc/kfree...
2016-05-20 zrjdrm cleanup 18/x: Gently remove drm_core_has_AGP, DRIVE...
2016-05-20 zrjdrm cleanup 17/x: Cleanup drmP.h header.
2016-05-20 zrjdrm cleanup 16/x: Add names to internal ioctl debug...
2016-05-20 zrjdrm cleanup 15/x: Separate vblank DRM_DEBUG spam.
2016-05-20 zrjdrm cleanup 14/x: Slightly rewrite drm debug subsystem.
2016-05-20 zrjdrm cleanup 13/x: Gather scattered debug macros to...
2016-05-20 zrjdrm/i915: Fix DPCD debug print.
2016-05-17 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2016-05-17 zrjdrm/radeon: Backport two bugfixes from drm v3.19
2016-05-17 zrjdrm/radeon: Disable some unused functions.
2016-05-14 David Shaodrm/uapi_drm: Update to Linux 4.6
2016-05-14 François Tigeotdrm/linux: Add asm/ioctl.h
2016-05-13 zrjdrm cleanup 12/x: Layout fixes to match upstream in...
2016-05-13 zrjdrm cleanup 11/x: Remove some unused callbacks from...
2016-05-13 zrjdrm cleanup 10/x: Move DRM_WAIT_ON and DRM_CURRENTPID...
2016-05-13 zrjdrm cleanup 09/x: Move EREMOTEIO to linux/errno.h
2016-05-13 zrjdrm cleanup 08/x: Move memset_XXX helpers to linux...
2016-05-13 zrjdrm cleanup 07/x: Move byte order functions to linux...
2016-05-13 zrjdrm cleanup 06/x: Remove KIB_NOTYET macro.
2016-05-13 zrjdrm cleanup 05/x: Move IS_ALIGNED macro to linux/kernel.h
2016-05-13 zrjdrm cleanup 04/x: Remove some unused radeon compat...
2016-05-13 zrjdrm cleanup 03/x: Move all includes in drmP.h to the...
2016-05-13 zrjdrm cleanup 02/x: Fix drm_legacy_sg_cleanup() prototype.
2016-05-13 zrjdrm cleanup 01/x: Move legacy buffer structs to drm_lea...
2016-05-13 zrjdrm: Sync drm_agpsupport.h with Linux 4.3
2016-05-13 zrjdrm/radeon: Preparations for AGP cleanup.
2016-05-13 François Tigeotdrm/i915: Comment out a DRM_DEBUG_KMS statement
2016-05-13 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2016-05-10 zrjdrm: Destroy events consistently.
2016-05-10 zrjdrm/radeon: Add ACPI function stubs.
2016-05-10 zrjdrm/radeon: Fix some leaks on module unload.
2016-05-10 zrjdrm/radeon: Nuke some orphaned externs.
2016-05-09 zrjdrm/radeon: Release firmware on CIK at driver fini.
2016-05-09 zrjdrm/radeon: Expand atomic_cmpxchg() use in UVD/VCE
2016-05-09 zrjdrm/radeon: Revert "drm/radeon: Partial sync with Linux...
2016-05-09 zrjdrm/radeon/dp: Fix long-standing bug in Display Port...
2016-05-09 zrjdrm/radeon/dp: Sync Display Port code with drm v3.18
2016-05-07 zrjdrm/radeon: Clean up DPCD debug hex output print.
2016-05-06 François Tigeotdrm/i915: Update to Linux 4.3
2016-05-04 zrjdrm/radeon: Add missing new bonaire pci id
2016-05-03 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-05-03 François Tigeotdrm/linux: Add linux/pwm.h
2016-05-03 François Tigeotdrm/linux: Add linux/gpio/consumer.h
2016-05-03 François Tigeotdrm/linux: Define U64_MAX
2016-05-03 François Tigeotdrm/linux: Add __test_and_clear_bit
2016-04-28 zrjdrm/radeon: Retire old UMS driver.
2016-04-25 François Tigeotdrm/i915: Remove a duplicated assignment
2016-04-23 François Tigeotdrm/i915/gem: Switch to the Linux scatterlist API
2016-04-22 François Tigeotkernel/linux: Move M_DRM definition to kern_slaballoc.c
2016-04-22 François Tigeotdrm/radeon: Add explicit dependency to the acpi module
2016-04-22 François Tigeotdrm/i915: Add explicit dependency to the acpi module
2016-04-17 François Tigeotdrm/i915/gem: Update i915_gem_fault()
2016-04-17 François Tigeotdrm/linux: Add dma_map_sg and dma_unmap_sg()
2016-04-17 François Tigeotdrm/i915: Import two fixes from Linux 4.2.8
2016-04-17 François Tigeotdrm/linux: Add get_num_physpages()
2016-04-17 François Tigeotdrm/i915: Fix a bug in i915_gem_object_flush cpu/gpu...
next