summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2019-07-29reduce the diff to linuxJonathan Gray
2019-07-29dma-buf: Discard old fence_excl on retrying get_fences_rcu for reallocJonathan Gray
2019-07-29remove some VF bits now that iavf(4) existsJonathan Matthew
2019-07-29Add iavf(4), a driver for Intel Ethernet Adaptive Virtual Functions.Jonathan Matthew
2019-07-28regenJonathan Matthew
2019-07-28add newer intel nic virtual function idsJonathan Matthew
2019-07-27Make target numbers match the NVMe namespace identifiers. This fixes bootingMark Kettenis
2019-07-27drm/edid: parse CEA blocks embedded in DisplayIDJonathan Gray
2019-07-27Match linux path in i915_gem_mmap_ioctl() and change ggtt origin ifJonathan Gray
2019-07-25regenMark Kettenis
2019-07-25Add Sun Static Direct I/O devicesMark Kettenis
2019-07-25Remove old unused drm_debug_flag var and make drm_debug (used byJonathan Gray
2019-07-25Remove old DRM_READMEMORYBARRIER() DRM_WRITEMEMORYBARRIER() andJonathan Gray
2019-07-25remove some unused macrosJonathan Gray
2019-07-25ipw, iwi, iwm, iwn, wpi(4): tsleep -> tsleep_nsec(9); ok stsp@cheloha
2019-07-24Set athn(4) Tx descriptor fields which specify Tx power used for retries.Stefan Sperling
2019-07-24Make athn(4) provide full Tx time of each frame in a Tx series to hardware.Stefan Sperling
2019-07-22Even when polling is requested, install ihidev's interrupt handlerJoshua Stein
2019-07-21add a panel orientation quirk for Kogan Atlas 2-in-1 D300Jonathan Gray
2019-07-21apply backpressure when ifiq says the stack is getting busyDavid Gwynne
2019-07-20Get rid of `ddb_is_active' instead use `db_active'.Martin Pieuchot
2019-07-19ttysleep(): drop unused timeout parametercheloha
2019-07-17don't free dev_priv (softc) in i915_driver_load() error pathJonathan Gray
2019-07-17Remove an unused header (dev/mii/miivar.h)Kevin Lo
2019-07-16don't bother reading default timing parameters if they're just goingJoshua Stein
2019-07-16dwiic_init is called from dwiic_activate, don't do it twiceJoshua Stein
2019-07-15unstub phm_irq_process()Jonathan Gray
2019-07-15add PCI_BUS_NUM()Jonathan Gray
2019-07-15put smbios date access under NBIOS > 0 instead of CONFIG_DMIJonathan Gray
2019-07-15Replace local method of determining rasops rotation withJonathan Gray
2019-07-15Add dmi functions used by drm_panel_orientation_quirks.c and enableJonathan Gray
2019-07-12Revert anton@ changes about read/write unlockingsolene
2019-07-11Kill commented-out wsfont_remove().Martin Pieuchot
2019-07-11include linux/string.h so drm_panel_orientation_quirks.c can get theJonathan Gray
2019-07-11drm/fb-helper: generic: Don't take module ref for fbconJonathan Gray
2019-07-11drm/amdgpu/gfx9: use reset default for PA_SC_FIFO_SIZEJonathan Gray
2019-07-11drm/amd/powerplay: use hardware fan control if no powerplay fan tableJonathan Gray
2019-07-11drm/i915/dmc: protect against reading random memoryJonathan Gray
2019-07-11drm: panel-orientation-quirks: Add quirk for GPD MicroPCJonathan Gray
2019-07-11drm: panel-orientation-quirks: Add quirk for GPD pocket2Jonathan Gray
2019-07-10Make read/write of the f_offset field belonging to struct file MP-safe;anton
2019-07-10The USB video class specification has increased its probe bufferPatrick Wildt
2019-07-10Also dump interface association descriptor when debugging isPatrick Wildt
2019-07-10Implement Linux kthread interfaces.Mark Kettenis
2019-07-09unstub dma_fence_wait_any_timeout() call in amdgpu_sa_bo_new()Jonathan Gray
2019-07-09unstub amdgpu_cs_wait_any_fence()Jonathan Gray
2019-07-09Use wake_up_process() instead of wakeup() in dma_fence_default_wait_cb()Jonathan Gray
2019-07-09add dma_fence_wait_any_timeout() required for parts of amdgpuJonathan Gray
2019-07-09Fix whitespace issue.Patrick Wildt
2019-07-09ure(4) and url(4) need ifmedia attribute.Kevin Lo