summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2019-06-24Add glkgpio(4), a driver for the GPIO controllers found on Intel's GeminiMark Kettenis
2019-06-24Don't retry to get the usb descriptor in usbd_new_device() if the callClaudio Jeker
2019-06-22Set if_link_state based on the PAOS port register, and update it whenJonathan Matthew
2019-06-17Add aplgpio(4) a driver for the gpio controllers found on Intel's ApolloPatrick Wildt
2019-06-17Split out the code that assigns addresses to BARs into its own function.Mark Kettenis
2019-06-17When reloading station address via TWSI is timed out, try to reloadKevin Lo
2019-06-16drm/amd/display: Use plane->color_space for dpp if specifiedJonathan Gray
2019-06-15Fix previous commit and unbreak the tree.Mark Kettenis
2019-06-14timeout_add(9)+hz(9) -> timeout_add_sec(9); ok patrick@cheloha
2019-06-14Use timeout_add_msec(9)kn
2019-06-14Use timeout_add_msec(9)kn
2019-06-14match on Intel Apollo Lake idsJonathan Gray
2019-06-14regenJonathan Gray
2019-06-14more Intel Apollo Lake idsJonathan Gray
2019-06-14Only add and remove flow table entries for multicast while the interface isJonathan Matthew
2019-06-14Add a barrier after arming a completion queue. If multiple cqs are usingJonathan Matthew
2019-06-13Do not consider the pipe as halted if the device is gone.Martin Pieuchot
2019-06-13the rx drops field is 8 bits (and a 24 bit flow tag), not 32 bits.David Gwynne
2019-06-12Set interrupt moderation on the completion queue for around 10000Jonathan Matthew
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