summaryrefslogtreecommitdiff
path: root/i386
AgeCommit message (Expand)Author
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-10-24Fix warningsSamuel Thibault
2016-10-22i386: Allocate page directories using the slab allocator.Justus Winter
2016-10-02Fix format securityDavid Michael
2016-09-22biosmem: show memory map at bootSamuel Thibault
2016-09-21Enable high memoryRichard Braun
2016-09-21Redefine what an external page isRichard Braun
2016-09-21Replace vm_offset_t with phys_addr_t where appropriateRichard Braun
2016-09-21Remove phys_first_addr and phys_last_addr global variablesRichard Braun
2016-09-11Fix spurious warningSamuel Thibault
2016-09-11Fix size of functions interrupt and syscallSamuel Thibault
2016-09-11Set function type on symbols created by ENTRY macroSamuel Thibault
2016-09-11Close parenthesisSamuel Thibault
2016-09-11Fix exploring stack trace up to assemblySamuel Thibault
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-09-01pmap: fix map window creation on xenRichard Braun
2016-08-25Use invlpg for single-page pagetable changesSamuel Thibault
2016-08-25Drop unused macroSamuel Thibault
2016-08-16i386: import string functions from X15 and relicense to GPLv2+Richard Braun
2016-08-12i386: request the boot loader to page-align modulesRichard Braun
2016-06-27Fix locking errorRichard Braun
2016-05-26Cope with getc returning -1Samuel Thibault
2016-05-18Fix gcc-6 warningsSamuel Thibault
2016-04-21Fix xen bootSamuel Thibault
2016-04-20Fix type of program counter argumentJustus Winter
2016-04-20xen: fix buildJustus Winter
2016-04-20Add kernel profiling through samplingSamuel Thibault
2016-04-17Add memory barrier to spl*Samuel Thibault
2016-04-15i386: Fix error handlingJustus Winter
2016-04-04Use uint32_t instead of unsigned32_t.Flavio Cruz
2016-03-19Make kernel mapping start address configurableSamuel Thibault
2016-03-11Ship missing filesSamuel Thibault
2016-03-06Inherit fpu control word from parent to childSamuel Thibault
2016-02-28i386: add parts of cpu.h from x15Justus Winter
2016-02-26Document why code is not racySamuel Thibault
2016-02-14Reduce VM_KERNEL_MAP_SIZESamuel Thibault
2016-02-02Fix unused variable warningsRichard Braun
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
2016-01-23Import the biosmem module from X15 and relicense to GPLv2+Richard Braun
2016-01-23Import the multiboot module from X15 and relicense to GPLv2+Richard Braun
2016-01-23Import the elf module from X15 and relicense to GPLv2+Richard Braun
2016-01-13Increase kernel map sizeSamuel Thibault
2016-01-02fix t_addr assignment in lpropenFlavio Cruz
2016-01-01remove unnused disk code and headersFlavio Cruz