aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/domctl.c
Commit message (Expand)AuthorAgeFilesLines
* x86/xsave: fix migration from xsave-capable to xsave-incapable hostJan Beulich2013-09-091-21/+30
* rename IS_PRIV to is_hardware_domainDaniel De Graaf2013-05-071-3/+3
* x86: remove IS_PRIV bypass on IRQ checkDaniel De Graaf2013-04-191-20/+9
* x86: remove IS_PRIV access check bypassesDaniel De Graaf2013-04-181-4/+2
* x86: fix various issues with handling guest IRQsJan Beulich2013-04-181-6/+14
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* x86: properly use map_domain_page() in miscellaneous placesJan Beulich2013-01-231-3/+8
* xen/xsm: Add xsm_default parameter to XSM hooksDaniel De Graaf2013-01-111-5/+5
* xen: domctl XSM hook removalDaniel De Graaf2013-01-111-72/+4
* arch/x86: Add missing mem_sharing XSM hooksDaniel De Graaf2013-01-111-5/+3
* arch/x86: add distinct XSM hooks for map/unmapDaniel De Graaf2013-01-101-2/+6
* xen/arch/*: add struct domain parameter to arch_do_domctlDaniel De Graaf2012-12-181-380/+75
* streamline guest copy operationsJan Beulich2012-12-101-32/+23
* X86/vMCE: handle broken page with regard to migrationLiu Jinsong2012-12-061-2/+34
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-1/+1
* IOMMU: remove vendor specific bits from generic codeJan Beulich2012-10-151-2/+2
* x86: vMCE save and restoreLiu, Jinsong2012-09-261-5/+19
* x86: vMCE emulationLiu, Jinsong2012-09-261-1/+1
* x86: tighten checks in XEN_DOMCTL_memory_mapping handlerJan Beulich2012-09-201-7/+49
* x86: properly check XEN_DOMCTL_ioport_mapping arguments for invalid rangeJan Beulich2012-09-191-1/+1
* x86: Remove CONFIG_COMPAT ifdef'ery from arch/x86 -- it is always defined.Keir Fraser2012-09-121-14/+0
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-16/+0
* xsm/flask: remove page-to-domain lookups from XSM hooksDaniel De Graaf2012-08-221-8/+15
* x86-64: don't allow non-canonical addresses to be set for any callbackJan Beulich2012-06-181-0/+3
* x86: Use get_page_from_gfn() instead of get_gfn()/put_gfn.Tim Deegan2012-05-171-28/+22
* x86: Add FS and GS base to HVM VCPU contextAravindh Puthiyaparambil2012-04-271-0/+15
* x86: Fix put_gfn in XEN_DOMCTL_getpageframeinfo3.Tim Deegan2012-03-221-1/+1
* x86/vMCE: save/restore MCA capabilitiesJan Beulich2012-02-241-1/+6
* replace bogus gdprintk() uses with {,d}printk()Jan Beulich2012-02-161-17/+19
* Use memops for mem paging, sharing, and access, instead of domctlsAndres Lagar-Cavilla2012-02-101-1/+0
* xen/xsm: fix incorrect handling of XSM hook returnDaniel De Graaf2012-02-021-1/+1
* xsm: Add missing access checksDaniel De Graaf2011-12-181-5/+12
* xsm: Expand I/O resource hooksDaniel De Graaf2011-12-021-4/+20
* x86/mm: remove 0x55 debug pattern from M2P tableTim Deegan2011-12-021-2/+1
* x86/mm: Rework stale p2m auditingAndres Lagar-Cavilla2011-12-011-0/+21
* ia64: fix the buildJan Beulich2011-11-151-1/+1
* Modify naming of queries into the p2mAndres Lagar-Cavilla2011-11-111-4/+11
* PCI multi-seg: adjust domctl interfaceJan Beulich2011-09-221-139/+1
* x86/mm/p2m: Make p2m interfaces take struct domain arguments.Tim Deegan2011-06-021-2/+2
* xen: remove extern function declarations from C files.Tim Deegan2011-05-261-12/+2
* x86/fpu: extract extended related code into xstate.h and xstate.cWei Huang2011-05-091-1/+1
* x86: split struct domainJan Beulich2011-04-051-0/+4
* x86: move pv-only members of struct vcpu to struct pv_vcpuJan Beulich2011-04-051-24/+44
* x86: split struct vcpuJan Beulich2011-04-051-17/+70
* x86: add strictly sanity check for XSAVE/XRSTORWei Gang2011-02-211-1/+1
* xen: fix XEN_DOMCTL_memory_mapping to not return with domain RCU lock heldKeir Fraser2011-01-181-4/+4
* mem_access: access listener can be requiredJoe Epstein2011-01-071-0/+20
* x86: xsave save/restore support for both PV and HVM guests (version 2)Keir Fraser2010-11-081-0/+132
* Revert 22347:16093532f384 "x86: xsave save/restore support"Keir Fraser2010-11-041-135/+0
* x86: xsave save/restore support for both PV and HVM guests.Keir Fraser2010-11-031-0/+135