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
*
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
*
Ship missing msr.h file
Samuel Thibault
2023-05-20
1
-0
/
+1
*
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
3
-6
/
+199
*
fix copyoutmsg for 64-bit userspace
Luca Dariz
2023-04-20
1
-3
/
+2
*
fix address fault for 32-on-64-bit syscall
Luca Dariz
2023-04-20
1
-2
/
+2
*
Align mach_msg_type_t and mach_msg_type_long_t with the same alignment as uin...
Flavio Cruz
2023-03-08
1
-39
/
+147
*
Support alignment requirements for a 64 bit kernel.
Flavio Cruz
2023-02-27
1
-14
/
+22
*
x86_64: fix user trap during syscall with an invalid user stack
Luca Dariz
2023-02-27
1
-10
/
+10
*
fix port name copyin
Luca Dariz
2023-02-27
1
-0
/
+2
*
fix copyin/outmsg header for ! USER32
Luca Dariz
2023-02-27
1
-2
/
+2
*
Make curr_ipl[] per cpu
Damien Zammit
2023-02-14
1
-13
/
+21
*
x86_64: Fix broken int_stack_base
Damien Zammit
2023-02-13
1
-1
/
+1
*
Make mach_msg_header_t have the same size for both 64 bit kernel and userland.
Flavio Cruz
2023-02-13
1
-22
/
+13
*
Consider protected payloads in mach_msg_header_t when resizing messages.
Flavio Cruz
2023-02-12
1
-0
/
+22
*
move kernel virtual address space to upper addresses
Luca Dariz
2023-02-12
1
-6
/
+6
*
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
2
-6
/
+4
*
enable syscalls on x86_64
Luca Dariz
2023-02-12
1
-3
/
+0
[next]