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
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86_64: avoid iterating over the message twice in copyoutmsg/copyinmsg for fa...
Flavio Cruz
2024-03-11
1
-0
/
+6
*
move x86 copy_user.[ch] to ipc/ and make it arch-indipendent
LD
2024-03-09
2
-101
/
+0
*
remove machine/machspl.h as it duplicates machine/spl.h
LD
2024-03-09
15
-43
/
+13
*
pmap: Avoid leaking USER bit in page tables
Samuel Thibault
2024-03-03
1
-5
/
+6
*
kernel traps: also catch general protection faults
Samuel Thibault
2024-03-03
1
-0
/
+3
*
spl: Introduce assert_splvm and use it in process_pmap_updates
Samuel Thibault
2024-02-23
2
-0
/
+2
*
vm_map_lookup: Add parameter for keeping map locked
Damien Zammit
2024-02-22
1
-2
/
+2
*
Introduce and use assert_splsched()
Samuel Thibault
2024-02-19
1
-0
/
+1
*
process_pmap_updates: Use _nocheck form of lock, already at splvm
Damien Zammit
2024-02-19
1
-2
/
+5
*
locore: Remove unnecessary call to CPU_NUMBER
Damien Zammit
2024-02-18
1
-2
/
+1
*
Replace kernel header includes in include/mach/mach_types.h with forward decl...
Flavio Cruz
2024-02-12
4
-1
/
+4
*
smp: Fix unable to enter kdb during boot
Damien Zammit
2024-02-11
2
-2
/
+1
*
Fix build with APIC without SMP
Samuel Thibault
2024-02-10
2
-1
/
+3
*
smp: Fix compile error with missing apboot_addr
Damien Zammit
2024-02-09
2
-5
/
+5
*
smp: Fix INIT/STARTUP IPI sequence
Damien Zammit
2024-02-09
4
-40
/
+110
*
SMP: Fix allocating the apboot page
Samuel Thibault
2024-02-09
2
-8
/
+9
*
fpu: Fix cpuid feature detection
Olivier Valentin
2024-02-08
1
-3
/
+8
*
Revert "fpu: Fix cpuid feature detection"
Olivier Valentin
2024-02-08
1
-15
/
+25
*
smp: Use HPET instead of pit one-shot that is unreliable
Damien Zammit
2024-02-08
1
-4
/
+3
*
Add HPET timer for small accurate delays
Damien Zammit
2024-02-08
5
-8
/
+150
*
separate lapic_enable from lapic_setup
Damien Zammit
2024-02-08
4
-5
/
+31
*
apboot: avoid self-modifying code
Samuel Thibault
2024-02-05
2
-15
/
+10
*
smp: Remove hardcoded AP_BOOT_ADDR
Damien Zammit
2024-02-05
4
-11
/
+55
*
Fix apic_send_ipi function clobbering read only fields
Damien Zammit
2024-02-05
2
-3
/
+7
*
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
*
Add vm_pages_phys
Samuel Thibault
2024-01-30
2
-0
/
+2
*
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
*
console: Fix baud rate on com ports, use 115200 default baud, 8 data bits
Damien Zammit
2024-01-20
2
-16
/
+5
*
x86_64: Support 8 byte inlined port rights to avoid message resizing.
Flavio Cruz
2023-12-17
1
-7
/
+5
*
Revert "x86_64: Support 8 byte inlined port rights to avoid message resizing."
Samuel Thibault
2023-12-03
1
-5
/
+7
*
Xen: fix build
Samuel Thibault
2023-12-03
3
-2
/
+6
*
x86_64: Support 8 byte inlined port rights to avoid message resizing.
Flavio Cruz
2023-12-03
1
-7
/
+5
*
locore: Homogeneize 32bit and 64bit
Samuel Thibault
2023-10-28
1
-1
/
+1
*
64bit: Fix locore build
Samuel Thibault
2023-10-28
1
-1
/
+22
*
64bit: Fix types in lock.h
Samuel Thibault
2023-10-28
1
-8
/
+8
*
Factorize more push/pop code
Samuel Thibault
2023-10-27
1
-11
/
+25
*
locore: Also factorize segment management on i386
Samuel Thibault
2023-10-27
1
-72
/
+52
*
Fix interrupt handling
Damien Zammit
2023-10-03
1
-15
/
+13
*
Fix non-PAE build
Samuel Thibault
2023-10-02
1
-1
/
+1
*
copyinmsg: Check that we have not overflown
Samuel Thibault
2023-10-01
2
-1
/
+2
*
com/lpr: Handle masking of interrupts in the driver
Damien Zammit
2023-10-01
2
-8
/
+6
*
kd: Handle masking of keyboard interrupt in the driver
Damien Zammit
2023-10-01
3
-2
/
+8
*
pmap: Factorize l4 base access
Samuel Thibault
2023-10-01
1
-2
/
+5
*
ddb: Add whatis command
Samuel Thibault
2023-10-01
1
-0
/
+100
*
ioapic: Add simple locking for non-atomic accesses
Damien Zammit
2023-09-30
1
-0
/
+9
*
ioapic: Detect version of IOAPIC for correct EOI handling
Damien Zammit
2023-09-30
1
-1
/
+14
[next]