summaryrefslogtreecommitdiff
path: root/i386
AgeCommit message (Expand)Author
2012-03-18Do not hardcode structure offsetSamuel Thibault
2012-03-18Set Xen kernel virtual address to 0xC0000000Samuel Thibault
2012-03-18Fix access above 4GiB in bootstrap page tableSamuel Thibault
2012-03-14Simplify splxSamuel Thibault
2012-03-14Stick to binutils ELF scriptsSamuel Thibault
2012-03-14Fix PAE page frame number mask.Samuel Thibault
2012-03-14Fix Xen bootstrap at virtual address above 1GiBSamuel Thibault
2012-03-14Simplify i386at_initSamuel Thibault
2012-03-14Simplify kvtophysSamuel Thibault
2012-03-09Use unsigned long for addresses and sizesSamuel Thibault
2012-03-03Set default serial parameters to 8N1 instead of 7E1Gabriele Giacone
2012-02-19Fix format for string printSamuel Thibault
2012-01-28Merge branch 'master' into master-slabSamuel Thibault
2011-12-29Fix typoSamuel Thibault
2011-12-17Remove arbitrary limits used by the zone systemRichard Braun
2011-12-17Fix kern/kalloc.h includesRichard Braun
2011-12-17Adjust the kernel to use the slab allocatorRichard Braun
2011-12-17Import the slab allocatorRichard Braun
2011-10-16Increase kmem area for the Xen case.Samuel Thibault
2011-09-12Remove unused [!MACH_KERNEL] driver codeGuillem Jover
2011-09-06* .gitignore: Tighten some rules, and distribute others to...Thomas Schwinge
2011-09-06* i386/i386/pcb.h (stack_attach): Parameterize the continuation parameter'sThomas Schwinge
2011-09-06Move i386/i386/locore.S declarations.Thomas Schwinge
2011-09-02Use Mach native error codes instead of POSIX errno E* onesGuillem Jover
2011-09-01Fix documentationSamuel Thibault
2011-09-01Close kernel stacks.Samuel Thibault
2011-09-01Fix PC samplingSamuel Thibault
2011-08-31Optimize copyout pathSamuel Thibault
2011-08-31Fix copyout retry on lazy allocation on >= i486Samuel Thibault
2011-08-31Disable global page while writing in kernel spaceSamuel Thibault
2011-08-31Protect set_cr3 against compiler assignment optimizationsSamuel Thibault
2011-08-31Fix declarationsSamuel Thibault
2011-08-30Add linux_timer_intr function declarationGuillem Jover
2011-08-30Remove unused variableGuillem Jover
2011-08-30Cast function timeout() argument to fix a warningGuillem Jover
2011-08-30Return a value on non-void functionGuillem Jover
2011-08-30Fix copyright assignmentSamuel Thibault
2011-08-30Console declaration cleanupSamuel Thibault
2011-08-29Make copyout run in 1 loop on >= i486Samuel Thibault
2011-08-28Skip kernel WP check on i486 and aboveSamuel Thibault
2011-08-28Enable >4GiB cr3Samuel Thibault
2011-08-28Disable (<i486)-only WP workaround on Xen & PAESamuel Thibault
2011-08-28Fix pmap_clear_bootstrap_pagetable with >4G mfnsSamuel Thibault
2011-08-28Rework memory mapping reservationSamuel Thibault
2011-08-27Disable unused variablesGuillem Jover
2011-08-27Add prototypes for locore functionsGuillem Jover
2011-08-21Add 8byte breakpoint macroSamuel Thibault
2011-04-23Enable all cachesSamuel Thibault
2011-04-22Update constants to nowadays standardsSamuel Thibault
2011-04-19Close call stack on continuationSamuel Thibault