summaryrefslogtreecommitdiff
path: root/i386/i386
AgeCommit message (Expand)Author
2012-05-05Offset kernel addresses by 3GiBSamuel Thibault
2012-05-05Document how to offset the kernel to get better debuggingSamuel Thibault
2012-04-06Check hyp_stack_switch returnSamuel Thibault
2012-03-24Separate INIT_VM_MIN_KERNEL_ADDRESS from VM_MIN_KERNEL_ADDRESSSamuel Thibault
2012-03-24Add missing phystokv/kvtophys callsSamuel Thibault
2012-03-22Refer to `PFN_LIST' on Xen only.Ludovic Courtès
2012-03-20Use long typesSamuel Thibault
2012-03-20Make xchgl arch-neutralSamuel Thibault
2012-03-18Use unsigned long for registersSamuel Thibault
2012-03-18Do not hardcode structure offsetSamuel Thibault
2012-03-18Set Xen kernel virtual address to 0xC0000000Samuel Thibault
2012-03-14Simplify splxSamuel Thibault
2012-03-14Simplify kvtophysSamuel Thibault
2012-03-09Use unsigned long for addresses and sizesSamuel 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-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-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-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-28Disable (<i486)-only WP workaround on Xen & PAESamuel Thibault
2011-08-28Rework memory mapping reservationSamuel Thibault
2011-08-27Add prototypes for locore functionsGuillem Jover
2011-08-21Add 8byte breakpoint macroSamuel Thibault
2011-04-19Close call stack on continuationSamuel Thibault
2011-03-11Fix continuation after keyboard debugger invocationSamuel Thibault
2011-02-27Detect interrupt overflowSamuel Thibault
2011-02-27Add x86 debug register Xen supportSamuel Thibault
2011-02-27Add prototypes for x86 debug registersSamuel Thibault
2011-01-31Enable pae_extended_cr3 in pmap_bootstrapSamuel Thibault
2011-01-31Enable Xen >4GiB physical memory supportSamuel Thibault
2010-09-14Typo fix.Thomas Schwinge
2010-08-26Do not advice to install libc0.3-xen on 4gb_segment trapSamuel Thibault
2010-08-22Disable 4gb segment emulation notification on first notificationSamuel Thibault
2010-08-22Report Xen 4gb segment emulationSamuel Thibault