summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-01-13Raise ipl of the softclock thread to IPL_SOFTCLOCK.Martin Pieuchot
2020-01-12Add thermal sensor clock.Mark Kettenis
2020-01-12Implement cpu_kick() and cpu_unidle().Mark Kettenis
2020-01-12tweak locking commentanton
2020-01-12condense commentanton
2020-01-12Get rid of redundant parenthesis.anton
2020-01-12*sleep_nsec(9): sleep *at least* the given number of nanosecondscheloha
2020-01-11MC7700 works as umsmTheo de Raadt
2020-01-11syncTheo de Raadt
2020-01-11add SIERRA MC7700Theo de Raadt
2020-01-11ami(4): msleep(9) -> msleep_nsec(9); ok kn@cheloha
2020-01-11hifn(4): timeout_add(9) -> timeout_add_msec(9)cheloha
2020-01-11xenstore: *sleep(9) -> *sleep_nsec(9); ok mikeb@cheloha
2020-01-11Use block mode for smbus access as required by the IPMI standard andMark Kettenis
2020-01-11Implement block mode. Tweak an error message while there.Mark Kettenis
2020-01-11Make sure we use signed types in the sensor value calculation; 'char' isMark Kettenis
2020-01-11fix dup #includeTheo de Raadt
2020-01-11Convert infinite sleeps to tsleep_nsec(9).Martin Pieuchot
2020-01-11Add constants to support block mode. Needed to support SMBus block readMark Kettenis
2020-01-11The eMMC on my firefly-rk3399 doesn't work reliably when the output tapMark Kettenis
2020-01-11eap(4): tsleep(9) -> tsleep_nsec(9); ok ratchov@cheloha
2020-01-11autri(4): tsleep(9) -> tsleep_nsec(9); ok ratchov@cheloha
2020-01-11bktr(4): one more tsleep(9) -> tsleep_nsec(9) conversion; ok ratchov@cheloha
2020-01-11pcmcia(4): malo(4): tsleep(9) -> tsleep_nsec(9)cheloha
2020-01-11acx(4): tsleep(9) -> tsleep_nsec(9); ok claudio@cheloha
2020-01-11sximmc(4): tsleep(9) -> tsleep_nsec(9)cheloha
2020-01-11remove sli(4)Jonathan Gray
2020-01-10ubsec(4): timeout_add(9) -> timeout_add_msec(9)cheloha
2020-01-10Remove unused MIDI_MAXWRITE macroAlexandre Ratchov
2020-01-10Use atomic operations with kq_refs, to nudge the code toward MP-safety.Visa Hankala
2020-01-10Convert the vnode list at the mount point into a tailq. DuringAlexander Bluhm
2020-01-10usbd_request_async() already frees 'xfer' in case of an errorGerhard Roth
2020-01-10timeout_add(9) -> timeout_add_sec(9)Jonathan Gray
2020-01-10xlights(4): timeout_add(9) -> timeout_add_msec(9)cheloha
2020-01-10pluart(4): timeout_add(9) -> timeout_add_sec(9); ok jsg@cheloha
2020-01-10drm/mst: Fix MST sideband up-reply failure handlingJonathan Gray
2020-01-10drm: limit to INT_MAX in create_blob ioctlJonathan Gray
2020-01-10drm/amd/display: Fixed kernel panic when booting with DP-to-HDMI dongleJonathan Gray
2020-01-10drm/amdgpu: add cache flush workaround to gfx8 emit_fenceJonathan Gray
2020-01-10drm/amdgpu: add check before enabling/disabling broadcast modeJonathan Gray
2020-01-10remove dpt(4) driver for DPT EATA SCSI RAIDJonathan Gray
2020-01-09Replace the global pipe_lock with a more fine-grained lock per pipeanton
2020-01-09If the kernel panics due to SMEP or SMAP, print correct stack traceAlexander Bluhm
2020-01-09Rename udl_mode field to not shadow global `hz' variable.Martin Pieuchot
2020-01-09Convert sleeps of 1sec or more to tsleep_nsec(9).Martin Pieuchot
2020-01-09regenJonathan Gray
2020-01-09add ADATA SX8200 ProJonathan Gray
2020-01-08Check address family of pf ioctl(2) DIOCNATLOOK parameter at kernelAlexander Bluhm
2020-01-08Skip fdplock when freeing a file descriptor table. The lock is notVisa Hankala
2020-01-08Unify handling of ioctls FIOSETOWN/SIOCSPGRP/TIOCSPGRP andVisa Hankala