aboutsummaryrefslogtreecommitdiff
path: root/x86_64/locore.S
Commit message (Expand)AuthorAgeFilesLines
* add setting gs/fsbaseLuca Dariz2023-05-011-18/+71
* x86_64: add 64-bit syscall entry pointLuca Dariz2023-05-011-5/+153
* fix address fault for 32-on-64-bit syscallLuca Dariz2023-04-201-2/+2
* x86_64: fix user trap during syscall with an invalid user stackLuca Dariz2023-02-271-10/+10
* extend data types to hold a 64-bit addressLuca Dariz2023-02-121-2/+2
* fix x86_64 asm for higher kernel addressesLuca Dariz2023-02-121-4/+2
* enable syscalls on x86_64Luca Dariz2023-02-121-3/+0
* Fix other confusions between KERNEL_STACK_SIZE and INTSTACK_SIZESamuel Thibault2023-01-311-2/+2
* x86_64: expand and shrink messages in copy{in, out}msg routinesLuca Dariz2023-01-181-81/+0
* x86_64: fix buildSamuel Thibault2022-11-271-1/+1
* Update kdb_kintr according to new interrupt stack layoutSamuel Thibault2022-11-271-2/+6
* x86_64: Add missing int_entry_table entries for APICSamuel Thibault2022-11-151-0/+15
* x86_64: fix buildSamuel Thibault2022-09-171-1/+1
* copyinmsg: Set msgh_size inside copyinmsg rather than the callerSamuel Thibault2022-08-281-2/+4
* x86: Pave the way for xsave/xrstor supportSamuel Thibault2020-11-281-1/+5
* mach_trap_table: Fix 64bit versionSamuel Thibault2020-04-061-1/+1
* x86_64: drop unused functionsSamuel Thibault2020-03-291-122/+0
* locore: Add 64bit variantSamuel Thibault2020-03-281-0/+1580