aboutsummaryrefslogtreecommitdiff
path: root/i386
Commit message (Expand)AuthorAgeFilesLines
* Remove lint codeMarin Ramesa2013-11-093-19/+0
* Drop FXSR initialization messageSamuel Thibault2013-08-281-1/+0
* ddb: cleanup db_command.cMarin Ramesa2013-07-181-0/+4
* fix implicit declarationsMarin Ramesa2013-07-071-0/+2
* Add missing 4KiB memorySamuel Thibault2013-06-101-1/+1
* Add non-contiguous mmap supportSamuel Thibault2013-06-102-10/+99
* Fix build without kdbSamuel Thibault2013-03-111-0/+2
* Plug hw debug register support into kdbSamuel Thibault2013-02-043-22/+34
* Add x86 hardware debugging register supportSamuel Thibault2013-02-047-134/+336
* Prevent the kernel from making any FPU useSamuel Thibault2013-02-031-0/+6
* Implement pmap_map_mfn for the PVH caseSamuel Thibault2013-01-311-5/+15
* Make the PVH variant get sure that the support is available in the hypervisorSamuel Thibault2013-01-311-6/+6
* Add comment for TODOSamuel Thibault2013-01-301-0/+1
* Do not use 4gb segment assistance in PVHSamuel Thibault2013-01-302-2/+6
* Drop spurious inclusionSamuel Thibault2013-01-301-1/+1
* Increase VM_MAX_KERNEL_ADDRESS for PVH caseSamuel Thibault2013-01-301-7/+8
* More ifdef fixes for ring1 support and pv descriptors supportSamuel Thibault2013-01-288-47/+47
* Add initial code for disabling PV pagetablesSamuel Thibault2013-01-2812-98/+124
* Fix commentsSamuel Thibault2013-01-282-3/+3
* Fix build with --disable-pseudo-physSamuel Thibault2013-01-281-1/+1
* Add initial code for disabling ring1 xen executionSamuel Thibault2013-01-282-1/+7
* Add initial code for disabling PV descriptorsSamuel Thibault2013-01-2811-54/+60
* Fix Xen boot at linear address 0xC0000000Samuel Thibault2012-07-141-7/+9
* Offset kernel addresses by 3GiBSamuel Thibault2012-05-052-5/+4
* Document how to offset the kernel to get better debuggingSamuel Thibault2012-05-051-0/+5
* Check hyp_stack_switch returnSamuel Thibault2012-04-061-1/+2
* Fix Xen boot after c74adfeSamuel Thibault2012-03-243-1/+3
* Relocate kernel at bootupSamuel Thibault2012-03-242-0/+38
* Make sure BIOS area is mapped in kernel threadsSamuel Thibault2012-03-242-0/+20
* Separate INIT_VM_MIN_KERNEL_ADDRESS from VM_MIN_KERNEL_ADDRESSSamuel Thibault2012-03-242-9/+11
* Add missing phystokv/kvtophys callsSamuel Thibault2012-03-243-7/+9
* Fix wrap-around in pmap bootstrapSamuel Thibault2012-03-241-1/+1
* Fix boot with big values of _startSamuel Thibault2012-03-231-3/+5
* Refer to `PFN_LIST' on Xen only.Ludovic Courtès2012-03-221-1/+1
* Use long typesSamuel Thibault2012-03-208-120/+123
* Make xchgl arch-neutralSamuel Thibault2012-03-201-1/+1
* Use compiler defined __i386__ symbol instead of use defined i386Guillem Jover2012-03-203-5/+4
* Match type for count with tty_get_status and tty_set_statusGuillem Jover2012-03-203-6/+6
* Use unsigned int for ELF 32bit valuesSamuel Thibault2012-03-191-4/+4
* Use unsigned long types for addressesSamuel Thibault2012-03-181-4/+4
* Use unsigned long for registersSamuel Thibault2012-03-181-15/+15
* Do not hardcode structure offsetSamuel Thibault2012-03-182-1/+2
* Set Xen kernel virtual address to 0xC0000000Samuel Thibault2012-03-183-4/+4
* Fix access above 4GiB in bootstrap page tableSamuel Thibault2012-03-181-8/+9
* Simplify splxSamuel Thibault2012-03-141-2/+2
* Stick to binutils ELF scriptsSamuel Thibault2012-03-141-1/+2
* Fix PAE page frame number mask.Samuel Thibault2012-03-141-1/+1
* Fix Xen bootstrap at virtual address above 1GiBSamuel Thibault2012-03-142-1/+8
* Simplify i386at_initSamuel Thibault2012-03-141-6/+7
* Simplify kvtophysSamuel Thibault2012-03-141-5/+1