Age | Commit message (Expand) | Author |
2023-12-10 | vmm(4): flush EPTs after enabling VMX mode. | Dave Voutila |
2023-12-10 | Add a new label "sigcodecall" inside every sigtramp definition, directly | Theo de Raadt |
2023-11-28 | Adapt inv{vpid,ept} to return success or failure. | Dave Voutila |
2023-11-26 | vmm(4)/vmx: pass correct vpid value to invvpid. | Dave Voutila |
2023-11-24 | vmm(4)/vmx: fix memory scribbling by updating GDTR/TR if vcpu moves. | Dave Voutila |
2023-11-22 | Fix race when initializing TSC. | Alexander Bluhm |
2023-11-13 | include function name in warning printf in vmx_handle_np_fault() and svm_hand... | Jasper Lievisse Adriaanse |
2023-11-11 | Fix variable name in comment | Jeremie Courreges-Anglas |
2023-10-30 | Use KERNEL_ASSERT_UNLOCKED() instead of KASSERT(!_kernel_lock_held()). | Vitaliy Makkoveev |
2023-10-26 | make efi_getdisklabel_cd9660() handle a block size of 512 and simplify | Jonathan Gray |
2023-10-24 | Normally context switches happen in mi_switch() but there are 3 cases | Claudio Jeker |
2023-10-13 | enable dwqe(4) in RAMDISK_CD | Stefan Sperling |
2023-10-11 | Add initial support for Elkhart Lake ethernet to dwqe(4). | Stefan Sperling |
2023-09-25 | enable mbg(4) at pci on amd64, from Maurice Janssen | Theo de Raadt |
2023-09-17 | clockintr: remove clockintr_init(), clockintr_flags | Scott Soule Cheloha |
2023-09-14 | clockintr: replace CL_RNDSTAT with global variable statclock_is_randomized | Scott Soule Cheloha |
2023-09-10 | load amd patch into a malloc'd region to make it page aligned | Jonathan Gray |
2023-09-08 | Clean up old console bootargs | Klemens Nanni |
2023-09-06 | vmm(4)/vmd(8): include pending interrupt in vm_run_parmams. | Dave Voutila |
2023-09-06 | revert disabling warnings for zlib on clang >= 15 | Jonathan Gray |
2023-09-05 | vmm(4): switch the APMI CPUID mask to an include mask | Mike Larkin |
2023-09-03 | vmm(4): Suppress AMD HwPstate visibility to guests | Mike Larkin |
2023-08-23 | all platforms: separate cpu_initclocks() from cpu_startclock() | Scott Soule Cheloha |
2023-08-16 | add Intel ARCH_CAP_GDS bits | Jonathan Gray |
2023-08-15 | Replace a bunch of (1 << 31) with (1U << 31) | Miod Vallat |
2023-08-09 | correct platform id mask, it is 3 bits 52:50 | Jonathan Gray |
2023-08-09 | show x86 cpu patch level in dmesg | Jonathan Gray |
2023-07-31 | On CPUs with eIBRS ("enhanced Indirect Branch Restricted Speculation") | Philip Guenther |
2023-07-31 | The replacement code passed to codepatch_replace() can usefully be | Philip Guenther |
2023-07-28 | Include a newline in a DPRINTF() | Philip Guenther |
2023-07-28 | Add CODEPATCH_CODE() macro to simplify defining a symbol for a chunk | Philip Guenther |
2023-07-27 | Fix off-by-one: SEFF0ECX_WAITPKG is bit 5, not bit 4. | Philip Guenther |
2023-07-27 | Report speculation control bits in dmesg cpu lines. | Philip Guenther |
2023-07-27 | The interrupt resume (Xdoreti) and recurse (Xspllower) paths are | Philip Guenther |
2023-07-27 | Follow the lead of mips64 and make cpu_idle_cycle() just call the | Philip Guenther |
2023-07-25 | statclock: move profil(2), GPROF code to profclock(), gmonclock() | Scott Soule Cheloha |
2023-07-25 | cpu_idle_{enter,leave} are no-ops on amd64 now, so just #define | Philip Guenther |
2023-07-25 | Some hypervisors (such as Hertzner) allow msr read of DE_CFG (which does | Theo de Raadt |
2023-07-24 | Set DE_CFG[9] -- a chickenbit which stops Zenbleed. The chickenbit may | Theo de Raadt |
2023-07-23 | update AMD CPU microcode if a newer patch is available | Jonathan Gray |
2023-07-22 | BOOTARG_UCODE for AMD | Jonathan Gray |
2023-07-21 | Rename ARCH_CAPABILITIES_* #defined to ARCH_CAP_* | Philip Guenther |
2023-07-20 | Assign wsdisplay0 to the glass console always. The same change is | YASUOKA Masahiko |
2023-07-10 | Enable Indirect Branch Tracking for amd64 userland, using XSAVES/XRSTORS | Philip Guenther |
2023-07-08 | Move /dev/apm related acpi code to acpi_apm.c which is only built on | Tobias Heider |
2023-07-08 | Toggle IBT off during EFI runtime services calls. | Mark Kettenis |
2023-07-08 | Add ietp driver for Elantech I2C touchpads | Joshua Stein |
2023-07-05 | The hypercall page populated with instructions by the hypervisor is not IBT | Anton Lindqvist |
2023-07-05 | Drop kernel lock before panic to avoid WITNESS report during fault | Klemens Nanni |
2023-07-04 | amd64: cpu_info: rearrange members, keep ci_mds_tmp 32-byte aligned | Scott Soule Cheloha |