aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* # HG changeset patchIan Campbell2010-08-246-0/+538
* Fix typo in audit_p2m(), SHARED_P2M_ENTRY does not exist.Keir Fraser2010-08-241-1/+1
* Fix mce erst bug to pass build under i386.Keir Fraser2010-08-241-1/+1
* mce: Provide ERST interfaceKeir Fraser2010-08-225-0/+272
* Implement ACPI APEI ERST featureKeir Fraser2010-08-2213-0/+1697
* x86: Automatically EOI guest-bound interrupts if guest takes too long.Keir Fraser2010-08-221-8/+57
* timers: Fix printk format specifierKeir Fraser2010-08-191-1/+1
* timers: Simplify implementation logic.Keir Fraser2010-08-186-71/+29
* timers: Improve debug-key printing.Keir Fraser2010-08-181-13/+12
* x86 cpuidle: check whether cpu is online in cpu idle controlKeir Fraser2010-08-171-2/+3
* xentrace: Fix buffer allocation to properly depend on T_INFO_PAGESKeir Fraser2010-08-171-3/+3
* x86: eliminate bogus IRQ restrictionsKeir Fraser2010-08-134-15/+35
* x2APIC: Improve x2APIC suspend/resumeKeir Fraser2010-08-134-33/+43
* Fix IOAPIC S3 with interrupt remapping enabledKeir Fraser2010-08-131-6/+6
* sysctl: Return physinfo.max_{cpu,node}_id as maximum *possible* IDs.Keir Fraser2010-08-133-6/+8
* Clean up event-channel debug-key output, and use spin_lock().Keir Fraser2010-08-131-7/+4
* x86: Allow dom0 pstate control to access APERF/MPERF/HWCR MSRsKeir Fraser2010-08-131-0/+9
* credit1: Make weight per-vcpuKeir Fraser2010-08-131-9/+16
* svm: increment RIP over PAUSE instruction when emulating itKeir Fraser2010-08-133-7/+21
* msi: Avoid uninitialized msi descriptorsKeir Fraser2010-08-111-6/+16