summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2020-09-26KCOV_BUF_MAX_NMEMB is defined under _KERNEL in sys/kcov.h but only usedanton1-1/+2
2020-09-26Fix typo in comment.anton1-2/+2
2020-09-25Remove work around kcov_remote_leave() that no longer is needed sinceanton1-8/+5
2020-09-22Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd'krw42-236/+234
2020-09-21allow DRM_IOCTL_GET_CLIENT with "drm" pledgejsg1-0/+4
2020-09-16disable acpivout brightness control on machines aware of Windows 8jsg3-27/+71
2020-09-16Add a command explaining that this driver uses the ACPI SMI command portkettenis1-3/+6
2020-09-15Add the wsioctl() bits to radeondrm(4) so that abl(4) can be controlledmglocker1-0/+9
2020-09-15abl(4) is a new driver to control the backlight brightness on Intel basedmglocker2-1/+227
2020-09-15Add acpi_ivhd_ext definitions to acpireg.hjordan1-2/+21
2020-09-14add three static probes for vfs: cleaner, bufcache_take and bufcache_rel.jasper1-1/+12
2020-09-14umstc_intr is not in process context when adjusting wscons brightness. When brightnessderaadt1-4/+31
2020-09-13unbreak dt-enabled builds; it seems an unrelated change snuck in in -r1.3jasper1-3/+2
2020-09-13The SMC base address and i/o region size is now queried by acpi(4) andmglocker1-4/+1
2020-09-13use drm_cache.c from linux 5.7.yjsg3-38/+155
2020-09-13add an ipi for wbinvd and a linux style wbinvd_on_all_cpus() functionjsg2-12/+2
2020-09-13Fix various typos in wscons(4) comments.fcambus4-8/+8
2020-09-13Add support for the RK3308 MAC.jmatthew1-1/+29
2020-09-13Correct the property name used to look up the delays for the phy resetjmatthew1-2/+2
2020-09-12Add tracepoints in the page fault handler and when entries are added to maps.mpi1-3/+15
2020-09-12asmc(4) found a new home in sys/dev/acpi.mglocker1-722/+0
2020-09-12Make asmc(4) attach through acpi(4) instead of isa(4).mglocker3-7/+751
2020-09-11Correctly set y_sensors for Geyser2 touchpads.tobhe1-7/+7
2020-09-11Include <sys/systm.h> directly instead of relying on hidden UVM includes.mpi2-5/+7
2020-09-08Add a function to scan for PCI Express extended capabilities.kettenis2-2/+36
2020-09-08Add RK3308 temperature sensors.jmatthew1-1/+8
2020-09-08Add RK3328 PWM, also found in the RK3308.jmatthew1-2/+3
2020-09-06Add RK3308 clocksjmatthew2-1/+623
2020-09-05Rename SID_INQUIRY_HDR (a.k.a. 5) to more explicit SID_SCSI2_HDRLEN and use itkrw2-7/+8
2020-09-05Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRYkrw12-25/+25
2020-09-04Replace TAILQ concatenation loop with TAILQ_CONCATbket1-5/+2
2020-09-04drm/amdgpu: Fix buffer overflow in INFO ioctljsg1-0/+4
2020-09-04Add RK3308 pinctrl supportjmatthew1-1/+153
2020-09-04Add RK3308 GRFjmatthew1-1/+2
2020-09-03The "USL" VT switch and keyboard ioctls are a hack and don't follow thekettenis1-8/+8
2020-09-03Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'.krw13-26/+26
2020-09-02When building emulated INQUIRY results use the SCSI_REV_* #define's tokrw2-4/+4
2020-09-02When building emulated INQUIRY results use the SCSI_REV_* #define's tokrw10-21/+21
2020-09-02Don't rely on wTotalLength for usbd_get_cdesc() malloc/free but on themglocker2-16/+21
2020-09-01Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big tokrw14-96/+96
2020-08-31Backout clear endpoint stall on open(2). It seems to break an illuminatedpatrick1-3/+1
2020-08-30add missing wakeup for the unlikely dying caseanton1-1/+3
2020-08-30use unique wait messages with msleep_nsec()anton1-2/+2
2020-08-30avoid a invalid pointer deref in hvn_stop()jsg1-1/+1
2020-08-30PLL1(CPU_PLL) stability improvement for Allwinner H3/H2+uaa1-6/+21
2020-08-29Before clearing the kcov descriptor associated with a thread make sureanton1-41/+102
2020-08-29Prepare to extend the scope of the kcov remote mutex by renaming it toanton1-21/+21
2020-08-28free the correct object when a remote subsystem already is presentanton1-2/+2
2020-08-27Fix a potential panic during free(9) which can be caused by an USBmglocker1-4/+4
2020-08-27usbd_get_cdesc() returns usb_config_descriptor_t *. Therefore returnmglocker1-3/+3