Age | Commit message (Expand) | Author |
2020-10-01 | fix indentation | Jonathan Gray |
2020-09-30 | Move mfokclock(4) from loongson to sys/dev/i2c so that it be used by more | Patrick Wildt |
2020-09-30 | We have no if_attachtail() function so remove the declaration. | mvs |
2020-09-30 | renable POOL_DEBUG | Jonathan Gray |
2020-09-30 | 6.8-current | Jonathan Gray |
2020-09-29 | Add support for A64 UART resets. | Mark Kettenis |
2020-09-29 | Fix mistypes within sys/smr.h | mvs |
2020-09-29 | Add support for the PCA9546 I2C switch to pcamux(4). In comparison to | Patrick Wildt |
2020-09-29 | The pcamux(4) device tree node's children are the individual channels, | Patrick Wildt |
2020-09-29 | Move the solock() call outside of solisten(). The reason is that the | Claudio Jeker |
2020-09-29 | Introduce a helper to check if all available swap is in use. | Martin Pieuchot |
2020-09-29 | Set the correct length before copying to userland. | Martin Pieuchot |
2020-09-29 | Delete dead isa_strayintr() and fakeintr() code, along with multiple | Philip Guenther |
2020-09-29 | Add TP-LINK UE300 device. | Kevin Lo |
2020-09-28 | Add support for Comet Lake I2C controllers; needed to have a working | Mark Kettenis |
2020-09-28 | Add defines for the number of frames to skip on powerpc64. | Mark Kettenis |
2020-09-27 | In the previous commit, check tv_nsec, not tv_sec as VNOVAL is a | Matthieu Herrb |
2020-09-27 | Add workaround for Lenovo X1 gen 8 which has AML that tries to invoke | Mark Kettenis |
2020-09-27 | nfs_create: after an exclusive create rpc, make sure to update | Matthieu Herrb |
2020-09-27 | miod's proposal for traps was also wrong, causing one type of kernel | Theo de Raadt |
2020-09-27 | Make sure acpicpu(4) doesn't attach to Processor nodes that happen to have | Mark Kettenis |
2020-09-26 | Do the NULL -> cpu_info_primary conversion in the interrupt controller | Mark Kettenis |
2020-09-26 | Stop printing the extents for release. | Mark Kettenis |
2020-09-26 | Remove the PR_WAITOK flag from the ucred_pool. The pool items are small | Mark Kettenis |
2020-09-26 | Add support for POWER9P "Axone" CPUs. | Mark Kettenis |
2020-09-26 | Make kd_claim() accept an explicit argument representing the number of | anton |
2020-09-26 | Read curproc once in kcov_remote_enter() and kcov_remote_leave(). | anton |
2020-09-26 | KCOV_BUF_MAX_NMEMB is defined under _KERNEL in sys/kcov.h but only used | anton |
2020-09-26 | Fix typo in comment. | anton |
2020-09-25 | setpriority(2): don't treat booleans as scalars | cheloha |
2020-09-25 | Sprinkle some .type statements to help btrace(4) pick function names. | Mark Kettenis |
2020-09-25 | Implement stacktrace_save_at(). | Mark Kettenis |
2020-09-25 | miod notes T_USER needs to be a bit, it was not. | Theo de Raadt |
2020-09-25 | landisk has legacy global variable want_resched, rather than post-MP | Theo de Raadt |
2020-09-25 | Add missing calls to uvm_grow(9). | Peter Hessler |
2020-09-25 | add uvm_map_isentry check for 88100, and alter the KERNEL_LOCK | Theo de Raadt |
2020-09-25 | Remove work around kcov_remote_leave() that no longer is needed since | anton |
2020-09-25 | Use KASSERT() instead of if(x) panic() for sanity checks. | Martin Pieuchot |
2020-09-25 | Add missing call to uvm_grow(9). | Mark Kettenis |
2020-09-25 | Add missing calls to uvm_grow(9). | Mark Kettenis |
2020-09-25 | take us out of -beta | Theo de Raadt |
2020-09-24 | The sparc64 pagefault vectors are directly to specific functions, and | Theo de Raadt |
2020-09-24 | an ugly white space | Theo de Raadt |
2020-09-24 | ast() was lacking refreshcreds(). That can sleep, and mi_ast() requires | Theo de Raadt |
2020-09-24 | the legacy need_resched macro to access per-cpu value is no longer needed | Theo de Raadt |
2020-09-24 | mi_ast() should not use the old cpu, but the cpu (after potential sleep | Theo de Raadt |
2020-09-24 | mi_ast() needs curcpu()->ci_want_resched rather than ci->ci_want_resched, | Theo de Raadt |
2020-09-24 | Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults. | Theo de Raadt |
2020-09-24 | When operating in NX mode, GUCODE_SEL can cover the entire userland | Theo de Raadt |
2020-09-24 | Make sure we fetch the CS limit of the CPU the trap happened on. It is | Mark Kettenis |