aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* Cpufreq: simplify cpufreq_statistic_lock initKeir Fraser2009-01-051-17/+1
* Cpufreq: prevent negative px resident time, add spinlock to avoid raceKeir Fraser2009-01-054-27/+97
* Cpufreq: remove redundant fragmentsKeir Fraser2009-01-052-3/+1
* vtd: avoid redundant context mappingKeir Fraser2009-01-051-4/+8
* p2m: Small audit fixes.Keir Fraser2009-01-051-1/+5
* PoD memory 7/9: Xen interfaceKeir Fraser2009-01-059-19/+271
* PoD memory 6/9: superpage splinteringKeir Fraser2009-01-051-25/+80
* PoD memory 5/9: emergency scanKeir Fraser2009-01-054-0/+332
* PoD memory 4/9: Decrease reservationKeir Fraser2009-01-053-0/+135
* PoD memory 3/9: PoD coreKeir Fraser2009-01-055-30/+513
* PoD memory 2/9: calls to gfn_to_mfn_query()Keir Fraser2009-01-055-30/+44
* PoD (populate-on-demand) memory 1/9: Add a p2m query type.Keir Fraser2009-01-054-19/+41
* cpufreq: xen is default cpufreq, userspace is default governor (override on c...Keir Fraser2008-12-296-12/+57
* x86, vmx: Fix single step on debuggerKeir Fraser2008-12-291-0/+21
* x86, mce: Fix x86_mcinfo_getptr is called when no error foundKeir Fraser2008-12-291-20/+21
* cpufreq: Fix a cpufreq cmdline parse bug, and change sample_rate unitKeir Fraser2008-12-291-2/+2
* x86: Do not restrict 32-bit EPT to 4GB.Keir Fraser2008-12-291-2/+3
* x86, intel: Clear Error counter field when set new cmci ownerKeir Fraser2008-12-292-0/+8
* i386: Fix the build.Keir Fraser2008-12-222-3/+4
* shadow: Remove warnings about writes to read-only BIOS area. TheseKeir Fraser2008-12-221-8/+1
* Cleanup Intel CMCI support.Keir Fraser2008-12-227-202/+119
* Enable CMCI for Intel CPUsKeir Fraser2008-12-2222-446/+857
* Support S3 for MSI interruptKeir Fraser2008-12-194-0/+68
* Change the pcidevs_lock from rw_lock to spin_lockKeir Fraser2008-12-199-67/+62
* CPUIDLE: adjust cstate statistic interfaceKeir Fraser2008-12-193-10/+41
* VT-d: Fix PCI-X device assignmentKeir Fraser2008-12-191-33/+44
* x86: Quieten tracing in msi startup/shutdown handlers.Keir Fraser2008-12-181-2/+0
* xenoprof: Add support for Intel Dunnington cores.Keir Fraser2008-12-181-4/+5
* x86, shadow: Avoid duplicates in fixup tables.Keir Fraser2008-12-181-0/+9
* x86, hvm: Don't ever call the shadow code to fix a page fault in anKeir Fraser2008-12-171-8/+12
* x86: Simpler time handling when TSC is constant across all power saving states.Keir Fraser2008-12-161-10/+28
* vmx: Do not disable real EFER.NXE even when disabled by guest.Keir Fraser2008-12-161-26/+7
* x86: Enable MTF for HVM guest single step in gdbKeir Fraser2008-12-1610-2/+100
* x86: Decode CPUID for TSC guarantees.Keir Fraser2008-12-153-1/+8
* x86: Small cleanups to time handling.Keir Fraser2008-12-151-2/+2
* x86: Clean up and simplify rwlock implementation.Keir Fraser2008-12-134-115/+34
* Clean up use of spin_is_locked() and introduce rw_is_locked().Keir Fraser2008-12-139-21/+34
* x86: Fix early time initialisation after recent changes.Keir Fraser2008-12-131-4/+4
* x86: enable interrupts explicitly in __start_xen()Keir Fraser2008-12-111-3/+5
* x86: Clean up early time setup.Keir Fraser2008-12-111-6/+9
* vga: Only vga_endboot() if vga_init() completed.Keir Fraser2008-12-111-1/+1
* x86, cpufreq: Change cpufreq_driver->get so that it can get otherKeir Fraser2008-12-111-7/+29
* Re-enable MSI supportKeir Fraser2008-12-1113-260/+301
* x86: fix the potential of encountering panic "IO-APIC + timer doesn't work! ..."Keir Fraser2008-12-111-1/+11
* x86: unify local_irq_XXX()Keir Fraser2008-12-113-23/+19
* Fix a typo caused by 18898.Keir Fraser2008-12-111-2/+2
* cpufreq: Short path avoiding IPI in critical fast path.Keir Fraser2008-12-111-5/+15
* Fix BUILD_BUG_ON()Keir Fraser2008-12-111-1/+1
* Avoid negative runstate pieces.Keir Fraser2008-12-106-51/+35
* Initialize state_entry_time to zero for all idle vcpusKeir Fraser2008-12-101-4/+7