summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-01-12Modify error message to match the current behavior.msaitoh
2023-01-12don't attach on cascaded mpics for now - we don't really use them for anythingmacallan
2023-01-11Add udivdi3/umoddi3 (and ashldi3) that were required by recent UFS change.isaki
2023-01-10ukbd(4): remember how much of attach worked so detach works.mrg
2023-01-10Use MMIO for PM register access on newer revision's devices.msaitoh
2023-01-09Fix off by one (Crystal Kolipe in tech-kern@)christos
2023-01-09Modify for following MMIO support. No functional change.msaitoh
2023-01-09Simplify and modify for following MMIO support. No functional change.msaitoh
2023-01-09Modify comment. Whitespace. No functional change.msaitoh
2023-01-08sync machine list with specchristos
2023-01-07ufs: fixed signed/unsigned bugs affecting large file systemschs
2023-01-07igpio: Update pin definitions.msaitoh
2023-01-07Move entries of Alder Lake-S and Tiger Lake-LP. No functional change.msaitoh
2023-01-07Whitespace. No functional change.msaitoh
2023-01-07Whitespace. No functional change.msaitoh
2023-01-07Modify comment. Whitespace. No functional change.msaitoh
2023-01-07One more fix for Lewisburg.msaitoh
2023-01-07Fix entries for Lewisburg.msaitoh
2023-01-06Explicitly set -z noseparate-code because the default is about to changechristos
2023-01-06TAB/spaces/indents cleanup.tsutsui
2023-01-06tap: link up an interface cloned from /dev/tapozaki-r
2023-01-05centralize the kauth ugliness.christos
2023-01-05Disable (comment out) options DIAGNOSTIC in INSTALL kernels.tsutsui
2023-01-05wg(4): Allow non-root to retrieve information other than the privatejakllsch
2023-01-05Fix out of bounds invalidate (and writeback) in bus_dmamap_sync(9) ops.tsutsui
2023-01-05more strip(4) removal, this time in kauth(9)jakllsch
2023-01-05Add quirk setting for some Intel eMMC devices.msaitoh
2023-01-05ignore NULL for hdaudio_audiodev in hdafg_freemkardel
2023-01-05Check for authorization for SIOCSDRVSPEC and SIOCGDRVSPEC ioctls for wg(4).jakllsch
2023-01-04Fix typo. No functional change.msaitoh
2023-01-04Regen.msaitoh
2023-01-04Fix typo. s/SSC/SCC/.msaitoh
2023-01-04Fix libreswan build failure. Pointed out by Andrew Cagney, thanks.knakahara
2023-01-03Subtly adjust criteria for notification of Virtio devices injakllsch
2023-01-01Welcome to 2023. Wrap lines so the years fit in to 80 columns withsimonb
2022-12-31fix few typos in comments.andvar
2022-12-30Honor ACPI FADT Century byte; should fix many "unknown CMOS layout" messages.jakllsch
2022-12-30Fix dmamap_syncs more; the number of ring elements is vq->vq_num, notjakllsch
2022-12-30s/Cotroller/Controller/andvar
2022-12-30s/mdoem/modem/andvar
2022-12-30Regen.msaitoh
2022-12-30Add Elkhart Lake Shared SRAM.msaitoh
2022-12-30Fix comment.msaitoh
2022-12-30Add x2avic. Modify comment.msaitoh
2022-12-30Update definitions from the latest Intel SDM.msaitoh
2022-12-30s/succes/success/ in comments.andvar
2022-12-28remove lingering strip(4) remnantsjakllsch
2022-12-28Regen.msaitoh
2022-12-28Update Intel Elkhart Lake devices.msaitoh
2022-12-28evbmips/mipssim: on mips64, probe for additional memory.he