summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2020-06-16remove some unused definesJonathan Gray
2020-06-16implement atomic_inc_not_zero() by way of atomic_add_unless()Jonathan Gray
2020-06-16remove a dead storeJonathan Gray
2020-06-16configure toeplitz using the kernel stoeplitz key if needed.David Gwynne
2020-06-16show the structure for the rss configuration.David Gwynne
2020-06-16Use separate event queues and interrupt vectors for admin/link eventsJonathan Matthew
2020-06-14rename our kunmap() to kunmap_va()Jonathan Gray
2020-06-14convert kunmap() arguments with pointer to page structJonathan Gray
2020-06-14fix i915_gem_swizzle_page()Jonathan Gray
2020-06-14make IS_ERR() and IS_ERR_OR_NULL() return boolJonathan Gray
2020-06-14move tx and rx ring variables into their own structs.David Gwynne
2020-06-13correct a krealloc conversionJonathan Gray
2020-06-13Some new firmware for ConnectX-5 tries to give pages back whenJonathan Matthew
2020-06-13use wakeup_one() in complete()Jonathan Gray
2020-06-13use a unique wchan name for wait_for_completion()Jonathan Gray
2020-06-12Silence amdgpu_device_resize_fb_bar; supporting resizing of PCI BARs isMark Kettenis
2020-06-12Make amdgpu_irq_add_domain silent; this functionality is only needed toMark Kettenis
2020-06-12don't warn on calls to drm_connector_attach_content_protection_property()Jonathan Gray
2020-06-12correct typo, this did not compile..Theo de Raadt
2020-06-12Pay attention to the (Linux) kernel log level.Mark Kettenis
2020-06-12Since we don't support CONFIG_SWIOTLB, make drm_need_swiotlb() just returnMark Kettenis
2020-06-12We won't support debugfs stuff on OpenBSD, at least not via a filesystemMark Kettenis
2020-06-12Make i915_perf_register silent; don't see us supporting this functionalityMark Kettenis
2020-06-12DRM_I915_FBDEV was replaced by DRM_FBDEV_EMULATIONJonathan Gray
2020-06-12remove unused mcx_softc members.David Gwynne
2020-06-11wrap some long lines. no functional change.David Gwynne
2020-06-11handle sg_set_page() with NULL page argumentJonathan Gray
2020-06-11In iwn(4), iwm(4), and iwx(4), don't set the interface's MAC address againStefan Sperling
2020-06-11Make iwx(4) update the Tx ring byte count table.Stefan Sperling
2020-06-11Increase iwx(4) command queue size. Otherwise the firmware sends duplicateStefan Sperling
2020-06-11Load iwx(4) firmware just once.Stefan Sperling
2020-06-11Add initial support for regulatory domain updates in iwx(4).Stefan Sperling
2020-06-11Use the NVM_GET_INFO command in iwx(4) instead of the manual NVM dataStefan Sperling
2020-06-10Avoid out-of-bounds access when dumping (faulty) edid info; as seenOtto Moerbeek
2020-06-10Fix wrong size passed to free(9) when freeing an iwx(4) firmware image.Stefan Sperling
2020-06-10Compute the Tx queue ID consistently in iwx(4).Stefan Sperling
2020-06-09regenMark Kettenis
2020-06-09Add IBM POWER9 host bridge.Mark Kettenis
2020-06-09Various changes related but independant from multiqueue logic:Martin Pieuchot
2020-06-09Implement the rx side of checksum and vlan offloads too.Jonathan Matthew
2020-06-09reduce the diff to linuxJonathan Gray
2020-06-09match on Intel 200 Series HD Audio pci idJonathan Gray
2020-06-09Make use of vlan and checksum offloads. This involves using the longJonathan Matthew
2020-06-08update drm to linux 5.7Jonathan Gray
2020-06-07build on mpi's work toward ix multiq support.David Gwynne
2020-06-07regenMark Kettenis
2020-06-07Marvel 88SE9215 and 88SE9235 AHCI.Mark Kettenis
2020-06-06additional device; from Bruno FlueckigerTheo de Raadt
2020-06-03Add missing ieee80211_release_node() calls in cases where hardwareJonathan Matthew
2020-06-02Add support for hardware vlan tagging. Tag insertion here is actuallyJonathan Matthew