summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2022-03-14Add OpenBSD to code to optionally load CLM (Country Locale Matrix) files.mlelstv
2022-03-13usb: Fix debug build.riastradh
2022-03-13s/hander/handler/ and s/hader/header/ in comments and documentation.andvar
2022-03-13usbdi(9): Fix mistake in previous change to usbd_fill_iface_data.riastradh
2022-03-13usbdi(9): Fix paste-o in previous change to usbd_ar_pipe.riastradh
2022-03-13auvitek(4): Fix i2c detach if attach failed.riastradh
2022-03-13hid: Avoid arithmetic overflow by rearranging inequalities.riastradh
2022-03-13usb: Parse descriptors a little more robustly.riastradh
2022-03-13xhci(4): Serialize access to portsc registers.riastradh
2022-03-13xhci(4): Restore synchronous abort.riastradh
2022-03-13uhci(4): Stop taking the intr lock in uhci_run.riastradh
2022-03-13uhci(4): Simplify uhci_run.riastradh
2022-03-13uhci(4): Fix synchronization between suspend/resume and poll hub.riastradh
2022-03-13ehci(4): Serialize access to portsc registers.riastradh
2022-03-13ehci(4): Fix doorbell synchronization.riastradh
2022-03-13usb: Clarify contract of usbd_xfer_trycomplete.riastradh
2022-03-13usb: Fix roothub ctrl xfer aborts.riastradh
2022-03-13usbdi(9): Assert no concurrent aborts on a single pipe.riastradh
2022-03-13usbdi(9): Assert sleepable in usbd_ar_pipe.riastradh
2022-03-12ustir(4): Avoid undefined behaviour if register read fails.riastradh
2022-03-12emdtv(4): If register read fails, read as all zero.riastradh
2022-03-12ccd(4): Only pathbuf_destroy if pathbuf_copyin succeeded.riastradh
2022-03-12pad(4): Do harmless, not harmful, integer truncation.riastradh
2022-03-12scsi(9): Handle bogus number of LUNs in SCSI_REPORT_LUNS.riastradh
2022-03-12uvideo(4): Use kmem_zalloc, not kmem_alloc and memset.riastradh
2022-03-12sys: Membar audit around reference count releases.riastradh
2022-03-12vhci(4): Make vhci_usb_attach/detach return void.riastradh
2022-03-12vhci(4): Don't fail with ENOBUFS if no intrxfer is set up.riastradh
2022-03-11convert non-config-handled "DEBUG_ROOT" to aprint_debug().mrg
2022-03-10s/woud/would/ in comment.andvar
2022-03-10Print ECC, PHY and temp error log using with ratecheck().msaitoh
2022-03-10 Enclose flow director stuff in ixgbe_intr_admin_common() with IXGBE_FIR.msaitoh
2022-03-10 Move the definition of eicr_mask variable. No functional change.msaitoh
2022-03-10 Modify comment to clarify EIAC setting.msaitoh
2022-03-10Add IFF_RUNNING check in ixgbe_legacy_irq() again.msaitoh
2022-03-10gffb(4): Nix membar_sync and explain what's going on here.riastradh
2022-03-10gffb(4): Use bus_space_barrier, not membar_sync.riastradh
2022-03-09xhci(4): Avoid holding bus lock across usb_delay_ms.riastradh
2022-03-09ohci(4): Don't flail around with enabling polling in suspend/resume.riastradh
2022-03-09ehci(4): Omit bus lock around ehci_suspend/resume.riastradh
2022-03-09usb: Provisionally release bus lock around ubm_rhctrl.riastradh
2022-03-09turns out we can map the full amount of VRAM on a 4MB board even when inmacallan
2022-03-09merge two debug lines in auto-root selection.mrg
2022-03-08fix few typos in comments.andvar
2022-03-06s/filered/filtered/ in comment.andvar
2022-03-06usb(4): Use atomics for usb_async_proc.riastradh
2022-03-05usbnet(9): uno_init is now optional.riastradh
2022-03-04Add mailbox and power-domain support.skrll
2022-03-03Fix for PR kern/56613blymn
2022-03-03video(9): Make softc argument mandatory for video_attach_mi.riastradh