Age | Commit message (Expand) | Author |
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 |
2023-07-02 | all platforms, kernel: remove __HAVE_CLOCKINTR symbol | Scott Soule Cheloha |
2023-06-27 | amd64: MCOUNT_EXIT: restore interrupts, don't unconditionally reenable them | Scott Soule Cheloha |
2023-06-15 | all platforms, main(): call clockqueue_init() just before sched_init_cpu() | Scott Soule Cheloha |
2023-06-07 | upon resume, fpureset() was being called prematurely (before cpu_init, | Theo de Raadt |
2023-05-30 | spelling | Jonathan Gray |
2023-05-22 | The fp_ex_[st]w struct savefpu members were inherited from NetBSD where | Philip Guenther |
2023-04-30 | Remove the EFI RTC implementation on amd64. Since all amd64 systems we | Mark Kettenis |
2023-04-29 | remove some 19 year old #if 0 code | Mike Larkin |
2023-04-29 | whitespace | Mike Larkin |
2023-04-28 | bump MAXDSIZ to 128G on amd64 and 64G on arm64 | Robert Nagy |
2023-04-27 | Remove efi32 and efi64. These are leftovers from a project that didn't go | Mark Kettenis |
2023-04-26 | Implement dt(4) utrace support on amd64 and i386. | Claudio Jeker |
2023-04-26 | Incorporate r1.140 and r1.141 of vmm.c: | Mike Larkin |
2023-04-26 | Integrate r1.339 of vmm.c which I missed during the previous MI/MD split | Mike Larkin |