aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* x86 hvm: Add a new HVMOP to get the current Xen system timeKeir Fraser2010-12-102-0/+17
* x86: time: tsc_set_info() must skip the idle domain.Keir Fraser2010-12-091-1/+1
* Move IDLE_DOMAIN_ID defn to public header, and change DOMID_INVALID to fix cl...Keir Fraser2010-12-097-10/+12
* x86: Simplify tsc_set_info() slightly -- no domain has id DOMID_INVALID.Keir Fraser2010-12-091-1/+2
* x86:vlapic: Fix possible guest tick losing after save/restoreKeir Fraser2010-12-091-1/+1
* x86/mm: change ASSERTs to BUG_ONs in mem_sharing.cKeir Fraser2010-12-091-2/+2
* x86: remove BUG_ON() from QUIRK_IOAPIC_*_REGSEL handlerKeir Fraser2010-12-071-1/+4
* x86: fix IRQ migration when using directed EOI (broken with c/s 20465)Keir Fraser2010-12-011-6/+19
* x86 hvm: Do not overwrite boot-cpu capability data on VMX/SVM startup.Keir Fraser2010-11-302-6/+0
* x86: tighten filter on ptwr_do_page_fault()Keir Fraser2010-11-291-7/+14
* x86-64: don't crash Xen upon direct pv guest access to GDT/LDT mapping areaKeir Fraser2010-11-291-3/+9
* x86 hvm: Fix VPMU issue on Nehalem cpusKeir Fraser2010-11-221-0/+67
* x86: Check for MWAIT in CPUID before using it in ACPI idle code.Keir Fraser2010-11-221-1/+2
* amd iommu: Fix HV crash with 32bit pv_ops kernelKeir Fraser2010-11-162-3/+2
* x86: Automatically EOI guest-bound interrupts if guest takes too long.Keir Fraser2010-11-161-17/+62
* hvmloader: fix off-by-one-bit error when initialising PCI devicesKeir Fraser2010-11-101-7/+5
* x86 hvm: Fix MTRR physaddr-width check.Keir Fraser2010-11-093-32/+31
* tools: gdbsx: Check return of write()Keir Fraser2010-11-081-2/+8
* Fix "Error: Device 51952 not connected" error when using pygrubKeir Fraser2010-11-081-3/+6
* tools/xenpaging: Add _XOPEN_SOURCE to fix build problems with recent gccKeir Fraser2010-11-081-0/+1
* VT-d: fix device assignment failure (regression from Xen c/s 19805:2f1fa2215e60)Keir Fraser2010-11-031-15/+8
* x86_emulate: Fix build with some versions of gcc targeting i386.Keir Fraser2010-10-311-0/+2
* VT-d: only scan secondary functions on multi-function devicesKeir Fraser2010-10-291-0/+4
* Xen: fix various checks of unsigned integers < 0Keir Fraser2010-10-295-7/+5
* pygrub: support grub2 "(hdX,msdosY)" partition syntaxKeir Fraser2010-10-291-0/+2
* ia64: fix build in tmem codeKeir Fraser2010-10-241-2/+2
* x86: delete not really used ioapic_renumber_irq variableKeir Fraser2010-10-243-12/+0
* x86/kexec: fix very old regression and make compatible with modern LinuxKeir Fraser2010-10-243-4/+11
* Allow max_pages to be set to less than tot_pagesKeir Fraser2010-10-241-5/+7
* MiniOS: Fix continue; in netfront receive loopKeir Fraser2010-10-201-7/+3
* x86-64: workaround for BIOSes wrongly enabling LAHF_LM feature indicatorKeir Fraser2010-10-201-0/+59
* tmem: Fix build for some versions of gcc.Keir Fraser2010-10-181-5/+5
* x86_32: sh_clear_up_pointer is only used if CONFIG_PAGING_LEVELS >= 4Keir Fraser2010-10-041-0/+2
* x86 shadow: reset up-pointers on all l3s when l3s stop being pinnable.Keir Fraser2010-10-023-0/+48
* Vt-d: fix dom0 graphics problem on Levnovo T410.Keir Fraser2010-10-023-12/+47
* x86: fix boot failure (regression from pre-4.0 IRQ handling changes)Keir Fraser2010-10-023-4/+7
* Vt-d: fix feature boot messagesKeir Fraser2010-10-021-2/+2
* x86: check CPUID level before enabling xsaveKeir Fraser2010-09-241-2/+9
* xsm: return unlabeled instead of failing with ENOENT in get_page_sidKeir Fraser2010-09-241-4/+1
* tmem: disallow bad gmfns from PV domainsKeir Fraser2010-09-221-40/+89
* Revert 22186:7167d6dd5c7c "x86: Retry do_mmu_update() a few times"Keir Fraser2010-09-221-7/+0
* x86: Retry do_mmu_update() a few times when called on a pte whose type is in ...Keir Fraser2010-09-201-0/+7
* x86/hvm: fix extra size passed to __trace_var()Keir Fraser2010-09-201-1/+1
* Eliminate unnecessary casts from __trace_var() invocationsKeir Fraser2010-09-209-36/+31
* ia64: fix gcc 4.5 warningsKeir Fraser2010-09-202-3/+3
* sched_credit: Raise bar for inter-socket migrations on mostly-idle systemsKeir Fraser2010-09-201-2/+12
* x86_32: [un]map_domain_page() is now IRQ safe.Keir Fraser2010-09-201-9/+12
* x86: Fix indentation in irq.c.Keir Fraser2010-09-201-16/+13
* x86: irq_enter()/irq_exit() covers all of do_IRQ().Keir Fraser2010-09-201-7/+5
* hvm pmtimer: correct pmtimer accuracyKeir Fraser2010-09-172-2/+7