aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/platform_hypercall.c
Commit message (Expand)AuthorAgeFilesLines
* x86/idle: Fix get_cpu_idle_time()'s interaction with offline pcpusAndrew Cooper2013-10-041-2/+6
* xen, libxc: rename xenctl_cpumap to xenctl_bitmapDario Faggioli2013-04-171-4/+4
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* xen/xsm: Add xsm_default parameter to XSM hooksDaniel De Graaf2013-01-111-5/+5
* xen: platform_hypercall XSM hook removalDaniel De Graaf2013-01-111-60/+0
* arch/x86: convert platform_hypercall to use XSMDaniel De Graaf2013-01-111-3/+8
* streamline guest copy operationsJan Beulich2012-12-101-19/+22
* xen: more XEN_GUEST_HANDLE_PARAM substitutionsStefano Stabellini2012-10-171-3/+7
* x86: Remove unused 'sis_apic_bug' variable. It was only used on x86_32.Keir Fraser2012-09-121-10/+3
* x86: retrieve keyboard shift status flags from BIOSJan Beulich2012-09-121-0/+13
* Xen core parking 1: hypercallLiu, Jinsong2012-03-231-0/+30
* x86/AMD: Add support for AMD's OSVW feature in guests.Boris Ostrovsky2012-02-071-0/+16
* xsm: Add missing access checksDaniel De Graaf2011-12-181-0/+28
* x86: add platform hypercall to retrieve pCPU-s' family, model, and steppingJan Beulich2011-12-131-0/+36
* x86: small fixes to pcpu platform op handlingJan Beulich2011-11-241-3/+10
* eliminate first_cpu() etcJan Beulich2011-11-081-2/+2
* cpumask <=> xenctl_cpumap: allocate CPU masks and byte maps dynamicallyJan Beulich2011-10-211-8/+12
* introduce and use nr_cpu_ids and nr_cpumask_bitsJan Beulich2011-10-211-1/+1
* xen/xsm: Compile error due to naming clash between XSM and EFI runtimeJames Carter2011-09-171-1/+1
* ACPI: add _PDC input override mechanismJan Beulich2011-08-221-0/+9
* x86-64: EFI runtime codeJan Beulich2011-06-281-0/+11
* x86-64: EFI boot codeJan Beulich2011-06-281-0/+9
* replace d->nr_pirqs sized arrays with radix treeJan Beulich2011-06-231-0/+1
* xen: remove more declarations from C files.Tim Deegan2011-05-271-3/+0
* xen: remove extern function declarations from C files.Tim Deegan2011-05-261-3/+1
* x86: On CPU online/offline from dom0, try flushing RCU work on EBUSY.Keir Fraser2011-01-141-15/+16
* Use bool_t for various boolean variablesKeir Fraser2010-12-241-1/+0
* x86: remove BUG_ON() from QUIRK_IOAPIC_*_REGSEL handlerKeir Fraser2010-12-071-1/+4
* Xen: fix various checks of unsigned integers < 0Keir Fraser2010-10-291-1/+0
* x86: Do not include apic.h/io_apic.h from asm/smp.hKeir Fraser2010-06-111-0/+1
* Move cpu hotplug routines into common cpu.c file.Keir Fraser2010-05-141-2/+6
* x86: Implement cpu hotplug notifiers. Use them.Keir Fraser2010-05-141-0/+1
* x86: Do no thold cpu_add_remove_lock across stop_machine_run().Keir Fraser2010-05-141-6/+1
* domctl: Fix cpumap/cpumask conversion functions to return an error code.Keir Fraser2010-05-121-2/+5
* Update comments around spin_trylock() usage for sysctl and xenpf locks.Keir Fraser2010-04-151-1/+5
* Do not spin on locks that may be held by stop_machine_run() callers.Keir Fraser2010-03-221-2/+11
* memory hotadd 7/7: hypercall supportKeir Fraser2009-12-111-0/+5
* Support physical CPU hot-add in xen hypervisorKeir Fraser2009-11-121-0/+6
* Update pcpu_info hypercall interfaceKeir Fraser2009-11-121-64/+45
* Hypercall to expose physical CPU information.Keir Fraser2009-11-101-1/+97
* Introduce mechanism to check standard conformance of headersKeir Fraser2009-06-171-2/+2
* x86: Fix XENPF_getidletime to correctly modify cpumask.Keir Fraser2009-06-031-2/+1
* Avoid negative runstate pieces.Keir Fraser2008-12-101-9/+1
* x86: Adapt 32b guest os to 64b hypervisor platform_hypercall compatibilityKeir Fraser2008-10-211-14/+6
* x86 and ia64: move cpufreq notify code to commone placeKeir Fraser2008-09-261-92/+12
* x86/cpufreq: don't use static array for large per-CPU data structuresKeir Fraser2008-09-221-2/+13
* x86: Clean up cpufreq core logicKeir Fraser2008-09-121-13/+18
* xsm: refactor IO hooks/sysctl hooksKeir Fraser2008-09-041-0/+16
* x86: constify microcode hypercall argumentKeir Fraser2008-08-291-2/+1
* Change Px control protection corresponding to changeset 18125Keir Fraser2008-07-291-1/+1