drm/ttm: Use Linux kobjects
[dragonfly.git] / sys / dev / drm / include / drm /
2018-09-19 François Tigeotdrm/ttm: Use Linux kobjects
2018-09-08 François Tigeotdrm: Sync drm/drmP.h with Linux 4.7.10
2018-09-07 François Tigeotdrm: Use a dedicated .h file for configuration options
2018-08-11 Sascha Wildnerkernel/drm: Remove CONFIG_PCI as a kernel option.
2018-08-10 François Tigeotdrm: Sync drm_pci.c with Linux 4.7.10
2018-08-01 François Tigeotdrm: Sync drm_bufs.c with Linux 4.7.10
2018-07-31 François Tigeotdrm: simplify authentication management
2018-07-30 François Tigeotdrm: More Linux 4.7.10 synchronization
2018-07-24 François Tigeotdrm: Partial sync with Linux 4.7.10
2018-07-24 Sascha WildnerMerge branch 'vendor/OPENSSH'
2018-07-21 François Tigeotdrm: Sync a few bits with Linux 4.7.10
2018-07-21 François Tigeotdrm: dev->dma_lock doesn't exist
2018-07-21 François Tigeotdrm/linux: add agp_backend.h
2018-07-07 Sascha WildnerMerge branch 'vendor/DIFFUTILS'
2018-07-07 Sascha WildnerMerge branch 'vendor/OPENPAM'
2018-06-19 Sascha WildnerMerge branch 'vendor/DIFFUTILS'
2018-06-09 François Tigeotdrm: Define struct page and use it everywhere
2018-05-17 Sascha WildnerMerge branch 'vendor/TOP'
2018-05-17 Sascha WildnerMerge branch 'vendor/TCSH'
2018-05-14 zrjMerge remote-tracking branch 'origin/vendor/GCC80'
2018-04-25 François Tigeotdrm: Implement parts of the Linux irq subsystem
2018-03-17 Antonio Huete JimenezMerge branch 'vendor/LIBPCAP'
2018-02-14 zrjkernel: Nuke legacy FreeBSD "%r" format support.
2018-01-31 François Tigeotdrm/linux: Add linux/irqreturn.h
2018-01-02 François Tigeotdrm/i915: Add Coffee Lake support
2017-09-23 Sascha WildnerMerge branch 'vendor/FILE'
2017-03-23 François Tigeotdrm/i915: Update to Linux 4.7.10
2017-03-16 Sascha WildnerRemove some more duplicate includes in our tree.
2017-03-14 François Tigeotkernel: Remove broken DRM_LINUX option
2017-03-13 François Tigeotdrm/linux: Expand linux/kobject.h scope
2017-02-22 François Tigeotdrm/linux: Implement tasklets
2017-02-20 François Tigeotdrm/linux: u64 is unsigned long long
2017-02-12 François Tigeotdrm: Partial revert of "drm: Sync drm_crtc.c with Linux...
2017-02-07 François Tigeotdrm: Sync drm_crtc.c with Linux 4.6
2017-01-13 John MarinoMerge branch 'vendor/LIBRESSL'
2017-01-06 François Tigeotdrm/i915: Update to Linux 4.6
2016-12-08 François Tigeotdrm/i915: Update to Linux 4.5
2016-11-28 Imre Vadászdrm: Improve integration with syscons. Move taskqueue...
2016-11-24 zrjMerge remote-tracking branch 'origin/vendor/BINUTILS227'
2016-10-27 François Tigeotdrm: Implement and use the Linux i2c API
2016-10-27 François Tigeotdrm: Implement and use Linux struct device
2016-10-27 François Tigeotkernel: Replace struct device* by device_t
2016-10-17 zrjMerge branch 'vendor/BINUTILS225'
2016-10-03 John MarinoMerge branch 'vendor/LIBRESSL'
2016-09-06 John MarinoMerge branch 'vendor/LIBRESSL'
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-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-03 Peter AvalosMerge branch 'vendor/OPENSSL'
2016-07-23 François Tigeotdrm: Sync a few headers with Linux 4.4
2016-07-21 François Tigeotdrm/i915: Update to Linux 4.4
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 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 14/x: Slightly rewrite drm debug subsystem.
2016-05-20 zrjdrm cleanup 13/x: Gather scattered debug macros to...
2016-05-17 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
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 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 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
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-04-23 François Tigeotdrm/i915/gem: Switch to the Linux scatterlist API
2016-04-12 François Tigeotdrm/linux: Move M_DRM declaration to linux/slab.h
2016-04-07 François Tigeotdrm: Import asm/unaligned.h from NetBSD
2016-04-01 François Tigeotdrm: Improve drm_cache.c
2016-03-11 John MarinoMerge branch 'vendor/NCURSES'
2016-03-02 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-02-23 François Tigeotdrm/i915: Update to Linux 4.2
2016-02-21 François Tigeotdrm: Use drm_legacy_xxx functions
2016-02-08 Imre VadászMerge branch 'vendor/BINUTILS225'
2016-01-28 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-01-23 Imre Vadászdrm/radeon: Add radeon_ucode.c. Support new firmware...
2016-01-23 François Tigeotdrm/i915: Update to Linux 4.1
2016-01-10 François Tigeotdrm: Store PCI device information in a struct pci_dev
2016-01-09 François Tigeotdrm: Always enable MSI interrupts
2015-12-27 Matthew Dillondrm - Fix panic on DRM_IOCTL_WAIT_VBLANK
2015-12-26 François Tigeotdrm/i915: Upgrade to Linux 4.0
2015-12-26 François Tigeotdrm: Fix previous commit
2015-12-26 François Tigeotdrm: Create device entries with the "video" group
2015-12-25 François Tigeotdrm: Make OpenGL usable by everyone
2015-12-24 François Tigeotdrm: Fix ww mutex crtc locking
next