aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86
Commit message (Expand)AuthorAgeFilesLines
...
* AMD IOMMU: use ioremap()Jan Beulich2013-07-152-5/+0
* VT-d: use ioremap()Jan Beulich2013-07-151-2/+0
* x86: add locking to map_pages_to_xen()Jan Beulich2013-07-151-2/+0
* x86: make map_domain_page_global() a simple wrapper around vmap()Jan Beulich2013-07-041-14/+8
* bitmap_*() should cope with zero size bitmapsJan Beulich2013-07-041-16/+38
* x86: drop MAX_VECTOR definitionJan Beulich2013-07-041-2/+0
* iommu/amd: Fix logic for clearing the IOMMU interrupt bitsSuravee Suthikulpanit2013-07-021-5/+17
* x86/xsave: adjust state managementJan Beulich2013-07-021-0/+1
* x86: fix page refcount handling in page table pin error pathJan Beulich2013-06-261-0/+1
* AMD IOMMU: make interrupt work againJan Beulich2013-06-171-0/+3
* x86: drop setup_idle_pagetable()Jan Beulich2013-06-121-1/+0
* x86: fix XCR0 handlingJan Beulich2013-06-042-6/+3
* x86: preserve FPU selectors for 32-bit guest codeJan Beulich2013-06-043-2/+23
* x86: Use explicit widths for MMIO read/write, and add 64bit variantsAndrew Cooper2013-05-221-6/+8
* x86/HVM: properly handle RTC periodic timer even when !RTC_PIEJan Beulich2013-05-211-1/+1
* xen: move VCPUOP_register_vcpu_info to common codeStefano Stabellini2013-05-081-3/+0
* xen/arm: implement smp_call_functionJulien Grall2013-05-081-0/+1
* xen/arm: compile and initialize vmapStefano Stabellini2013-05-081-8/+0
* xen: move for_each_set_bit to xen/bitops.hStefano Stabellini2013-05-083-13/+2
* x86: miscellaneous mm.c cleanupJan Beulich2013-05-021-2/+0
* x86: cleanup after making various page table manipulation operations preemptibleJan Beulich2013-05-021-7/+2
* x86: allow Dom0 read-only access to IO-APICsJan Beulich2013-05-021-0/+2
* x86: make vcpu_reset() preemptibleJan Beulich2013-05-021-1/+1
* x86: make vcpu_destroy_pagetables() preemptibleJan Beulich2013-05-022-0/+2
* x86/HVM: move per-vendor function tables into .init.dataJan Beulich2013-04-291-2/+2
* x86/HVM: Call vlapic_set_irq() to delivery virtual interruptYang Zhang2013-04-181-1/+1
* VMX: Add posted interrupt supportingYang Zhang2013-04-184-0/+52
* VMX: Turn on posted interrupt bit in vmcsYang Zhang2013-04-182-0/+9
* VMX: Detect posted interrupt capabilityYang Zhang2013-04-181-0/+6
* x86: allow VCPUOP_register_vcpu_info to work again on PVHVM guestsKonrad Rzeszutek Wilk2013-04-171-3/+3
* x86/VPMU: Save/restore VPMU only when necessaryBoris Ostrovsky2013-04-151-4/+10
* x86/VPMU: Factor out VPMU common codeBoris Ostrovsky2013-04-152-1/+1
* x86/AMD: Allow more fine-grained control of VMCB MSR Permission MapBoris Ostrovsky2013-04-151-2/+6
* IOMMU: allow MSI message to IRTE propagation to failJan Beulich2013-04-152-3/+2
* x86/MSI: cleanup to prepare for multi-vector MSIJan Beulich2013-04-101-0/+4
* vpmu intel: Dump vpmu infos in 'q' keyhandlerDietmar Hahn2013-04-081-0/+2
* vpmu intel: Better names and replacing numerals with definesDietmar Hahn2013-04-081-3/+8
* x86/hvm: Let the guest miss a few ticks before resetting the timer.Tim Deegan2013-03-291-0/+1
* x86/hvm: Avoid needlessly resetting the periodic timer.Tim Deegan2013-03-291-5/+5
* x86/hvm: Run the RTC periodic timer on a consistent time series.Tim Deegan2013-03-291-1/+2
* hvm: Improve APIC INIT/SIPI emulation, fixing it for call paths other than x8...Keir Fraser2013-03-281-3/+2
* x86: reserve pages when SandyBridge integrated graphicsXudong Hao2013-03-262-0/+6
* IOMMU: properly check whether interrupt remapping is enabledJan Beulich2013-03-251-1/+1
* x86: BITS_PER_LONG is now always 64Jan Beulich2013-03-202-41/+2
* x86/mm: avoid undefined behavior in IS_NIL()Xi Wang2013-03-151-2/+2
* x86/mm: warn if we ever run out of shadow/hap pool for p2m/lgd ops.Tim Deegan2013-03-141-0/+2
* x86/mm: use bool_t for flags in shadow-pagetable structsTim Deegan2013-03-141-11/+11
* xen: correct BITS_PER_EVTCHN_WORD on armIan Campbell2013-03-121-0/+2
* x86/MSI: add mechanism to fully protect MSI-X table from PV guest accessesJan Beulich2013-03-081-0/+1
* x86: reduce irq_cpustat_t's __softirq_pending to 32 bitsJan Beulich2013-03-041-1/+1