aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* ia64: fix the build (again)Keir Fraser2010-11-093-4/+5
* x86: allow passing initrd to kernel without exposing it through the initial m...Keir Fraser2010-11-095-30/+102
* x86: do away with the boot time low-memory 1:1 mappingKeir Fraser2010-11-0914-194/+388
* x86 hvm: Fix MTRR physaddr-width check.Keir Fraser2010-11-093-32/+31
* x86: xsave save/restore support for both PV and HVM guests (version 2)Keir Fraser2010-11-087-1/+329
* x86: Fix PV guest xsave support.Keir Fraser2010-11-082-1/+2
* x86-64: more fixes for Fam10 MMCONF enablingKeir Fraser2010-11-082-7/+7
* libelf: move to init text/data when built for the hypervisorKeir Fraser2010-11-043-5/+20
* x86: clean up AMD Fam10 xenoprof IBS codeKeir Fraser2010-11-043-30/+30
* x86-64: enable MMCONFIG on AMD Fam10 systems even if the BIOS didn'tKeir Fraser2010-11-046-1/+229
* [VTD] fix a typo and some minor cleanup of quirks.cKeir Fraser2010-11-042-11/+15
* x86: Do not expose XSAVE/AVX to guests.Keir Fraser2010-11-041-0/+1
* Revert 22347:16093532f384 "x86: xsave save/restore support"Keir Fraser2010-11-047-332/+1
* x86/mm: tidy up m2p checks in audit_p2mKeir Fraser2010-11-031-16/+29
* xenpaging: whitespace fixes after addition of __get_paged_frameKeir Fraser2010-11-031-13/+13
* VT-d: fix device assignment failure (regression from Xen c/s 19805:2f1fa2215e60)Keir Fraser2010-11-031-15/+8
* x86: xsave save/restore support for both PV and HVM guests.Keir Fraser2010-11-037-1/+332
* x86: Xsave support for PV guests.Keir Fraser2010-11-038-46/+121
* Fix ia64 tools buildKeir Fraser2010-11-021-1/+3
* x86 hvm: Fixes for 22339:6fae4331d5aaKeir Fraser2010-11-012-37/+47
* x86_emulate: Fix build with some versions of gcc targeting i386.Keir Fraser2010-10-311-0/+2
* i386: simplify pte_read_atomic()Keir Fraser2010-10-291-5/+1
* x86 hvm: Introduce pmtimer_change_ioport and HVM_PARAM_ACPI_IOPORTS_LOCATIONKeir Fraser2010-10-297-24/+82
* x86 hvm: Introduce unregister_io_handlerKeir Fraser2010-10-292-4/+30
* 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
* ACPI: fix typoKeir Fraser2010-10-291-1/+1
* x86: Clean up existing XSAVE supportKeir Fraser2010-10-295-34/+25
* X86: Prefer TSC-deadline timer in XenKeir Fraser2010-10-296-9/+46
* vtd: consolidate VT-d quirks into a single file quirks.cKeir Fraser2010-10-299-61/+365
* credit2: Trace and debug key tweaksKeir Fraser2010-10-291-4/+32
* credit2: Fix runq_tickle to use idle, tickled masksKeir Fraser2010-10-291-48/+70
* credit2: Make fake runq map initilization explicitKeir Fraser2010-10-291-0/+1
* ia64: fix build in grant table and tmem codeKeir Fraser2010-10-242-3/+7
* x86: enable support for {rd,wr}{fs,gs}base instructionsKeir Fraser2010-10-246-5/+18
* 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
* cpupools: Make interface more consistentKeir Fraser2010-10-245-41/+38
* x86 hvm: When sending INIT-SIPI IPIs, pause the sending vcpu until theKeir Fraser2010-10-202-19/+37
* x86 hvm: Improve test for wait-for-SIPI state of a target VLAPIC.Keir Fraser2010-10-201-2/+2
* svm: Re-enable 2MB super pagingKeir Fraser2010-10-201-2/+2
* msi: Mask out multi-function flag from PCI_HEADER_TYPE in read_pci_mem_bar()Keir Fraser2010-10-201-1/+1
* x86/msi: fix inverted masks in c/s 22182:68cc3c514a0aKeir Fraser2010-10-181-2/+2
* x86 guest pagetable walker: check for invalid bits in pagetableKeir Fraser2010-10-186-15/+40
* vmx: add missing VMCS definitionKeir Fraser2010-10-112-0/+6
* x86-64: workaround for BIOSes wrongly enabling LAHF_LM feature indicatorKeir Fraser2010-10-111-0/+59
* x86: emulate MSR_IA32_UCODE_REV Intel access protocolKeir Fraser2010-10-111-7/+20
* x86 hvm: Factor out hvm_map_guest_frame_{rw,ro} from hvm_map_entryKeir Fraser2010-10-062-30/+63
* x86_32: sh_clear_up_pointer is only used if CONFIG_PAGING_LEVELS >= 4Keir Fraser2010-10-041-0/+2