summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-10-04regenJonathan Gray
2020-10-04add more Intel 400 Series LP PCH and Comet Lake graphics idsJonathan Gray
2020-10-04fix indentanton
2020-10-03Collect coverage from interrupts. Currently limited to remote sectionsanton
2020-10-03Increase CLAIM_LIMIT from 11M to 14M to make room for retguardgkoehler
2020-10-03Introduce `if_cloners_lock' rwlock and use it to serializemvs
2020-10-02Attach on Intel 500-series chipsets.Mark Kettenis
2020-10-02regenMark Kettenis
2020-10-02Add Intel 500-series I2C devices.Mark Kettenis
2020-10-02expose timeval/timespec from system calls into ktrace, before determiningTheo de Raadt
2020-10-02relax check for valid onrdomain range. onrdomain is -1 if the value isClaudio Jeker
2020-10-02adjust for reversed outb arguments linux usesJonathan Gray
2020-10-01Add astfb(4), a driver for the framebuffer of the Aspeed BMC found onMark Kettenis
2020-10-01Attach on Intel 400-series chipsets.Mark Kettenis
2020-10-01regenMark Kettenis
2020-10-01Add Intel 400-series I2C devices.Mark Kettenis
2020-10-01rdomain IDs do not need to exist for "on rdomain N" to workkn
2020-10-01correct size argument to free(9)Jonathan Gray
2020-10-01avoid uninitialised var use in drm_syncobj.cJonathan Gray
2020-10-01fix indentationJonathan Gray
2020-09-30Move mfokclock(4) from loongson to sys/dev/i2c so that it be used by morePatrick Wildt
2020-09-30We have no if_attachtail() function so remove the declaration.mvs
2020-09-30renable POOL_DEBUGJonathan Gray
2020-09-306.8-currentJonathan Gray
2020-09-29Add support for A64 UART resets.Mark Kettenis
2020-09-29Fix mistypes within sys/smr.hmvs
2020-09-29Add support for the PCA9546 I2C switch to pcamux(4). In comparison toPatrick Wildt
2020-09-29The pcamux(4) device tree node's children are the individual channels,Patrick Wildt
2020-09-29Move the solock() call outside of solisten(). The reason is that theClaudio Jeker
2020-09-29Introduce a helper to check if all available swap is in use.Martin Pieuchot
2020-09-29Set the correct length before copying to userland.Martin Pieuchot
2020-09-29Delete dead isa_strayintr() and fakeintr() code, along with multiplePhilip Guenther
2020-09-29Add TP-LINK UE300 device.Kevin Lo
2020-09-28Add support for Comet Lake I2C controllers; needed to have a workingMark Kettenis
2020-09-28Add defines for the number of frames to skip on powerpc64.Mark Kettenis
2020-09-27In the previous commit, check tv_nsec, not tv_sec as VNOVAL is aMatthieu Herrb
2020-09-27Add workaround for Lenovo X1 gen 8 which has AML that tries to invokeMark Kettenis
2020-09-27nfs_create: after an exclusive create rpc, make sure to updateMatthieu Herrb
2020-09-27miod's proposal for traps was also wrong, causing one type of kernelTheo de Raadt
2020-09-27Make sure acpicpu(4) doesn't attach to Processor nodes that happen to haveMark Kettenis
2020-09-26Do the NULL -> cpu_info_primary conversion in the interrupt controllerMark Kettenis
2020-09-26Stop printing the extents for release.Mark Kettenis
2020-09-26Remove the PR_WAITOK flag from the ucred_pool. The pool items are smallMark Kettenis
2020-09-26Add support for POWER9P "Axone" CPUs.Mark Kettenis
2020-09-26Make kd_claim() accept an explicit argument representing the number ofanton
2020-09-26Read curproc once in kcov_remote_enter() and kcov_remote_leave().anton
2020-09-26KCOV_BUF_MAX_NMEMB is defined under _KERNEL in sys/kcov.h but only usedanton
2020-09-26Fix typo in comment.anton
2020-09-25setpriority(2): don't treat booleans as scalarscheloha
2020-09-25Sprinkle some .type statements to help btrace(4) pick function names.Mark Kettenis