summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2020-08-05Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"Jonathan Gray
2020-08-03remove timeval conversion interfaces no longer in linuxJonathan Gray
2020-08-02Make iwx(4) match any AX200 device again.Stefan Sperling
2020-08-01Add support for AX201 devices to iwx(4).Stefan Sperling
2020-07-31Skip making structure elements const, as it provides no benefit, andTheo de Raadt
2020-07-30regenStefan Sperling
2020-07-30add PCI ID of intel Wi-Fi 6 AX201 devicesStefan Sperling
2020-07-29drm/amd/powerplay: fix a crash when overclocking Vega MJonathan Gray
2020-07-29drm/amdgpu: Fix NULL dereference in dpm sysfs handlersJonathan Gray
2020-07-29drm/amdgpu: fix preemption unit testJonathan Gray
2020-07-29drm/amdgpu/gfx10: fix race condition for kiqJonathan Gray
2020-07-29drm/amd/display: add dmcub check on RENOIRJonathan Gray
2020-07-29drm/amd/display: Check DMCU Exists Before LoadingJonathan Gray
2020-07-29change ktime to nanoseconds in drmJonathan Gray
2020-07-27trim trailing whitespace in if_iwn.cStefan Sperling
2020-07-26Avoid nvram lock timeout on sparc64 systems with onboard BCM5704 instancesMark Kettenis
2020-07-26Reduce IWN_DEBUG message noise related to scanning.Stefan Sperling
2020-07-24Turning on various scsi drivers' *DEBUG options reveals that this hasKenneth R Westerback
2020-07-23drm/i915/perf: Use GTT when saving/restoring engine GPRJonathan Gray
2020-07-23drm/i915/gvt: Fix two CFL MMIO handling caused by regression.Jonathan Gray
2020-07-23drm/i915/gt: Only swap to a random sibling once upon creationJonathan Gray
2020-07-23drm/i915/gt: Ignore irq enabling on the virtual enginesJonathan Gray
2020-07-23drm/i915: Move cec_notifier to intel_hdmi_connector_unregister, v2.Jonathan Gray
2020-07-23drm/amdgpu/display: create fake mst encoders ahead of time (v4)Jonathan Gray
2020-07-23drm/amd/display: OLED panel backlight adjust not work with external display c...Jonathan Gray
2020-07-23drm/amd/display: handle failed allocation during stream constructionJonathan Gray
2020-07-23drm/amdgpu/sdma5: fix wptr overwritten in ->get_wptr()Jonathan Gray
2020-07-23drm/amdgpu/powerplay: Modify SMC message name for setting power profile modeJonathan Gray
2020-07-23Increase the event queue size. When polling for admin command completion,Jonathan Matthew
2020-07-22Nuke unused struct scsi_link members of adapter softc's where theKenneth R Westerback
2020-07-22regenJonathan Gray
2020-07-22add devices found in Inspiron 5505 dmesg from jmc@Jonathan Gray
2020-07-22Add support for newer RTL8125 chipset (RTL8125B).Kevin Lo
2020-07-20Move remaining scsi bus initialization info from "prototype scsi link"Kenneth R Westerback
2020-07-20KNF for multi-line comment added to iwn5000_set_gains() in previous commit.Stefan Sperling
2020-07-20Fix gain calibration for some iwn(4) devices (5000 and up).Stefan Sperling
2020-07-20Fix a logic bug in iwn(4) which meant that automatic rate control forStefan Sperling
2020-07-20update a comment in iwn_ampdu_tx_done following previous SSN -> SEQ changeStefan Sperling
2020-07-20Make iwn_ampdu_tx_done() record an ACK for the frame for which the hardwareStefan Sperling
2020-07-20use timeout_del_barrier(9) for del_timer_sync()Jonathan Gray
2020-07-19Move the adapter related items (luns, adapter, adapter_target,Kenneth R Westerback
2020-07-19regenDaniel Dickman
2020-07-19Add a few more Atheros ids; ok deraadtDaniel Dickman
2020-07-18replace stat collection with the kstat api.David Gwynne
2020-07-17Revert r1.170. dlg and jmatthew simultaneously fixed this theTheo Buehler
2020-07-17i forgot to commit this with if_ix.c r1.169David Gwynne
2020-07-17This needs <net/toeplitz.h> for stoeplitz_to_key(9).Theo Buehler
2020-07-17use the system stoeplitz key instead of a random one.David Gwynne
2020-07-17enable multiq support for ix.David Gwynne
2020-07-17Virtual functions are effectively identical to full physical functions,Jonathan Matthew