summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2019-09-16powerplay: Respect units on max dcfclk watermarkjsg1-1/+1
2019-09-16drm/i915: Rename PLANE_CTL_DECOMPRESSION_ENABLEjsg2-5/+5
2019-09-16drm/i915: Fix intel_dp_mst_best_encoder()jsg1-2/+0
2019-09-16drm/amdgpu: Update gc_9_0 golden settings.jsg1-0/+1
2019-09-16drm/amdgpu/gfx9: Update gfx9 golden settings.jsg1-1/+1
2019-09-16drm/i915: Re-apply "Perform link quality check, unconditionally during long pulse"jsg1-0/+16
2019-09-16Add RK3399 GMAC clock.kettenis1-1/+6
2019-09-15Mask all MMC interrupts. This prevents an interrupt storm when one of thekettenis2-2/+14
2019-09-15Implement hardware vlan tagging. Packets delivered to virtual functionsjmatthew1-4/+25
2019-09-12SAS3 controllers have a maximum size for sgl chain segments, and thejmatthew2-10/+33
2019-09-12Make wireless drivers call if_input() only once per interrupt.stsp23-93/+169
2019-09-12Use unsigned types for queue counters and mask them appropriately beforejmatthew1-13/+14
2019-09-12Prepare for the emac/gmac "phy" property being renamed to "phy-handle"jsg1-1/+3
2019-09-11Ignore empty Tx queue slots in iwn_tx_done(). Prevents a NULL dereference.stsp1-1/+4
2019-09-10Prevents the block size from exceeding the requested one when a hugeratchov1-2/+3
2019-09-10If the requensted block size is too large, then use half theratchov1-1/+16
2019-09-09Update the bindings for imxsrc(4), since they changed when they werepatrick1-13/+8
2019-09-09Attach imxsrc(4) early and raise its priority to make sure it beatspatrick1-2/+5
2019-09-09revert back to using 0x6c for the reply post index register.dlg1-2/+2
2019-09-09Specify the right opcode when trying to set the Interface Step Sequence ID.jmatthew1-2/+2
2019-09-09When no display outputs are connected on boot linux 4.19 drm relies onjsg1-2/+10
2019-09-08Add Allwinner H6 support.kettenis2-5/+220
2019-09-07Revert acpipci(4) changes. Too many systems are broken. We'll try againkettenis2-4/+2
2019-09-07Retrieve SFP information using the SFP framework.patrick1-1/+15
2019-09-07Add sfp(4), a driver that allows talking to SFPs connected overpatrick2-1/+114
2019-09-07Add an SFP framework which allows SFP providers to provide apatrick2-2/+48
2019-09-07Register mviic(4) in the I2C framework.patrick1-1/+7
2019-09-07Add an I2C framework, so that nodes that need to use I2C butpatrick2-2/+61
2019-09-07drm/i915: Call dma_set_max_seg_size() in i915_driver_hw_probe()jsg1-0/+6
2019-09-07define away dma_set_max_seg_size()jsg1-0/+1
2019-09-07drm/i915: Don't deballoon unused ggtt drm_mm_node in linux guestjsg1-0/+3
2019-09-07drm/i915: fix broadwell EU computationjsg1-1/+1
2019-09-06missing ;deraadt1-2/+2
2019-09-06mcprtc(4), a driver for the Microchip MCP79400 RTC and similar variants.patrick2-1/+280
2019-09-06Add mviic(4), a driver to support the I2C controller on thepatrick2-1/+340
2019-09-06Add I2C clock gates.patrick1-1/+7
2019-09-06zero hash bits early in dwxe_iff()jsg1-2/+2
2019-09-05Fix previous commit.kettenis1-3/+3
2019-09-05Update Spleen kernel fonts to the latest released version, bringingfcambus3-31/+31
2019-09-05Add mvdog(4), a driver to support the watchdog on the Armada 3700 SoC.patrick2-1/+107
2019-09-05Supermicro X8DTH-i/6/iF/6F fails to attach uhci(4) via PCI and AHCI.bluhm1-1/+6
2019-09-05Add missing RCS Id.patrick1-0/+1
2019-09-05Revert iwm(4) to software WPA crypto because of apparent firmware issues.stsp1-215/+14
2019-09-05Add Allwinner H6 support.kettenis2-1/+776
2019-09-05em: Fix potential endless loopsf1-2/+7
2019-09-05Use the new set_blksz() interface to set the block size.ratchov1-46/+34
2019-09-05Use the new set_{blksz,nblks}() interface to set the block size.ratchov1-20/+32
2019-09-05Add the set_blksz() and set_nblks() audio driver functions.ratchov2-6/+57
2019-09-04Add comment.kettenis1-1/+5
2019-09-03Add support for getting the frequency of the CPU clocks.kettenis1-4/+70