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
*
Make exception subcode a long
Sergey Bugaev
2023-04-03
2
-2
/
+2
*
Add i386_fsgs_base_state
Sergey Bugaev
2023-04-03
1
-0
/
+8
*
ioapic: Timer calibrated in 10 mach ticks
Damien Zammit
2023-03-11
1
-5
/
+4
*
Align mach_msg_type_t and mach_msg_type_long_t with the same alignment as uin...
Flavio Cruz
2023-03-08
1
-2
/
+2
*
kern: Fix MACH_LOCK_MON lock monitoring debug
Damien Zammit
2023-03-07
1
-3
/
+3
*
apic: Drop declaration of inexisting function
Samuel Thibault
2023-03-07
1
-1
/
+0
*
lapic timer: Calibrate via mach timer not PIT
Damien Zammit
2023-03-07
3
-38
/
+54
*
x86_64: fix user trap during syscall with an invalid user stack
Luca Dariz
2023-02-27
1
-2
/
+2
*
x86_64: allow compilation if ! USER32
Luca Dariz
2023-02-27
1
-2
/
+4
*
lapic timer: Calibrate based on 10 PIT sleeps for 10ms
Damien Zammit
2023-02-26
1
-8
/
+11
*
pit: Use corrected clock frequency
Damien Zammit
2023-02-26
1
-1
/
+1
*
pit: Fix shadowed hz variable && define modes correctly
Damien Zammit
2023-02-26
2
-8
/
+9
*
kd_mouse: Fix IBM mouse irq getting stuck and blocking console
Damien Zammit
2023-02-25
1
-2
/
+5
*
model_dep: Call acpi_apic_init if APIC defined
Damien Zammit
2023-02-19
1
-2
/
+3
*
x86_64: set user segments as 64-bit if ! USER32
Luca Dariz
2023-02-16
1
-2
/
+8
*
x86_64: load Elf64 bootstrap modules if ! USER32
Luca Dariz
2023-02-16
1
-1
/
+19
*
x86_64: fix some compiler warnings
Luca Dariz
2023-02-16
2
-7
/
+5
*
trap: Fix Wformat issues
Damien Zammit
2023-02-16
1
-5
/
+5
*
Rename efl to rfl for x86_64 in struct i386_thread_state
Flavio Cruz
2023-02-15
2
-6
/
+9
*
pmap: Make mapwindow per CPU
Samuel Thibault
2023-02-15
2
-12
/
+8
*
Add missing init_fpu() for APs
Damien Zammit
2023-02-15
1
-0
/
+2
*
smp: Fix more busy loops
Samuel Thibault
2023-02-15
2
-3
/
+4
*
pmap: Do not TLB shootdown IPI for mapwindow updates
Samuel Thibault
2023-02-15
1
-1
/
+2
*
pmap: Fix busy loop waiting for pmap users
Samuel Thibault
2023-02-15
5
-12
/
+12
*
pmap: Do not send TLB flush IPI when a cpu is idle
Samuel Thibault
2023-02-15
2
-1
/
+3
*
Fix warning
Samuel Thibault
2023-02-14
1
-2
/
+2
*
Remove verbose debug printfs
Damien Zammit
2023-02-14
3
-3
/
+0
*
Make curr_ipl[] per cpu
Damien Zammit
2023-02-14
6
-29
/
+37
*
pmap: Signal cpu for TLB update if kernel_pmap
Damien Zammit
2023-02-13
1
-1
/
+1
*
interrupt.S: Dont change ipl for pmap_update_interrupt
Damien Zammit
2023-02-13
1
-3
/
+3
*
cpu_number: Short circuit if smp init not done
Damien Zammit
2023-02-13
2
-0
/
+7
*
mp_desc: Add missing setting PAE mode on AP
Samuel Thibault
2023-02-13
1
-0
/
+3
*
i386: Refactor int stacks to be per cpu for SMP
Damien Zammit
2023-02-13
5
-92
/
+201
*
Add x86_64 registers to i386_thread_state
Flavio Cruz
2023-02-12
2
-2
/
+71
*
move kernel virtual address space to upper addresses
Luca Dariz
2023-02-12
4
-9
/
+27
*
separate initialization of kernel and user PTP tables
Luca Dariz
2023-02-12
3
-20
/
+52
*
extend data types to hold a 64-bit address
Luca Dariz
2023-02-12
1
-6
/
+6
*
add more explicit names for user space virtual space limits
Luca Dariz
2023-02-12
5
-19
/
+23
*
use L4 page table directly on x86_64 instead of short-circuiting to pdpbase
Luca Dariz
2023-02-12
2
-26
/
+78
*
factor out PAE-specific bootstrap
Luca Dariz
2023-02-12
1
-32
/
+40
*
factor out xen-specific bootstrap
Luca Dariz
2023-02-12
1
-51
/
+56
*
pmap: Fix warning
Samuel Thibault
2023-02-12
1
-2
/
+3
*
prepare pmap helpers for full 64 bit memory map
Luca Dariz
2023-02-12
1
-5
/
+23
*
add L4 kmem cache for x86_64
Luca Dariz
2023-02-12
1
-15
/
+19
*
fix hardcoded physical address
Luca Dariz
2023-02-12
1
-1
/
+1
*
thread_getstatus: set unused members of thread state to 0
Luca Dariz
2023-02-12
1
-0
/
+1
*
Remove a.out support for ddb
Flavio Cruz
2023-02-09
1
-27
/
+0
*
slock: Fix initialization of statically-allocated slocks
Samuel Thibault
2023-02-08
2
-2
/
+5
*
i386: relax CPU within spinlock loop
Samuel Thibault
2023-02-08
1
-1
/
+1
*
Lock get_mapwindow infrastructure
Samuel Thibault
2023-02-07
1
-0
/
+5
[next]