aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* update Xen version to 4.1.5-rc24.1.5-rc2Jan Beulich2013-04-121-1/+1
* VMX: Always disable SMEP when guest is in non-paging modeStefan Bader2013-04-091-2/+5
* VMX: disable SMEP feature when guest is in non-paging modeDongxiao Xu2013-04-091-0/+7
* vmx: Simplify cr0 update handling by deferring cr4 changes to the cr4 handler.Keir Fraser2013-04-091-10/+5
* x86/mm/shadow: spurious warning when unmapping xenheap pages.Tim Deegan2013-04-092-3/+6
* x86/S3: Restore broken vcpu affinity on resumeBen Guthro2013-04-093-3/+51
* x86: irq_move_cleanup_interrupt() must ignore legacy vectorsJan Beulich2013-04-092-1/+8
* defer event channel bucket pointer store until after XSM checksJan Beulich2013-04-051-1/+2
* ACPI: fix APEI related table size checkingHuang Ying2013-04-021-3/+14
* ACPI, APEI: Add apei_exec_run_optionalHuang Ying2013-04-022-4/+16
* ACPI/APEI: Unlock apei_iomaps_lock on error pathAndrew Cooper2013-04-021-4/+2
* ACPI/ERST: Name table in otherwise opaque error messagesAndrew Cooper2013-04-021-2/+2
* ACPI/APEI: fix ERST MOVE_DATA instruction implementationHuang Ying2013-04-021-4/+53
* hvm: Clean up vlapic_reg_write() error propagation.Keir Fraser2013-04-021-12/+10
* x86: reserve pages when SandyBridge integrated graphicsXudong Hao2013-04-025-1/+49
* AMD IOMMU: allow disabling only interrupt remapping when certain IVRS consist...Jan Beulich2013-04-022-3/+7
* VT-d: deal with 5500/5520/X58 errataMalcolm Crossley2013-04-022-0/+29
* IOMMU: properly check whether interrupt remapping is enabledJan Beulich2013-04-024-4/+12
* VT-d: Enumerate IOMMUs when listing capabilitiesAndrew Cooper2013-04-021-1/+2
* AMD/IOMMU: Process softirqs while building dom0 iommu mappingsAndrew Cooper2013-04-021-0/+4
* x86/MCA: suppress bank clearing for certain injected eventsJan Beulich2013-04-022-9/+11
* powernow: add fixups for AMD P-state figuresKonrad Rzeszutek Wilk2013-04-021-6/+50
* update Xen version to 4.1.5-rc14.1.5-rc1Jan Beulich2013-03-202-2/+2
* Add DomU xz kernel decompressionIan Jackson2013-03-151-26/+64
* x86/MSI: add mechanism to fully protect MSI-X table from PV guest accessesJan Beulich2013-03-125-69/+160
* credit1: Use atomic bit operations for the flags structureGeorge Dunlap2013-03-121-13/+10
* x86: defer processing events on the NMI exit pathJan Beulich2013-03-123-11/+44
* SEDF: avoid gathering vCPU-s on pCPU0Jan Beulich2013-03-122-2/+4
* x86: make certain memory sub-ops return valid valuesJan Beulich2013-03-123-6/+12
* fix compat memory exchange op splittingJan Beulich2013-03-121-1/+1
* Avoid stale pointer when moving domain to another cpupoolJuergen Gross2013-03-121-9/+22
* vmx: fix handling of NMI VMEXIT.Tim Deegan2013-03-124-2/+35
* x86: fix CMCI injectionJan Beulich2013-03-084-10/+12
* IOMMU, AMD Family15h Model10-1Fh erratum 746 WorkaroundSuravee Suthikulpanit2013-03-081-0/+38
* x86: fix null pointer dereference in intel_get_extended_msrs()Xi Wang2013-03-081-1/+1
* x86/setup: don't relocate the VGA hole.Tim Deegan2013-03-081-5/+3
* Add .gitignoreIan Jackson2013-02-281-0/+394
* tools: Fix memset(&p,0,sizeof(p)) idiom in several places.Michael Young2013-02-285-5/+5
* libxl: Fix uninitialized variable in libxl_create_stubdomMarek Marczykowski2013-02-261-1/+1
* AMD IOMMU: don't BUG() when we don't have toJan Beulich2013-02-221-2/+1
* xenoprof: avoid division by 0Tim Deegan2013-02-221-4/+7
* gcc4.8 build fix: Add -Wno-unused-local-typedefs to CFLAGS.Keir Fraser2013-02-221-0/+1
* xen: sched_credit: improve picking up the idle CPU for a VCPUDario Faggioli2013-02-151-1/+9
* AMD IOMMU: also spot missing IO-APIC entries in IVRS tableJan Beulich2013-02-151-14/+37
* tools/ocaml: oxenstored: correctly handle a full ring.Ian Campbell2013-02-151-2/+2
* unmodified_drivers: __devinit was removed in linux-3.8Olaf Hering2013-02-141-1/+10
* x86: restore (optional) forwarding of PCI SERR induced NMI to Dom0Jan Beulich2013-02-122-3/+20
* x86/AMD: Enable WC+ memory type on family 10 processorsBoris Ostrovsky2013-02-122-2/+16
* oxenstored: Enforce a maximum message size of 4096 bytesIan Jackson2013-02-071-0/+8
* tools/ocaml: oxenstored: Be more paranoid about ring readingIan Jackson2013-02-071-8/+10