aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* [IA64] Remove unused variableAlex Williamson2007-09-111-1/+1
* [IA64] tak emulation, minor 4k-page correctionAlex Williamson2007-09-112-5/+11
* [IA64] Make Big-Endian appliation run on top of dom0 and domUAlex Williamson2007-09-111-1/+9
* [IA64] Remove unused arguments of vmx_switch_rr7Alex Williamson2007-09-114-28/+18
* x86: Clean up asm keyword usage (asm volatile rather than __asm__kfraser@localhost.localdomain2007-09-1111-128/+146
* x86: Use halt() macro instead of direct HLT asm.kfraser@localhost.localdomain2007-09-114-6/+9
* merge with xen-unstable.hg (staging)Alex Williamson2007-09-1026-243/+484
|\
| * x86: Cleanup system restart code, and wait 10ms for APs to offline.kfraser@localhost.localdomain2007-09-103-14/+15
| * x86: Handle 'self-IPI' on legacy UP systems with no APIC.kfraser@localhost.localdomain2007-09-101-0/+13
| * Change prototype of machine_restart to void machine_restart(void).kfraser@localhost.localdomain2007-09-107-8/+8
| * vmx: Sync with SVM TPR/CR8 changes.kfraser@localhost.localdomain2007-09-101-8/+21
| * svm: Greatly reduce total number of CR8 interceptskfraser@localhost.localdomain2007-09-103-14/+61
| * [HVM] Add type information to the p2m map.Tim Deegan2007-09-1012-184/+363
| * Remove dead code in acpi sleep.kfraser@localhost.localdomain2007-09-101-15/+0
| * Install xen/xsm headers to .../usr/include/xen/xsm/kfraser@localhost.localdomain2007-09-081-0/+3
* | [IA64] Cleanup within vti codeAlex Williamson2007-09-103-142/+124
* | merge with xen-unstable.hg (staging)Alex Williamson2007-09-075-102/+78
|\|
| * hvm: Fix up guest_table handling after p2m changes.kfraser@localhost.localdomain2007-09-074-100/+76
| * x86/32: Fix domain_relinquish_resources().kfraser@localhost.localdomain2007-09-071-2/+2
* | [IA64] Foreign p2m: test moduleAlex Williamson2007-09-062-0/+285
* | [IA64] Foreign p2m: xen sideAlex Williamson2007-09-066-47/+572
* | [IA64] Foreign p2m: Fix vti domain builder.Alex Williamson2007-09-063-3/+11
* | [IA64] Add missing continuable destroy domain chunkAlex Williamson2007-09-061-3/+11
* | [IA64] fix build - missing includeAlex Williamson2007-09-061-0/+1
* | merge with xen-unstable.hg (staging)Alex Williamson2007-09-06133-1206/+13299
|\|
| * [XSM] correctly located update_va_mapping hook within x86 ifdefskfraser@localhost.localdomain2007-09-063-34/+34
| * hvm: Ignore NMI deliveries for now, until hardware taskswitch is emulated.kfraser@localhost.localdomain2007-09-061-0/+7
| * hvm: Remove hvm-specific NMI flag and use generic flag instead.kfraser@localhost.localdomain2007-09-066-13/+6
| * Fix 64 bit build, cannot mix code and data declarations.Ian Campbell2007-09-031-2/+3
| * Implement x86 continuable domain destroy.kfraser@localhost.localdomain2007-08-314-23/+104
| * Implement ia64 continuable domain destroy.kfraser@localhost.localdomain2007-08-314-12/+58
| * Make XEN_DOMCTL_destroydomain hypercall preemptible, in a way that iskfraser@localhost.localdomain2007-08-318-40/+43
| * Cleanups after XSM checkin.kfraser@localhost.localdomain2007-08-3117-46/+48
| * Xen Security Modules: ACM.kfraser@localhost.localdomain2007-08-3124-106/+104
| * Xen Security Modules: FLASKkfraser@localhost.localdomain2007-08-3143-0/+10806
| * Xen Security Modules: XSMkfraser@localhost.localdomain2007-08-3130-2/+1661
| * DEFINE_XEN_GUEST_HANDLE is evaluated by the pre-processor twice. Do this also...kfraser@localhost.localdomain2007-08-311-1/+2
| * [HVM] Shadow: don't shadow the p2m table.Tim Deegan2007-08-3111-148/+125
| * [XEN] Shadow: remove ununsed function shadow_convert_to_log_dirty().Tim Deegan2007-08-312-9/+0
| * Support extensions to Intel architecture for TXT/SMX.kfraser@localhost.localdomain2007-08-305-7/+15
| * xen: Understand the E820_UNUSABLE (type code 5) memory type.kfraser@localhost.localdomain2007-08-305-5/+22
| * hvm: Provide an HVMOP_flush_tlbs to flush VCPU TLBs.kfraser@localhost.localdomain2007-08-302-0/+13
| * Skipping image name at start of command line is ankfraser@localhost.localdomain2007-08-292-21/+17
| * Improve commenting of xencomm_ctxt_next().kfraser@localhost.localdomain2007-08-291-1/+17
| * hvm: Intercept reads of MSR_IA32_MCG_CAP and return 0.kfraser@localhost.localdomain2007-08-292-0/+2
| * x86: Do not #GP when guest writes unexpected values to CR4. Justkfraser@localhost.localdomain2007-08-291-5/+4
| * x86: Remove (most) Centaur CPU support. Only VIA C7 can work, as itkfraser@localhost.localdomain2007-08-296-645/+2
| * x86: Kill Rise iDragon support.kfraser@localhost.localdomain2007-08-293-57/+0
| * xencomm: Code style cleanups.kfraser@localhost.localdomain2007-08-281-60/+65
| * [xen, xencomm] xencomm multiple page supportkfraser@localhost.localdomain2007-08-281-31/+60