Age | Commit message (Expand) | Author |
2023-04-10 | spelling | Jonathan Gray |
2023-04-02 | nable ngbe(4) on install media. Passes 'make release' build. | Kevin Lo |
2023-03-31 | Enable ngbe(4). | Kevin Lo |
2023-03-26 | amd64: identify IBT capability in cpu(4) dmesg lines | Mike Larkin |
2023-03-19 | Aggressively randomize the location of the stack on all 64-bit architectures | Mark Kettenis |
2023-03-15 | store bios version, needed for amdgpu Steam Deck quirk | Jonathan Gray |
2023-03-09 | workaround Intel Braswell/Cherry Trail mwait hang | Jonathan Gray |
2023-03-08 | amd64: lapic_timer_rearm: don't reset mode, mask, divisor | Scott Soule Cheloha |
2023-03-06 | In iskmemdev(), do not check for the minor of /dev/io. It has been | Miod Vallat |
2023-02-23 | Remove dangerous user-settable "addr" variable from MI boot loader, and | Miod Vallat |
2023-02-11 | __syscall() is no longer neccessary since the system calls which needed | Theo de Raadt |
2023-02-04 | timecounting: remove incomplete PPS support | Scott Soule Cheloha |
2023-01-31 | amd64: lapic_timer_trigger: disable interrupts while configuring timer | Scott Soule Cheloha |
2023-01-31 | On systems without xonly mmu hardware-enforcement, we can still mitigate | Theo de Raadt |
2023-01-30 | vmm(4): expose PKU cpuid bit if in use on host. | Dave Voutila |
2023-01-30 | part of a future diff snuck into the previous commit | Theo de Raadt |
2023-01-30 | vmm(4): save and restore guest pkru. | Dave Voutila |
2023-01-30 | We have determined that enough HV have correct PKU handling now, | Theo de Raadt |
2023-01-29 | sign another typo | Theo de Raadt |
2023-01-28 | Move some header definitions from vmm(4) to vmd(8). | Dave Voutila |
2023-01-28 | typo in comment | Theo de Raadt |
2023-01-20 | On cpu with the PKU feature, prot=PROT_EXEC pages now create pte which | Theo de Raadt |
2023-01-19 | Revise implementation of pmap_protect(9) in preparation for execute-only | Mark Kettenis |
2023-01-19 | Restrict vmm(4) exposed cpuid extended feature flags. | Dave Voutila |
2023-01-18 | change BIOSF_SMBIOS bit flag from 6 to 8 | Jonathan Gray |
2023-01-17 | Simplify and clarify the implementation of the pmap_page_protect(9) API. | Mark Kettenis |
2023-01-17 | On amd64 machines without the NX feature enabled, we can't distinguish | Mark Kettenis |
2023-01-16 | we spent far too long debugging a weird go library problem (incorrect | Theo de Raadt |
2023-01-16 | export PGK_VALUE so that .S files can use it | Theo de Raadt |
2023-01-16 | 3 new defines: he PTE protection key mask, the specific key value we use | Theo de Raadt |
2023-01-14 | Implement access to EFI variables and ESRT through an ioctl(2) interface | Mark Kettenis |
2023-01-14 | add protection-key violation error code for page-fault exceptions | Jonathan Gray |
2023-01-14 | recognise protection keys for supervisor-mode (PKS) in cpuid | Jonathan Gray |
2023-01-14 | sync cr4 and xcr0 bits with intel dec 2022 sdm | Jonathan Gray |
2023-01-13 | Retake kernel lock in error paths of vmmioctl. | Dave Voutila |
2023-01-10 | Hide WAITPKG cpu feature from vmm(4) guests. | Dave Voutila |
2023-01-06 | Remove copystr(9), unless used internally by copy{in,out}str. | Miod Vallat |
2023-01-02 | Let the EFI bootloader make a copy of the EFI System Resource Table (ESRT) | Mark Kettenis |
2023-01-01 | update drm to linux 6.1.2 | Jonathan Gray |
2022-12-30 | Actually hide the clang-15 workaround behind the COMPILER_VERSION check | Jeremie Courreges-Anglas |
2022-12-30 | Neuter zlib fatal warnings when building kernels and bootloaders with clang 15 | Jeremie Courreges-Anglas |
2022-12-27 | Ansify pxe_netif_close() and {,pxe}socktodesc() | Jeremie Courreges-Anglas |
2022-12-26 | vmd(8): provide a detailed e820 memory map. | Dave Voutila |
2022-12-19 | rework the synchronisation around suspend/resume. | David Gwynne |
2022-12-08 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-12-01 | _C_LABEL() is no longer useful in the "everything is ELF" world. | Philip Guenther |
2022-11-29 | Move the generic variable definitions from the ASM at the top of | Philip Guenther |
2022-11-29 | Put the original image of the MP-startup and ACPI-suspend/hibernate | Philip Guenther |
2022-11-11 | Enable icc(4). ok anton@ patrick@ | Matthieu Herrb |
2022-11-10 | vmd(8): import mmio decode and emulation, disabled for now. | Dave Voutila |