aboutsummaryrefslogtreecommitdiff
path: root/i386
Commit message (Expand)AuthorAgeFilesLines
...
* convert K&R into ansiGuy-Fleury Iteriteka2022-05-2711-64/+35
* pmap: Make sure we do not allocate page tables beyond 4GiBSamuel Thibault2022-02-171-1/+4
* xen: Fix storing physical addressesSamuel Thibault2022-02-161-2/+2
* io_map: Fix using physical addressesSamuel Thibault2022-02-161-5/+5
* db: Fix db_user_to_phys_address returning physical addressesSamuel Thibault2022-02-161-7/+7
* vm_object: Fix vm_object_page_map map function prototypeSamuel Thibault2022-02-161-1/+1
* biosmem: Narrow e820 regions as requiredDamien Zammit2022-02-151-0/+28
* Makefrag.am: Move architecture condition inside architecture Makefrag.amSamuel Thibault2022-02-061-17/+14
* Convert from K&R to ANSIEtienne Brateau2022-01-215-49/+29
* mach_i386: include MACH_I386_IMPORTSSamuel Thibault2022-01-011-0/+4
* ddb: Fix updating sp while progressing through framesSamuel Thibault2021-12-291-1/+6
* ddb: Unwind over RETSamuel Thibault2021-12-292-6/+30
* ddb: Fix accessing high memorySamuel Thibault2021-12-282-20/+61
* 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
* memory_object_create_proxy: Make len parameter vm_size_array_tSamuel Thibault2021-10-171-0/+1
* i386/i386/fpu.h: Fix xrstor and xrstors macrosSamuel Thibault2021-09-231-2/+6
* i386/i386/fpu.h: Drop spurious backslashesSamuel Thibault2021-09-231-4/+4
* vm_page_grab: allow allocating in high memorySamuel Thibault2021-08-271-1/+1
* 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-053-2/+2
* ioapic: Use irq specific EOI properly when detectedDamien Zammit2021-04-052-8/+26
* 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-052-0/+4
* SMP: Fix warningsSamuel Thibault2021-04-045-0/+13
* SMP: fix getting the interrupt stack address and sizeSamuel Thibault2021-04-043-4/+6
* Add ioapic support disabled by defaultDamien Zammit2021-04-0416-27/+557
* pit: Add more macrosSamuel Thibault2021-04-031-2/+7
* Keep BIOS mapped even without LinuxSamuel Thibault2021-03-312-7/+1
* apic: Reorder definesDamien Zammit2021-03-291-2/+2
* pic: Move to interrupts 0x20-0x2fDamien Zammit2021-03-282-5/+3
* Existing SMP apic code improvementsDamien Zammit2021-03-284-21/+106
* Don't allow writing to acpi table in memoryDamien Zammit2021-03-281-1/+1
* fixup acpi base table searchDamien Zammit2021-03-281-18/+12
* i386 fpu: fix bogus checkAndrea G. Monaco2021-02-111-1/+1
* com: Fix bogus NCOM testAndrea G. Monaco2021-02-031-1/+1
* add a missing include header guard.guy fleury iteriteka2021-01-091-0/+5
* Fix _Static_assert callSamuel Thibault2020-12-231-2/+4
* i386at: Really disable com and lpr above NCOM and NLPRSamuel Thibault2020-12-072-0/+10
* pmap: Note that we should support PCIDSamuel Thibault2020-12-021-0/+1
* x86: Move fp_reg.h static assertions to .c fileSamuel Thibault2020-12-012-2/+3
* x86: Keep fp_regs.h standaloneSamuel Thibault2020-12-011-6/+4
* x86: Get default state from the CPU itselfSamuel Thibault2020-11-291-20/+6
* x86: Make sure we allocate as much as our structure should holdSamuel Thibault2020-11-291-0/+10
* x86: clear exceptions etc. on fpinitSamuel Thibault2020-11-291-0/+1
* x86: Fix initial control wordSamuel Thibault2020-11-291-3/+8