aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* Bring back console_start_log_everything() as a milder alternative toKeir Fraser2008-06-135-17/+77
* hvm, 32-on-64: Allow a 32-bit x86 hvm guest access to any memory_op().Keir Fraser2008-06-131-33/+3
* Introduce guest_handle_subrange_okay() for checking sub-sections of anKeir Fraser2008-06-133-5/+14
* 32-on-64: Fix is_compat_arg_xlat_range().Keir Fraser2008-06-131-1/+2
* 32-on-64: Fix error handling for XENMEM_decrease_reservation.Keir Fraser2008-06-131-5/+6
* Improve serial output when dropping characters to drop them in bigKeir Fraser2008-06-135-28/+24
* kexec: Fix the 32-bit build.Keir Fraser2008-06-131-4/+4
* hvm: Fix max_mapped_pfn when using 2MB super pages.Keir Fraser2008-06-131-1/+1
* extract vmcoreinfo from /proc/vmcore for XenKeir Fraser2008-06-1312-3/+122
* x86: remove use of per-domain lock from page table entry handlingKeir Fraser2008-06-124-59/+131
* x86: Reduce page->shadow_flags to 32 bits so we can steal space for aKeir Fraser2008-06-122-9/+11
* x86: Do not use HPET in Cx state management since dom0 may need RTCKeir Fraser2008-06-124-13/+19
* dom0 state dumpKeir Fraser2008-06-126-38/+129
* keyhandler: When dumping all-CPU register state, wnter console syncKeir Fraser2008-06-121-0/+5
* x86: don't print dom0 initrd information twiceKeir Fraser2008-06-121-2/+0
* x86: minor adjustment to asm constraint in get_page()Keir Fraser2008-06-121-2/+2
* x86: add perf counter for pointless updates of writable pages through a hyper...Keir Fraser2008-06-122-0/+3
* x86: machine_halt() forcibly re-enables IRQs as it may be called fromKeir Fraser2008-06-121-0/+1
* x86/32on64: fix physical address restrictionKeir Fraser2008-06-124-15/+18
* x86: simplify domain memory cleanupKeir Fraser2008-06-123-32/+20
* [IA64] re-add efi support to acpi_os_get_root_pointer()Keir Fraser2008-06-122-3/+23
* [IA64] compilation fix caused by 17814:9af7a535225fKeir Fraser2008-06-125-29/+22
* 32-on-64: Clean up and unify compat_arg_xlat_area handling.Keir Fraser2008-06-1219-164/+48
* MSI: Handle MSI EOI for amd systemsKeir Fraser2008-06-112-2/+2
* MSI: Fix msi delivery for hvm guestKeir Fraser2008-06-111-4/+10
* AMD IOMMU: Enable MSI for hvm guestKeir Fraser2008-06-111-2/+14
* x86: cpuid configuration for PV guestKeir Fraser2008-06-111-25/+36
* x86/64: Fix build.Keir Fraser2008-06-101-2/+0
* x86: Default ACPI reboot method.Keir Fraser2008-06-104-89/+144
* Pull in ACPI table parsing code from Linux 2.6.26-rc4.Keir Fraser2008-06-1026-1009/+3388
* Fix the build with perfc=y.Keir Fraser2008-06-101-1/+2
* x86: Fix the build after HVMTRACE changes.Keir Fraser2008-06-102-12/+6
* Allow older PAE Linux guests to access entire compat m2p.Keir Fraser2008-06-091-2/+27
* x86: Fix S3 resume after creating an HVM guest.Keir Fraser2008-06-091-1/+1
* xentrace: fix tracing for 64bit guestsKeir Fraser2008-06-095-196/+140
* AMD IOMMU: add support for PV guestKeir Fraser2008-06-091-3/+13
* 32-on-64: Fix physaddr_bitsize computation when creating a 32b x86Keir Fraser2008-06-052-4/+8
* x86, p2m: Fix typo in p2m_change_type_global().Keir Fraser2008-06-051-1/+1
* x86 hvm: Improve paging performance for 64b solaris guestsKeir Fraser2008-06-053-2/+8
* xen: build fix for NetBSD (test -x usage).Keir Fraser2008-06-051-1/+3
* Improve HPET comparator reprog to prevent intr-near-missing caseKeir Fraser2008-06-031-5/+10
* x86: Enhance Cx stability by adding softirq check before entry cstateKeir Fraser2008-06-031-7/+14
* Remove domain_pause()/domain_unpause() from SCHEDOP_remote_shutdown.Keir Fraser2008-06-021-3/+0
* vmx: Better diagnostic messages when VMXON might have failed due toKeir Fraser2008-06-022-5/+24
* vtd: Fix pagetable teardown on domain detsruction.Keir Fraser2008-06-021-34/+19
* vtd: build fix.Keir Fraser2008-06-021-4/+4
* merge with xen-unstable.hgIsaku Yamahata2008-06-0249-775/+1131
|\
| * x86: Fix teardown of relocated vcpu_info structures.Keir Fraser2008-06-011-10/+9
| * x86: i8254 device model is shared between PV and HVM guests, so mustKeir Fraser2008-05-302-6/+12
| * x86 hvm: Fix task-switch operation ordering.Keir Fraser2008-05-301-3/+3