summaryrefslogtreecommitdiff
path: root/i386
AgeCommit message (Expand)Author
2013-08-28Drop FXSR initialization messageSamuel Thibault
2013-07-18ddb: cleanup db_command.cMarin Ramesa
2013-07-07fix implicit declarationsMarin Ramesa
2013-06-10Add missing 4KiB memorySamuel Thibault
2013-06-10Add non-contiguous mmap supportSamuel Thibault
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-02-03Prevent the kernel from making any FPU useSamuel Thibault
2013-01-31Implement pmap_map_mfn for the PVH caseSamuel Thibault
2013-01-31Make the PVH variant get sure that the support is available in the hypervisorSamuel Thibault
2013-01-30Add comment for TODOSamuel 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-07-14Fix Xen boot at linear address 0xC0000000Samuel 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-24Fix Xen boot after c74adfeSamuel Thibault
2012-03-24Relocate kernel at bootupSamuel Thibault
2012-03-24Make sure BIOS area is mapped in kernel threadsSamuel 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-24Fix wrap-around in pmap bootstrapSamuel Thibault
2012-03-23Fix boot with big values of _startSamuel 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-20Use compiler defined __i386__ symbol instead of use defined i386Guillem Jover
2012-03-20Match type for count with tty_get_status and tty_set_statusGuillem Jover
2012-03-19Use unsigned int for ELF 32bit valuesSamuel Thibault
2012-03-18Use unsigned long types for addressesSamuel 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-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