summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2019-06-24Add glkgpio(4), a driver for the GPIO controllers found on Intel's Geminikettenis2-1/+310
2019-06-24Don't retry to get the usb descriptor in usbd_new_device() if the callclaudio1-1/+6
2019-06-22Set if_link_state based on the PAOS port register, and update it whenjmatthew1-2/+30
2019-06-17Add aplgpio(4) a driver for the gpio controllers found on Intel's Apollopatrick2-1/+310
2019-06-17Split out the code that assigns addresses to BARs into its own function.kettenis2-7/+28
2019-06-17When reloading station address via TWSI is timed out, try to reloadkevlo1-1/+3
2019-06-16drm/amd/display: Use plane->color_space for dpp if specifiedjsg2-2/+6
2019-06-15Fix previous commit and unbreak the tree.kettenis1-3/+3
2019-06-14timeout_add(9)+hz(9) -> timeout_add_sec(9); ok patrick@cheloha1-6/+6
2019-06-14Use timeout_add_msec(9)kn1-5/+2
2019-06-14Use timeout_add_msec(9)kn1-10/+3
2019-06-14match on Intel Apollo Lake idsjsg1-1/+9
2019-06-14regenjsg2-2/+47
2019-06-14more Intel Apollo Lake idsjsg1-1/+10
2019-06-14Only add and remove flow table entries for multicast while the interface isjmatthew1-15/+28
2019-06-14Add a barrier after arming a completion queue. If multiple cqs are usingjmatthew1-2/+3
2019-06-13Do not consider the pipe as halted if the device is gone.mpi1-1/+3
2019-06-13the rx drops field is 8 bits (and a 24 bit flow tag), not 32 bits.dlg1-2/+3
2019-06-12Set interrupt moderation on the completion queue for around 10000jmatthew1-2/+8
2019-06-11drm: don't block fb changes for async plane updatesjsg2-10/+20
2019-06-11drm/i915: Maintain consistent documentation subsection orderingjsg2-4/+4
2019-06-11drm/i915/fbc: disable framebuffer compression on GeminiLakejsg1-0/+4
2019-06-11drm/amdgpu: remove ATPX_DGPU_REQ_POWER_FOR_DISPLAYS check when hotplug-injsg1-2/+1
2019-06-11drm/radeon: prefer lower reference dividersjsg1-2/+2
2019-06-11drm/amdgpu/psp: move psp version specific function pointers to early_initjsg1-9/+10
2019-06-11drm: add non-desktop quirks to Sensics and OSVR headsets.jsg1-0/+6
2019-06-11drm: add non-desktop quirk for Valve HMDsjsg1-0/+19
2019-06-11Use km_alloc() instead of mallocarray() when allocating ttm dma segmentsjsg1-7/+10
2019-06-11pass what pci_intr_established returns to intr_barrierdlg1-2/+2
2019-06-11if ifiq_input says there's too much pressure, tell the rxr we're livelockeddlg1-3/+4
2019-06-11bump up the ring sizes for dlg@jmatthew1-4/+4
2019-06-11records a flowid in the mbuf if the rx cqe provides an rx hash value.dlg1-1/+6
2019-06-10support hardware timestamping for received packets.dlg1-4/+121
2019-06-10Print proper ACPI version number.kettenis3-11/+14
2019-06-10drm/lease: Make sure implicit planes are leasedjsg2-0/+12
2019-06-09Let drm(4) allocate memory without constraints if the hardware supportskettenis3-17/+27
2019-06-08When establishing the mapping between ACPI device nodes and PCI devices,kettenis1-1/+6
2019-06-08disambiguate memory extent conflicts for membars and rom addressesdlg1-2/+2
2019-06-08Update Spleen kernel fonts to the latest released version, bringingfcambus5-193/+193
2019-06-07add ukspan(4), a driver for the Keyspan USA19HS USB serial adapterjcs2-1/+600
2019-06-07regenjcs2-4/+9
2019-06-07add Keyspan USA-19HSjcs1-1/+2
2019-06-07Introduce acpi_getsta() and use it to eliminate some duplicated code.kettenis2-24/+28
2019-06-07make struct mcx_cq_entry a bit closer to realitydlg1-8/+9
2019-06-07have mcx_process_rx return the number of slots it made freedlg1-8/+10
2019-06-06ConnectX-5 cards work toojmatthew1-1/+3
2019-06-06Set up the interrupt handler before creating the event queue.jmatthew1-20/+21
2019-06-05We know which flow table entries are actually in use, so we can justjmatthew1-11/+13
2019-06-05this can support 64BIT DVA for iodlg1-2/+3
2019-06-04Move a function used as a callback out of a header so there will only bejsg2-61/+63