summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2019-07-08Remove some "set but not used" variables in ahci(4)'s hibernate code.Mike Larkin
2019-07-08remove duplicate hdmi.h includeJonathan Gray
2019-07-07tweak config pending handling so it waits for all ports to finish scanningDavid Gwynne
2019-07-07Use timeout_add_msec(9)kn
2019-07-07Eliminate duplicate code in xxx_detach().Kevin Lo
2019-07-06Re-add some printf's as they were originally.Kevin Lo
2019-07-06Ensure Rx/Tx resources are freed during interface stop.Kevin Lo
2019-07-05Since on a SCAN each node is provided in its own event,Patrick Wildt
2019-07-05Use multi-threaded task queues to prevent deadlocks in the case where aMark Kettenis
2019-07-04Fix a free size panic when detaching a crypto softraid on i386.Alexander Bluhm
2019-07-04when the mac address changes, update the mac/vlan filters accordingly.Jonathan Matthew
2019-07-04drm/amdgpu: simplify Raven, Raven2, and Picasso handlingJonathan Gray
2019-07-04drm/amdgpu: use IP presence to free uvd and vce handlesJonathan Gray
2019-07-04drm/amdgpu/soc15: clean up picasso supportJonathan Gray
2019-07-04drm/amdgpu: add new raven series deviceJonathan Gray
2019-07-04drm/amdgpu: add ip blocks for picasso (v2)Jonathan Gray
2019-07-04drm/amdgpu: enable vcn powergating for PCOJonathan Gray
2019-07-04drm/amdgpu: Enable SDMA power gating for PCOJonathan Gray
2019-07-04drm/amdgpu: Add pg support for gfxoff for PCOJonathan Gray
2019-07-04drm/amdgpu: add picasso for amdgpu kmsJonathan Gray
2019-07-04drm/amdgpu: add picasso support for sdma_v4Jonathan Gray
2019-07-04drm/amdgpu: add picasso support for gfx_v9_0Jonathan Gray