summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/amd64
AgeCommit message (Expand)Author
2023-06-24Fix typo in comment.msaitoh
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-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
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-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-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-08-21Adapt to pmap/bootspace migrations.mlelstv
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: Split bootspace out of x86/pmap.h into new x86/bootspace.h.riastradh
2022-06-27amd64: Handle __syscall trap frames specially too.riastradh
2022-06-26amd64: Print effective syscall number for SYS_syscall stack traces.riastradh
2022-06-26Revert "amd64: Print effective syscall number for SYS_syscall stack traces."riastradh
2022-06-26amd64: Print effective syscall number for SYS_syscall stack traces.riastradh
2022-06-12XenPV: in cpu_switchto(), reset ci_xen_clockf_usermode/ci_xen_clockf_pc,bouyer
2022-05-24Some devices (e.g. ixg in MSI-X mode) don't to have their handlers calledbouyer
2021-12-26sys: Skip suspendsched on cpu_reboot if we're in ddb.riastradh
2021-12-23x86: improve error handling related to idt_vec_alloc()yamaguchi
2021-12-13ddb: fix function names of "noreturn" functions in stack traces.chs
2021-11-10s/annouce/announce/ in comment.msaitoh
2021-11-06COMPAT_NETBSD32 is all about running the 32-bit flavor of nativethorpej
2021-11-01Use "stack_t" instead of "struct sigaltstack", as the former is thethorpej
2021-10-28x86: Move RNG initialization to after consinit.riastradh
2021-10-28x86: Process bootloader rndseed much sooner.riastradh
2021-10-27Use the signal trampoline version constants from <sys/signal.h>.thorpej
2021-08-13s/struture/structure/ s/structre/structure/andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-05-23ddb/amd64: Don't go out of the way to detect invalid addresses.riastradh
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-02-23introduce DDB_END_CMD and replace more than 20 copies of the samemrg
2021-01-24Fix a tyop in a comment.simonb
2020-11-30Introduce smap_enable()/smap_disable() functions, to be used frombouyer
2020-11-20malloc(9) -> kmem(9)thorpej