summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2019-07-04drm/amdgpu: add picasso support for gmcJonathan Gray
2019-07-04drm/amdgpu: add clockgating support for picassoJonathan Gray
2019-07-04drm/amdgpu: add picasso support for vcnJonathan Gray
2019-07-04drm/amdgpu: add picasso ucode loading methodJonathan Gray
2019-07-04drm/amdgpu: initilize picasso psp firmwares supportJonathan Gray
2019-07-04drm/amdgpu: Add support of powerplay for picassoJonathan Gray
2019-07-04drm/amd/display/dm: add picasso supportJonathan Gray
2019-07-04drm/amdgpu: add picasso support for vmJonathan Gray
2019-07-04drm/amdgpu: add soc15 support for picassoJonathan Gray
2019-07-04drm/amdgpu: add picasso to asic_type enumJonathan Gray
2019-07-04Make seqlock_init() take an IPL argument so the engine stats lock whichJonathan Gray
2019-07-03Skip thermal zones without "trips" or "cooling-maps" nodes.Mark Kettenis
2019-07-03OF_finddevice(9) returns -1 if the node in question couldn't be found.Mark Kettenis
2019-07-03use ifiq_input return values to apply backpressure to rings.David Gwynne
2019-07-03Don't check if unsigned value is less than zeroians
2019-07-02acpi_set_gpehandler: turn edge arg into flags, add support forJoshua Stein
2019-07-02Register rktemp(4) as a thermal sensor with the thermal zone support code.Mark Kettenis
2019-07-02Add thermal zone handling code. This provides support for thermal zonesMark Kettenis
2019-07-02re-add framebuffer size change from 1.4 that was lost in the bigJoshua Stein
2019-07-02Use IPL_TTY for locks used as arguments to spin_lock_irq() andJonathan Gray
2019-07-02Use IPL_TTY for locks used as arguments to spin_lock_irq() andJonathan Gray
2019-07-01Use timeout_add_msec(9)kn
2019-07-01drm/i915/gen9+: Fix initial readout for Y tiled framebuffersJoshua Stein
2019-07-01revert local changes in code under #ifdef __linux__Jonathan Gray
2019-06-30drm: add fallback override/firmware EDID modes workaroundJonathan Gray
2019-06-30drm/edid: abstract override/firmware EDID retrievalJonathan Gray
2019-06-30drm/i915/sdvo: Implement proper HDMI audio support for SDVOJonathan Gray
2019-06-27Enable MSI-X interrupts.Mark Kettenis