summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2020-09-25Implement stacktrace_save_at().Mark Kettenis
2020-09-25miod notes T_USER needs to be a bit, it was not.Theo de Raadt
2020-09-25landisk has legacy global variable want_resched, rather than post-MPTheo de Raadt
2020-09-25Add missing calls to uvm_grow(9).Peter Hessler
2020-09-25add uvm_map_isentry check for 88100, and alter the KERNEL_LOCKTheo de Raadt
2020-09-25Remove work around kcov_remote_leave() that no longer is needed sinceanton
2020-09-25Use KASSERT() instead of if(x) panic() for sanity checks.Martin Pieuchot
2020-09-25Add missing call to uvm_grow(9).Mark Kettenis
2020-09-25Add missing calls to uvm_grow(9).Mark Kettenis
2020-09-25take us out of -betaTheo de Raadt
2020-09-24The sparc64 pagefault vectors are directly to specific functions, andTheo de Raadt
2020-09-24an ugly white spaceTheo de Raadt
2020-09-24ast() was lacking refreshcreds(). That can sleep, and mi_ast() requiresTheo de Raadt
2020-09-24the legacy need_resched macro to access per-cpu value is no longer neededTheo de Raadt
2020-09-24mi_ast() should not use the old cpu, but the cpu (after potential sleepTheo de Raadt
2020-09-24mi_ast() needs curcpu()->ci_want_resched rather than ci->ci_want_resched,Theo de Raadt
2020-09-24Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults.Theo de Raadt
2020-09-24When operating in NX mode, GUCODE_SEL can cover the entire userlandTheo de Raadt
2020-09-24Make sure we fetch the CS limit of the CPU the trap happened on. It isMark Kettenis