summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2020-05-17Fix typo in comment.Mark Kettenis
2020-05-17Add support for the SM1 variant and (probably) fix support for the CPUMark Kettenis
2020-05-17restore VGA fonts on VT switchJonathan Gray
2020-05-17Add function for attaching RTC drivers, to reduce direct useVisa Hankala
2020-05-17Prevent kcov from collecting coverage after the kernel has panicked.anton
2020-05-17fix typo in a commentJonathan Gray
2020-05-16entropy_add_ptr and entropy_input_rotate are only used insideTheo de Raadt
2020-05-16be more consistant about with using sizeof(object) rather than the constantTheo de Raadt
2020-05-16Fix PHY_CONTEXT commands sent to iwx(4) firmware.Stefan Sperling
2020-05-16Don't attempt to reset the state of the flip-flop associated with theJonathan Gray
2020-05-16Use softintr to call selwakeup() in the mixer code code-pathAlexandre Ratchov
2020-05-16Implement kqueue(2) support.Martin Pieuchot
2020-05-16remove unused debug statementsanton
2020-05-16In preparation for stopping coverage collection once the kernel hasanton
2020-05-15Fix CCMP replay check with 11n Rx aggregation and CCMP hardware offloading.Stefan Sperling
2020-05-15Some newer bwfm(4) chips from Cypress hold their regulatoryPatrick Wildt
2020-05-15Describe the purpose of add_entropy_words() in simpler terms.Theo de Raadt
2020-05-15The description of the enqueue_randomness() input parameter was crazy untrue.Theo de Raadt
2020-05-15Explain enqueue_randomness() better. It is the supply-entropy function,Theo de Raadt
2020-05-15The long explanation for CRC stirring isn't helping. If anythingTheo de Raadt
2020-05-15The main comment block from 1996 has become highly inaccurate andTheo de Raadt
2020-05-15remove unneccessary include filesTheo de Raadt
2020-05-15Fix wrong firmware API documentation comments for iwm(4) and iwx(4).Stefan Sperling
2020-05-15drm/amdgpu: Change VCE booting with firmware loaded by PSPJonathan Gray
2020-05-15drm/amdgpu:change VEGA booting with firmware loaded by PSPJonathan Gray
2020-05-14The dwctwo(4) FDT glue is now identical on armv7 and arm64. Move it toMark Kettenis
2020-05-14Bring back the acpi(4) changes. This time around only use the ACPI _CRSMark Kettenis
2020-05-13sdhc(4), sdmmc(4): tsleep(9) -> tsleep_nsec(9); ok patrick@cheloha
2020-05-13Use seltrue_kqfilter() instead of hand-rolling it in multiple drivers.Martin Pieuchot
2020-05-12Set timeout(9) to refill the receive ring descriptors if the amount ofjan
2020-05-11More accurate remaining power reporting with disparate batteriesJeremie Courreges-Anglas
2020-05-11drm/atomic: Take the atomic toys away from XJonathan Gray
2020-05-11drm/amdgpu: Fix oops when pp_funcs is unset in ACPI eventJonathan Gray
2020-05-11drm/amdgpu: Correctly initialize thermal controller for GPUs with Powerplay t...Jonathan Gray
2020-05-11drm/edid: Fix off-by-one in DispID DTD pixel clockJonathan Gray
2020-05-10Fix two out-of-bounds array accesses in ioctl code pats. One found byMark Kettenis
2020-05-09aml_die() doesn't return, hint the compilerJeremie Courreges-Anglas
2020-05-09Use MSI-X interrupts where available. The first vector is used forJonathan Matthew
2020-05-09No need to look at _STA here, all we care about is _PSR.Jeremie Courreges-Anglas
2020-05-08Move parsing of _CRS into acpi(4) and pass the parsed address and interruptMark Kettenis
2020-05-05Revert parts of CVS commit Jdqd26bn9Ev6aFMc ("Fix processing of compressedStefan Sperling
2020-05-04Remove redundant code testing if a terminal is a usb stream.Alexandre Ratchov
2020-05-04Check v6 availablilty mask instead of v4.Gerhard Roth
2020-05-01Prevent divide-by-zero in MiRA which I managed to trigger with iwn(4).Stefan Sperling
2020-04-30If there's only one input (output) name it simply "input" ("output")Alexandre Ratchov
2020-04-30Fix return value of dma_fence_wait(). Seems to fix occasionalMark Kettenis
2020-04-30Use "inputs" class instead of "record"Alexandre Ratchov
2020-04-30Use "dac" instead of "play" in mixer control namesAlexandre Ratchov
2020-04-30Set terminal and clock names after all units are parsedAlexandre Ratchov
2020-04-30Use macros instead of hardcoded "play" and "record" string constantsAlexandre Ratchov