aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* x86: debugging code for testing 16Tb support on smaller memory systemsJan Beulich2013-02-081-0/+20
* x86: support up to 16TbJan Beulich2013-01-231-2/+17
* tmem: partial adjustments for x86 16Tb supportJan Beulich2013-01-231-18/+8
* device-tree: get_val cannot cope with cells > 2, add early_panicIan Campbell2013-01-211-0/+3
* miscellaneous cleanupJan Beulich2013-01-171-1/+1
* fix XENMEM_remove_from_physmap return valueJan Beulich2013-01-151-2/+3
* xen: Introduce ASSERT_NOT_IN_ATOMIC() to give more info on in_atomic() crash.Keir Fraser2013-01-144-6/+9
* x86: Assert !in_atomic() before exiting to guest context.Keir Fraser2013-01-141-0/+6
* xen/xsm: distinguish scheduler get/set operationsDaniel De Graaf2013-01-111-1/+9
* tmem: add XSM hooksDaniel De Graaf2013-01-111-0/+3
* xen/xsm: Add xsm_default parameter to XSM hooksDaniel De Graaf2013-01-119-31/+31
* xen: sysctl XSM hook removalDaniel De Graaf2013-01-111-44/+0
* xen: domctl XSM hook removalDaniel De Graaf2013-01-111-57/+2
* xen: add XSM hook for XENMEM_exchangeDaniel De Graaf2013-01-111-1/+11
* arch/x86: Add missing mem_sharing XSM hooksDaniel De Graaf2013-01-111-0/+15