| Age | Commit message (Expand) | Author |
| 2023-05-22 | efi(4): Implement EFIIOC_GET_TABLE on x86. | riastradh |
| 2023-05-22 | efi(4): Move error macros to efi.h. | riastradh |
| 2023-04-11 | x86: Omit needless membar_sync in intr_disestablish_xcall. | riastradh |
| 2023-04-11 | Add Intel lam and AMD vnmi. | msaitoh |
| 2023-03-28 | x86/bus_dma.c: Sprinkle KASSERTMSG. | riastradh |
| 2023-03-24 | Allow a PVH dom0 to use VGA as console: make xen_pvh_consinit() return 1 if | bouyer |
| 2023-03-24 | mpacpi_config_cpu(): Xen with a PVH dom0 reports x2apic->LocalApicId | bouyer |
| 2023-03-03 | x86/fpu: Align savefpu to 64 bytes in fpuinit_mxcsr_mask. | riastradh |
| 2023-03-03 | x86: Call fpuinit_mxcsr_mask only once. | riastradh |
| 2023-03-03 | Revert "x86: Add kthread_fpu_enter/exit support, take two." | riastradh |
| 2023-03-03 | Revert "x86/fpu.c: Sprinkle KNF." | riastradh |
| 2023-02-25 | x86/fpu.c: Sprinkle KNF. | riastradh |
| 2023-02-25 | x86: Add kthread_fpu_enter/exit support, take two. | riastradh |
| 2023-02-25 | x86: Label boolean is_64bit argument to fpu_area_restore. | riastradh |
| 2023-02-25 | x86: Mitigate MXCSR Configuration Dependent Timing in kernel FPU use. | riastradh |
| 2023-02-25 | x86: Assert kpreempt_disabled() in cpu_load_pmap. | riastradh |
| 2023-01-25 | x86/intr: Work around sleazy clockintr with a secret frame argument. | riastradh |
| 2023-01-20 | s/attemping/attempting/ in comment. | msaitoh |
| 2022-12-30 | Add x2avic. Modify comment. | msaitoh |
| 2022-12-24 | s/reqest/request/, s/requst/request/ and s/reuqest/request/ in comments. | andvar |
| 2022-12-24 | db_trace.c: Use DB_SYM_NULL instead of respelling it | uwe |
| 2022-12-24 | db_trace.c: Make parens balanced across #ifdef | uwe |
| 2022-12-23 | x86_add_cluster() takes the end of the segment, not the size. | bouyer |
| 2022-10-29 | x86: Add dtrace probes for interrupt handler entry and return. | riastradh |
| 2022-10-26 | ddb/db_active.h: New home for extern db_active. | riastradh |
| 2022-10-12 | Use macros. No functional change. | msaitoh |
| 2022-10-06 | Print detail about misconfigured APIC ID. | msaitoh |
| 2022-09-24 | x86/efi: Print uuids in slightly more standard notation. | riastradh |
| 2022-09-24 | x86/pmap: Convert conditional to assertion. | riastradh |
| 2022-09-24 | x86: Support EFI runtime services. | riastradh |
| 2022-09-15 | Verify checksum of the extended signature table. | msaitoh |
| 2022-09-15 | Add missing newline in a message. KNF. | msaitoh |
| 2022-09-13 | x86/genfb: Re-enable shadowfb by defualt for now. | riastradh |
| 2022-09-07 | NetBSD/x86: Raise the number of interrupt sources per CPU from 32 to 56. | knakahara |
| 2022-09-05 | x86: Fix interaction between consinit, device_pci_register, and drm. | riastradh |
| 2022-08-31 | Work in progress on dom0 PVH support: ioctl support for tools. | bouyer |
| 2022-08-30 | x86: Rename x86/efi.c -> x86/efi_machdep.c. | riastradh |
| 2022-08-27 | x86/db_memrw.c: Mark db_read_bytes, db_write_bytes __noubsan. | riastradh |
| 2022-08-27 | x86/db_memrw.c: Use uint64_t, not long, for 8-byte r/w. | riastradh |
| 2022-08-22 | Sprinkle "#include <machine/pmap_private.h>", kernel ALL/amd64 | hannken |
| 2022-08-20 | x86: Move definition of struct pmap to pmap_private.h. | riastradh |
| 2022-08-20 | x86: Split most of pmap.h into pmap_private.h or vmparam.h. | riastradh |
| 2022-08-20 | x86: Move pl*_i, pl_i_roundup, and ptp_va2o out of x86/pmap.h. | riastradh |
| 2022-08-20 | x86: Split bootspace out of x86/pmap.h into new x86/bootspace.h. | riastradh |
| 2022-08-20 | x86: Move page attribute table bits to x86/pat.h. | riastradh |
| 2022-08-20 | fpu_kern_enter/leave: Disable IPL assertions. | riastradh |
| 2022-08-14 | x86/genfb: Disable shadowfb by default. | riastradh |
| 2022-08-14 | Split TSC calibtration into many small steps and disable interrupts | mlelstv |
| 2022-08-13 | Fix an inverted KASSERTMSG test from the #ifdef DIAGNOSTIC panic -> KASSERT | skrll |
| 2022-08-12 | x86/bus_dma: #ifdef DIAGNOSTIC panic -> KASSERT | riastradh |