| Age | Commit message (Expand) | Author |
| 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 |
| 2020-04-15 | Use large pages for the kASan shadow, same as kMSan. | maxv |
| 2020-04-15 | Use large pages for the kMSan shadows. This greatly improves performance, | maxv |
| 2020-04-13 | Add KASAN-DMA support on aarch64, same as amd64. Discussed with skrll@. | maxv |
| 2020-03-17 | Always set PTEs using atomics. There are too many assumptions to go wrong. | ad |
| 2020-03-17 | Add a redzone between the pcb and the stack. Sent to port-amd64@. | maxv |
| 2020-02-08 | Retire KLEAK. | maxv |
| 2020-01-22 | Move the UBC defaults into vmparam.h | ad |
| 2020-01-17 | Bump UBC_WINSHIFT & UBC_NWINS to more reasonable values for amd64. | ad |
| 2020-01-13 | Remove now unused mdlwp fields md_gc_pmap and md_gc_ptp. | ad |
| 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-12-08 | Use the inlines; it is actually fine, since the compiler drops the inlines | maxv |
| 2019-12-02 | Define PT_GETXMMREGS and PT_SETXMMREGS in PT_MACHDEP_STRINGS/amd64 | kamil |
| 2019-11-27 | Add support for PT_[GS]ETXMMREGS requests for COMPAT_NETBSD32 on amd64. | rin |
| 2019-11-27 | Rename process_machdep_validxstate() to process_machdep_validfpu(), as | rin |
| 2019-11-27 | Fix copy-paste in comment. No binary changes. | rin |