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
/
i386at
/
ioapic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ioapic: Initially mask all IRQs individually
Damien Zammit
2024-10-22
1
-0
/
+9
*
separate lapic_enable from lapic_setup
Damien Zammit
2024-02-08
1
-0
/
+1
*
Support up to two IOAPICs with up to 32 GSIs on each
Damien Zammit
2024-01-29
1
-5
/
+84
*
ioapic: Remove IMCR toggle
Damien Zammit
2024-01-27
1
-6
/
+0
*
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
*
Fix crash at boot
Samuel Thibault
2023-08-28
1
-0
/
+1
*
ioapic: Timer calibrated in 10 mach ticks
Damien Zammit
2023-03-11
1
-5
/
+4
*
lapic timer: Calibrate via mach timer not PIT
Damien Zammit
2023-03-07
1
-35
/
+46
*
lapic timer: Calibrate based on 10 PIT sleeps for 10ms
Damien Zammit
2023-02-26
1
-8
/
+11
*
Make curr_ipl[] per cpu
Damien Zammit
2023-02-14
1
-2
/
+5
*
i386: Refactor int stacks to be per cpu for SMP
Damien Zammit
2023-02-13
1
-3
/
+2
*
Always use directed EOI and disable focus
Damien Zammit
2023-01-31
1
-9
/
+0
*
i386: Fix lapic and ioapic for smp
Damien Zammit
2023-01-31
1
-70
/
+27
*
i386: Add AP variants of descriptor tables
Damien Zammit
2023-01-29
1
-6
/
+0
*
Use -Wstrict-prototypes and fix warnings
Flavio Cruz
2022-12-21
1
-3
/
+3
*
Fix compiler warnings due to use of inline for mask_irq/unmask_irq
Flavio Cruz
2022-12-17
1
-12
/
+0
*
ioapic: Fix arg passing of redirection entry
Damien Zammit
2021-04-05
1
-6
/
+7
*
ioapic: Refactor EOI
Damien Zammit
2021-04-05
1
-0
/
+2
*
ioapic: Use irq specific EOI properly when detected
Damien Zammit
2021-04-05
1
-8
/
+22
*
ioapic: target first processor for interrupts
Damien Zammit
2021-04-05
1
-1
/
+2
*
ioapic: Enable processor focus to BSP
Damien Zammit
2021-04-05
1
-0
/
+3
*
Add ioapic support disabled by default
Damien Zammit
2021-04-04
1
-0
/
+400