| Age | Commit message (Expand) | Author |
| 2023-04-09 | i386: Make curlwp and curcpu() flushable. | riastradh |
| 2022-09-24 | x86: Support EFI runtime services. | riastradh |
| 2022-08-21 | i386/vmparam.h: Need some constants from i386/pte.h. | riastradh |
| 2022-08-21 | x86 Move VA_SIGN_POS/NEG to machine/pte.h. | riastradh |
| 2022-08-20 | {amd64,i386}/pmap_private.h: Fix minor whitespace issues. | riastradh |
| 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: Forbid using x86/pte.h directly; use machine/pte.h. | riastradh |
| 2022-08-20 | amd64/pte.h, i386/pte.h: Need sys/stdint.h for uintN_t. | riastradh |
| 2022-08-20 | x86: Move struct vm_page_md to common x86/pmap.h. | riastradh |
| 2022-07-30 | x86: Eliminate mfence hotpatch for membar_sync. | riastradh |
| 2022-05-18 | fix typos in word "access" and it derivatives, mainly in comments. | andvar |
| 2022-04-09 | x86: Every load is a load-acquire, so membar_consumer is a noop. | riastradh |
| 2021-12-26 | fix various typos, mainly in comments. | andvar |
| 2021-11-02 | In order to prevent _mcount() from being recursively called when built with C... | ryo |
| 2021-10-29 | Define __HAVE_STRUCT_SIGCONTEXT regardless of its current visibility. | thorpej |
| 2021-10-26 | Merge all MD __sigaction14_sigtramp.c copies into one: | christos |
| 2021-05-31 | Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE is | simonb |
| 2021-04-30 | Merge the x86 gdt function and constant definitions | christos |
| 2021-04-30 | Bump MAX_USERLDT_SIZE to the max size (wastes some memory). wine needs more | christos |
| 2021-04-01 | Whitespace: #define<tab> | simonb |
| 2020-08-10 | Clean up _LKM --> _MODULE leftovers. | rin |
| 2020-08-01 | move __HAVE_PCI_MSI_MSIX to <x86/pci_machdep_common.h> | jdolecek |
| 2020-07-23 | Trailing whitespace | skrll |
| 2020-07-19 | don't include opt_user_ldt.h when it is not needed | maxv |
| 2020-07-14 | Introduce per-cpu IDTs | yamaguchi |
| 2020-06-13 | Print a rate limited warning if the TSC timecounter goes backwards from the | ad |
| 2020-05-30 | Introduce PTRACE_REGS_ALIGN, and on x86, enforce a 16-byte alignment, due | maxv |
| 2020-05-15 | Revert previous after thinking about it. It was wrong, don't need to use | ad |
| 2020-05-04 | add support for using MSI for XenPV Dom0 | jdolecek |
| 2020-05-01 | Switch the rest of i386 to the x86_hotpatch mechanism. | maxv |
| 2020-05-01 | Use the hotpatch framework when patching _atomic_cas_64. | maxv |
| 2020-04-30 | Don't #include xen/intrdefs.h is !XEN. | bouyer |
| 2020-04-26 | Use the hotpatch framework for LFENCE/MFENCE. | maxv |
| 2020-04-25 | Merge the bouyer-xenpvh branch, bringing in Xen PV drivers support under HVM | bouyer |
| 2020-04-25 | Switch to the new PTE naming. The old naming is now unused, remove it. | maxv |
| 2020-04-24 | Give the ldt a fixed size of one page (512 slots), and drop the variable- | maxv |
| 2020-04-17 | Mark the .ident section as mergable string section to avoid redundant | joerg |
| 2020-03-17 | Always set PTEs using atomics. There are too many assumptions to go wrong. | ad |
| 2020-03-05 | Revert "Include opt_diagnostic.h for DIAGNOSTIC." | riastradh |
| 2020-03-05 | Include opt_diagnostic.h for DIAGNOSTIC. | riastradh |
| 2020-01-13 | Remove now unused mdlwp fields md_gc_pmap and md_gc_ptp. | ad |
| 2020-01-09 | Add missing compat define of PT32_GETXSTATE | kamil |
| 2020-01-08 | Include XSTATE note in x86 core dumps | mgorny |
| 2019-12-27 | Harmonize the namespace of fast TLS base pointer getter functions | kamil |
| 2019-11-21 | mi_userret(): take care of calling preempt(), set spc_curpriority directly, | ad |
| 2019-10-18 | Multiboot2 kernel support for i386 | manu |
| 2019-10-12 | Rewrite the FPU code on x86. This greatly simplifies the logic and removes | maxv |
| 2019-09-23 | Disable __NO_STRICT_ALIGNMENT on amd64/i386 for UBSan builds | kamil |
| 2019-09-13 | Add multiboot 2 support to x86 bootloaders | manu |