aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vm_page_print: Fix typoHEADmasterSamuel Thibault2025-02-051-1/+1
* Fix build against automake 1.17Samuel Thibault2025-02-043-2/+24
* vm_page: Avoid trying to evict internal pages until defpager is upSamuel Thibault2025-02-041-1/+1
* make hwcaps_t a pointer to uint64_tDiego Nieto Cid2025-01-142-2/+2
* Fix boot with smp 1gfleury2025-01-111-0/+3
* kern: Add a mach host operation which returns elapsed time since bootupZhaoming Luo2024-12-295-0/+54
* i386/irq: Add missing enumeration for high interruptsDamien Zammit2024-12-291-1/+3
* tests: Fix out-of-order generation of mig filesSamuel Thibault2024-12-281-0/+2
* tests: Fix parallel build of iso filesSamuel Thibault2024-12-281-5/+6
* xen: Fix buildSamuel Thibault2024-12-281-0/+2
* kern: Comment fixedZhaoming Luo2024-12-242-2/+2
* irq: make device_intr_register reject bogus intr idSamuel Thibault2024-12-241-0/+3
* intr: Note which interrupt is being refused to userlandSamuel Thibault2024-12-231-1/+1
* 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-226-68/+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
* task_info: Fix resident_size overflowSamuel Thibault2024-12-151-1/+1
* 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
* intr: Protect internals with a lockSergey Bugaev2024-12-101-16/+22
* linux: Fix building with C23Sergey Bugaev2024-12-101-1/+4
* Fix various function pointer typesSergey Bugaev2024-12-105-9/+9
* 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
* Fix ipc_mqueue_receive locking documentationSamuel Thibault2024-12-091-1/+2
* mp_desc: Add assert for AP having non-zero cpu numberDamien Zammit via Bug reports for the GNU Hurd2024-12-071-0/+3
* ipc_kmsg: fix print of size of mach_msg_headerEtienne Brateau2024-12-061-1/+1
* fpu: Fix for cpus that have no fxsave instructionDamien Zammit via Bug reports for the GNU Hurd2024-12-051-17/+1
* warn about incompatibility between linux disk driver and PAESamuel Thibault2024-12-041-0/+2
* vm_page.c: fix a deadlock when running with smp enabledEtienne Brateau2024-12-021-1/+2
* device/intr: Account for interrupts that could not be deliveredDamien Zammit via Bug reports for the GNU Hurd2024-11-241-0/+4
* configfrag: fix usage of mach_ncpus before his definitionEtienne Brateau2024-11-202-11/+11
* Fix x86_64 buildSamuel Thibault2024-10-301-0/+2
* 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
* fix a compiler warning.jbranso@dismail.de2024-10-211-1/+1
* fix a compile warning.jbranso@dismail.de2024-10-211-2/+3