summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2019-06-11drm: don't block fb changes for async plane updatesJonathan Gray
2019-06-11drm/i915: Maintain consistent documentation subsection orderingJonathan Gray
2019-06-11drm/i915/fbc: disable framebuffer compression on GeminiLakeJonathan Gray
2019-06-11drm/amdgpu: remove ATPX_DGPU_REQ_POWER_FOR_DISPLAYS check when hotplug-inJonathan Gray
2019-06-11drm/radeon: prefer lower reference dividersJonathan Gray
2019-06-11drm/amdgpu/psp: move psp version specific function pointers to early_initJonathan Gray
2019-06-11drm: add non-desktop quirks to Sensics and OSVR headsets.Jonathan Gray
2019-06-11drm: add non-desktop quirk for Valve HMDsJonathan Gray
2019-06-11Use km_alloc() instead of mallocarray() when allocating ttm dma segmentsJonathan Gray
2019-06-11pass what pci_intr_established returns to intr_barrierDavid Gwynne
2019-06-11if ifiq_input says there's too much pressure, tell the rxr we're livelockedDavid Gwynne
2019-06-11bump up the ring sizes for dlg@Jonathan Matthew
2019-06-11records a flowid in the mbuf if the rx cqe provides an rx hash value.David Gwynne
2019-06-10support hardware timestamping for received packets.David Gwynne
2019-06-10Print proper ACPI version number.Mark Kettenis
2019-06-10drm/lease: Make sure implicit planes are leasedJonathan Gray
2019-06-09Let drm(4) allocate memory without constraints if the hardware supportsMark Kettenis
2019-06-08When establishing the mapping between ACPI device nodes and PCI devices,Mark Kettenis
2019-06-08disambiguate memory extent conflicts for membars and rom addressesDavid Gwynne
2019-06-08Update Spleen kernel fonts to the latest released version, bringingFrederic Cambus
2019-06-07add ukspan(4), a driver for the Keyspan USA19HS USB serial adapterJoshua Stein
2019-06-07regenJoshua Stein
2019-06-07add Keyspan USA-19HSJoshua Stein
2019-06-07Introduce acpi_getsta() and use it to eliminate some duplicated code.Mark Kettenis
2019-06-07make struct mcx_cq_entry a bit closer to realityDavid Gwynne
2019-06-07have mcx_process_rx return the number of slots it made freeDavid Gwynne
2019-06-06ConnectX-5 cards work tooJonathan Matthew
2019-06-06Set up the interrupt handler before creating the event queue.Jonathan Matthew
2019-06-05We know which flow table entries are actually in use, so we can justJonathan Matthew
2019-06-05this can support 64BIT DVA for ioDavid Gwynne
2019-06-04Move a function used as a callback out of a header so there will only beJonathan Gray
2019-06-04use htolemXX and lemtohXX instead of htoleXX and letohXXDavid Gwynne
2019-06-04tx and rx descriptors work fine with 64bit dvaDavid Gwynne
2019-06-04Implement mcx_media_change(). This disables the port, sets the media type toJonathan Matthew
2019-06-03Prevent corruption of the pckbc command queue. If multiple synchronousanton
2019-06-03Implement rx filtering using the flow table. Now we have three flow groups,Jonathan Matthew
2019-06-03- Remove a redundant check within alc_mii_readreg_813x().Kevin Lo
2019-06-03Change pci_intr_handle_t into a struct and replace duplicated code thatMark Kettenis
2019-06-01drm: Wake up next in drm_read() chain if we are forced to putback the eventJonathan Gray
2019-05-31drm/amd/display: Set stream->mode_changed when connectors changeJonathan Gray
2019-05-31drm/amd/display: Fix Divide by 0 in memory calculationsJonathan Gray
2019-05-31drm/amd/display: fix releasing planes when exiting odmJonathan Gray
2019-05-31drm/amdgpu: fix old fence check in amdgpu_fence_emitJonathan Gray
2019-05-31Add MSI-X support.Mark Kettenis
2019-05-31remove duplicate page tableJonathan Gray
2019-05-31Add MSI-X support.Mark Kettenis
2019-05-30Fix definitions of PCI_MSIX_MAU32 and add a define for the MSI-X functionMark Kettenis
2019-05-30Mellanox support tells me that according to an internal datasheet, legacyJonathan Matthew
2019-05-30wrap some long lines, except in bits I'll probably have to rewrite soonJonathan Matthew
2019-05-29Add jumbo frame support. Set the port MTU as high as we can (up to 9500)Jonathan Matthew