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
...
*
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
*
Fix other confusions between KERNEL_STACK_SIZE and INTSTACK_SIZE
Samuel Thibault
2023-01-31
1
-2
/
+2
*
Do not include seg.c when building for x86_64
Flavio Cruz
2023-01-26
1
-67
/
+1
*
Fix several warnings for -Wmissing-prototypes (part 2)
Flavio Cruz
2023-01-25
1
-1
/
+0
*
Rename msg_is_misaligned and msg_align
Samuel Thibault
2023-01-19
1
-12
/
+12
*
x86_64: expand and shrink messages in copy{in, out}msg routines
Luca Dariz
2023-01-18
3
-81
/
+363
*
Set max-page-size when linking the kernel to 0x1000.
Flavio Cruz
2023-01-09
1
-0
/
+1
*
intr: Drop irq parameter
Samuel Thibault
2022-12-24
1
-5
/
+2
*
x86_64: stdint.h no longer exists so don't install it
Flavio Cruz
2022-12-19
1
-1
/
+0
*
x86_64: fix build
Samuel Thibault
2022-11-27
1
-1
/
+1
*
Revert "x86_64: fix installing x86_64-specific headers"
Samuel Thibault
2022-11-27
1
-17
/
+17
*
Update kdb_kintr according to new interrupt stack layout
Samuel Thibault
2022-11-27
2
-2
/
+8
*
x86_64: Add missing int_entry_table entries for APIC
Samuel Thibault
2022-11-15
1
-0
/
+15
*
interrupt: Fix saving irq/ipl when linux drivers are disabled
Samuel Thibault
2022-09-17
1
-13
/
+31
*
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_64: fix installing x86_64-specific headers
Samuel Thibault
2022-08-28
1
-17
/
+17
*
Fix inclusability of <mach/mach_types.h>
Samuel Thibault
2022-08-28
1
-0
/
+1
*
Fix building x86_64 xen platform
Samuel Thibault
2022-08-27
3
-46
/
+38
*
add rpc_versions for vm types
Luca Dariz
2022-08-27
1
-1
/
+11
*
fix register corruption in irq on qemu
Luca Dariz
2022-08-27
1
-6
/
+6
*
x86_64 boothdr: Fix _start symbol for multiboot address overrides
Samuel Thibault
2022-08-27
1
-7
/
+5
*
add support for booting from grub with x86_64
Luca Dariz
2022-08-27
3
-11
/
+272
*
Ship x86_64/x86_64 and x86_64/include/mach/x86_64
Samuel Thibault
2022-02-06
1
-1
/
+3
*
Makefrag.am: Move architecture condition inside architecture Makefrag.am
Samuel Thibault
2022-02-06
1
-17
/
+10
*
x86_64: Fix installation target of headers
Samuel Thibault
2021-09-18
1
-2
/
+2
*
ioapic: Refactor EOI
Damien Zammit
2021-04-05
1
-1
/
+0
*
Don't call EOI on spurious interrupts
Damien Zammit
2021-04-05
1
-6
/
+3
*
SMP: fix getting the interrupt stack address and size
Samuel Thibault
2021-04-04
1
-0
/
+1
*
Add ioapic support disabled by default
Damien Zammit
2021-04-04
1
-1
/
+23
[prev]
[next]