aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* [shadow] Be smarter about what we check to avoid unnecessary brute-force sear...George Dunlap2007-09-191-28/+31
* [SHADOW] Use fast-unshadow for early_unshadow heuristic.George Dunlap2007-09-191-1/+1
* hvm: hvm_{load,store}_cpu_guest_regs() does not touch segmentkfraser@localhost.localdomain2007-09-1910-90/+80
* PCI passthru various Xen changes.kfraser@localhost.localdomain2007-09-196-11/+53
* PCI passthru: VT-d I/O hooks.kfraser@localhost.localdomain2007-09-198-9/+180
* IRQ injection changes for HVM PCI passthru.kfraser@localhost.localdomain2007-09-1812-58/+173
* Evaluate XEN_GUEST_HANDLE_64 twice.kfraser@localhost.localdomain2007-09-181-1/+2
* Intercept TS on SVM.Steven Hand2007-09-181-1/+2
* Revert 15826:447db1235adf1bc59bbd76c951716c3df7ee8843.kfraser@localhost.localdomain2007-09-181-7/+0
* hvm: Support hardware task switching.kfraser@localhost.localdomain2007-09-185-80/+473
* hvm: New HVM function hvm_set_segment_register().kfraser@localhost.localdomain2007-09-174-15/+156
* [XEN] p2m: internal p2m_set_entry() function uses types rather thanTim Deegan2007-09-171-10/+9
* Intel vt-d specific changes in arch/x86/hvm/vmx/vtd.kfraser@localhost.localdomain2007-09-149-0/+3562
* x86: fix NUMA code for 32bitkfraser@localhost.localdomain2007-09-141-9/+9
* Let Xen cmdline boolean options be specified as "=0", "=1", "=false", "=true".kfraser@localhost.localdomain2007-09-141-1/+4
* [XEN] add typed p2m entry-setting functionTim Deegan2007-09-142-6/+12
* Generic and VT-d specific Xen header changes for PCI passthru.kfraser@localhost.localdomain2007-09-1212-1/+690
* x86: allow Dom0 to drive PC speakerkfraser@localhost.localdomain2007-09-123-9/+57
* [XEN] Fix assert in typed p2m codeTim Deegan2007-09-121-1/+1
* 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