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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix x86_64 build
Samuel Thibault
2024-10-30
1
-0
/
+2
*
x86_64: fix double fault handler
Luca Dariz
2024-09-08
1
-1
/
+1
*
Make -fno-PIE etc. architecture-dependent
Sergey Bugaev
2024-03-27
1
-0
/
+4
*
move x86 copy_user.[ch] to ipc/ and make it arch-indipendent
LD
2024-03-09
2
-614
/
+0
*
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
*
USER32: change default to disabled and make it a general option
Luca Dariz
2023-12-29
1
-10
/
+4
*
x86_64: Support 8 byte inlined port rights to avoid message resizing.
Flavio Cruz
2023-12-17
1
-7
/
+60
*
Revert "x86_64: Support 8 byte inlined port rights to avoid message resizing."
Samuel Thibault
2023-12-03
1
-60
/
+7
*
Xen: fix build
Samuel Thibault
2023-12-03
1
-2
/
+2
*
Fix 32-on-64: Fix missing es push
Samuel Thibault
2023-12-03
1
-1
/
+2
*
x86_64: Support 8 byte inlined port rights to avoid message resizing.
Flavio Cruz
2023-12-03
1
-7
/
+60
*
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
*
Fix interrupt handling
Damien Zammit
2023-10-03
1
-15
/
+13
*
copyinmsg: Check that we have not overflown
Samuel Thibault
2023-10-01
1
-1
/
+2
*
copyout_unpack_msg_type: Avoid changing the kernel header
Samuel Thibault
2023-10-01
1
-2
/
+14
*
Update the 64bit RPC ABI to be simpler
Flavio Cruz
2023-09-25
1
-16
/
+72
*
percpu: active_stack with gs
Damien Zammit
2023-09-25
2
-7
/
+5
*
x86_64: Change active_threads to use gs like i386
Damien Zammit
2023-09-25
2
-5
/
+4
*
start/switch_timer: Use CPU_NUMBER
Samuel Thibault
2023-09-24
1
-2
/
+2
*
percpu area using gs segment
Damien Zammit
2023-09-24
2
-3
/
+6
*
gdt: Cleanup gdt.h included in asm
Damien Zammit
2023-09-24
1
-0
/
+1
*
Fix 64bit xen build
Samuel Thibault
2023-08-30
1
-2
/
+3
*
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
2
-0
/
+6
*
IPI: Rework irq names and fix x86_64 build
Samuel Thibault
2023-08-13
2
-5
/
+10
*
i386/x86_64: Add remote AST via IPI mechanism
Damien Zammit
2023-08-13
1
-0
/
+3
*
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
3
-58
/
+58
*
Acknowledge IRQ *before* calling the handler
Samuel Thibault
2023-08-10
1
-23
/
+24
*
x86_64: homogeneize with i386 about _call_single
Samuel Thibault
2023-08-10
2
-6
/
+10
*
x86_64: fix recursive disabling of interrupts
Samuel Thibault
2023-08-10
1
-2
/
+4
*
interrupt.S: No nested interrupts during IPIs && more x86_64 smp support
Damien Zammit
2023-08-06
1
-0
/
+10
*
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
2
-12
/
+28
*
x86_64: add a critical section on entry and exit from syscall/sysret
Luca Dariz
2023-06-17
1
-1
/
+3
*
x86_64: use solid intstack already during bootstrap
Luca Dariz
2023-06-17
1
-4
/
+1
*
copyinmsg: allow for the last message element to have msgt_number = 0.
Flavio Cruz
2023-06-12
1
-2
/
+1
*
Xen 64bit: Also put kernel at end of addressing space
Samuel Thibault
2023-05-26
2
-5
/
+6
*
x86_64: fix APIC initialization
Luca Dariz
2023-05-21
1
-3
/
+14
[next]