aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* hypervisor/xen/tools: Remove the XENMEM_get_oustanding_pages and provide the ...Konrad Rzeszutek Wilk2013-05-141-1/+2
* gcov: Implement code to read coverage informationsFrediano Ziglio2013-02-211-0/+6
* 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-0/+109
* xen/xsm: Add xsm_default parameter to XSM hooksDaniel De Graaf2013-01-111-4/+4
* xen: sysctl XSM hook removalDaniel De Graaf2013-01-111-44/+0
* xen: convert do_sysctl to use XSMDaniel De Graaf2013-01-111-3/+4
* streamline guest copy operationsJan Beulich2012-12-101-69/+22
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-1/+1
* fix build error when enabling lock profileYang Zhang2012-04-171-1/+0
* replace bogus gdprintk() uses with {,d}printk()Jan Beulich2012-02-161-2/+0
* PM: only include XEN_SYSCTL_{get_pmstat,pm_op} if HAVE_ACPIIan Campbell2012-02-151-0/+2
* xsm: Add missing access checksDaniel De Graaf2011-12-181-0/+17
* 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-6/+0
* scheduler: Add a global parameter adjustment to the switchable scheduler inte...Keir Fraser2010-05-041-0/+8
* cpupool: Control interface should be a sysctl rather than a domctl.Keir Fraser2010-05-041-0/+8
* Update comments around spin_trylock() usage for sysctl and xenpf locks.Keir Fraser2010-04-151-1/+5
* sysctl: Fix XEN_SYSCTL_debug_keys error path.Keir Fraser2010-04-131-1/+3
* Do not spin on locks that may be held by stop_machine_run() callers.Keir Fraser2010-03-221-1/+5
* Spinlock profiling (enable in build with lock_profile=y)Keir Fraser2009-10-141-0/+12
* Scattered code arrangement cleanups.Keir Fraser2009-10-071-3/+2
* xenpm: Set scheduler vcpu_migration_delay by xenpmKeir Fraser2009-04-061-0/+8
* Revert debugging patch c/s 19344.Keir Fraser2009-03-171-2/+0
* xenpm: Add CPU topology info (thread/core/socket)Keir Fraser2009-03-131-6/+5
* Add debug code to catch count_info errors in page_alloc.cKeir Fraser2009-03-121-0/+2
* Code cleanups after page offline patch.Keir Fraser2009-03-121-4/+6
* Page offline support in Xen sideKeir Fraser2009-03-061-0/+55
* Avoid negative runstate pieces.Keir Fraser2008-12-101-8/+1
* Add user PM control interfaceKeir Fraser2008-12-101-0/+16
* xsm: refactor IO hooks/sysctl hooksKeir Fraser2008-09-041-0/+12
* Provide Px statistic data to user through libxcKeir Fraser2008-05-161-0/+16
* Allow incremental access to hypervisor console log.Keir Fraser2007-10-291-4/+1
* Clean up and fix XEN_SYSCTL_getcpuinfo error path.Keir Fraser2007-10-021-8/+4
* Xen Security Modules: XSMkfraser@localhost.localdomain2007-08-311-0/+21
* Add new domctl hypercall to expose current heap values. Thiskfraser@localhost.localdomain2007-07-111-0/+14
* More getcpuinfo sysctl cleanup.Keir Fraser2007-06-271-7/+7
* Small sysctl cleanups.Keir Fraser2007-06-271-8/+9
* Add new sysctl to return runtime information about physical CPU utilization.Steven Hand2007-06-271-0/+32
* xm: New command 'debug-keys' to inject debug-key events into Xen.kfraser@localhost.localdomain2007-03-091-0/+15
* xen: Cleanups and bug fixes after the rcu_lock_domain patch.kfraser@localhost.localdomain2007-03-011-7/+0
* Use RCU for domain_list and domain_hash.kfraser@localhost.localdomain2007-02-211-2/+2
* Make domctl/sysctl interfaces 32-/64-bit invariant.kfraser@localhost.localdomain2007-01-241-10/+5
* Enable compatibility mode operation for HYPERVISOR_sysctl.Emmanuel Ackaouy2007-01-051-8/+10
* Fix hypervisor build with performance counters after -unstableSteven Hand2006-08-281-3/+3
* Replace dom0_ops hypercall with three new hypercalls:kfraser@localhost.localdomain2006-08-251-0/+152