Age | Commit message (Expand) | Author |
2021-01-03 | Allocate address space for reposting vga devices using km_alloc(9) rather | Jonathan Matthew |
2020-12-31 | remove pv includes which were missed in rev 1.70 | Jonathan Gray |
2020-12-28 | Sync with i386 by asserting that IPL values should be at least IPL_NONE. | Martin Pieuchot |
2020-12-27 | Enable acpihpet on install media, because otherwise clock initialization | Theo de Raadt |
2020-12-24 | handle reported core clock frequency of 0 on newer Intel Comet Lake | Jonathan Gray |
2020-12-22 | stop showing amd l3 cache information | Jonathan Gray |
2020-12-20 | Convert uvm_km_valloc(9) calls to km_alloc(9). Tested in qemu with | Jonathan Matthew |
2020-12-16 | Do not clear useful bits in panic messages, always print full opte | Alexander Bluhm |
2020-12-13 | Turn simple sysctl_rdint into cpuctl_vars entries | gnezdo |
2020-12-09 | Use daddr_t and not daddr32_t in boot media. | Kenneth R Westerback |
2020-12-06 | Implement acpi_intr_disestablish() for amd64. | Mark Kettenis |
2020-11-30 | reset fpu in fpu_kernel_enter() even when there is no xsave state | Jonathan Gray |
2020-11-28 | Since our IPI broadcast functions exclude the CPU doing the broadcast, we | Mark Kettenis |
2020-11-24 | Remove commented-out code messing with uvmexp. | Martin Pieuchot |
2020-11-15 | Add pchgpio(4), a driver for the GPIO controllers found on modern Intel | Mark Kettenis |
2020-11-13 | Delete unused #defines: T_USER hasn't been used since July 2018 | Philip Guenther |
2020-11-13 | Correct CVE number in comment | Philip Guenther |
2020-11-12 | Simplify interrupt entry stubs to not push around bogus trapno+err | Philip Guenther |
2020-11-09 | Give sizes and types to more functions and objects. | Philip Guenther |
2020-11-08 | In case of failure, call sigexit() from trapsignal instead of sensig(). | Martin Pieuchot |
2020-11-03 | Give sizes to more of the functions in locore.S | Philip Guenther |
2020-11-03 | Correct comment typo in previous | Philip Guenther |
2020-11-02 | Restore abstraction of register saving into macros in frameasm.h | Philip Guenther |
2020-10-30 | Use a 64MB block to load the kernel to deal with kernel growth. | Mark Kettenis |
2020-10-28 | Use "memory" on inline fence instructions to suggest to the compiler | Jonathan Gray |
2020-10-27 | Adding IOMMU support for AMD Vi and Intel VTD (disabled) | Jordan Hargrave |
2020-10-26 | Switch the pmap and PDP pools to IPL_VM, drop the PR_WAITOK flag from the | Mark Kettenis |
2020-10-22 | uvm_grow() doesn't need KERNEL_LOCK anymore, and onfault never did. | Theo de Raadt |
2020-10-21 | Save and restore the MXCSR register and the FPU control word such that | Mark Kettenis |
2020-10-19 | the userland pagefault handler can drop the kernel lock before going | Theo de Raadt |
2020-10-19 | deliver SIGSEGV rather than SIGBUS for T_PROTFLT,T_SEGNPFLT,T_STKFLT. | Theo de Raadt |
2020-10-16 | rl(4) is becoming rare. | Theo de Raadt |
2020-10-14 | Split the userland vs kernel uvm_fault reaching paths to reduce late | Theo de Raadt |
2020-10-08 | use access_type as the PROT_* variable for uvm_fault() consistantly | Theo de Raadt |
2020-10-07 | Remove dead marko cdev_joy_init. | jan |
2020-09-29 | Delete dead isa_strayintr() and fakeintr() code, along with multiple | Philip Guenther |
2020-09-26 | Stop printing the extents for release. | Mark Kettenis |
2020-09-24 | Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults. | Theo de Raadt |
2020-09-15 | abl(4) is a new driver to control the backlight brightness on Intel based | Marcus Glocker |
2020-09-14 | The uvm_map_inentry() check may sleep to grab the lock of the map. | Mark Kettenis |
2020-09-13 | change pmap wbinvd use to wbinvd_on_all_cpus | Jonathan Gray |
2020-09-13 | add an ipi for wbinvd and a linux style wbinvd_on_all_cpus() function | Jonathan Gray |
2020-09-13 | add SRBDS cpuid bits | Jonathan Gray |
2020-09-12 | asmc0 -> asmc* | Marcus Glocker |
2020-09-12 | Make asmc(4) attach through acpi(4) instead of isa(4). | Marcus Glocker |
2020-09-11 | Include <sys/systm.h> directly instead of relying on hidden UVM includes. | Martin Pieuchot |
2020-09-10 | Introduce a helper to find a VCPU. | Martin Pieuchot |
2020-09-06 | amd64: add tsc_delay(), a delay(9) implementation based on the TSC | cheloha |
2020-09-03 | amd64: lapic: refactor timer programming | cheloha |
2020-09-01 | Fix write un-protecting of kernel memory. p was used uninitialized | Patrick Wildt |