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
*
Fix boot with smp 1
gfleury
2025-01-11
1
-0
/
+3
*
i386/irq: Add missing enumeration for high interrupts
Damien Zammit
2024-12-29
1
-1
/
+3
*
xen: Fix build
Samuel Thibault
2024-12-28
1
-0
/
+2
*
apic: Add extended feature registers for local apic unit
Damien Zammit via Bug reports for the GNU Hurd
2024-12-22
6
-5
/
+55
*
smp: Use deassert for startup IPI not assert
Damien Zammit via Bug reports for the GNU Hurd
2024-12-22
1
-22
/
+40
*
smp: Parallel SMP init
Damien Zammit via Bug reports for the GNU Hurd
2024-12-22
5
-64
/
+31
*
cpuboot: Use x86 array indexing to make code more readable
Samuel Thibault
2024-12-22
1
-15
/
+6
*
cpuboot: Make sure we copy forward
Samuel Thibault
2024-12-22
1
-0
/
+1
*
cpuboot: Fix percpu apboot_gdt for early gs
Damien Zammit via Bug reports for the GNU Hurd
2024-12-22
1
-10
/
+53
*
acpi_parse_apic: Check CAPABLE bit field on lapic MADT flag
Damien Zammit via Bug reports for the GNU Hurd
2024-12-21
2
-1
/
+3
*
smp: Make sure BSP is cpu 0 when starting other cpus
Damien Zammit via Bug reports for the GNU Hurd
2024-12-10
1
-1
/
+3
*
i386/apic: Fix logical id numbering
Damien Zammit
2024-12-10
2
-2
/
+2
*
Fix various function pointer types
Sergey Bugaev
2024-12-10
1
-1
/
+1
*
i386/apic: Fix condition on non-BSP
Damien Zammit via Bug reports for the GNU Hurd
2024-12-09
1
-4
/
+1
*
smp: Use logical destination not physical apic id
Damien Zammit via Bug reports for the GNU Hurd
2024-12-09
6
-14
/
+23
*
pmap: Separate temporary_mapping from set_page_dir
Damien Zammit via Bug reports for the GNU Hurd
2024-12-09
3
-2
/
+2
*
i386/cpuboot: Dont use CPU_NUMBER_NO_STACK() early
Damien Zammit via Bug reports for the GNU Hurd
2024-12-09
1
-1
/
+1
*
Comment on the reason for the different CPU_NUMBER versions
Samuel Thibault
2024-12-09
1
-0
/
+3
*
i386/cpuboot: Simplify for legibility
Damien Zammit via Bug reports for the GNU Hurd
2024-12-09
1
-2
/
+3
*
mp_desc: Add assert for AP having non-zero cpu number
Damien Zammit via Bug reports for the GNU Hurd
2024-12-07
1
-0
/
+3
*
fpu: Fix for cpus that have no fxsave instruction
Damien Zammit via Bug reports for the GNU Hurd
2024-12-05
1
-17
/
+1
*
Expose device(mbinfo) with read access to multiboot raw info
Damien Zammit
2024-10-27
5
-0
/
+95
*
multiboot: Support graphic mode preferences
Damien Zammit
2024-10-26
2
-8
/
+24
*
multiboot v1: Add video framebuffer info
Damien Zammit
2024-10-26
1
-0
/
+72
*
fix a compile warning.
jbranso@dismail.de
2024-10-22
1
-1
/
+1
*
fix some compiler warnings.
jbranso@dismail.de
2024-10-22
1
-16
/
+38
*
ioapic: Initially mask all IRQs individually
Damien Zammit
2024-10-22
1
-0
/
+9
*
fix a compiler warning.
jbranso@dismail.de
2024-10-21
1
-0
/
+4
*
fpu_set_state: accept fp_save_kind being incoherent if initialized is not set
Samuel Thibault
2024-09-08
1
-1
/
+1
*
fpu_set_state: return an error on incoherent fp_save_kind
Samuel Thibault
2024-09-08
1
-1
/
+3
*
add xfloat thread state interface
Luca Dariz
2024-09-08
5
-43
/
+161
*
fpu: Drop conflicting alignment
Samuel Thibault
2024-07-31
1
-1
/
+1
*
Fix xen build
Samuel Thibault
2024-07-07
1
-0
/
+2
*
SMP: force APIC
Samuel Thibault
2024-04-05
1
-0
/
+6
*
kd: Include i386/irq.h
Samuel Thibault
2024-03-27
1
-0
/
+1
*
Make -fno-PIE etc. architecture-dependent
Sergey Bugaev
2024-03-27
1
-0
/
+4
*
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
[next]