summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2020-02-21Implement a rather simple video interface support for OFW. This ispatrick2-2/+77
2020-02-21Add rkdrm(4), a driver which combines all the separate componentspatrick3-1/+667
2020-02-21Add a DRM GEM CMA helper from NetBSD. Plenty of parts are stillpatrick2-0/+323
2020-02-20Add a delay after link training to work-around a panic when firstkurt1-1/+8
2020-02-20drm/amd: Add DM DMCU supportkettenis2-1/+92
2020-02-20Implement request_firmware_direct().kettenis1-0/+7
2020-02-20drm/amd: Add PSP DMCU supportkettenis1-0/+6
2020-02-20drm/amd: Add ucode DMCU supportkettenis2-2/+29
2020-02-20Replace field f_isfd with field f_flags in struct filterops to allowvisa9-23/+23
2020-02-20Relax the grip the dead hand of QBUS (a.k.a. MAXPHYS) has on thekrw1-1/+3
2020-02-20dwiic(4): tsleep(9) -> tsleep_nsec(9); ok claudio@cheloha1-6/+7
2020-02-20pgt(4): tsleep(9) -> tsleep_nsec(9); ok claudio@cheloha1-3/+4
2020-02-20Introduce the concept of queue to prepare supporting multiple of them.mpi2-248/+322
2020-02-20In signal_pending_state() only test for pending signal whenjsg1-1/+2
2020-02-19Similar to other wireless drivers use bpf_mtap_hdr() to prepend theclaudio4-86/+24
2020-02-19ips(4): tsleep(9) -> tsleep_nsec(9)cheloha1-11/+7
2020-02-18Trailing whitespace.krw6-47/+47
2020-02-18Trailing whitespace is icky. Some KNF whitespace tweakskrw1-52/+52
2020-02-18Trailing whitespace is icky. Some KNF whitespace tweakskrw1-2/+2
2020-02-18Let aac(4) compile again by #include'ing selinfo.h.krw1-1/+2
2020-02-18Cleanup <sys/kthread.h> and <sys/proc.h> includes.mpi10-19/+9
2020-02-18Add IPv6 support to umb(4).gerhard2-38/+247
2020-02-18Use SIGPENDING() instead of CURSIG() for emulating signal_pending().claudio1-2/+2
2020-02-18magma(4): timeout_add(9) -> timeout_add_msec(9)cheloha2-35/+10
2020-02-18stp(4): tsleep(9) -> tsleep_nsec(9)cheloha1-11/+8
2020-02-18rtsx(4): tsleep(9) -> tsleep_nsec(9); ok mpi@cheloha1-6/+6
2020-02-18ipmi(4): tsleep(9) -> tsleep_nsec(9)cheloha1-3/+4
2020-02-17Don't fake up an mbuf to prepend a readiotap header, just use bpf_mtap_hdr().claudio1-17/+4
2020-02-17missing rcs idjasper1-0/+2
2020-02-17Use m_defrag() to linearize an mbuf chain instead of hand rolling a solutionclaudio1-16/+2
2020-02-17Use bpf_mtap_hdr() to prepend the radiotap header instead of faking anclaudio1-17/+4
2020-02-17The siop family members use various atop/ptoa dances (oosiop/osiop) orkrw5-33/+8
2020-02-1616 << PGSHIFT (which is >= 12) is always >= MAXPHYS (64 * 1024) sokrw1-10/+2
2020-02-16Force a guest info update when we get a Capabilities_Register command.jmatthew1-3/+11
2020-02-15*_minphys() functions that cap i/o sizes at a value larger than thekrw12-137/+23
2020-02-15Don't touch the phase bit at nvme_poll_done(). This makes dumpsys()yasuoka1-2/+2
2020-02-15Add iwx(4), a new driver for Intel AX200 wifi devices.stsp4-1/+14648
2020-02-15Eliminate gdt_minphys() as it doesn't do anything. As the comment sayskrw2-15/+3
2020-02-14Let's all agree to call our scsi_adapter variable '<dev>_switch'.krw5-17/+17
2020-02-14IPS_MAXFER, NAX_XFER, and MAXBSIZE are all definedkrw4-19/+16
2020-02-14Prevent buffer overflows by not assuming the report length, given bympi1-11/+16
2020-02-13Fix missing locking during calls to selwakeup().ratchov1-12/+40
2020-02-13replace incorrect function name in error message with __func__jasper1-2/+2
2020-02-13Resolve a few issues with interrupt handlingmikeb1-2/+4
2020-02-13Nuke *_minphys() functions that either simply apply MAXPHYS or dokrw9-86/+17
2020-02-12Implement a workaround for missing Tx completion interrupts in iwm(4).stsp2-19/+45
2020-02-12Check bogus values from interrupt in ict and non-ict case. r1 and r2tobhe1-5/+11
2020-02-12Bring a few stragglers into line with the idiom used by the other 40+krw4-26/+22
2020-02-12drm/dp_mst: Remove VCPI while disabling topology mgrjsg1-0/+12
2020-02-12drm/amd/dm/mst: Ignore payload update failuresjsg1-9/+4