aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* x86, hvm: Hyper-V guest interface support with small set of enlightenmentsKeir Fraser2008-10-1415-775/+1253
* x86: propagate return value of alloc_l1_table()Keir Fraser2008-10-131-2/+1
* vtd: move some x86-dependent functions into x86-specific directory.Keir Fraser2008-10-133-7/+25
* iommu: Cleanups to some header files.Keir Fraser2008-10-132-10/+3
* Merge with IA64 treeKeir Fraser2008-10-104-10/+24
|\
| * vmx: Update RIP past INT3 instruction on INT3 vmexit.Keir Fraser2008-10-101-1/+6
| * vmx:update DR6 on TRAP_debug VM exits.Keir Fraser2008-10-101-0/+7
| * vt-d: Fix dma_set_pte_superpageKeir Fraser2008-10-101-7/+9
| * cpufreq: remove unused variable cpu_count.Keir Fraser2008-10-101-2/+1
| * acpi/pmstat.c: refer to the array after range check.Keir Fraser2008-10-101-1/+2
* | merge with xen-unstable.hgIsaku Yamahata2008-10-1028-400/+546
|\|
| * vtd: Make some pci access functions architecture independent.Keir Fraser2008-10-094-60/+67
| * Rename evtchn_lock to event_lock, since it protects more than justKeir Fraser2008-10-0912-93/+93
| * Fix lock issue for hvm pass-through domainKeir Fraser2008-10-099-87/+137
| * vt-d: Define a struct IO_xAPIC_route_entry to accommodate both ioapicKeir Fraser2008-10-092-5/+42
| * x86/mm: Use l1e_get_pfn() in destroy_grant_pte_mapping().Keir Fraser2008-10-091-1/+1
| * x86: Remove bogus assertion from free_domain_pirqs().Keir Fraser2008-10-081-2/+0
| * x86: Define __per_cpu_shift label to help kdump/crashdump.Keir Fraser2008-10-082-0/+2
| * x86: Continue to allocate vectors across LAPIC priority levels, sinceKeir Fraser2008-10-081-2/+3
| * x86: Free MSI vector when a pirq is unmapped.Keir Fraser2008-10-087-22/+57
| * x86: Move pirq logic to irq.c.Keir Fraser2008-10-083-166/+182
* | [IA64] introduce iosapci ID.Isaku Yamahata2008-10-103-0/+49
* | [IA64] Add pci configuration code, which is needed by VTD.Isaku Yamahata2008-10-101-0/+33
* | Add pci configuration code, which is needed by VTDIsaku Yamahata2008-10-102-0/+135
* | [IA64] implement ia64 cpufreq notify hypercallIsaku Yamahata2008-10-106-13/+122
* | [IA64] Add cpufreq ia64 driverIsaku Yamahata2008-10-101-2/+305
* | [IA64] introduce DOM0VP_get_memmap hypercall.Isaku Yamahata2008-10-034-0/+62
* | [IA64] fix XENMEM_add_to_physmap with XENMAPSPACE_mfn.Isaku Yamahata2008-10-032-2/+361
* | [IA64] make use of rcu_lock_target_domain_by_id()Isaku Yamahata2008-10-032-70/+19
* | merge with xen-unstable.hgIsaku Yamahata2008-10-036-170/+64
|\|
| * Eliminate code duplication with rcu_lock_domain_by_id().Keir Fraser2008-10-026-170/+64
* | merge with xen-unstable.hgIsaku Yamahata2008-10-0277-818/+1362
|\|
| * [IA64] Compilation fix to cpufreq stuff.Keir Fraser2008-10-013-0/+23
| * domctl: Fix the wrong return values when xsm_xxx() returns 0Keir Fraser2008-09-291-4/+6
| * Fix 32pae build: ld -> PRI64.Keir Fraser2008-09-281-2/+5
| * CPUIDLE: Initialize timer broadcast mechanism for C2Keir Fraser2008-09-261-2/+8
| * x86 shadow: Add FreeBSD mappings guest heuristics.Keir Fraser2008-09-262-4/+28
| * x86 and ia64: move cpufreq notify code to commone placeKeir Fraser2008-09-265-96/+159
| * X86 and IA64: Update cpufreq statistic logic for supporting both x86Keir Fraser2008-09-265-35/+24
| * X86 and IA64: Rebase cpufreq logic for supporting both x86 and ia64Keir Fraser2008-09-2612-171/+219
| * vtd: Fix check for interrupt remapping of ioapic RTEKeir Fraser2008-09-261-3/+6
| * x86, hvm: Remove warning on emulated write to read-only page.Keir Fraser2008-09-251-9/+1
| * x86: Clean up and fix 18539:31f09a5e24cf8Keir Fraser2008-09-256-47/+75
| * x86: Fix guest_physmap_add_entry checksKeir Fraser2008-09-251-21/+30
| * x86 pmstat: Fix get_pm_info hypercall argument checking.Keir Fraser2008-09-251-6/+18
| * x2apic: Clean up send_IPI_mask_x2apic() and add a memory barrier.Keir Fraser2008-09-252-10/+14
| * x86: Properly synchronise updates to pirq-to-vector mapping.Keir Fraser2008-09-2411-102/+133
| * x86: change _PAGE_GNTTABKeir Fraser2008-09-242-3/+7
| * x86/PCI-MSI: fix log messagesKeir Fraser2008-09-241-26/+26
| * x86: Add sysctl for cpu online/offlineKeir Fraser2008-09-222-0/+38