summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2020-08-03syncTheo de Raadt
2020-08-03Gear Head keyboard IDs, from Tom MurphyTheo de Raadt
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-08-01Add support for remote coverage to kcov. Remote coverage is collectedanton
2020-07-31Update Spleen kernel fonts to version 1.8.2, bringing the followingFrederic Cambus
2020-07-31In xhci_device_isoc_start() do first check if the transfer isMarcus Glocker
2020-07-31Skip making structure elements const, as it provides no benefit, andTheo de Raadt
2020-07-31Make sure bcmtmon(4) attaches even if it has a "syscon" compatible.Mark Kettenis
2020-07-31Nuke all occurrences of usbd_abort_pipe() if it gets called rightMarcus Glocker
2020-07-31Make writes to the coverage buffer MP-safe using atomic operations.anton
2020-07-30When this Aviion-only driver is eventually sent to join its friends in the atticKenneth R Westerback
2020-07-30regenStefan Sperling
2020-07-30add PCI ID of intel Wi-Fi 6 AX201 devicesStefan Sperling
2020-07-30"#ifndef SIOP_DEBUG\n#undef SIOP_DEBUG\n#endif" is a bit silly.Kenneth R Westerback
2020-07-29Don't turn on SDEV_DB* flags via UDMASS_UPPER. If you want SCSI debug output,Kenneth R Westerback
2020-07-29Don't #undef AHC_DEBUG. Lets kernel "option AHC_DEBUG" work. Not sure what I wasKenneth R Westerback
2020-07-29Don't nest a enum declaration inside a struct declaration, and anywayTheo de Raadt
2020-07-29fix new typoTheo de Raadt
2020-07-29SC_DEBUG() and friends are for debugging the SCSI code, not for scattered randomKenneth R Westerback
2020-07-29SC_DEBUG() and friends are for debugging the SCSI code, not for scattered randomKenneth R Westerback
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-29Fix yet another panic in which wsevent_fini() ends up being called withanton
2020-07-28SC_DEBUG() and friends are for debugging the SCSI code, not for scattered randomKenneth R Westerback
2020-07-28SC_DEBUG() and friends are for debugging the SCSI code, not for scattered randomKenneth R Westerback
2020-07-28Fix a problem related to isochronous transfers appearing in certainMarcus Glocker
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-25No need for a bzero(), just init saa.sf to NULL. All the saa.saaKenneth R Westerback
2020-07-25Nuke unused struct scsi_link member of struct wd33c93_softc.Kenneth R Westerback
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-23Even more whitespace fixup.Patrick Wildt