aboutsummaryrefslogtreecommitdiff
path: root/i386
Commit message (Expand)AuthorAgeFilesLines
* Fix boot with smp 1gfleury2025-01-111-0/+3
* i386/irq: Add missing enumeration for high interruptsDamien Zammit2024-12-291-1/+3
* xen: Fix buildSamuel Thibault2024-12-281-0/+2
* apic: Add extended feature registers for local apic unitDamien Zammit via Bug reports for the GNU Hurd2024-12-226-5/+55
* smp: Use deassert for startup IPI not assertDamien Zammit via Bug reports for the GNU Hurd2024-12-221-22/+40
* smp: Parallel SMP initDamien Zammit via Bug reports for the GNU Hurd2024-12-225-64/+31
* cpuboot: Use x86 array indexing to make code more readableSamuel Thibault2024-12-221-15/+6
* cpuboot: Make sure we copy forwardSamuel Thibault2024-12-221-0/+1
* cpuboot: Fix percpu apboot_gdt for early gsDamien Zammit via Bug reports for the GNU Hurd2024-12-221-10/+53
* acpi_parse_apic: Check CAPABLE bit field on lapic MADT flagDamien Zammit via Bug reports for the GNU Hurd2024-12-212-1/+3
* smp: Make sure BSP is cpu 0 when starting other cpusDamien Zammit via Bug reports for the GNU Hurd2024-12-101-1/+3
* i386/apic: Fix logical id numberingDamien Zammit2024-12-102-2/+2
* Fix various function pointer typesSergey Bugaev2024-12-101-1/+1
* i386/apic: Fix condition on non-BSPDamien Zammit via Bug reports for the GNU Hurd2024-12-091-4/+1
* smp: Use logical destination not physical apic idDamien Zammit via Bug reports for the GNU Hurd2024-12-096-14/+23
* pmap: Separate temporary_mapping from set_page_dirDamien Zammit via Bug reports for the GNU Hurd2024-12-093-2/+2
* i386/cpuboot: Dont use CPU_NUMBER_NO_STACK() earlyDamien Zammit via Bug reports for the GNU Hurd2024-12-091-1/+1
* Comment on the reason for the different CPU_NUMBER versionsSamuel Thibault2024-12-091-0/+3
* i386/cpuboot: Simplify for legibilityDamien Zammit via Bug reports for the GNU Hurd2024-12-091-2/+3
* mp_desc: Add assert for AP having non-zero cpu numberDamien Zammit via Bug reports for the GNU Hurd2024-12-071-0/+3
* fpu: Fix for cpus that have no fxsave instructionDamien Zammit via Bug reports for the GNU Hurd2024-12-051-17/+1
* Expose device(mbinfo) with read access to multiboot raw infoDamien Zammit2024-10-275-0/+95
* multiboot: Support graphic mode preferencesDamien Zammit2024-10-262-8/+24
* multiboot v1: Add video framebuffer infoDamien Zammit2024-10-261-0/+72
* fix a compile warning.jbranso@dismail.de2024-10-221-1/+1
* fix some compiler warnings.jbranso@dismail.de2024-10-221-16/+38
* ioapic: Initially mask all IRQs individuallyDamien Zammit2024-10-221-0/+9
* fix a compiler warning.jbranso@dismail.de2024-10-211-0/+4
* fpu_set_state: accept fp_save_kind being incoherent if initialized is not setSamuel Thibault2024-09-081-1/+1
* fpu_set_state: return an error on incoherent fp_save_kindSamuel Thibault2024-09-081-1/+3
* add xfloat thread state interfaceLuca Dariz2024-09-085-43/+161
* fpu: Drop conflicting alignmentSamuel Thibault2024-07-311-1/+1
* Fix xen buildSamuel Thibault2024-07-071-0/+2
* SMP: force APICSamuel Thibault2024-04-051-0/+6
* kd: Include i386/irq.hSamuel Thibault2024-03-271-0/+1
* Make -fno-PIE etc. architecture-dependentSergey Bugaev2024-03-271-0/+4
* x86_64: avoid iterating over the message twice in copyoutmsg/copyinmsg for fa...Flavio Cruz2024-03-111-0/+6
* move x86 copy_user.[ch] to ipc/ and make it arch-indipendentLD2024-03-092-101/+0
* remove machine/machspl.h as it duplicates machine/spl.hLD2024-03-0915-43/+13
* pmap: Avoid leaking USER bit in page tablesSamuel Thibault2024-03-031-5/+6
* kernel traps: also catch general protection faultsSamuel Thibault2024-03-031-0/+3
* spl: Introduce assert_splvm and use it in process_pmap_updatesSamuel Thibault2024-02-232-0/+2
* vm_map_lookup: Add parameter for keeping map lockedDamien Zammit2024-02-221-2/+2
* Introduce and use assert_splsched()Samuel Thibault2024-02-191-0/+1
* process_pmap_updates: Use _nocheck form of lock, already at splvmDamien Zammit2024-02-191-2/+5
* locore: Remove unnecessary call to CPU_NUMBERDamien Zammit2024-02-181-2/+1
* Replace kernel header includes in include/mach/mach_types.h with forward decl...Flavio Cruz2024-02-124-1/+4
* smp: Fix unable to enter kdb during bootDamien Zammit2024-02-112-2/+1
* Fix build with APIC without SMPSamuel Thibault2024-02-102-1/+3
* smp: Fix compile error with missing apboot_addrDamien Zammit2024-02-092-5/+5