summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2019-12-04Fix uvm_unmap_remove panic when tearing down VMs.Mike Larkin
2019-11-29Fix size of reserved bytes section in xsave header.mortimer
2019-11-29Add missing retq to mds handler for knights landing.mortimer
2019-11-29Pass the EFI memory map to the kernel.Mark Kettenis
2019-11-28Implement a hexdump command in the boot loader. This helps toAlexander Bluhm
2019-11-26Several functions expect that bootdev_dip is not NULL and can beAlexander Bluhm
2019-11-26vmm(4): fix pvclock accuracy issuespd
2019-11-26When deciding if a pci device is 'primary' test if the efi fb memoryJonathan Gray
2019-11-19Enable rge(4).Kevin Lo
2019-11-18Introduce rge(4), a new driver for Realtek 8125 PCI Express 2.5Gb EthernetKevin Lo
2019-11-10TRUE/FALSE conversions missed in previous.Martin Pieuchot
2019-11-09Retguard will start using sections named ".openbsd.randomdata.retguard.*"Philip Guenther
2019-11-09move NT eflag clearing after register saving, otherwise %eax isTheo de Raadt
2019-11-07The compiler -pg option implies -fno-ret-protector, as we want to disablePhilip Guenther
2019-11-07Convert db_addr_t -> vaddr_t but leave the typedef for now.Martin Pieuchot
2019-11-06Substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-11-03Don't talk about uvm_km_alloc(9), pool_get(9) is what we need.Martin Pieuchot
2019-10-29Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdataTheo de Raadt
2019-10-26Correct some ASM in a commentPhilip Guenther
2019-10-23store specific strings for smbios baseboard vendor, product and serialJonathan Gray
2019-10-20Improve previouskn
2019-10-20Document "set db_console 0|1"kn
2019-10-13Move ws_get_param/ws_set_param into wsdisplay code.Mark Kettenis
2019-10-12Disable TSC debug printfs for release. They can be turned back on byMark Kettenis
2019-10-08amd64: ensure %fs is loaded after final lgdtMike Larkin
2019-09-26Add a new driver for getting AMD CPU temperature sensor over the SMN.Bryan Steele
2019-09-26enable iavf(4)Jonathan Matthew
2019-09-22vmm(4): fix a wrong comment in vmmopen()Mike Larkin
2019-09-20KNF/whitespace fixesMike Larkin
2019-09-11vm_teardown() must be serialized since it modifies the global vmm_softcanton
2019-09-10Do not decrement the number of VMs counter twice in one of vm_create()anton
2019-09-07We can't call cpu_ucode_apply() before we call cpu_ucode_setup().Mark Kettenis
2019-09-07Revert acpipci(4) changes. Too many systems are broken. We'll try againMark Kettenis
2019-09-06Only do the timecounter initialization on the primary CPU. Avoids using aMark Kettenis
2019-09-06If uvm_map_inentry returns false then a signal has been delivered, andTheo de Raadt
2019-09-06fpuinit() comments should precede cpu_init() callTheo de Raadt
2019-09-04Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@cheloha
2019-08-28Use ACPI information to attach PCI busses like we do on arm64. There are aMark Kettenis
2019-08-27On amd64 the bootup and resume paths for SP/BP/SP were not performingTheo de Raadt
2019-08-26Remove rdtsc macro.Paul Irofti
2019-08-21sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4)cheloha
2019-08-20Network-based device paths use Messaging and not Media types. ThusPatrick Wildt
2019-08-19Restore msrs & pat on main cpu. jcs observed a slow console on x1r7,Theo de Raadt
2019-08-14enable amdgpu on amd64 requested by a few peopleJonathan Gray
2019-08-13Allow PXE booting using u-boot by relaxing our requirementsPatrick Wildt
2019-08-13Unbreak build of efi32 due to a typo in the fchmod change.Patrick Wildt
2019-08-09Add TSC synchronization for multiprocessor machines.Paul Irofti
2019-08-07Mitigate CVE-2019-1125: block speculation past conditional jump to mis-skipPhilip Guenther
2019-08-07Add codepatch_jmp(), like codepath_call() but inserting a jmp instead of a call.Philip Guenther
2019-08-04Fix a typo I noticed reviewing the smbios code cleanup diff.kmos