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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
vm_pages_phys: Avoid faults while we keep vm locks
Samuel Thibault
2024-02-04
1
-2
/
+3
*
ACPI: Support XSDT (ACPI >= v2.0)
Damien Zammit
2024-02-01
3
-89
/
+195
*
model_dep: Fix serial console with APIC enabled
Damien Zammit
2024-02-01
1
-5
/
+5
*
fix doc build
Samuel Thibault
2024-01-31
1
-0
/
+1
*
Add vm_pages_phys
Samuel Thibault
2024-01-30
5
-0
/
+129
*
apic: Set up LAPICs in xAPIC mode
Damien Zammit
2024-01-30
3
-4
/
+6
*
Support up to two IOAPICs with up to 32 GSIs on each
Damien Zammit
2024-01-29
6
-7
/
+153
*
fpu: Fix cpuid feature detection
Olivier Valentin
2024-01-27
1
-25
/
+15
*
ioapic: Remove IMCR toggle
Damien Zammit
2024-01-27
1
-6
/
+0
*
linux: Add noide and noahci kernel options
Samuel Thibault
2024-01-23
2
-2
/
+8
*
Resurrect x86-linux build.
Janneke Nieuwenhuizen
2024-01-23
1
-1
/
+1
*
console: Fix baud rate on com ports, use 115200 default baud, 8 data bits
Damien Zammit
2024-01-20
3
-18
/
+7
*
tests: clean test-installed mach headers
Samuel Thibault
2024-01-13
1
-0
/
+1
*
add basic thread tests
Luca Dariz
2024-01-13
2
-1
/
+106
*
add basic task tests
Luca Dariz
2024-01-13
2
-1
/
+173
*
add raw mach_msg tests
Luca Dariz
2024-01-13
2
-1
/
+407
*
add syscall tests
Luca Dariz
2024-01-13
2
-1
/
+168
*
add thread creation helper to tests
Luca Dariz
2024-01-13
3
-0
/
+88
*
add basic vm tests
Luca Dariz
2024-01-13
2
-1
/
+87
*
adjust range when changing memory pageability
Luca Dariz
2024-01-13
1
-5
/
+26
*
add mach_port tests
Luca Dariz
2024-01-13
2
-1
/
+123
*
add gsync tests
Luca Dariz
2024-01-13
2
-1
/
+124
*
add mach_host tests
Luca Dariz
2024-01-13
2
-1
/
+83
*
add basic user-space tests with qemu
Luca Dariz
2024-01-13
17
-5
/
+748
*
expose MACH_MSG_USER_ALIGNMENT for manually-built messages
Luca Dariz
2023-12-29
1
-9
/
+10
*
USER32: change default to disabled and make it a general option
Luca Dariz
2023-12-29
2
-10
/
+14
*
Reorder mach_msg_type_t fields to ensure msgt_name and msgt_size are byte ali...
Flavio Cruz
2023-12-17
1
-10
/
+10
*
x86_64: Support 8 byte inlined port rights to avoid message resizing.
Flavio Cruz
2023-12-17
3
-14
/
+83
*
Revert "Reorder mach_msg_type_t fields to ensure msgt_name and msgt_size are ...
Samuel Thibault
2023-12-03
1
-10
/
+10
*
Revert "x86_64: Support 8 byte inlined port rights to avoid message resizing."
Samuel Thibault
2023-12-03
3
-83
/
+14
*
Xen: fix build
Samuel Thibault
2023-12-03
4
-4
/
+8
*
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
3
-14
/
+83
*
Reorder mach_msg_type_t fields to ensure msgt_name and msgt_size are byte ali...
Flavio Cruz
2023-12-03
1
-10
/
+10
*
Use MACH_PORT_NAME_NULL and MACH_PORT_NAME_DEAD when checking for null or dea...
Flavio Cruz
2023-11-29
1
-1
/
+1
*
vm: Coalesce map entries
Sergey Bugaev
2023-11-27
1
-2
/
+27
*
vm: Add vm_map_coalesce_entry
Sergey Bugaev
2023-11-27
2
-2
/
+78
*
ipc_entry_lookup_failed: Also write message id in bogus port warning
Samuel Thibault
2023-11-19
3
-16
/
+16
*
ipc_entry_lookup: Generalize warnings about bogus port names
Samuel Thibault
2023-11-18
4
-4
/
+54
*
Fix indent
Samuel Thibault
2023-11-12
1
-4
/
+4
*
mach/message.h: Fix C++98 build
Samuel Thibault
2023-11-07
1
-0
/
+2
*
Fix assertion for i686 since mach_port_name_t and mach_port_t have the same size
Flavio Cruz
2023-11-07
1
-1
/
+2
*
mach/message.h: Fix C++ build
Samuel Thibault
2023-11-03
1
-0
/
+5
*
64bit: Fix user memory leaks on non-inline port arrays
Samuel Thibault
2023-11-01
1
-1
/
+5
*
locore: Homogeneize 32bit and 64bit
Samuel Thibault
2023-10-28
2
-1
/
+3
*
64bit: Fix locore build
Samuel Thibault
2023-10-28
2
-6
/
+27
*
64bit: Fix types in lock.h
Samuel Thibault
2023-10-28
1
-8
/
+8
*
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
2
-46
/
+59
*
locore: Also factorize segment management on i386
Samuel Thibault
2023-10-27
2
-94
/
+74
[prev]
[next]