summaryrefslogtreecommitdiff
path: root/i386/i386
AgeCommit message (Expand)Author
2013-03-11Fix build without kdbSamuel Thibault
2013-02-04Plug hw debug register support into kdbSamuel Thibault
2013-02-04Add x86 hardware debugging register supportSamuel Thibault
2013-01-30Do not use 4gb segment assistance in PVHSamuel Thibault
2013-01-30Drop spurious inclusionSamuel Thibault
2013-01-30Increase VM_MAX_KERNEL_ADDRESS for PVH caseSamuel Thibault
2013-01-28More ifdef fixes for ring1 support and pv descriptors supportSamuel Thibault
2013-01-28Add initial code for disabling PV pagetablesSamuel Thibault
2013-01-28Fix commentsSamuel Thibault
2013-01-28Fix build with --disable-pseudo-physSamuel Thibault
2013-01-28Add initial code for disabling ring1 xen executionSamuel Thibault
2013-01-28Add initial code for disabling PV descriptorsSamuel Thibault
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