aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/domain.h
Commit message (Expand)AuthorAgeFilesLines
* x86: use {rd,wr}{fs,gs}base when availableJan Beulich2013-10-111-3/+3
* x86/xsave: fix migration from xsave-capable to xsave-incapable hostJan Beulich2013-09-091-3/+3
* xen: move VCPUOP_register_vcpu_info to common codeStefano Stabellini2013-05-081-3/+0
* x86: make vcpu_destroy_pagetables() preemptibleJan Beulich2013-05-021-0/+1
* x86: allow VCPUOP_register_vcpu_info to work again on PVHVM guestsKonrad Rzeszutek Wilk2013-04-171-3/+3
* 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
* 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-281-3/+0
* x86: introduce create_perdomain_mapping()Jan Beulich2013-02-281-11/+5
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* x86: properly use map_domain_page() during domain creation/destructionJan Beulich2013-01-231-8/+6
* x86: properly use map_domain_page() when building Dom0Jan Beulich2013-01-231-0/+1
* x86: re-introduce map_domain_page() et alJan Beulich2013-01-231-11/+17
* x86: vMCE emulationLiu, Jinsong2012-09-261-5/+2
* x86: Remove CONFIG_COMPAT ifdef'ery from arch/x86 -- it is always defined.Keir Fraser2012-09-121-2/+0
* x86: We can assume CONFIG_PAGING_LEVELS==4.Keir Fraser2012-09-121-2/+0
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-55/+0
* x86/mm/sharing: Clean ups for relinquishing shared pages on destroyAndres Lagar-Cavilla2012-04-181-0/+1
* x86/vMCE: save/restore MCA capabilitiesJan Beulich2012-02-241-0/+2
* xen: introduce PHYSDEVOP_pirq_eoi_gmfn_v2Stefano Stabellini2012-01-281-0/+3
* x86/mm: Enforce ordering constraints for the page alloc lock in the PoD codeTim Deegan2011-11-101-0/+3
* x86: consistently serialize CMOS/RTC accesses on rtc_lockJan Beulich2011-07-191-0/+1
* replace d->nr_pirqs sized arrays with radix treeJan Beulich2011-06-231-3/+0
* MergeTim Deegan2011-06-061-6/+8
|\
| * x86: Enable Supervisor Mode Execution Protection (SMEP)Keir Fraser2011-06-031-6/+8
* | x86/mm: merge the shadow, hap and log-dirty locks into a single paging lock.Tim Deegan2011-06-021-7/+3
* | x86/mm: dedup the various copies of the shadow lock functionsTim Deegan2011-06-021-12/+5
|/
* x86/fpu: create lazy and non-lazy FPU restore functionsWei Huang2011-05-091-1/+4
* x86: replace nr_irqs sized per-domain arrays with radix treesJan Beulich2011-05-091-3/+3
* Revert 23295:4891f1f41ba5 and 23296:24346f749826Keir Fraser2011-05-021-2/+5
* replace d->nr_pirqs sized arrays with radix treeJan Beulich2011-05-011-3/+0
* x86: replace nr_irqs sized per-domain arrays with radix treesJan Beulich2011-05-011-3/+3
* x86: make the pv-only e820 array be dynamic.Keir Fraser2011-04-131-1/+2
* Implement Nested-on-Nested.cegger2011-04-051-0/+9
* x86: split struct domainJan Beulich2011-04-051-10/+19
* x86: move pv-only members of struct vcpu to struct pv_vcpuJan Beulich2011-04-051-28/+27
* x86: split struct vcpuJan Beulich2011-04-051-6/+50
* x86: add strictly sanity check for XSAVE/XRSTORWei Gang2011-02-211-1/+1
* Interrupt remapping to PIRQs in HVM guestsKeir Fraser2010-11-191-0/+3
* x86/mm: Allocate log-dirty bitmaps from shadow/HAP memory.Keir Fraser2010-11-191-0/+4
* x86_64: Make 32-bit-hypercall translate area per-vcpu.Keir Fraser2010-11-161-0/+4
* x86: do away with the boot time low-memory 1:1 mappingKeir Fraser2010-11-091-10/+0
* x86: Xsave support for PV guests.Keir Fraser2010-11-031-1/+19
* x86: enable support for {rd,wr}{fs,gs}base instructionsKeir Fraser2010-10-241-1/+1
* x86 shadow: allocate all shadow memory in single pagesTim Deegan2010-09-011-2/+1
* gdbsx: Always build -- remove build-time config option.Keir Fraser2010-07-021-2/+0
* x86 hvm: implement HVMOP_pagetable_dyingKeir Fraser2010-06-211-0/+4
* x86 hvm: implement vector callback for evtchn deliveryKeir Fraser2010-05-251-0/+4
* p2m: move phystable into p2mKeir Fraser2010-05-201-3/+0