aboutsummaryrefslogtreecommitdiff
path: root/i386/i386at
Commit message (Expand)AuthorAgeFilesLines
* Fix several warnings for -Wmissing-prototypesFlavio Cruz2023-01-2410-111/+51
* Remove existing old style definitions and use -Wold-style-definition.Flavio Cruz2023-01-191-16/+6
* Export input structures used by Hurd in device/input.h.Flavio Cruz2023-01-091-59/+1
* Fix warning at pic_isa.cFlavio Cruz2023-01-071-2/+2
* Introduce time_value64_t to keep track of real time in the kernelFlavio Cruz2023-01-038-16/+20
* Fix inttypes.h format constants for uintptr_t and intptr_t.Flavio Cruz2022-12-271-2/+3
* Fix some warnings with -Wmissing-prototypes.Flavio Cruz2022-12-275-11/+12
* intr: Drop irq parameterSamuel Thibault2022-12-241-11/+8
* Use -Wstrict-prototypes and fix warningsFlavio Cruz2022-12-216-60/+52
* Remove custom stdint.h and rely on freestanding headersFlavio Cruz2022-12-192-2/+2
* Fix compiler warnings due to use of inline for mask_irq/unmask_irqFlavio Cruz2022-12-171-12/+0
* Define vm_size_t and vm_offset_t as __mach_uintptr_t.Flavio Cruz2022-12-063-6/+6
* Update kdb_kintr according to new interrupt stack layoutSamuel Thibault2022-11-271-0/+2
* interrupt: Fix passing parameter to splx_cli and ioapic_irq_eoiSamuel Thibault2022-11-101-2/+2
* acpi: Add lapic_addrDamien Zammit2022-10-252-0/+3
* Fix when enabling APIC without SMPEtienne Brateau2022-09-261-2/+8
* interrupt: Fix saving irq/ipl when linux drivers are disabledSamuel Thibault2022-09-171-14/+37
* kd_mouse: Fix warningSamuel Thibault2022-09-172-4/+5
* fix warnings for 32 bit buildsLuca Dariz2022-08-272-1/+2
* fix console setting from cmdlineLuca Dariz2022-08-271-0/+5
* cleanup multibootLuca Dariz2022-08-271-11/+12
* convert K&R into ansiGuy-Fleury Iteriteka2022-05-274-21/+7
* biosmem: Narrow e820 regions as requiredDamien Zammit2022-02-151-0/+28
* Convert from K&R to ANSIEtienne Brateau2022-01-213-41/+22
* rtc: drop message on setting RTC timeSamuel Thibault2021-12-161-8/+0
* memmmap: Use biosmem_addr_available rather than vm_page_lookup_paSamuel Thibault2021-11-283-17/+25
* rtc: Add read/write messagesSamuel Thibault2021-04-051-1/+16
* kd: Do not read the CMOS ramSamuel Thibault2021-04-052-3/+10
* apic: Also unmask irq 3 and 4 earlySamuel Thibault2021-04-051-0/+7
* ioapic: Fix arg passing of redirection entryDamien Zammit2021-04-051-6/+7
* ioapic: Refactor EOIDamien Zammit2021-04-052-1/+2
* ioapic: Use irq specific EOI properly when detectedDamien Zammit2021-04-051-8/+22
* Don't call EOI on spurious interruptsDamien Zammit2021-04-051-6/+3
* ioapic: target first processor for interruptsDamien Zammit2021-04-051-1/+2
* ioapic: Enable processor focus to BSPDamien Zammit2021-04-051-0/+3
* SMP: fix getting the interrupt stack address and sizeSamuel Thibault2021-04-041-0/+1
* Add ioapic support disabled by defaultDamien Zammit2021-04-047-16/+464
* Keep BIOS mapped even without LinuxSamuel Thibault2021-03-311-5/+1
* pic: Move to interrupts 0x20-0x2fDamien Zammit2021-03-281-4/+2
* Existing SMP apic code improvementsDamien Zammit2021-03-282-7/+10
* Don't allow writing to acpi table in memoryDamien Zammit2021-03-281-1/+1
* fixup acpi base table searchDamien Zammit2021-03-281-18/+12
* com: Fix bogus NCOM testAndrea G. Monaco2021-02-031-1/+1
* add a missing include header guard.guy fleury iteriteka2021-01-091-0/+5
* i386at: Really disable com and lpr above NCOM and NLPRSamuel Thibault2020-12-072-0/+10
* Add comment about mp_desc_init callAlmudena Garcia2020-10-071-0/+1
* fix: fix kernel panic in SMP mode Add mp_desc_init() call in BSP processor, t...Almudena Garcia2020-10-071-0/+5
* smp: Add --enable-ncpus option and fix buildSamuel Thibault2020-09-192-5/+8
* model_dep.c: Add smp_init callAlmudena Garcia2020-09-191-1/+7
* acpi parser: Fix build warningsSamuel Thibault2020-09-191-7/+5