Age | Commit message (Expand) | Author |
2021-04-06 | Restore EPT protection checks on VMX when using VMM_IOC_MPROTECT_EPT | dv |
2021-04-05 | Improve rdmsr/wrmsr exit handling for both AMD SVM and Intel VMX. | dv |
2021-03-29 | Fix IA32_EPT_VPID_CAP_XO_TRANSLATIONS specification | dv |
2021-03-24 | The logic in mmrw() to check whether an address is within direct | Alexander Bluhm |
2021-03-19 | another unfortunate action to cope with relentless kernel growth | Theo de Raadt |
2021-03-17 | Always use an allocated buffer for {Read,Write}Blocks() to make | YASUOKA Masahiko |
2021-03-15 | Add acpi_iommu_device_map(), which replaces the DMA tag with one that | Patrick Wildt |
2021-03-11 | spelling | Jonathan Gray |
2021-03-07 | Explicitly align kernel text. | mortimer |
2021-02-23 | timecounting: use C99-style initialization for all timecounter structs | cheloha |
2021-02-13 | Fix a comment | Mike Larkin |
2021-02-13 | Remove trailing whitespace | Mike Larkin |
2021-02-09 | Activate use of PF_LOCK() by removing the WITH_PF_LOCK ifdefs. | Patrick Wildt |
2021-02-04 | Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to | anton |
2021-02-04 | make if_pfsync.c a better friend with PF_LOCK | Alexandr Nedvedicky |
2021-01-28 | bios_memmap[] should not be a common | Theo de Raadt |
2021-01-28 | Again allow COPTS= to come from the environment again, and don't lose the | Theo de Raadt |
2021-01-23 | Fix whitespace issues | Mike Larkin |
2021-01-23 | vmm(4): wire faulted in pages | Mike Larkin |
2021-01-23 | introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers. | thfr |
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 |