summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2023-07-07amd64/ALL: Turn on heartbeat checks.riastradh
2023-06-24Fix typo in comment.msaitoh
2023-06-05Un-comment the ident linepgoyette
2023-05-14x86/locore.S: Nix trailing whitespace.riastradh
2023-05-05Add a SELFRELOC kernel option for the sake of documentation clarity.manu
2023-04-28Pass local symbols relocations in both passes and provide the kobj_relocskrll
2023-04-20Add reloc keyworkd to let EFI bootstrap load amd64 kernel at any addressmanu
2023-04-12ichsmb(4), tco(4): Add support for TCO on newer Intel chipsets.riastradh
2023-04-09amd64: Make curlwp and curcpu() flushable.riastradh
2023-03-03Revert "x86: Add kthread_fpu_enter/exit support, take two."riastradh
2023-03-01x86: Expand on comments on ordering around stores to ci_curlwp.riastradh
2023-02-27amd64_trap.S: Annotate trap vectors with their mnemonics.riastradh
2023-02-25x86: Add kthread_fpu_enter/exit support, take two.riastradh
2023-02-09Adjust _all_ cinclude of *.local filesabs
2023-02-09Ensure GENERIC.local is always at the end of GENERICabs
2023-01-06Explicitly set -z noseparate-code because the default is about to changechristos
2022-12-27Move some definitions. Add comment. No functional change.msaitoh
2022-12-26sysret -> sysretl for new binutilschristos
2022-12-26Reduce diff between i386/i386/genassym.cf and amd64/amd64/genassym.cf. NFCI.msaitoh
2022-12-26Sort lines. Add comment. No functional change.msaitoh
2022-12-26Reduce 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 conditionuwe
2022-12-24{amd64,i386}/db_machdep.c: Use DB_SYM_NULLuwe
2022-12-22Add missing virtio devices to x86 ALL kernelsjakllsch
2022-12-22Driver for DaynaPORT SCSI/Link (dse.4).nat
2022-12-18Typo in commentskrll
2022-10-26ddb/db_active.h: New home for extern db_active.riastradh
2022-10-26sys: Put externs for time_adjtime and time_adjusted in .h files.riastradh
2022-10-26sys/*: Get module_map consistently from sys/module.h.riastradh
2022-09-29swwdog(4): Add to GENERIC kernels.riastradh
2022-09-24x86: Support EFI runtime services.riastradh
2022-09-13amd64/asan.h, amd64/msan.h: Add include guards.riastradh
2022-09-13Fix PR kern/57007. I missed applying a part of the original patch.knakahara
2022-09-12Update register name at fault. Pointed out by hgutch@n.o, thanks.knakahara
2022-09-07NetBSD/x86: Raise the number of interrupt sources per CPU from 32 to 56.knakahara
2022-09-01Add commented out experimental PVH dom0 options and pseudo-devicebouyer
2022-08-22Sprinkle "#include <machine/pmap_private.h>", kernel ALL/amd64hannken
2022-08-22amd64/msan.h: Fix includes for private pmap.riastradh
2022-08-21Adapt to pmap/bootspace migrations.mlelstv
2022-08-21x86 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-20x86: Move definition of struct pmap to pmap_private.h.riastradh
2022-08-20x86: Split most of pmap.h into pmap_private.h or vmparam.h.riastradh
2022-08-20x86: Forbid using x86/pte.h directly; use machine/pte.h.riastradh
2022-08-20amd64/pte.h, i386/pte.h: Need sys/stdint.h for uintN_t.riastradh
2022-08-20x86: Move struct vm_page_md to common x86/pmap.h.riastradh
2022-08-20x86: Split bootspace out of x86/pmap.h into new x86/bootspace.h.riastradh
2022-08-07UFS/LFS dirhash:simonb
2022-07-30x86: Eliminate mfence hotpatch for membar_sync.riastradh
2022-07-29x86: Disable new DRM_LEGACY option in INSTALL kernel.riastradh