summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2020-06-17Let iwx(4) firmware decide which Tx rate to use.stsp2-7/+309
2020-06-17if the chip did rss, use the hash from the chip as an mbuf flowid.dlg2-2/+8
2020-06-17make ph_flowid in mbufs 16bits by storing whether it's set in csum_flags.dlg1-3/+3
2020-06-17enable multiple queues (and interrupts on multiple cpus) on vmx(4).dlg2-33/+53
2020-06-17use atomic_set() in kref_init()jsg1-2/+2
2020-06-17kref_sub() interface was removed from linux and is unusedjsg1-8/+1
2020-06-17add pci_intr_msix_count(), to get the msi-x table size for a device.dlg2-3/+22
2020-06-17use WRITE_ONCE and READ_ONCE for set and readjsg1-6/+6
2020-06-17Do not do logical negation of a bitshifted field.mortimer1-2/+2
2020-06-16Remove old commented out line and fix indent.mortimer1-3/+2
2020-06-16remove some unused definesjsg1-14/+6
2020-06-16implement atomic_inc_not_zero() by way of atomic_add_unless()jsg1-11/+3
2020-06-16remove a dead storejsg1-2/+2
2020-06-16Release the rx node if we were unable to allocate a new rx buffer.jmatthew1-2/+2
2020-06-16configure toeplitz using the kernel stoeplitz key if needed.dlg2-3/+32
2020-06-16show the structure for the rss configuration.dlg1-1/+20
2020-06-16Use separate event queues and interrupt vectors for admin/link eventsjmatthew1-137/+193
2020-06-15slight copyright update regarding recent workderaadt1-2/+2
2020-06-14Make sure SDHC_HOST_CTL2 is consistently controlled using 2-byte accesses,patrick1-2/+2
2020-06-14rename our kunmap() to kunmap_va()jsg7-10/+10
2020-06-14convert kunmap() arguments with pointer to page structjsg2-3/+4
2020-06-14fix i915_gem_swizzle_page()jsg1-1/+1
2020-06-14make IS_ERR() and IS_ERR_OR_NULL() return booljsg1-2/+2
2020-06-14move tx and rx ring variables into their own structs.dlg1-170/+254
2020-06-13correct a krealloc conversionjsg1-1/+1
2020-06-13Some new firmware for ConnectX-5 tries to give pages back whenjmatthew1-5/+5
2020-06-13use wakeup_one() in complete()jsg1-2/+2
2020-06-13use a unique wchan name for wait_for_completion()jsg1-2/+2
2020-06-12Fix pasto; configure pin as input if it isn't an output.kettenis1-2/+2
2020-06-12Silence amdgpu_device_resize_fb_bar; supporting resizing of PCI BARs iskettenis1-24/+2
2020-06-12Make amdgpu_irq_add_domain silent; this functionality is only needed tokettenis1-4/+2
2020-06-12don't warn on calls to drm_connector_attach_content_protection_property()jsg1-1/+0
2020-06-12correct typo, this did not compile..deraadt1-2/+2
2020-06-12Pay attention to the (Linux) kernel log level.kettenis1-1/+8
2020-06-12Since we don't support CONFIG_SWIOTLB, make drm_need_swiotlb() just returnkettenis1-1/+0
2020-06-12We won't support debugfs stuff on OpenBSD, at least not via a filesystemkettenis1-4/+2
2020-06-12Make i915_perf_register silent; don't see us supporting this functionalitykettenis1-2/+1
2020-06-12DRM_I915_FBDEV was replaced by DRM_FBDEV_EMULATIONjsg1-1/+0
2020-06-12remove unused mcx_softc members.dlg1-4/+1
2020-06-11wrap some long lines. no functional change.dlg1-54/+102
2020-06-11When detaching uaudio, wait for device ref counter to drop to 0ratchov1-7/+46
2020-06-11handle sg_set_page() with NULL page argumentjsg1-2/+2
2020-06-11In iwn(4), iwm(4), and iwx(4), don't set the interface's MAC address againstsp3-9/+3
2020-06-11Make iwx(4) update the Tx ring byte count table.stsp1-8/+1
2020-06-11Increase iwx(4) command queue size. Otherwise the firmware sends duplicatestsp1-2/+2
2020-06-11Load iwx(4) firmware just once.stsp1-15/+1
2020-06-11Add initial support for regulatory domain updates in iwx(4).stsp2-14/+143
2020-06-11Use the NVM_GET_INFO command in iwx(4) instead of the manual NVM datastsp3-26/+320
2020-06-11Make use of hardware crypto for CCMP. The tricky bits had been lyingjmatthew3-40/+146
2020-06-11Add RK3399 audio clocks.patrick2-1/+63