aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common
Commit message (Expand)AuthorAgeFilesLines
* xen: move VCPUOP_register_runstate_memory_area to common codeStefano Stabellini2013-05-081-0/+28
* xen: move VCPUOP_register_vcpu_info to common codeStefano Stabellini2013-05-081-0/+111
* xen/arm: implement smp_call_functionJulien Grall2013-05-082-0/+113
* common: remove rcu_lock_target_domain_by_idDaniel De Graaf2013-05-071-34/+0
* xsm: add hooks for claimDaniel De Graaf2013-05-071-7/+8
* x86: Fix __prepare_to_wait() asm test for stack sizeKeir Fraser2013-05-021-1/+1
* x86: make arch_set_info_guest() preemptibleJan Beulich2013-05-023-0/+13
* x86: make vcpu_reset() preemptibleJan Beulich2013-05-022-8/+17
* More emacs local variable block fixes.Ian Campbell2013-04-301-1/+1
* xen: introduce vcpu_blockStefano Stabellini2013-04-301-5/+8
* cpupool: prevent a domain from moving itselfDaniel De Graaf2013-04-231-6/+2
* libxc: Add unsafe decompressorsBastian Blank2013-04-225-0/+24
* x86/S3: Fix cpu pool scheduling after suspend/resumeBen Guthro2013-04-191-11/+45
* x86: fix various issues with handling guest IRQsJan Beulich2013-04-182-3/+4
* xen: allow for explicitly specifying node-affinityDario Faggioli2013-04-175-8/+133
* xen: sched_credit: let the scheduler know about node-affinityDario Faggioli2013-04-171-153/+307
* xen: sched_credit: when picking, make sure we get an idle one, if anyDario Faggioli2013-04-171-0/+15
* xen, libxc: introduce xc_nodemap_tDario Faggioli2013-04-171-0/+14
* xen, libxc: rename xenctl_cpumap to xenctl_bitmapDario Faggioli2013-04-173-27/+50
* defer event channel bucket pointer store until after XSM checksJan Beulich2013-04-051-1/+2
* x86/S3: Restore broken vcpu affinity on resumeBen Guthro2013-04-022-3/+44
* x86: reserve pages when SandyBridge integrated graphicsXudong Hao2013-03-261-0/+23
* xen: arm: parse modules from DT during early boot.Ian Campbell2013-03-131-1/+53
* dtb: correct handling of #address-cells and #size-cells.Ian Campbell2013-03-131-4/+8
* coverage: fix on ARMIan Campbell2013-03-121-8/+5
* mmu: Introduce XENMEM_claim_pages (subop of memory ops)Dan Magenheimer2013-03-114-2/+149
* credit2: Reset until the front of the runqueue is positiveGeorge Dunlap2013-03-111-8/+40
* credit2: Fix erronous ASSERTGeorge Dunlap2013-03-111-24/+17
* sched: always ask the scheduler to re-place the vcpu when the affinity changesGeorge Dunlap2013-03-081-3/+4
* fix domain unlocking in some xsm error pathsMatthew Daley2013-03-061-1/+1
* change arguments of do_kexec_op and compat_set_timer_op prototypesRobbie VanVossen2013-03-062-0/+2
* xentrace: fix off-by-one in calculate_tbuf_sizeOlaf Hering2013-03-041-1/+1
* credit2: track residual from divisions done during accountingGeorge Dunlap2013-03-041-7/+15
* credit2: Avoid extra c2t calcuation in csched_runtimeGeorge Dunlap2013-03-041-11/+37
* credit1: Use atomic bit operations for the flags structureGeorge Dunlap2013-03-041-13/+10
* SEDF: avoid gathering vCPU-s on pCPU0Jan Beulich2013-03-042-2/+4
* x86: make certain memory sub-ops return valid valuesJan Beulich2013-03-042-5/+11
* fix compat memory exchange op splittingJan Beulich2013-03-011-1/+1
* Avoid stale pointer when moving domain to another cpupoolJuergen Gross2013-02-281-6/+14
* credit1: track residual from divisions done during accountingJan Beulich2013-02-281-1/+7
* gcov: Implement code to read coverage informationsFrediano Ziglio2013-02-212-0/+159
* gcov: Adding support for coverage informationFrediano Ziglio2013-02-213-0/+76
* gcov: Call constructors during initializationFrediano Ziglio2013-02-211-0/+14
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-2141-41/+41
* xmalloc: make close-to-PAGE_SIZE allocations more efficientJan Beulich2013-02-191-28/+43
* xen: move XEN_SYSCTL_physinfo, XEN_SYSCTL_numainfo and XEN_SYSCTL_topologyinf...Stefano Stabellini2013-02-151-0/+109
* xen/device_tree: introduce find_compatible_nodeStefano Stabellini2013-02-151-2/+54
* xen/arm: move setup_mm right after setup_pagetablesStefano Stabellini2013-02-151-6/+0
* x86: move watchdog declarations from config.h to nmi.hJan Beulich2013-02-154-0/+4
* xenoprof: avoid division by 0Tim Deegan2013-02-151-4/+7