aboutsummaryrefslogtreecommitdiff
path: root/i386
Commit message (Expand)AuthorAgeFilesLines
...
* Fix interrupt_processor prototypeSamuel Thibault2018-06-272-0/+7
* Add missing includeSamuel Thibault2018-06-271-0/+1
* Fix pmap nameSamuel Thibault2018-06-271-2/+2
* Add splvm prototypeSamuel Thibault2018-06-271-0/+1
* Re-fix typoSamuel Thibault2018-06-171-1/+1
* Fix typoSamuel Thibault2018-06-171-1/+1
* Add const MIG typesSamuel Thibault2018-01-281-0/+1
* Fix warningSamuel Thibault2018-01-281-1/+1
* Fix halt messageSamuel Thibault2017-11-121-1/+2
* Drop the register qualifier.Justus Winter2017-10-231-3/+3
* ddb: More gracefully handle address errorsSamuel Thibault2017-08-272-8/+6
* i386: Fix pmap_remove on PAE kernels.Justus Winter2017-08-141-5/+3
* ddb: debug traps and port referencesJustus Winter2017-08-052-0/+12
* i386: Make function static.Justus Winter2017-08-052-7/+1
* Fix year computationSamuel Thibault2017-06-101-1/+3
* Fix Epoch computationSamuel Thibault2017-06-101-2/+8
* Fix bissextile years computationSamuel Thibault2017-01-241-1/+18
* Increase the size of the kernel mapRichard Braun2016-12-251-6/+5
* VM: rework map entry wiringRichard Braun2016-12-241-1/+1
* VM: fix mapping removal on wired pagesRichard Braun2016-12-241-2/+4
* Revert "i386: use ACPI to power off the machine"Justus Winter2016-11-0619-2198/+0
* i386: Use discontiguous page directories when using PAE.Justus Winter2016-11-014-131/+205
* Make multiboot cmdline and modules non-permanent reservationsSamuel Thibault2016-10-311-7/+8
* Fix warningsSamuel Thibault2016-10-242-3/+3
* i386: Allocate page directories using the slab allocator.Justus Winter2016-10-221-11/+28
* Fix format securityDavid Michael2016-10-021-2/+2
* biosmem: show memory map at bootSamuel Thibault2016-09-221-6/+2
* Enable high memoryRichard Braun2016-09-211-6/+3
* Redefine what an external page isRichard Braun2016-09-211-1/+1
* Replace vm_offset_t with phys_addr_t where appropriateRichard Braun2016-09-213-34/+30
* Remove phys_first_addr and phys_last_addr global variablesRichard Braun2016-09-218-103/+60
* Fix spurious warningSamuel Thibault2016-09-111-1/+1
* Fix size of functions interrupt and syscallSamuel Thibault2016-09-112-0/+3
* Set function type on symbols created by ENTRY macroSamuel Thibault2016-09-111-7/+7
* Close parenthesisSamuel Thibault2016-09-111-1/+3
* Fix exploring stack trace up to assemblySamuel Thibault2016-09-111-7/+8
* Fix registration of strings from in boot dataRichard Braun2016-09-061-2/+4
* Make early physical page allocation truely reliableRichard Braun2016-09-063-194/+316
* Fix early physical page allocationRichard Braun2016-09-033-171/+233
* pmap: fix map window creation on xenRichard Braun2016-09-011-0/+12
* Use invlpg for single-page pagetable changesSamuel Thibault2016-08-251-16/+3
* Drop unused macroSamuel Thibault2016-08-251-2/+0
* i386: import string functions from X15 and relicense to GPLv2+Richard Braun2016-08-162-0/+151
* i386: request the boot loader to page-align modulesRichard Braun2016-08-121-2/+2
* Fix locking errorRichard Braun2016-06-271-1/+0
* Cope with getc returning -1Samuel Thibault2016-05-261-1/+5
* Fix gcc-6 warningsSamuel Thibault2016-05-183-11/+10
* Fix xen bootSamuel Thibault2016-04-211-1/+1
* Fix type of program counter argumentJustus Winter2016-04-201-1/+1
* xen: fix buildJustus Winter2016-04-201-2/+3