aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eliminate code duplication with rcu_lock_domain_by_id().Keir Fraser2008-10-026-170/+64
* [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
* x86: fix powernowKeir Fraser2008-09-221-3/+21
* Add debug key 'e' for event channel informationKeir Fraser2008-09-222-2/+74
* acpi: mark several more items __init/__initdataKeir Fraser2008-09-226-64/+17
* x86/cpufreq: don't use static array for large per-CPU data structuresKeir Fraser2008-09-227-50/+102
* domctl: don't allow certain operations on Dom0Keir Fraser2008-09-221-5/+17
* vsprintf: Better size_t input checking, and fix return values ofKeir Fraser2008-09-221-4/+8
* Fix misc issues related to allowing support of more CPUsKeir Fraser2008-09-226-19/+49
* i386: make double fault TSS per-CPUKeir Fraser2008-09-224-14/+25
* x86: make GDT per-CPUKeir Fraser2008-09-2218-97/+177
* x86,amd,microcode: fix hypercall return codeKeir Fraser2008-09-221-4/+1
* CPUIDLE: Handle C2 LAPIC timer & TSC stopKeir Fraser2008-09-221-12/+17
* CPUIDLE: Support multiple C3 statesKeir Fraser2008-09-221-10/+11
* x86: Allow continue_hypercall_on_cpu() to be called from within anKeir Fraser2008-09-173-20/+43
* x86-64: enforce memory limits imposed by virtual memory layoutKeir Fraser2008-09-161-2/+20
* x86: also fix powernow's dom_maskKeir Fraser2008-09-161-7/+13
* Merge with IA64 tree.Keir Fraser2008-09-162-53/+36
|\
| * x86, microcode: Free microcode_info struct at end of hypercall.Keir Fraser2008-09-161-3/+6
| * x86, microcode: Do not run microcode update in IRQ context.Keir Fraser2008-09-161-45/+32
| * x86: Simplify RDMSR pass-through emulation for certainKeir Fraser2008-09-161-9/+2
* | merge with xen-unstable.hgIsaku Yamahata2008-09-1626-700/+1431
|\|
| * x86, microcode: More code cleanups.Keir Fraser2008-09-164-112/+72
| * x86, microcode: Clean up for Xen coding style, and disable for nowKeir Fraser2008-09-164-807/+720
| * 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