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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
boothdr: Fix initial gdt
Samuel Thibault
2023-09-24
1
-1
/
+2
*
boothdr: Do not bother computing precise limit
Samuel Thibault
2023-09-24
1
-2
/
+2
*
boothdr: Drop spurious limit field
Samuel Thibault
2023-09-24
1
-1
/
+1
*
boothdr: Also set up %gs for percpu access
Samuel Thibault
2023-09-24
1
-10
/
+59
*
percpu area using gs segment
Damien Zammit
2023-09-24
1
-0
/
+1
*
Fix crash at boot
Samuel Thibault
2023-08-28
2
-0
/
+2
*
page segments: Fix more dma32/directmap inversions
Samuel Thibault
2023-08-21
1
-3
/
+4
*
immc: Add support for \r and \t
Samuel Thibault
2023-08-13
1
-0
/
+8
*
IPI: Do not include support when NCPUS=1
Samuel Thibault
2023-08-13
2
-0
/
+6
*
IPI: Rework irq names and fix x86_64 build
Samuel Thibault
2023-08-13
3
-7
/
+7
*
i386/x86_64: Add remote AST via IPI mechanism
Damien Zammit
2023-08-13
3
-0
/
+15
*
tty: Convert t_lock to using simple_lock_irq
Samuel Thibault
2023-08-12
1
-10
/
+7
*
model_dep: drop duplicate declaration
Samuel Thibault
2023-08-12
1
-4
/
+0
*
Acknowledge IRQ *before* calling the handler
Samuel Thibault
2023-08-10
1
-25
/
+27
*
Fix missing DMA32 limit
Samuel Thibault
2023-08-09
1
-0
/
+19
*
interrupt.S: No nested interrupts during IPIs && more x86_64 smp support
Damien Zammit
2023-08-06
1
-0
/
+1
*
cpu_number: Look up cpu kernel_id via lookup table
Damien Zammit
2023-08-05
1
-0
/
+2
*
x86_64: fix APIC initialization
Luca Dariz
2023-05-21
1
-4
/
+4
*
Do not expose CPU_TYPE_X86_64 when running 32bit userland
Samuel Thibault
2023-05-11
1
-1
/
+1
*
x86_64: Add CPU_TYPE_X86_64 CPU type
Samuel Thibault
2023-05-06
1
-0
/
+4
*
Fix Xen build
Samuel Thibault
2023-04-11
1
-0
/
+2
*
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
2
-37
/
+52
*
lapic timer: Calibrate based on 10 PIT sleeps for 10ms
Damien Zammit
2023-02-26
1
-8
/
+11
*
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
*
Make curr_ipl[] per cpu
Damien Zammit
2023-02-14
1
-2
/
+5
*
interrupt.S: Dont change ipl for pmap_update_interrupt
Damien Zammit
2023-02-13
1
-3
/
+3
*
i386: Refactor int stacks to be per cpu for SMP
Damien Zammit
2023-02-13
3
-25
/
+31
*
move kernel virtual address space to upper addresses
Luca Dariz
2023-02-12
1
-2
/
+0
*
fix hardcoded physical address
Luca Dariz
2023-02-12
1
-1
/
+1
*
Remove a.out support for ddb
Flavio Cruz
2023-02-09
1
-27
/
+0
*
pmap: Refactor temporary mapping functions
Damien Zammit
2023-02-03
1
-71
/
+2
*
kdb: Fix ON_INT_STACK() macro to be cpu_number aware
Damien Zammit
2023-02-01
1
-2
/
+2
*
Fix other confusions between KERNEL_STACK_SIZE and INTSTACK_SIZE
Samuel Thibault
2023-01-31
2
-3
/
+3
*
Always use directed EOI and disable focus
Damien Zammit
2023-01-31
1
-9
/
+0
*
interrupt: Send EOI before handling update interrupt
Damien Zammit
2023-01-31
1
-1
/
+1
*
fix warnings
Samuel Thibault
2023-01-31
1
-2
/
+1
*
i386: Fix lapic and ioapic for smp
Damien Zammit
2023-01-31
1
-70
/
+27
*
Include i386asm.h using i386/i386/i386.asm.h
Flavio Cruz
2023-01-30
1
-1
/
+1
*
i386: Add AP variants of descriptor tables
Damien Zammit
2023-01-29
5
-16
/
+45
*
Enable -Wmissing-prototypes.
Flavio Cruz
2023-01-29
1
-1
/
+1
*
Use standard types in include/device/input.h
Flavio Cruz
2023-01-28
1
-5
/
+1
*
Fix several warnings for -Wmissing-prototypes
Flavio Cruz
2023-01-24
10
-111
/
+51
*
Remove existing old style definitions and use -Wold-style-definition.
Flavio Cruz
2023-01-19
1
-16
/
+6
*
Export input structures used by Hurd in device/input.h.
Flavio Cruz
2023-01-09
1
-59
/
+1
[next]