drm/linux: Improve request_firmware() compatibility
[dragonfly.git] / sys / dev / drm / include /
2016-11-25 François Tigeotdrm/linux: Improve request_firmware() compatibility
2016-11-24 zrjMerge remote-tracking branch 'origin/vendor/BINUTILS227'
2016-11-17 zrjdrm/linux: add sg_pcopy_{from/to}_buffer()
2016-11-17 François Tigeotdrm/linux: Add ida_simple_get()
2016-11-17 zrjdrm/linux: add few ida_* functions.
2016-11-15 François Tigeotdrm/linux: Add cache_line_size()
2016-11-15 zrjdrm/linux: add atomic64_cmpxchg()
2016-11-15 François Tigeotdrm/linux: MODULE_FIRMWARE is defined in linux/module.h
2016-11-15 zrjdrm/linux: implement div64_u64_rem() helper in math64.h
2016-11-11 François Tigeotdrm/linux: Add clamp_val()
2016-11-11 François Tigeotdrm/linux: Add ktime_get_boottime and ktime_ms_delta()
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: Rename the struct behind device_t to bsd_device
2016-10-27 François Tigeotkernel: Replace struct device* by device_t
2016-10-18 Sascha Wildner<sys/types.h>: Add definitions of bool, true and false...
2016-10-17 zrjMerge branch 'vendor/BINUTILS225'
2016-10-14 François Tigeotdrm/linux: Add kmap_to_page()
2016-10-13 François Tigeotdrm/linux: Add get_nr_swap_pages()
2016-10-11 François Tigeotdrm/linux: Add sign_extend64()
2016-10-11 François Tigeotdrm/linux: Add kasprintf and kvasprintf()
2016-10-11 François Tigeotdrm/linux: Add kstrtouint()
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 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-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: 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-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-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 Sascha Wildnerkernel/drm: Add dma_{alloc,free}_coherent() from FreeBSD.
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-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 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-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-23 François Tigeotdrm/i915/gem: Switch to the Linux scatterlist API
2016-04-17 François Tigeotdrm/linux: Add dma_map_sg and dma_unmap_sg()
2016-04-17 François Tigeotdrm/linux: Add get_num_physpages()
2016-04-12 François Tigeotdrm/linux: Improve ioremap*/iounmap functions
2016-04-12 François Tigeotdrm/linux: Add set_pages_wb()
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-06 François Tigeotdrm/linux: Add dma_unmap_page()
2016-04-01 François Tigeotdrm: Improve drm_cache.c
2016-03-31 François Tigeotdrm: Improve linux/scatterlist.h
2016-03-31 François Tigeotdrm/linux: Add nth_page()
2016-03-29 François Tigeotdrm/linux: Add asm/memory_model.h
2016-03-22 François Tigeotdrm/linux: Implement flush_work()
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 Imre Vadászpc64: Introduce machine/framebuffer.h header. Probe...
next