drm/i915: Re-apply lost intel_dp.c diff.
[dragonfly.git] / sys / dev /
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-19 zrjsys: Various include guard fixes.
2016-07-19 zrjRemove pcibus.h header.
2016-07-17 François Tigeotdrm/linux: Implement writex() functions
2016-07-17 Matthew Dillonkernel - Improve physio performance
2016-07-15 Matthew Dillonkernel - Remove unnecessary cpu_enable_intr()
2016-07-15 François Tigeotdrm/linux: Add ioremap_wt()
2016-07-15 François Tigeotdrm/linux: Rework ioremap functions
2016-07-14 Imre Vadászvga - Check for UEFI framebuffer in vga_configure(...
2016-07-14 Matthew Dillonkernel - Distribute queues in rw-sep map.
2016-07-14 Matthew Dillonnvme - Fix comq mappings when too many cpus.
2016-07-13 Imre Vadászvga - Remove unused vga_sub_configure variable.
2016-07-13 Imre Vadászif_iwm - When stopping TX DMA, wait for all channels...
2016-07-13 Imre Vadásziwm: Send PHY DB commands as async commands.
2016-07-13 Imre Vadászif_iwm - Set different pm_timeout for action frames.
2016-07-13 Imre Vadászif_iwm - Remove iwmsleep, it's no longer needed. Use...
2016-07-10 François Tigeotdrm/linux: Avoid contention in spinlock_irq routines
2016-07-09 Sascha Wildnerkernel: Don't use userland's <stdarg.h> from kernel...
2016-07-06 Sepherosa Ziehauvirtio: Fix MSI support; thus unbreak booting on bhyve
2016-07-04 zrjFix <machine/varargs.h> use cases.
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-26 Matthew Dillonnvme - Handle full submission queue
2016-06-24 François Tigeotdrm/linux: Implement some spin_lock_irq* functions
2016-06-24 Sepherosa Ziehaunvme: Use high frequency interrupt for CQ processing
2016-06-23 François Tigeotdrm/linux: Really implement local_irq_disable/enable
2016-06-18 Matthew Dillonnvme - Remove debugging
2016-06-18 Matthew Dillonnvme - Implement ioctl support to retrieve log pages
2016-06-18 Matthew Dillonnvme - Fail gracefully if chip cannot be enabled
2016-06-17 Matthew Dillonnvme - Work w/qemu
2016-06-16 Sascha Wildnerkernel/virtio: Some small stylistic cleanup.
2016-06-16 Sepherosa Ziehauhyperv/vmbus: Factor out vmbus_msg_reset()
2016-06-16 Sepherosa Ziehauhyperv/vmbus: Make sure that interrupt cputimer can...
2016-06-16 Sepherosa Ziehauacpica: Interrupt resource lookup failure is fine....
2016-06-16 Sepherosa Ziehauhyperv/vmbus: Complete vmbus initialization; interrupt...
2016-06-13 Imre Vadászif_iwm - Fix channel list iteration in iwm_mvm_config_u...
2016-06-13 Sepherosa Ziehauhyperv: Initial import. It only contains non-intr...
2016-06-11 Imre Vadászif_iwm - Add and use iwm_phy_db_free(), to plug phy_db...
2016-06-11 Imre Vadászif_iwm - GC unused struct iwm_rx_buf. Two small nitpicks.
2016-06-11 Imre Vadászif_iwm - Use mbuf for large firmware commands, like...
2016-06-10 Imre Vadászif_iwm - Use DragonFly specific convenience functions...
2016-06-10 Imre Vadászif_iwm - Compare paylen to datasz instead of sizeof...
2016-06-10 Matthew Dillonnvme - Add kernel dump support
2016-06-10 Imre Vadászif_iwm - Fix iwm_dma_contig_free(). dma->map is always...
2016-06-09 Imre Vadászif_iwm - Free rx ring on detach. Free nvm_sections...
2016-06-09 François Tigeotdrm/i915: Fix hangs on some broadwell machines
2016-06-08 Matthew Dillonnvme - Add interrupt coalescing support
2016-06-08 Matthew Dillonnvme - Adjust queue mapping
2016-06-07 Matthew Dillonnvme - Check admin_cap
2016-06-07 Imre Vadászif_iwm - Avoid bus_dmamap_create()/_destroy() calls...
2016-06-07 Sepherosa Ziehaude: Install if_init.
2016-06-07 Sascha Wildnerkernel/iwm: Fix building without IWM_DEBUG.
2016-06-07 Justin C. SherrillMerge branch 'master' of ssh://crater.dragonflybsd...
2016-06-06 Imre Vadászif_iwm - Use vap->iv_myaddr instead of ic->ic_macaddr...
2016-06-06 Imre Vadászif_iwm - Add support for Intel AC 8260 chipset.
2016-06-06 Imre Vadásziwmfw - Add 8000C firmware for Intel AC 8260 support.
2016-06-06 Matthew Dillonnvme - Cleanups, limit nirqs
2016-06-06 zrjdrm/i915: Remove empty header.
2016-06-06 Matthew Dillonnvme - Fix minor cpu mapping issues
2016-06-06 Matthew Dillonnvme - Implement MSIX and reverse comq mapping
2016-06-05 Matthew Dillonnvme - Iterate disk units for multiple devices
2016-06-05 Matthew Dillonnvme - Fix b_resid prior to biodone()
2016-06-05 Matthew Dillonkernel - Add nvme driver to the kernel build as a module.
2016-06-05 Matthew Dillonnvme - Flesh out the driver more
2016-06-05 Imre Vadászif_iwm - Fix m_defrag() usage. Copy-pasto when copying...
2016-06-05 Imre Vadászif_iwm - Add and use iwm_is_valid_ether_addr() function.
2016-06-05 Imre Vadászif_iwm - Avoid leaking memory, and fix error handling...
2016-06-05 Imre Vadászif_iwm - When transitioning to INIT, vap->iv_newstate...
2016-06-05 Matthew Dillonkernel - Flesh out nvme interrupts (non-msi for now)
2016-06-05 Matthew Dillonkernel - Initial native DragonFly NVME driver commit
2016-06-04 Imre Vadászif_iwm - Fix iwm_mvm_lmac_scan_fill_channels(), only...
2016-06-04 Imre Vadászif_iwm - Make some functions static in if_iwm_led.c...
2016-06-02 Imre Vadászif_iwm - Workaround, which fixes beacon and statistic...
2016-06-02 Imre Vadászif_iwm - Add 3165 chipset ids.
2016-06-02 Imre Vadászif_iwm - Update to support version 16 firmware.
2016-06-02 Imre Vadásziwmfw - Update to version 16 firmware.
2016-05-28 Matthew Dillonvirtio - fix contigmalloc muff last commit
2016-05-28 Matthew Dillonvirtio - vtblk_finish_bio() called with serializer...
2016-05-28 Matthew Dillonvirtio - Fix a few porting issues and bugs
2016-05-27 Imre Vadászvirtio_blk: Add support for indirect buffers.
2016-05-26 Sascha WildnerVarious tiny updates in wlan*.4 manual pages and other...
2016-05-26 Imre Vadászif_iwm - valid_{tx,rx}_ant from radio_cfg is only neede...
2016-05-25 Matthew Dillonral - Add missing BUS_DMA_NOWAIT to bus_dmamap_load_mbu...
2016-05-25 Sascha Wildnerkernel/wpi: Fix build with WPI_DEBUG.
2016-05-25 Sascha Wildnerkernel: Remove two unused options, AH_REGOPS_FUNC,...
2016-05-25 Sascha Wildnerkernel/ath_hal: Add missing __printflike().
2016-05-24 Sascha Wildnerkernel/iwn: Fix building with IWN_DEBUG.
2016-05-24 Sascha Wildnerkernel/bwn: Remove an unnecessary #define and add siba_...
2016-05-24 Sascha Wildnerkernel/bwn/siba: Fix a struct member name.
2016-05-24 Sascha Wildnerkernel/ath: Fix a misplaced #endif
2016-05-24 Sascha Wildnerkernel/ath: Fix building with ATH_DIAGAPI.
next