drm: Start using idr_alloc()
[dragonfly.git] / sys / dev / drm /
2015-02-07 François Tigeotdrm: Start using idr_alloc()
2015-02-07 François Tigeotdrm: Sync drm_context.c with Linux 3.10
2015-02-07 François TigeotSync intel_sdvo.c with Linux 3.10
2015-02-06 François Tigeotdrm/i915: Remove intel_encoder_noop and intel_crtc_noop()
2015-02-06 François Tigeotdrm: Sync drm_buffer.c with Linux 3.10
2015-02-06 François Tigeotdrm: Sync drm_crtc.c and drm_crtc_helper.c with Linux...
2015-02-06 François Tigeotdrm/i915: Use kzalloc()
2015-02-06 François Tigeotdrm: Implement kzalloc()
2015-02-01 François Tigeotdrm/i915: Update to Linux 3.10
2015-01-25 Sascha WildnerMerge branch 'openssh'
2015-01-25 François Tigeotdrm: Implement and use the Linux version of kfree()
2015-01-24 Peter AvalosMerge new origin commits.
2015-01-24 François Tigeotdrm: Improve linux/jiffies.h hammer_acl gitea/hammer_acl
2015-01-24 François Tigeotdrm: Improve linux/pci.h
2015-01-24 François Tigeotdrm: Add linux/backlight.h
2015-01-23 Peter AvalosMerge branch 'vendor/OPENSSH'
2015-01-18 François Tigeotdrm: Sync drm_edid.c and drm_modes.c with Linux 3.9.11
2015-01-18 François Tigeotdrm: Move vbl_lock initialization to the right place
2015-01-15 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-01-15 Matthew Dillondrm - Fix a second X lockup w/radeon ttm
2015-01-12 François TigeotRevert "drm: Handle drm masters and minors like Linux"
2015-01-11 François Tigeotdrm: Handle drm masters and minors like Linux
2015-01-10 François Tigeotdrm: drm_detach() is drm_release()
2015-01-09 François Tigeotdrm: Add wake_up_interruptible_all()
2015-01-05 François Tigeotdrm/i915: Fix a porting bug
2015-01-04 François Tigeotdrm/i915: Update to Linux 3.9.11
2015-01-02 François Tigeotdrm: Add hweight16()
2015-01-02 François Tigeotdrm: Add DIV_ROUND_CLOSEST()
2015-01-02 François Tigeotdrm: Add BUILD_BUG_ON_NOT_POWER_OF_2()
2015-01-02 François Tigeotdrm: Improve linux/wait.h
2015-01-02 François Tigeotdrm: Add linux/sched.h
2015-01-02 François Tigeotdrm: Add linux/math64.h
2015-01-02 François Tigeotdrm: Improve linux/jiffies.h
2015-01-02 François Tigeotdrm: Add linux/scatterlist.h
2015-01-02 François Tigeotdrm: Add the atomic_set_mask() Linux function
2015-01-02 François Tigeotdrm: Add the mutex_lock and _unlock() Linux functions
2015-01-02 François Tigeotdrm: Add linux/log2.h
2015-01-02 François Tigeotdrm: Add linux/bug.h
2015-01-02 François Tigeotdrm/linux: Implement waitqueue_active()
2015-01-02 François Tigeotdrm: Add linux/pm_qos.h
2014-12-29 François Tigeotdrm: Only define struct drm_sysctl_info once
2014-12-28 Matthew Dillondrm - Add safety to ttm_eu_reserve_buffers()
2014-12-24 Matthew Dillonkernel - Add backlight sysctls to i915
2014-12-24 François Tigeotdrm/i915: Use struct pci_dev and Linux pci functions
2014-12-23 François Tigeotdrm: Improve linux/pci.h
2014-12-23 François Tigeotdrm: Add linux/io.h
2014-12-23 François Tigeotdrm: Add linux/device.h
2014-12-16 François Tigeotdrm/i915: Reduce GEM code differences with Linux 3...
2014-12-14 François Tigeotdrm/i915: use i915_ggtt_clear_range()
2014-12-14 François Tigeotdrm/i915: Make struct intel_gtt more compatible with...
2014-12-11 François Tigeotdrm: Sync drm_pci_alloc() with Linux 3.8.13
2014-11-29 François Tigeotdrm/i915: i915_gem_do_init() is i915_gem_init_global_gtt()
2014-11-28 François Tigeotdrm: Add linux/shmem_fs.h
2014-11-28 François Tigeotdrm/i915: i915_wire_page is shmem_read_mapping_page()
2014-11-28 François Tigeotdrm/i915: Extract general object init routine
2014-11-26 Matthew Dillondrm - Fix improper M_NOWAIT usage
2014-11-26 François Tigeotdrm/i915: Rename mm.gtt_list to bound_list
2014-11-24 François Tigeotdrm: Add linux/module.h and linux/moduleparam.h
2014-11-23 François Tigeotdrm/i915: revert part of "Make the GEM code more Linux...
2014-11-23 François Tigeotdrm: Move intel-gtt.h to include/drm
2014-11-22 François Tigeotdrm/ttm: glob->lru_lock locking from Linux 3.9.11
2014-11-18 François Tigeotdrm: Use lockmgr locks with Linux wait queues
2014-11-18 Imre Vadaszdrm: Make wait_event_interruptible interruptible and...
2014-11-16 François Tigeotdrm: Use the ERESTARTSYS error code
2014-11-16 François Tigeotdrm: Add linux/mm.h
2014-11-16 François Tigeotdrm/radeon: Replace some custom code by Linux wait...
2014-11-16 François Tigeotdrm/ttm: Fix ttm_bo_wait_unreserved()
2014-11-16 François Tigeotdrm: Change sruct drm_local_map
2014-11-15 François Tigeotdrm: Rename drm_os_freebsd.h to drm_os_linux.h
2014-11-15 François Tigeotdrm: linux/io.h is really asm/io.h, rename it
2014-11-09 Sascha WildnerMerge branch 'vendor/BYACC'
2014-11-09 François Tigeotdrm: Remove some useless macros
2014-11-08 Imre Vadaszdev/drm: Implement kqueue support; Wake up blocking...
2014-11-05 François Tigeotdrm/i915: Remove a premature i915_gem_valid_gtt_space...
2014-11-03 François Tigeotdrm/i915: Make the GEM code more Linux-like
2014-11-01 François Tigeotdrm/i915: Clean up various non-critical files
2014-10-27 Franco FichtnerMerge branch 'vendor/MDOCML'
2014-10-25 Sascha Wildnerdrm/radeon: Handle -fms-extensions better (fixes the...
2014-10-25 John Marinodev/drm: For now, only build radeon drivers with base...
2014-10-23 François Tigeotdrm: Remove unused PCI ids
2014-10-23 François Tigeotkernel: Drop drm1 drivers
2014-10-23 François Tigeotdrm: msleep() must not sleep forever
2014-10-22 Sascha WildnerMerge branch 'vendor/OPENSSL'
2014-10-16 Matthew Dillonkernel - Add /dev/upmap and /dev/kpmap and sys/upmap.h
2014-10-16 François Tigeotdrm: Add and use drm/drm_mem_util.h
2014-10-15 François Tigeotdrm: Consolidate memory allocation types
2014-10-13 John MarinoMerge branch 'vendor/LIBEDIT'
2014-10-10 John MarinoMerge branch 'vendor/GREP'
2014-10-10 John MarinoMerge branch 'vendor/XZ'
2014-10-10 John MarinoMerge branch 'vendor/GCC47'
2014-10-04 François Tigeotdrm: Add Linux PCI headers
2014-10-03 François Tigeotdrm/i915: Simplify the flush code
2014-09-22 Sascha Wildnerkernel/i915: Add missing opt_acpi.h to SRCS.
2014-09-22 Sascha Wildnerkernel/drm: Add back #include "opt_drm.h" to drmP.h...
2014-09-18 François Tigeotdrm: Fix a randr bug
2014-09-15 Markus Pfeiffersys/dev/drm/i915: Activate ACPI
2014-09-15 Markus PfeifferRevert "sys/dev/drm/i915: Activate ACPI"
2014-09-15 Markus Pfeiffersys/dev/drm/i915: Activate ACPI
2014-09-13 François Tigeotdrm/i915: i915_gem_object_pin() takes 4 arguments
2014-09-10 François Tigeotdrm/i915: Add the I915_REG_READ IOCTL
next