| Age | Commit message (Expand) | Author |
| 2023-04-09 | amd64: Make curlwp and curcpu() flushable. | riastradh |
| 2022-09-24 | x86: Support EFI runtime services. | riastradh |
| 2022-09-13 | amd64/asan.h, amd64/msan.h: Add include guards. | riastradh |
| 2022-08-22 | Sprinkle "#include <machine/pmap_private.h>", kernel ALL/amd64 | hannken |
| 2022-08-22 | amd64/msan.h: Fix includes for private pmap. | 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-08-20 | x86: Split bootspace out of x86/pmap.h into new x86/bootspace.h. | riastradh |
| 2022-07-30 | x86: Eliminate mfence hotpatch for membar_sync. | riastradh |
| 2022-05-22 | fix various small typos, mainly in comments. | andvar |
| 2022-04-09 | x86: Every load is a load-acquire, so membar_consumer is a noop. | riastradh |
| 2021-11-02 | In order to prevent _mcount() from being recursively called when built with C... | ryo |
| 2021-10-27 | - In sendsig() and sigaction1(), don't hard-code signal trampoline | thorpej |
| 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-17 | sys/arch/amd64: remove trailing whitespace | rillig |
| 2021-04-01 | Whitespace: #define<tab> | simonb |
| 2021-01-23 | Document via __HAVE_BUS_SPACE_8 platforms that implement bus_space_*_8 | christos |
| 2020-11-30 | Introduce smap_enable()/smap_disable() functions, to be used from | bouyer |
| 2020-11-26 | make the max text size the same as the max data size | christos |
| 2020-11-18 | Make this at least compile. | hannken |
| 2020-10-06 | GC unused MAXTSIZ32 | christos |
| 2020-09-10 | kasan: fix the copyright notices | maxv |
| 2020-09-10 | kcsan: fix the copyright notices | maxv |
| 2020-09-09 | kmsan: update the copyright notices | maxv |
| 2020-09-05 | Round of uvm.h cleanup. | riastradh |
| 2020-08-01 | move __HAVE_PCI_MSI_MSIX to <x86/pci_machdep_common.h> | jdolecek |
| 2020-07-19 | Revert most of ad's movs/stos change. Instead do a lot simpler: declare | maxv |
| 2020-07-14 | Introduce per-cpu IDTs | yamaguchi |
| 2020-06-29 | increase UPAGES (used for lwp kernel stack) for SVS so the the | jdolecek |
| 2020-06-23 | Rename __MD_CANONICAL_BASE -> __MD_KERNMEM_BASE for clarity. | maxv |
| 2020-06-21 | Fix comment | bouyer |
| 2020-06-13 | Print a rate limited warning if the TSC timecounter goes backwards from the | ad |
| 2020-06-07 | make this compile. | christos |
| 2020-06-01 | Reported-by: syzbot+6dd5a230d19f0cbc7814@syzkaller.appspotmail.com | 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-02 | Call kasan_early_init earlier, to unbreak KASAN after the recent RNG | 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 |