summaryrefslogtreecommitdiff
path: root/sys/arch/x86
AgeCommit message (Expand)Author
2023-06-14Make PCI_ADDR_FIXUP depended on PCI_BUS_FIXUP.rin
2023-05-22efi(4): Implement EFIIOC_GET_TABLE on x86.riastradh
2023-05-22efi(4): Move error macros to efi.h.riastradh
2023-05-13s/requied/required/ in comments (likely grammar should be also improved in theandvar
2023-05-10x86/imc(4): Use config_detach_children.riastradh
2023-05-09ichlpcib(4): Use config_detach_children.riastradh
2023-05-09ichlpcib(4): KNF. No functional change intended.riastradh
2023-04-12ichsmb(4), tco(4): Add support for TCO on newer Intel chipsets.riastradh
2023-04-11x86: Omit needless membar_sync in intr_disestablish_xcall.riastradh
2023-04-11Fix compile error.msaitoh
2023-04-11Add CPUID 0x07 %ecx bit 24 BUS_LOCK_DETECT.msaitoh
2023-04-11Add Intel lam and AMD vnmi.msaitoh
2023-03-28x86/bus_dma.c: Sprinkle KASSERTMSG.riastradh
2023-03-25s/Predective/Predictive/ and s/dedected/detected/ in comments.andvar
2023-03-24Allow a PVH dom0 to use VGA as console: make xen_pvh_consinit() return 1 ifbouyer
2023-03-24mpacpi_config_cpu(): Xen with a PVH dom0 reports x2apic->LocalApicIdbouyer
2023-03-03x86/fpu: Align savefpu to 64 bytes in fpuinit_mxcsr_mask.riastradh
2023-03-03x86: Call fpuinit_mxcsr_mask only once.riastradh
2023-03-03Revert "x86: Add kthread_fpu_enter/exit support, take two."riastradh
2023-03-03Revert "x86/fpu.c: Sprinkle KNF."riastradh
2023-02-25x86/fpu.c: Sprinkle KNF.riastradh
2023-02-25x86: Add kthread_fpu_enter/exit support, take two.riastradh
2023-02-25x86: Label boolean is_64bit argument to fpu_area_restore.riastradh
2023-02-25x86: Mitigate MXCSR Configuration Dependent Timing in kernel FPU use.riastradh
2023-02-25x86: Assert kpreempt_disabled() in cpu_load_pmap.riastradh
2023-02-17Add AMD CPUID Fn0000_0008 %ebx bit 3 INVLPGB.msaitoh
2023-02-14Add some CPUID bits from PPR for AMD Family 19h Model 61h Revision B1.msaitoh
2023-01-28amdsmn(4),amdzentemp(4): Add Zen3+ Rembrandt(19h/4xh) & Zen4 Genoa(19h/1xh).msaitoh
2023-01-28Reduce diff against DragonFly. No functional change.msaitoh
2023-01-25x86/intr: Work around sleazy clockintr with a secret frame argument.riastradh
2023-01-24x86/isa/clock.c: Nix trailing whitespace.riastradh
2023-01-24x86/acpi/acpi_machdep.c: Nix trailing whitespace.riastradh
2023-01-20s/attemping/attempting/ in comment.msaitoh
2022-12-30Honor ACPI FADT Century byte; should fix many "unknown CMOS layout" messages.jakllsch
2022-12-30Fix comment.msaitoh
2022-12-30Add x2avic. Modify comment.msaitoh
2022-12-30Update definitions from the latest Intel SDM.msaitoh
2022-12-27Use __BIT(). Add comment. Whitespace. No functional change.msaitoh
2022-12-24s/reqest/request/, s/requst/request/ and s/reuqest/request/ in comments.andvar
2022-12-24db_trace.c: Use DB_SYM_NULL instead of respelling ituwe
2022-12-24db_trace.c: Make parens balanced across #ifdefuwe
2022-12-23x86_add_cluster() takes the end of the segment, not the size.bouyer
2022-12-18Add amdsmn(4) and amdccp(4) power management stubs.reinoud
2022-11-24match zen3 "cezanne" (ryzen 5000-series APU.)mrg
2022-11-21Update AMD CPUID Fn8000_001bmsaitoh
2022-11-16Add CPUID Fn8000_0022 AMD Extended Performance Monitoring and Debug.msaitoh
2022-11-16Add CPUID Fn8000_0021 AMD Extended Features Identification 2.msaitoh
2022-11-16Add Some definitions from AMD APM:msaitoh
2022-10-29x86: Add dtrace probes for interrupt handler entry and return.riastradh
2022-10-28x86/acpi: Mark acpica interrupt handlers MP-safe.riastradh