aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* x86: Fix 32-bit build after AMD microcode update patch.Keir Fraser2008-09-151-5/+4
* vtd: minor edge case memory leakKeir Fraser2008-09-151-0/+1
* x86, shadow: Allow removing writable mappings from splintered page tables.Keir Fraser2008-09-152-5/+9
* x86, shadow: Fix comment about Linux direct-map address.Keir Fraser2008-09-131-1/+1
* x86, shadow: Add new location of Linux direct-map to the places toKeir Fraser2008-09-121-4/+6
* x86: microcode update support for AMD CPUsKeir Fraser2008-09-127-434/+1086
* Check the existence of serial port before usingKeir Fraser2008-09-124-12/+61
* x86, cpu hotplug: flush softirq work when going offlineKeir Fraser2008-09-121-0/+6
* x86: Clean up cpufreq core logicKeir Fraser2008-09-1211-212/+357
* ACPI: Grant access of MSR_IA32_THERM_CONTROL MSR to dom0Keir Fraser2008-09-111-0/+12
* CPUIDLE: Disable APIC timer intr during C3 while force hpetbroadcastKeir Fraser2008-09-111-7/+7
* x86, shadow: Fix some SHADOW_PRINTK() callers.Keir Fraser2008-09-112-5/+5
* x86: Support CPU hotplug offline.Keir Fraser2008-09-115-32/+77
* xsm: XSM foreigndom usage bugKeir Fraser2008-09-114-32/+24
* x86: Fix calibration rendezvous for cpu hotplug.Keir Fraser2008-09-101-2/+5
* CPUIDLE: Port Linux menu governor to replace the initial ladder governorKeir Fraser2008-09-104-336/+287
* CPUIDLE: Adjust Cx residency to contain Cx exit latency & overhead.Keir Fraser2008-09-101-5/+2
* CPUIDLE: Avoid remnant LAPIC timer intr while force hpetbroadcastKeir Fraser2008-09-101-1/+9
* CPUIDLE: Avoid remnant HPET intr while force hpetbroadcastKeir Fraser2008-09-101-2/+18
* vtd: Add a command line param to enable/disable pass-through featureKeir Fraser2008-09-103-3/+11
* x86: Remove MSI boot parameter -- now always on.Keir Fraser2008-09-103-54/+23
* x86: Do not permit 'AUTO_ASSIGN' parameter to PHYSDEVOP_alloc_irq_vector.Keir Fraser2008-09-091-9/+3
* vtd: Enable pass-through translation for Dom0Keir Fraser2008-09-091-7/+6
* xentrace 5/7: Additional tracing for the shadow code.Keir Fraser2008-09-088-24/+352
* xentrace 3/7: Remove vcpu / domain from HVM traces.Keir Fraser2008-09-086-66/+63
* xentrace 2/7: Lost-records record includes currently running vcpu,Keir Fraser2008-09-081-4/+11
* xentrace 1/7: Trace runstate changes.Keir Fraser2008-09-082-15/+39
* xen/powernow: allow using lowest-power P-stateKeir Fraser2008-09-081-2/+2
* x86: fix cpufreq_dom_maskKeir Fraser2008-09-081-8/+16
* More efficient implementation of SCHEDOP_poll when polling a single port.Keir Fraser2008-09-044-28/+71
* x86: smp_mb__{before,after}_clear_bit() are no-ops.Keir Fraser2008-09-041-2/+2
* xsm: refactor IO hooks/sysctl hooksKeir Fraser2008-09-0415-121/+636
* CPUIDLE: Write to ARB_DISABLE conditionally to reduce some idle overheads.Keir Fraser2008-09-041-5/+11
* x86: Fix interpretation of get_l*e_linear_pagetable().Keir Fraser2008-09-031-9/+6
* x86: Fix guest_handle_okay/guest_handle_subrange_okayKeir Fraser2008-09-037-7/+10
* Remove guest_physmap_max_mem_pages(), which is no longer usefullyKeir Fraser2008-09-033-7/+0
* ACPI: Remove a redundant call to acpi_hw_register_read().Keir Fraser2008-09-031-0/+2
* Fix for VCPU periodic timer.Keir Fraser2008-09-032-2/+5
* x86: allow Dom0 to control a few more MSR bitsKeir Fraser2008-09-012-0/+43
* x86: make {get,put}_page_type() preemptibleKeir Fraser2008-09-013-247/+492
* vtd: fix Dom0 S3 when VT-d is enabled.Keir Fraser2008-08-293-41/+36
* x86: constify microcode hypercall argumentKeir Fraser2008-08-295-6/+9
* amd: Extended migration supportKeir Fraser2008-08-293-1/+243
* x86: time_calibration_rendezvous must be invoked with @wait=1.Keir Fraser2008-08-281-1/+4
* softirq: Add sanity assertion about NR_SOFTIRQS.Keir Fraser2008-08-281-0/+1
* x86: There are now two x86-specific softirqs.Keir Fraser2008-08-281-1/+1
* Update Xen version for 3.4-unstable development phaseKeir Fraser2008-08-281-2/+2
* hvm: Use main memory for video memory.Keir Fraser2008-08-278-1/+177
* Fall back to a timer linked list when the timer heap overflows.Keir Fraser2008-08-272-40/+160
* Use 'gcc -v 2>&1 | tail -1' to extract gcc version.Keir Fraser2008-08-271-1/+1