| Age | Commit message (Expand) | Author |
| 2023-07-07 | amd64/ALL: Turn on heartbeat checks. | riastradh |
| 2023-06-24 | Fix typo in comment. | msaitoh |
| 2023-06-05 | Un-comment the ident line | pgoyette |
| 2023-05-14 | x86/locore.S: Nix trailing whitespace. | riastradh |
| 2023-05-05 | Add a SELFRELOC kernel option for the sake of documentation clarity. | manu |
| 2023-04-28 | Pass local symbols relocations in both passes and provide the kobj_reloc | skrll |
| 2023-04-20 | Add reloc keyworkd to let EFI bootstrap load amd64 kernel at any address | manu |
| 2023-04-12 | ichsmb(4), tco(4): Add support for TCO on newer Intel chipsets. | riastradh |
| 2023-04-09 | amd64: Make curlwp and curcpu() flushable. | riastradh |
| 2023-03-03 | Revert "x86: Add kthread_fpu_enter/exit support, take two." | riastradh |
| 2023-03-01 | x86: Expand on comments on ordering around stores to ci_curlwp. | riastradh |
| 2023-02-27 | amd64_trap.S: Annotate trap vectors with their mnemonics. | riastradh |
| 2023-02-25 | x86: Add kthread_fpu_enter/exit support, take two. | riastradh |
| 2023-02-09 | Adjust _all_ cinclude of *.local files | abs |
| 2023-02-09 | Ensure GENERIC.local is always at the end of GENERIC | abs |
| 2023-01-06 | Explicitly set -z noseparate-code because the default is about to change | christos |
| 2022-12-27 | Move some definitions. Add comment. No functional change. | msaitoh |
| 2022-12-26 | sysret -> sysretl for new binutils | christos |
| 2022-12-26 | Reduce diff between i386/i386/genassym.cf and amd64/amd64/genassym.cf. NFCI. | msaitoh |
| 2022-12-26 | Sort lines. Add comment. No functional change. | msaitoh |
| 2022-12-26 | Reduce diff between i386/i386/genassym.cf and amd64/amd64/genassym.cf. NFCI. | msaitoh |
| 2022-12-24 | {amd64,i386}/db_machdep.c: Don't bury a function call in an if condition | uwe |
| 2022-12-24 | {amd64,i386}/db_machdep.c: Use DB_SYM_NULL | uwe |
| 2022-12-22 | Add missing virtio devices to x86 ALL kernels | jakllsch |
| 2022-12-22 | Driver for DaynaPORT SCSI/Link (dse.4). | nat |
| 2022-12-18 | Typo in comment | skrll |
| 2022-10-26 | ddb/db_active.h: New home for extern db_active. | riastradh |
| 2022-10-26 | sys: Put externs for time_adjtime and time_adjusted in .h files. | riastradh |
| 2022-10-26 | sys/*: Get module_map consistently from sys/module.h. | riastradh |
| 2022-09-29 | swwdog(4): Add to GENERIC kernels. | riastradh |
| 2022-09-24 | x86: Support EFI runtime services. | riastradh |
| 2022-09-13 | amd64/asan.h, amd64/msan.h: Add include guards. | riastradh |
| 2022-09-13 | Fix PR kern/57007. I missed applying a part of the original patch. | knakahara |
| 2022-09-12 | Update register name at fault. Pointed out by hgutch@n.o, thanks. | knakahara |
| 2022-09-07 | NetBSD/x86: Raise the number of interrupt sources per CPU from 32 to 56. | knakahara |
| 2022-09-01 | Add commented out experimental PVH dom0 options and pseudo-device | bouyer |
| 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 | Adapt to pmap/bootspace migrations. | mlelstv |
| 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-08-07 | UFS/LFS dirhash: | simonb |
| 2022-07-30 | x86: Eliminate mfence hotpatch for membar_sync. | riastradh |
| 2022-07-29 | x86: Disable new DRM_LEGACY option in INSTALL kernel. | riastradh |