summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2020-01-16Introduce wakeup_proc() a function to un-SSTOP/SSLEEP a thread.mpi1-14/+2
2020-01-16Free data structures after closing the pseudo-device with vdevgone(9).mpi2-7/+6
2020-01-15Sprinkle splnet() around the ringbuffer accesses, otherwise thepatrick1-1/+14
2020-01-15Some PCIe firmwares drop TX packets when the pktid is 0. Addpatrick1-3/+3
2020-01-15Fix off-by-one in ringbuffer code. When we insert items faster thanpatrick1-3/+3
2020-01-15aac(4): tsleep(9) -> tsleep_nsec(9)cheloha1-5/+5
2020-01-15lpt(4): timeout_add(9) -> timeout_add_msec(9), tsleep(9) -> tsleep_nsec(9)cheloha1-14/+16
2020-01-15pci(4): PCIOCSETVGA: tsleep(9) -> tsleep_nsec(9); ok mpi@cheloha1-3/+3
2020-01-15drm/i915/gen9: Clear residual context state on context switchjsg1-0/+9
2020-01-15drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READjsg1-1/+1
2020-01-15drm/fb-helper: Round up bits_per_pixel if possiblejsg1-1/+6
2020-01-15qle(4): tsleep(9) -> tsleep_nsec(9)cheloha1-3/+5
2020-01-15mii(4): tsleep(9) -> tlseep_nsec(9); ok mpi@cheloha1-2/+2
2020-01-14Fix screen brightness adjustment through function keyskn1-17/+17
2020-01-14Add amlsm(4), a driver for the "secure monitor" firmware interface.kettenis2-1/+122
2020-01-14Add amltemp(4), a driver for the temperature sensors on various Amlogic SoCs.kettenis2-1/+220
2020-01-13Unifdef WWN quirkkn1-5/+3
2020-01-13Ensure XHCI_SCTX_DCI() always contains a valid number, i.e. the DCI ofkrw1-10/+21
2020-01-13Timeouts are all specified in multiple of `hz' so define them in term ofmpi1-8/+9
2020-01-13Kill dead code.mpi1-53/+1
2020-01-13Convert to tsleep_nsec(9).mpi1-3/+5
2020-01-12Add thermal sensor clock.kettenis1-1/+5
2020-01-11MC7700 works as umsmderaadt1-1/+2
2020-01-11syncderaadt2-4/+9
2020-01-11add SIERRA MC7700deraadt1-1/+2
2020-01-11ami(4): msleep(9) -> msleep_nsec(9); ok kn@cheloha1-3/+3
2020-01-11hifn(4): timeout_add(9) -> timeout_add_msec(9)cheloha2-9/+6
2020-01-11xenstore: *sleep(9) -> *sleep_nsec(9); ok mikeb@cheloha1-7/+9
2020-01-11Use block mode for smbus access as required by the IPMI standard andkettenis1-13/+57
2020-01-11Implement block mode. Tweak an error message while there.kettenis1-3/+16
2020-01-11Make sure we use signed types in the sensor value calculation; 'char' iskettenis1-3/+3
2020-01-11Add constants to support block mode. Needed to support SMBus block readkettenis1-9/+17
2020-01-11The eMMC on my firefly-rk3399 doesn't work reliably when the output tapkettenis1-4/+1
2020-01-11eap(4): tsleep(9) -> tsleep_nsec(9); ok ratchov@cheloha1-2/+4
2020-01-11autri(4): tsleep(9) -> tsleep_nsec(9); ok ratchov@cheloha1-2/+3
2020-01-11bktr(4): one more tsleep(9) -> tsleep_nsec(9) conversion; ok ratchov@cheloha1-2/+2
2020-01-11pcmcia(4): malo(4): tsleep(9) -> tsleep_nsec(9)cheloha1-2/+2
2020-01-11acx(4): tsleep(9) -> tsleep_nsec(9); ok claudio@cheloha1-2/+2
2020-01-11sximmc(4): tsleep(9) -> tsleep_nsec(9)cheloha1-3/+3
2020-01-11remove sli(4)jsg5-392/+1
2020-01-10ubsec(4): timeout_add(9) -> timeout_add_msec(9)cheloha2-10/+7
2020-01-10Remove unused MIDI_MAXWRITE macroratchov1-2/+1
2020-01-10usbd_request_async() already frees 'xfer' in case of an errorgerhard1-2/+1
2020-01-10pluart(4): timeout_add(9) -> timeout_add_sec(9); ok jsg@cheloha1-4/+4
2020-01-10drm/mst: Fix MST sideband up-reply failure handlingjsg1-1/+5
2020-01-10drm: limit to INT_MAX in create_blob ioctljsg1-1/+1
2020-01-10drm/amd/display: Fixed kernel panic when booting with DP-to-HDMI donglejsg1-1/+1
2020-01-10drm/amdgpu: add cache flush workaround to gfx8 emit_fencejsg1-3/+19
2020-01-10drm/amdgpu: add check before enabling/disabling broadcast modejsg1-15/+21
2020-01-10remove dpt(4) driver for DPT EATA SCSI RAIDjsg7-1890/+2