summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2020-08-22drm/radeon: disable AGP by defaultjsg1-5/+0
2020-08-22drm/debugfs: fix plain echo to connector "force" attributejsg1-4/+4
2020-08-22drm/radeon: Fix reference count leaks caused by pm_runtime_get_syncjsg3-3/+9
2020-08-22drm/amdgpu: avoid dereferencing a NULL pointerjsg1-7/+12
2020-08-21ubcmtp(4) doesn't attach to uhidev(4) but to uhub(4).mglocker1-3/+1
2020-08-21Add kstats reporting the software and hardware producer and consumerjmatthew1-117/+503
2020-08-18Our usleep_range(min, max) implementation today is only taking accountmglocker1-1/+1
2020-08-17Remove unnecessary BM cookie defines.patrick1-5/+1
2020-08-17Rename gmac interrupt register defines to stay consistent with other gmacpatrick2-20/+16
2020-08-17Add enum for L2 cast like for L3.patrick1-3/+9
2020-08-17Some register define renaming.patrick2-24/+17
2020-08-17Remove an unnecessary define.patrick1-5/+1
2020-08-17Even more whitespace and header changes.patrick2-1143/+399
2020-08-17More whitespace and enum cleanup.patrick1-98/+49
2020-08-17Plenty of whitespace fixups.patrick1-1479/+1481
2020-08-17Fix typo in commentgnezdo1-2/+2
2020-08-16Remove sc_maxgpe from acpi_softc which was never read fromgnezdo2-9/+3
2020-08-16Properly implement setting of the signal voltage.kettenis1-3/+22
2020-08-15Print ddr52 and hs200 indicators if those modes are supported.kettenis1-1/+5
2020-08-14Re-commit Exar XR17V35x serial port support previously backed out:jcs7-16/+79
2020-08-14Implement tuning and enable HS200 mode. On my ODROID-N2 I see very poorkettenis1-13/+72
2020-08-14Add support for eMMC HS200 mode. Loosely based on code from NetBSD.kettenis5-72/+164
2020-08-14When detaching common remote coverage, do not clear any fields. Instead,anton1-5/+7
2020-08-13Give SCSIBUS_B probing a chance to work with better logic inkrw1-2/+2
2020-08-13Always set `dtpr_size' to the total size required to hold all probe entries.mpi1-5/+4
2020-08-13qlw_xs_bus() must return 0 while bus 0 is being probed.krw1-2/+12
2020-08-12skip trying to read disabled bios on RV610jsg1-0/+10
2020-08-12drm/drm_fb_helper: fix fbdev with sparc64jsg2-1/+17
2020-08-10Get Elantech v1 touchpad with fw version 0x20022 working.mglocker1-2/+7
2020-08-10Remove the acpicpu_sc array and instead locate acpicpu instances usingjmatthew1-8/+5
2020-08-08The only thing worse than trailing whitespace is leading spaces instead of tabs.krw5-107/+107
2020-08-07- Do better work in ifmedia_updkevlo1-11/+37
2020-08-06Remove duplicate comment.mglocker1-5/+1
2020-08-05Allow the WSDISPLAYIO_GETSCREENTYPE ioctl on the tty*cfg device, passingfcambus1-4/+9
2020-08-05drm: hold gem reference until object is no longer accessedjsg1-6/+4
2020-08-05drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl()jsg1-1/+2
2020-08-05drm/amd/display: Clear dm_state for fast updatesjsg1-9/+27
2020-08-05Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"jsg1-3/+6
2020-08-04Pack multiple packets into one xfer as possible. Given this is a 5x-7xkevlo2-164/+221
2020-08-03syncderaadt2-4/+21
2020-08-03Gear Head keyboard IDs, from Tom Murphyderaadt1-1/+6
2020-08-03remove timeval conversion interfaces no longer in linuxjsg2-48/+2
2020-08-02Make iwx(4) match any AX200 device again.stsp1-12/+2
2020-08-01Add support for AX201 devices to iwx(4).stsp3-39/+156
2020-08-01Add support for remote coverage to kcov. Remote coverage is collectedanton1-8/+251
2020-07-31Update Spleen kernel fonts to version 1.8.2, bringing the followingfcambus3-65/+65
2020-07-31In xhci_device_isoc_start() do first check if the transfer ismglocker1-8/+8
2020-07-31Skip making structure elements const, as it provides no benefit, andderaadt3-8/+8
2020-07-31Make sure bcmtmon(4) attaches even if it has a "syscon" compatible.kettenis1-3/+6
2020-07-31Nuke all occurrences of usbd_abort_pipe() if it gets called rightmglocker50-200/+67