aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* xen: move XEN_SYSCTL_physinfo, XEN_SYSCTL_numainfo and XEN_SYSCTL_topologyinf...Stefano Stabellini2013-02-151-114/+9
* xen/xsm: Add xsm_default parameter to XSM hooksDaniel De Graaf2013-01-111-2/+2
* xen: sysctl XSM hook removalDaniel De Graaf2013-01-111-13/+0
* streamline guest copy operationsJan Beulich2012-12-101-3/+5
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-1/+1
* xsm: Add missing access checksDaniel De Graaf2011-12-181-0/+14
* eliminate first_cpu() etcJan Beulich2011-11-081-1/+1
* allocate CPU sibling and core maps dynamicallyJan Beulich2011-10-211-2/+2
* introduce and use nr_cpu_ids and nr_cpumask_bitsJan Beulich2011-10-211-1/+1
* xen: remove extern function declarations from C files.Tim Deegan2011-05-261-2/+1
* x86: On CPU online/offline from dom0, try flushing RCU work on EBUSY.Keir Fraser2011-01-141-3/+24
* x86 sysctl: Remove unused CPU hotplug status stuff.Keir Fraser2011-01-141-23/+1
* sysctl: Return physinfo.max_{cpu,node}_id as maximum *possible* IDs.Keir Fraser2010-08-131-2/+2
* Move cpu hotplug routines into common cpu.c file.Keir Fraser2010-05-141-0/+1
* Clean up numa-info sysctl.Keir Fraser2010-04-131-45/+20
* Topology-info sysctl cleanups.Keir Fraser2010-04-131-40/+13
* sysctl: Remove sockets_per_node field from physinfo command.Keir Fraser2010-04-131-3/+0
* libxl: Fix the build by reinstating some sysctl.physinfo fields.Keir Fraser2010-04-081-4/+7
* Host Numa information in dom0Keir Fraser2010-04-071-11/+127
* sysctl: Return max_node_id rather than nr_nodes from physinfo command.Keir Fraser2010-01-061-1/+1
* Move cpu_{sibling,core}_map into per-CPU spaceKeir Fraser2009-07-131-2/+2
* Remove page-scrub lists and async scrubbing.Keir Fraser2009-07-021-1/+1
* Add CPU status info and a status call to the CPU on/offline sysctls.Keir Fraser2009-03-171-1/+23
* x86: Add sysctl for cpu online/offlineKeir Fraser2008-09-221-0/+25
* Fix XEN_SYSCTL_physinfo to handle NUMA info properly.Keir Fraser2008-05-141-5/+14
* tools: Obtain platform capabilities via physinfo sysctl.Keir Fraser2008-04-011-5/+9
* Replace sysctl.physinfo.sockets_per_node with more directly usefulKeir Fraser2007-10-191-3/+1
* Xen Security Modules: XSMkfraser@localhost.localdomain2007-08-311-0/+5
* Extended the physinfo sysctl to export NUMA cpu_to_node topology info.kfraser@localhost.localdomain2007-07-061-6/+26
* [XEN] New paging-assistance interface.Tim Deegan2007-02-141-1/+0
* Make domctl/sysctl interfaces 32-/64-bit invariant.kfraser@localhost.localdomain2007-01-241-6/+2
* Enable compatibility mode operation for HYPERVISOR_sysctl.Emmanuel Ackaouy2007-01-051-2/+6
* Replace dom0_ops hypercall with three new hypercalls:kfraser@localhost.localdomain2006-08-251-0/+77