aboutsummaryrefslogtreecommitdiff
path: root/i386/i386at/model_dep.c
Commit message (Expand)AuthorAgeFilesLines
* remove machine/machspl.h as it duplicates machine/spl.hLD2024-03-091-1/+1
* Fix build with APIC without SMPSamuel Thibault2024-02-101-1/+1
* SMP: Fix allocating the apboot pageSamuel Thibault2024-02-091-8/+0
* Add HPET timer for small accurate delaysDamien Zammit2024-02-081-0/+6
* apboot: avoid self-modifying codeSamuel Thibault2024-02-051-1/+6
* smp: Remove hardcoded AP_BOOT_ADDRDamien Zammit2024-02-051-0/+18
* ACPI: Support XSDT (ACPI >= v2.0)Damien Zammit2024-02-011-1/+7
* model_dep: Fix serial console with APIC enabledDamien Zammit2024-02-011-5/+5
* Xen: fix buildSamuel Thibault2023-12-031-0/+2
* com/lpr: Handle masking of interrupts in the driverDamien Zammit2023-10-011-8/+0
* kd: Handle masking of keyboard interrupt in the driverDamien Zammit2023-10-011-2/+0
* percpu area using gs segmentDamien Zammit2023-09-241-0/+1
* Fix crash at bootSamuel Thibault2023-08-281-0/+1
* model_dep: drop duplicate declarationSamuel Thibault2023-08-121-4/+0
* Do not expose CPU_TYPE_X86_64 when running 32bit userlandSamuel Thibault2023-05-111-1/+1
* x86_64: Add CPU_TYPE_X86_64 CPU typeSamuel Thibault2023-05-061-0/+4
* Fix Xen buildSamuel Thibault2023-04-111-0/+2
* lapic timer: Calibrate via mach timer not PITDamien Zammit2023-03-071-2/+6
* model_dep: Call acpi_apic_init if APIC definedDamien Zammit2023-02-191-2/+3
* i386: Refactor int stacks to be per cpu for SMPDamien Zammit2023-02-131-17/+16
* Remove a.out support for ddbFlavio Cruz2023-02-091-27/+0
* pmap: Refactor temporary mapping functionsDamien Zammit2023-02-031-71/+2
* Fix other confusions between KERNEL_STACK_SIZE and INTSTACK_SIZESamuel Thibault2023-01-311-2/+2
* Fix several warnings for -Wmissing-prototypesFlavio Cruz2023-01-241-5/+0
* Introduce time_value64_t to keep track of real time in the kernelFlavio Cruz2023-01-031-3/+2
* 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-271-1/+1
* Fix when enabling APIC without SMPEtienne Brateau2022-09-261-2/+8
* cleanup multibootLuca Dariz2022-08-271-11/+12
* convert K&R into ansiGuy-Fleury Iteriteka2022-05-271-4/+1
* apic: Also unmask irq 3 and 4 earlySamuel Thibault2021-04-051-0/+7
* Add ioapic support disabled by defaultDamien Zammit2021-04-041-6/+15
* Keep BIOS mapped even without LinuxSamuel Thibault2021-03-311-5/+1
* 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-191-3/+6
* model_dep.c: Add smp_init callAlmudena Garcia2020-09-191-1/+7
* Restore vm_size_t to natural_tSamuel Thibault2020-03-311-1/+1
* 64bit: fix warningsSamuel Thibault2020-03-291-4/+5
* 64bit: Fix vm_size_t sizeSamuel Thibault2020-03-291-1/+1
* pmap.h: Add 64bit variantSamuel Thibault2020-03-281-3/+7
* Set readtodc parameter 64bitSamuel Thibault2020-03-091-3/+3
* Avoid calling biosmem with size 0Samuel Thibault2019-04-281-3/+6
* Avoid calling biosmem with size 0Samuel Thibault2019-04-281-2/+2
* device: Fix d_mmap typeSamuel Thibault2018-07-281-1/+1
* Fix halt messageSamuel Thibault2017-11-121-1/+2
* Revert "i386: use ACPI to power off the machine"Justus Winter2016-11-061-2/+0
* i386: Use discontiguous page directories when using PAE.Justus Winter2016-11-011-8/+8
* Make multiboot cmdline and modules non-permanent reservationsSamuel Thibault2016-10-311-7/+8
* Remove phys_first_addr and phys_last_addr global variablesRichard Braun2016-09-211-22/+0