summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-05ioapic: Wrap EOIs with maskingsmp-maskDamien Zammit
2021-04-05ioapic: Fix arg passing of redirection entryDamien Zammit
2021-04-05ioapic: Refactor EOIDamien Zammit
2021-04-05thread_info: Fix crash when requesting for thread that never ranSamuel Thibault
2021-04-05thread_info: Fix returning last_processorSamuel Thibault
2021-04-05ioapic: Use irq specific EOI properly when detectedDamien Zammit
2021-04-05Don't call EOI on spurious interruptsDamien Zammit
2021-04-05ioapic: target first processor for interruptsDamien Zammit
2021-04-05ioapic: Enable processor focus to BSPDamien Zammit
2021-04-04SMP: Fix warningsSamuel Thibault
2021-04-04SMP: fix getting the interrupt stack address and sizeSamuel Thibault
2021-04-04Add ioapic support disabled by defaultDamien Zammit
2021-04-03pit: Add more macrosSamuel Thibault
2021-03-31linux: Add option to disable Linux groupsSamuel Thibault
2021-03-31intr: Always share irqsSamuel Thibault
2021-03-31intr: Add user interrupt handling code for non-Linux caseDamien Zammit
2021-03-31Keep BIOS mapped even without LinuxSamuel Thibault
2021-03-29apic: Reorder definesDamien Zammit
2021-03-28linux irq: Avoid hardcoding the number of interrupts.Damien Zammit
2021-03-28pic: Move to interrupts 0x20-0x2fDamien Zammit
2021-03-28Existing SMP apic code improvementsDamien Zammit
2021-03-28Don't allow writing to acpi table in memoryDamien Zammit
2021-03-28fixup acpi base table searchDamien Zammit
2021-03-28configure: Add block groupDamien Zammit
2021-03-27fix EISA check in init_IRQDamien Zammit
2021-03-27clock: Let timer proceed even before we have set threadsDamien Zammit
2021-02-21ahci: Fix variable nameAndrea G. Monaco
2021-02-11i386 fpu: fix bogus checkAndrea G. Monaco
2021-02-09Default MIG to mig when not found.Samuel Thibault
2021-02-09Warn about missing migSamuel Thibault
2021-02-07Advise to simply use a cross-toolchainSamuel Thibault
2021-02-03com: Fix bogus NCOM testAndrea G. Monaco
2021-01-20doc: Add a missing field for 'struct thread_sched_info'.Guy-Fleury Iteriteka
2021-01-09add a missing include header guard.guy fleury iteriteka
2021-01-04vm_map: Avoid linking gaps for vm_copy_tSamuel Thibault
2021-01-04vm_map: print warning when max_size gets smaller than sizeSamuel Thibault
2020-12-23Fix _Static_assert callSamuel Thibault
2020-12-20vm_map: Fix taking into account high bits in maskSamuel Thibault
2020-12-07i386at: Really disable com and lpr above NCOM and NLPRSamuel Thibault
2020-12-02pmap: Note that we should support PCIDSamuel Thibault
2020-12-01x86: Move fp_reg.h static assertions to .c fileSamuel Thibault
2020-12-01gsync: Use vm_address_t instead of vm_offset_tSamuel Thibault
2020-12-01x86: Keep fp_regs.h standaloneSamuel Thibault
2020-11-29x86: Get default state from the CPU itselfSamuel Thibault
2020-11-29x86: Make sure we allocate as much as our structure should holdSamuel Thibault
2020-11-29x86: clear exceptions etc. on fpinitSamuel Thibault
2020-11-29x86: Fix initial control wordSamuel Thibault
2020-11-29x86: Fix initialization of new threadsSamuel Thibault
2020-11-29x86: Factorize fpu save/restoreSamuel Thibault
2020-11-28x86: Drop XSAVE support limitationSamuel Thibault