summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-01-15drm/fb-helper: Round up bits_per_pixel if possibleJonathan Gray
2020-01-15qle(4): tsleep(9) -> tsleep_nsec(9)cheloha
2020-01-15mii(4): tsleep(9) -> tlseep_nsec(9); ok mpi@cheloha
2020-01-14Fix screen brightness adjustment through function keyskn
2020-01-14In nfs_clearcommit() the loops over mnt_vnodelist and v_dirtyblkhdAlexander Bluhm
2020-01-14Add amlsm(4), a driver for the "secure monitor" firmware interface.Mark Kettenis
2020-01-14Add amltemp(4), a driver for the temperature sensors on various Amlogic SoCs.Mark Kettenis
2020-01-14Introduce TIMESPEC_TO_NSEC() and use it to convert userland facingMartin Pieuchot
2020-01-14Convert custom semaphores to tsleep_nsec(9).Martin Pieuchot
2020-01-13Unifdef WWN quirkkn
2020-01-13Ensure XHCI_SCTX_DCI() always contains a valid number, i.e. the DCI ofKenneth R Westerback
2020-01-13regenVisa Hankala
2020-01-13Unlock a tiny part of the kqueue subsystem: kqueue(2).Visa Hankala
2020-01-13Allocate kqueue instance outside fdplock to avoid sleeping withVisa Hankala
2020-01-13Convert to tsleep_nsec(9), while here fix a bug where the value specifiedMartin Pieuchot
2020-01-13Timeouts are all specified in multiple of `hz' so define them in term ofMartin Pieuchot
2020-01-13Kill dead code.Martin Pieuchot
2020-01-13Kill dead code.Martin Pieuchot
2020-01-13Add the capability to boot from another block device than the one thatMark Kettenis
2020-01-13Convert to tsleep_nsec(9).Martin Pieuchot
2020-01-13When we change attributes for a join essid, we should apply the changePeter Hessler
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