summaryrefslogtreecommitdiff
path: root/i386/i386at/model_dep.c
AgeCommit message (Expand)Author
2021-04-04Add ioapic support disabled by defaultDamien Zammit
2021-03-31Keep BIOS mapped even without LinuxSamuel Thibault
2020-10-07Add comment about mp_desc_init callAlmudena Garcia
2020-10-07fix: fix kernel panic in SMP mode Add mp_desc_init() call in BSP processor, t...Almudena Garcia
2020-09-19smp: Add --enable-ncpus option and fix buildSamuel Thibault
2020-09-19model_dep.c: Add smp_init callAlmudena Garcia
2020-03-31Restore vm_size_t to natural_tSamuel Thibault
2020-03-2964bit: fix warningsSamuel Thibault
2020-03-2964bit: Fix vm_size_t sizeSamuel Thibault
2020-03-28pmap.h: Add 64bit variantSamuel Thibault
2020-03-09Set readtodc parameter 64bitv1.8+git20200309Samuel Thibault
2019-04-28Avoid calling biosmem with size 0Samuel Thibault
2019-04-28Avoid calling biosmem with size 0Samuel Thibault
2018-07-28device: Fix d_mmap typeSamuel Thibault
2017-11-12Fix halt messageSamuel Thibault
2016-11-06Revert "i386: use ACPI to power off the machine"Justus Winter
2016-11-01i386: Use discontiguous page directories when using PAE.Justus Winter
2016-10-31Make multiboot cmdline and modules non-permanent reservationsSamuel Thibault
2016-09-21Remove phys_first_addr and phys_last_addr global variablesRichard Braun
2016-09-06Fix registration of strings from in boot dataRichard Braun
2016-09-06Make early physical page allocation truely reliableRichard Braun
2016-09-03Fix early physical page allocationRichard Braun
2016-04-15i386: Fix error handlingJustus Winter
2016-02-02Stack the slab allocator directly on top of the physical allocatorRichard Braun
2016-01-30Fix early page allocation on XenRichard Braun
2016-01-23Use vm_page as the physical memory allocatorRichard Braun
2015-08-31Reserve 64k at beginning of memory, not just 4kSamuel Thibault
2015-06-28i386: improve the immediate consoleJustus Winter
2015-06-26i386: add commentJustus Winter
2014-09-17ddb: add support for ELF symbol tablesJustus Winter
2014-07-06Do not unmap page 0 when not neededSamuel Thibault
2014-07-06i386: use ACPI to power off the machineJustus Winter
2014-05-03ddb: add "halt" commandJustus Winter
2014-04-04Convert from K&R to ANSIMarin Ramesa
2014-04-04Use explicit prototypes for struct dev_ops fieldsMarin Ramesa
2013-12-15Declare void argument listsMarin Ramesa
2013-12-11Cleanup of the memcpy(), memmove(), memcmp() and memset() callsMarin Ramesa
2013-12-09i386/i386at/model_dep.c: fix argument listMarin Ramesa
2013-12-09i386/i386at/model_dep.c, kd.c: use boolean instead of an intMarin Ramesa
2013-12-05i386/i386at/model_dep.c: remove forward declarationMarin Ramesa
2013-12-05i386/i386at: remove forward declarationsMarin Ramesa
2013-12-05i386/i386at/conf.c: remove forward declarationsMarin Ramesa
2013-12-05ddb/db_command.c: remove forward declarationMarin Ramesa
2013-11-20Fix implicit declaration of functionMarin Ramesa
2013-11-09Remove lint codeMarin Ramesa
2013-06-10Add missing 4KiB memorySamuel Thibault
2013-06-10Add non-contiguous mmap supportSamuel Thibault
2013-01-28Add initial code for disabling PV pagetablesSamuel Thibault
2012-03-24Make sure BIOS area is mapped in kernel threadsSamuel Thibault
2012-03-24Separate INIT_VM_MIN_KERNEL_ADDRESS from VM_MIN_KERNEL_ADDRESSSamuel Thibault