aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* vt-d: Free memory of g2m_ioport_list.Keir Fraser2007-11-062-21/+38
* [SHADOW] Fix error paths in guest-pagetable walker.Keir Fraser2007-11-051-83/+109
* Small cleanups to console-input-redirect code in Xen.Keir Fraser2007-11-051-14/+12
* cpufreq, amd: Xen support for architectural AMD pstate driverKeir Fraser2007-11-052-0/+33
* x86, hvm: Minor fix of hvm_set_pci_link_route().Keir Fraser2007-11-051-1/+1
* x86, hvm: More fixes to no-missed-tick-accounting mode.Keir Fraser2007-11-051-8/+13
* Merge.Keir Fraser2007-11-0215-463/+400
|\
| * [SHADOW] Make the guest PT walker more complete.Tim Deegan2007-11-0215-463/+400
* | hvm: Timer fixes:Keir Fraser2007-11-021-22/+10
* | x86, svm: Add hunk I missed from Jan's debug-register handlingKeir Fraser2007-11-021-0/+1
|/
* Live migration with MMIO pages: fix shadow pte propagation.Keir Fraser2007-11-021-6/+12
* x86_emulate: Allow to build outside Xen tree (in tools/test).Keir Fraser2007-11-021-2/+5
* xen: Remove stdint.h include. Xen defines its own types.Keir Fraser2007-11-021-2/+0
* x86, svm: Adds nested paging performance counter to svmexitKeir Fraser2007-11-022-1/+3
* Merge with ia64/xen-unstable.hgKeir Fraser2007-11-028-144/+145
|\
| * x86: Fix various problems with debug-register handling.Keir Fraser2007-11-018-144/+145
* | [IA64] Add support for 4 & 8 byte buffered ioAlex Williamson2007-11-011-9/+22
* | merge with xen-unstable.hg (staging)Alex Williamson2007-11-0113-56/+90
|\|
| * x86/64: Fix the build.Keir Fraser2007-11-011-2/+2
| * x86, hvm: Fix stdvga and buffered-io code.Keir Fraser2007-11-013-13/+25
| * ia64: Fix the build after guest_physmap_add_page() changes.Keir Fraser2007-10-314-4/+5
| * hvm: Fail attempts to add pages to guest pseudophys memory map aboveKeir Fraser2007-10-314-21/+43
| * x86, hvm: Allow HAP to be enabled on 32-bit Xen (but still disabled by default).Keir Fraser2007-10-312-13/+11
| * x86, hvm: Fix 'no_missed_tick_accoutning' timer mode.Keir Fraser2007-10-312-8/+9
* | [IA64] Implement some PAL proceduresAlex Williamson2007-11-011-0/+41
* | [IA64] Update pal.h and pal.S to linux-2.6.21Alex Williamson2007-11-014-76/+177
* | [IA64] Fix ia64_sal_get_state_info() emulation bugAlex Williamson2007-11-011-3/+7
* | merge with xen-unstable.hg (staging)Alex Williamson2007-10-3073-511/+2178
|\|
| * ia64: Fix after stdvga performance changes to bufioreq struct.Keir Fraser2007-10-301-39/+60
| * x86, hvm: Flush local TLB after any change to linear pagetable mapping.Keir Fraser2007-10-301-0/+15
| * x86, hvm: New timer mode 'no missed-tick accounting'.Keir Fraser2007-10-302-25/+42
| * x86: cache current vcpu in some trap-handling functions.Keir Fraser2007-10-301-21/+26
| * vt-d: Do dpci eoi outside of irq_lock.Keir Fraser2007-10-305-16/+14
| * Intel(R) Trusted Execution Technology (Intel(R) TXT) support for Xen.Keir Fraser2007-10-3010-10/+250
| * x86: allow pv guests to disable TSC for applicationsKeir Fraser2007-10-2926-60/+94
| * x86: Remove dead code from arch_get_info_guest().Keir Fraser2007-10-291-18/+5
| * Allow incremental access to hypervisor console log.Keir Fraser2007-10-294-24/+47
| * x86: Clean up NMI delivery logic. Allow set_trap_table vector 2 to beKeir Fraser2007-10-297-44/+23
| * x86, hvm: Clean up code style in stdvga code and do not compile forKeir Fraser2007-10-293-189/+167
| * x86, vt-d: Move out isa irq mapping from hvm_do_IRQ_dpci()Keir Fraser2007-10-292-15/+21
| * x86: Replace FLUSH_LEVEL() parameter to flush_area() with ratherKeir Fraser2007-10-263-25/+22
| * serial: Check index argument before indexing into an array.Keir Fraser2007-10-262-12/+35
| * x86/64: paravirt 32-on-64 call gate supportKeir Fraser2007-10-262-6/+412
| * Clean up xen/xsm/xsm_policy.c compilation warning on !x86.Keir Fraser2007-10-261-0/+2
| * LAPIC timer accounting fixKeir Fraser2007-10-261-0/+7
| * x86: Fix 32-bit build, and remove pragma usage in public headers (andKeir Fraser2007-10-262-10/+7
| * x86, hvm, vt-d: Kill timer in iommu domain destroyKeir Fraser2007-10-261-0/+3
| * x86, hvm: Improve standard VGA performanceKeir Fraser2007-10-268-50/+833
| * x86: Fix MTRR/PAT virtualisation on PAEKeir Fraser2007-10-262-122/+126
| * hvm, x86: Allow virtual timer mode to be specified.Keir Fraser2007-10-267-29/+77