aboutsummaryrefslogtreecommitdiff
path: root/i386
Commit message (Expand)AuthorAgeFilesLines
...
* i386/i386/machine_routines.h: add comment after endifMarin Ramesa2013-11-151-1/+1
* i386/i386/loose_ends.c: remove unused variableMarin Ramesa2013-11-151-1/+0
* i386/i386/loose_ends.c: add comment after endifMarin Ramesa2013-11-151-1/+1
* i386/i386/lock.h: remove register quaalifierMarin Ramesa2013-11-151-1/+1
* i386/i386/kttd_interface.c: trivial stylistic fix for consistencyMarin Ramesa2013-11-151-1/+1
* i386/i386/hardclock.c: add comment after endifMarin Ramesa2013-11-151-1/+1
* i386/i386/fpu.h: remove register qualifiersMarin Ramesa2013-11-151-1/+1
* i386/i386/fpu.c: remove register qualifiersMarin Ramesa2013-11-151-22/+22
* i386/i386/db_trace.c: qualify constants with constMarin Ramesa2013-11-151-11/+11
* i386/i386/db_trace.c: remove register qualifiersMarin Ramesa2013-11-151-7/+7
* i386/i386/db_interface.c: remove register qualifiersMarin Ramesa2013-11-151-20/+20
* Fix typoMarin Ramesa2013-11-151-1/+1
* i386/i386/vm_tuning.h: remove fileMarin Ramesa2013-11-152-36/+0
* i386/i386at: add ifndefsMarin Ramesa2013-11-154-0/+20
* 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