aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/hvm.c
Commit message (Expand)AuthorAgeFilesLines
...
* x86/hvm: mark save/restore registration code __initJan Beulich2012-09-141-1/+1
* x86/hvm: constify static data where possibleJan Beulich2012-09-141-2/+2
* x86: Remove CONFIG_COMPAT ifdef'ery from arch/x86 -- it is always defined.Keir Fraser2012-09-121-6/+0
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-42/+0
* nvmx: fix resource relinquish for nested VMXDongxiao Xu2012-08-301-0/+3
* nestedhvm: fix nested page fault build error on 32-bitIan Campbell2012-08-031-1/+1
* nestedhvm: fix write access fault on ro mappingChristoph Egger2012-08-021-2/+8
* nestedhvm: initialize pfec for l1 pagetable walkChristoph Egger2012-07-191-1/+2
* x86/hvm: fix BUFIOREQ evtchn init for a stubdomAnthony PERARD2012-07-031-10/+28
* Rename: inslen -> insn_lenKeir Fraser2012-05-301-1/+1
* Add instruction length and trap type in HVMOP_inject_trap.Xudong Hao2012-05-301-1/+3
* xen: Define new struct hvm_trap and cleanup vmx exceptionKeir Fraser2012-05-301-37/+53
* x86/hvm: Use get_page_from_gfn() instead of get_gfn()/put_gfn.Tim Deegan2012-05-171-114/+69
* Clean up convoluted hvm_inject_exception() logic.Keir Fraser2012-04-201-19/+8
* mem_access: fix setting default mem_access typeAravindh Puthiyaparambil2012-04-181-2/+3
* Fix save/restore of guest PAT table in HAP paging mode.Gianluca Guida2012-04-171-2/+27
* x86/mm: make 'query type' argument to get_gfn into a set of flagsTim Deegan2012-03-151-1/+1
* x86/mm: remove 'p2m_guest' lookup type.Tim Deegan2012-03-151-1/+2
* Memory sharing: better handling of ENOMEM while unsharingTim Deegan2012-03-151-1/+22
* x86/mm: drop gfn ref before calling handle_mmio()Tim Deegan2012-03-091-1/+3
* x86/hvm: refactor calls to prepare and tear down a helper ringTim Deegan2012-03-081-12/+36
* hvm: Print support/enable status of HAP superpage mappings.Keir Fraser2012-03-081-1/+9
* x86: Reduce severity of hvm_op warningsGeorge Dunlap2012-03-081-1/+1
* mem_event: use C99 initializers for mem_event_request_t usersOlaf Hering2012-02-201-4/+1
* mem_event: remove type memberOlaf Hering2012-02-201-1/+0
* replace bogus gdprintk() uses with {,d}printk()Jan Beulich2012-02-161-19/+21
* Re-order calls to put_gfn() around wait queue invocationsAndres Lagar-Cavilla2012-02-101-8/+17
* x86/mm: clean use of p2m unlocked queriesAndres Lagar-Cavilla2012-01-261-1/+4
* SVM: Plumb NPT error-code bits into nested-fault access_X arguments.Tim Deegan2012-01-241-2/+1
* Add a GNTTABOP to swap the content of two grant references under lockWei Liu2012-01-241-0/+1
* Introduce clear_user and clear_guestStefano Stabellini2012-01-231-0/+107
* x86/hvm: No need to arch_set_info_guest() before restoring per-vcpu HVM state.Keir Fraser2012-01-221-6/+1
* x86/hvm: Fix earlier hvm_load_cpu_ctxt() breakage.Keir Fraser2012-01-201-1/+1
* xen: Simplify callers of boot_vcpu(). In VCPUOP_up, checkKeir Fraser2012-01-201-5/+1
* x86/mm: Improve ring management for memory events. Do not lose guest eventsAndres Lagar-Cavilla2012-01-191-5/+11
* Allow VMs to query their own grant table version.Paul Durrant2011-12-181-0/+1
* xsm: Add missing access checksDaniel De Graaf2011-12-181-0/+26
* x86/mm: New mem access type to log accessAndres Lagar-Cavilla2011-12-061-0/+1
* x86/mm: When mem event automatically promotes access rights, let other subsys...Andres Lagar-Cavilla2011-12-061-5/+15
* Improve handling of nested page faultsAndres Lagar-Cavilla2011-12-061-5/+9
* Create a generic callback mechanism for Xen-bound event channelsAndres Lagar-Cavilla2011-12-061-3/+4
* x86/mm: Ensure maps used by nested hvm code cannot be paged outAndres Lagar-Cavilla2011-12-011-17/+37
* X86: implement PCID/INVPCID for hvmLiu, Jinsong2011-12-011-3/+33
* mem_event: move mem_event_domain out of struct domainOlaf Hering2011-11-301-2/+2
* x86/mm: handle HVMOP_modified_memory on shared pagesAndres Lagar-Cavilla2011-11-241-1/+9
* hvm: introduce HVM_PARAM_BUFIOREQ_EVTCHNStefano Stabellini2011-11-161-0/+13
* Modify naming of queries into the p2mAndres Lagar-Cavilla2011-11-111-31/+82
* xen: provide pse36 cpuid bitTim Deegan2011-11-031-0/+7
* x86,hvm: enable VCPUOP_register_vcpu_info op in hvm hypercallZhenzhong Duan2011-10-281-0/+2
* nestedhvm: handle l2 guest MMIO accessTim Deegan2011-10-241-0/+4