index
:
gnumach.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
x86_64
/
locore.S
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86_64: fix double fault handler
Luca Dariz
2024-09-08
1
-1
/
+1
*
x86_64: split SET_KERNEL_SEGMENTS() for NCPU > 1
Luca Dariz
2024-03-09
1
-3
/
+7
*
x86_64 locore: Check segmentation by hand
Samuel Thibault
2024-03-04
1
-0
/
+20
*
locore: Remove unnecessary call to CPU_NUMBER
Damien Zammit
2024-02-18
1
-2
/
+1
*
Fix 32-on-64: Fix missing es push
Samuel Thibault
2023-12-03
1
-1
/
+2
*
locore: Homogeneize 32bit and 64bit
Samuel Thibault
2023-10-28
1
-0
/
+2
*
64bit: Fix locore build
Samuel Thibault
2023-10-28
1
-5
/
+5
*
x86_64/locore.S: Fix int stack checks when NCPUS > 1
Damien Zammit
2023-10-28
1
-5
/
+8
*
Factorize more push/pop code
Samuel Thibault
2023-10-27
1
-35
/
+34
*
locore: Also factorize segment management on i386
Samuel Thibault
2023-10-27
1
-22
/
+22
*
32-on-64: Fix missing es push
Samuel Thibault
2023-10-27
1
-1
/
+1
*
percpu: active_stack with gs
Damien Zammit
2023-09-25
1
-1
/
+1
*
x86_64: Change active_threads to use gs like i386
Damien Zammit
2023-09-25
1
-4
/
+3
*
start/switch_timer: Use CPU_NUMBER
Samuel Thibault
2023-09-24
1
-2
/
+2
*
percpu area using gs segment
Damien Zammit
2023-09-24
1
-3
/
+4
*
gdt: Cleanup gdt.h included in asm
Damien Zammit
2023-09-24
1
-0
/
+1
*
apic: Use cpuid to read the apic id for speed
Damien Zammit
2023-08-22
1
-3
/
+3
*
IPI: Do not include support when NCPUS=1
Samuel Thibault
2023-08-13
1
-0
/
+2
*
IPI: Rework irq names and fix x86_64 build
Samuel Thibault
2023-08-13
1
-2
/
+2
*
simple lock: check that the non-_irq variants are not called from IRQ
Samuel Thibault
2023-08-12
1
-3
/
+11
*
x86_64: fix NCPUS > 1 build of CX() macro
Samuel Thibault
2023-08-12
1
-39
/
+39
*
x86_64: homogeneize with i386 about _call_single
Samuel Thibault
2023-08-10
1
-0
/
+4
*
x86_64: fix recursive disabling of interrupts
Samuel Thibault
2023-08-10
1
-2
/
+4
*
x86_64: remove unneeded segment selectors handling on full 64 bit
Luca Dariz
2023-08-04
1
-11
/
+5
*
x86_64: refactor segment register handling
Luca Dariz
2023-08-04
1
-143
/
+85
*
x86_64: format pusha/popa macros for readability
Luca Dariz
2023-08-04
1
-2
/
+35
*
x86_64: disable V86 mode on full 64-bit configuration
Luca Dariz
2023-08-04
1
-0
/
+8
*
x86_64: fix stack handling on recursive interrupts for USER32
Luca Dariz
2023-08-04
1
-5
/
+11
*
x86_64: install emergency handler for double fault
Luca Dariz
2023-08-04
1
-0
/
+15
*
x86_64: add a critical section on entry and exit from syscall/sysret
Luca Dariz
2023-06-17
1
-1
/
+3
*
fix fs/gs save/restore and USER32
Luca Dariz
2023-05-18
1
-3
/
+1
*
x86_64: Attempt to fix ast_from_interrupt
Sergey Bugaev
2023-05-17
1
-1
/
+2
*
x86_64: Check for AST when exiting a syscall
Sergey Bugaev
2023-05-12
1
-3
/
+25
*
add setting gs/fsbase
Luca Dariz
2023-05-01
1
-18
/
+71
*
x86_64: add 64-bit syscall entry point
Luca Dariz
2023-05-01
1
-5
/
+153
*
fix address fault for 32-on-64-bit syscall
Luca Dariz
2023-04-20
1
-2
/
+2
*
x86_64: fix user trap during syscall with an invalid user stack
Luca Dariz
2023-02-27
1
-10
/
+10
*
extend data types to hold a 64-bit address
Luca Dariz
2023-02-12
1
-2
/
+2
*
fix x86_64 asm for higher kernel addresses
Luca Dariz
2023-02-12
1
-4
/
+2
*
enable syscalls on x86_64
Luca Dariz
2023-02-12
1
-3
/
+0
*
Fix other confusions between KERNEL_STACK_SIZE and INTSTACK_SIZE
Samuel Thibault
2023-01-31
1
-2
/
+2
*
x86_64: expand and shrink messages in copy{in, out}msg routines
Luca Dariz
2023-01-18
1
-81
/
+0
*
x86_64: fix build
Samuel Thibault
2022-11-27
1
-1
/
+1
*
Update kdb_kintr according to new interrupt stack layout
Samuel Thibault
2022-11-27
1
-2
/
+6
*
x86_64: Add missing int_entry_table entries for APIC
Samuel Thibault
2022-11-15
1
-0
/
+15
*
x86_64: fix build
Samuel Thibault
2022-09-17
1
-1
/
+1
*
copyinmsg: Set msgh_size inside copyinmsg rather than the caller
Samuel Thibault
2022-08-28
1
-2
/
+4
*
x86: Pave the way for xsave/xrstor support
Samuel Thibault
2020-11-28
1
-1
/
+5
*
mach_trap_table: Fix 64bit version
Samuel Thibault
2020-04-06
1
-1
/
+1
*
x86_64: drop unused functions
Samuel Thibault
2020-03-29
1
-122
/
+0
[next]