aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include
Commit message (Expand)AuthorAgeFilesLines
* mini-os/tpm{back, front}: Change shared page ABIDaniel De Graaf2013-04-121-0/+66
* xen: arm: remove PSR_MODE_MASK from public interface.Ian Campbell2013-04-112-3/+6
* xen: arm64 uses the same I/O ABI as arm32Ian Campbell2013-04-111-1/+1
* xen: arm: define 64-bit guest hypercall calling convention.Ian Campbell2013-04-111-8/+19
* arm: consolidate setup of hypervisor traps and second stage pagingIan Campbell2013-04-112-1/+5
* x86/MSI: cleanup to prepare for multi-vector MSIJan Beulich2013-04-101-0/+4
* xen/arm: phys_timer fixesStefano Stabellini2013-04-101-2/+2
* xen/arm: dump gic debug info from arch_dump_domain_infoStefano Stabellini2013-04-101-0/+3
* 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/S3: Restore broken vcpu affinity on resumeBen Guthro2013-04-021-0/+6
* 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
* Merge branch 'docs.v3' of git://xenbits.xen.org/people/konradwilk/xen into st...Ian Jackson2013-03-284-3/+46
|\
| * docs: Document the XenBus structure.Konrad Rzeszutek Wilk2013-03-261-1/+4
| * docs: Document start_info changes in Xen 4.2.Konrad Rzeszutek Wilk2013-03-261-1/+11
| * docs: Document the dom0_vga_console_info structure.Konrad Rzeszutek Wilk2013-03-261-1/+8
| * docs: Document the shared structure.Konrad Rzeszutek Wilk2013-03-261-0/+1
| * docs: Add some extra details to the ELF note.Konrad Rzeszutek Wilk2013-03-261-0/+6
| * docs: Document the ELF_FEATURES entryKonrad Rzeszutek Wilk2013-03-261-0/+14
| * docs: Document the ELF notesKonrad Rzeszutek Wilk2013-03-261-0/+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
* dtb: correct handling of #address-cells and #size-cells.Ian Campbell2013-03-131-1/+2
* xen: correct BITS_PER_EVTCHN_WORD on armIan Campbell2013-03-123-2/+7
* mmu: Introduce XENMEM_claim_pages (subop of memory ops)Dan Magenheimer2013-03-114-3/+39
* x86/MSI: add mechanism to fully protect MSI-X table from PV guest accessesJan Beulich2013-03-083-0/+8
* change arguments of do_kexec_op and compat_set_timer_op prototypesRobbie VanVossen2013-03-061-3/+3
* x86: reduce irq_cpustat_t's __softirq_pending to 32 bitsJan Beulich2013-03-041-1/+1
* x86: use linear L1 page table for map_domain_page() page table manipulationJan Beulich2013-02-281-3/+1
* x86: rework hypercall argument translation area setupJan Beulich2013-02-284-7/+12
* x86: introduce create_perdomain_mapping()Jan Beulich2013-02-283-19/+15
* x86: minor fix for rdmsrlLiu Jinsong2013-02-281-1/+1
* x86: fix CMCI injectionJan Beulich2013-02-261-1/+2
* AMD IOMMU: cover all functions of a device even if ACPI only tells us of func 0Jan Beulich2013-02-261-1/+1
* xen: arm: implement cpuinfoIan Campbell2013-02-224-10/+176
* xen: arm: Fix guest mode for 64-bitIan Campbell2013-02-221-1/+7
* xen: arm: Explicitly setup VPIDR & VMPIDR at start of dayIan Campbell2013-02-221-0/+6
* xen: arm: Use generic mem{cpy, move, set, zero} on 64-bitIan Campbell2013-02-221-0/+3
* xen: arm: Enable VFP is a nop on 64-bit.Ian Campbell2013-02-221-1/+9
* xen: arm: implement do_multicall_call for both 32 and 64-bitIan Campbell2013-02-221-10/+1
* xen: arm: p2m: use 64-bit compatible registers.Ian Campbell2013-02-221-0/+1
* xen: arm: time: use 64-bit compatible registersIan Campbell2013-02-221-0/+12
* xen: arm: guest context switching.Ian Campbell2013-02-222-10/+40