aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* x86_32: [un]map_domain_page() is now IRQ safe.Keir Fraser2010-09-181-9/+12
* x86: Fix indentation in irq.c.Keir Fraser2010-09-181-16/+13
* x86: irq_enter()/irq_exit() covers all of do_IRQ().Keir Fraser2010-09-181-7/+5
* hvm pmtimer: correct pmtimer accuracyKeir Fraser2010-09-172-2/+7
* x86_32: Fix build by fixing prototype of hvmemul_do_pio().Keir Fraser2010-09-171-1/+1
* Remove unused function console_force_lock().Keir Fraser2010-09-162-6/+0
* vmx: Annotate update_guest_eip() callers with safety analysisKeir Fraser2010-09-151-26/+20
* vmx: __update_guest_eip(__guest_instruction_length()) -> update_guest_eip()Keir Fraser2010-09-151-26/+19
* mem_event: Clean up and remove over-sized paused_vcpus[] array.Keir Fraser2010-09-153-64/+21
* x86 hvm: Clean up PIO fast path emulation.Keir Fraser2010-09-157-98/+82
* C6 state with EOI issue fix for some Intel processorsKeir Fraser2010-09-153-0/+35
* notify_via_xen_event_channel() should check for dying domain.Keir Fraser2010-09-151-0/+6
* x86: restore handling of "reboot=no"Keir Fraser2010-09-151-1/+4
* x86: fix debug key 'i' handling with no IO-APICsKeir Fraser2010-09-151-0/+3
* svm: simplify MSR handlingKeir Fraser2010-09-151-36/+10
* x86 mca: unmap broken memory in EPT guest in MCA delayed handlerKeir Fraser2010-09-133-12/+69
* x86: Add broken memory type in p2m tableKeir Fraser2010-09-131-5/+21
* Fix an IO-APIC error messageKeir Fraser2010-09-131-2/+2
* Fix serial interrupt's destinationKeir Fraser2010-09-131-1/+1
* hvm: Merge MSR_EFER handling.Keir Fraser2010-09-133-44/+11
* xen: define raw version of set_xen_guest_handleKeir Fraser2010-09-133-4/+6
* xsm: Avoid null dereference in flask get_page_sidKeir Fraser2010-09-131-1/+4
* The sysctl hypercall should be callable from HVM guests.Keir Fraser2010-09-131-0/+3
* vmx: Unifying the CPU_BASED_VM_EXEC_CONTROL VMCS field write into aKeir Fraser2010-09-134-15/+18
* vmx: Unifying the SECONDARY_VM_EXEC_CONTROL VMCS field write into aKeir Fraser2010-09-131-9/+13
* vmx: Caching the VMCS field EXCEPTION_BITMAP and cleanup some unused function.Keir Fraser2010-09-134-24/+24
* vmx: Rename host_vmcs to vmxon_regionKeir Fraser2010-09-131-7/+7
* tmem (hv): move to new ABI version to handle long object-idsKeir Fraser2010-09-132-127/+194
* page_alloc: Hold heap_lock while adjusting page states to/from PGC_state_free.Keir Fraser2010-09-131-4/+4
* x86 vmx: Add handlers for missing exit_reasons documented by Intel SDM 3BKeir Fraser2010-09-132-0/+26
* page_alloc: Check neighbouring chunks belong to same NUMA node beforeKeir Fraser2010-09-131-23/+10
* [IA64] Rename irq_cfg->domain to irq_cfg->cpu_maskKeir Fraser2010-09-021-1/+1
* VT-d: fix ia64 buildKeir Fraser2010-09-021-0/+8
* Disable ACPI APEI feature for ia64Keir Fraser2010-09-021-1/+1
* hvm_op: Remove use of uint64_aligned_t from guest header file.Keir Fraser2010-09-021-1/+2
* Revert 5b03813d8d6e "Make uint64_aligned_t and GUEST_HANDLE_64 visible to gue...Keir Fraser2010-09-022-2/+9
* x86 shadow: allocate all shadow memory in single pagesTim Deegan2010-09-014-221/+104
* x86 shadow: remove the assumption that multipage shadows are contiguousTim Deegan2010-09-012-31/+42
* x86 shadow: explicitly link the pages of multipage shadowsTim Deegan2010-09-014-34/+137
* x86 shadow: for multi-page shadows, explicitly track the first pageTim Deegan2010-09-014-13/+46
* x86 intel: Disable XSAVE support.Keir Fraser2010-09-011-1/+1
* x86_64: Ensure frame-table compression leaves MAX_ORDER alignedKeir Fraser2010-09-011-2/+8
* hvm: Fix merging error in hvm_op.hKeir Fraser2010-09-011-2/+2
* Make uint64_aligned_t and GUEST_HANDLE_64 visible to guests.Keir Fraser2010-09-012-9/+2
* x86 p2m: Fix comment regarding mfn_valid().Keir Fraser2010-09-011-1/+1
* x86 mm: revert check in clear_mmio_p2m_entry() changed in 21940:e7afe98afd43Allen Kay allen.m.kay@intel.com2010-09-011-1/+3
* ept: Put locks around ept_get_entryKeir Fraser2010-08-301-0/+6
* Rename irq_cfg->domain to irq_cfg->cpu_maskKeir Fraser2010-08-3012-46/+46
* VT-d: Hardware require RH bit to be set in IRTE when delivery mode is LPRKeir Fraser2010-08-261-2/+4
* Fix bind_irq_vector() destinationKeir Fraser2010-08-261-2/+2