aboutsummaryrefslogtreecommitdiff
path: root/x86_64/locore.S
Commit message (Expand)AuthorAgeFilesLines
* x86_64: fix double fault handlerLuca Dariz2024-09-081-1/+1
* x86_64: split SET_KERNEL_SEGMENTS() for NCPU > 1Luca Dariz2024-03-091-3/+7
* x86_64 locore: Check segmentation by handSamuel Thibault2024-03-041-0/+20
* locore: Remove unnecessary call to CPU_NUMBERDamien Zammit2024-02-181-2/+1
* Fix 32-on-64: Fix missing es pushSamuel Thibault2023-12-031-1/+2
* locore: Homogeneize 32bit and 64bitSamuel Thibault2023-10-281-0/+2
* 64bit: Fix locore buildSamuel Thibault2023-10-281-5/+5
* x86_64/locore.S: Fix int stack checks when NCPUS > 1Damien Zammit2023-10-281-5/+8
* Factorize more push/pop codeSamuel Thibault2023-10-271-35/+34
* locore: Also factorize segment management on i386Samuel Thibault2023-10-271-22/+22
* 32-on-64: Fix missing es pushSamuel Thibault2023-10-271-1/+1
* percpu: active_stack with gsDamien Zammit2023-09-251-1/+1
* x86_64: Change active_threads to use gs like i386Damien Zammit2023-09-251-4/+3
* start/switch_timer: Use CPU_NUMBERSamuel Thibault2023-09-241-2/+2
* percpu area using gs segmentDamien Zammit2023-09-241-3/+4
* gdt: Cleanup gdt.h included in asmDamien Zammit2023-09-241-0/+1
* apic: Use cpuid to read the apic id for speedDamien Zammit2023-08-221-3/+3
* IPI: Do not include support when NCPUS=1Samuel Thibault2023-08-131-0/+2
* IPI: Rework irq names and fix x86_64 buildSamuel Thibault2023-08-131-2/+2
* simple lock: check that the non-_irq variants are not called from IRQSamuel Thibault2023-08-121-3/+11
* x86_64: fix NCPUS > 1 build of CX() macroSamuel Thibault2023-08-121-39/+39
* x86_64: homogeneize with i386 about _call_singleSamuel Thibault2023-08-101-0/+4
* x86_64: fix recursive disabling of interruptsSamuel Thibault2023-08-101-2/+4
* x86_64: remove unneeded segment selectors handling on full 64 bitLuca Dariz2023-08-041-11/+5
* x86_64: refactor segment register handlingLuca Dariz2023-08-041-143/+85
* x86_64: format pusha/popa macros for readabilityLuca Dariz2023-08-041-2/+35
* x86_64: disable V86 mode on full 64-bit configurationLuca Dariz2023-08-041-0/+8
* x86_64: fix stack handling on recursive interrupts for USER32Luca Dariz2023-08-041-5/+11
* x86_64: install emergency handler for double faultLuca Dariz2023-08-041-0/+15
* x86_64: add a critical section on entry and exit from syscall/sysretLuca Dariz2023-06-171-1/+3
* fix fs/gs save/restore and USER32Luca Dariz2023-05-181-3/+1
* x86_64: Attempt to fix ast_from_interruptSergey Bugaev2023-05-171-1/+2
* x86_64: Check for AST when exiting a syscallSergey Bugaev2023-05-121-3/+25
* 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