aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* xen: convert do_sysctl to use XSMDaniel De Graaf2013-01-111-3/+4
* xen: convert do_domctl to use XSMDaniel De Graaf2013-01-111-27/+5
* xen: avoid calling rcu_lock_*target_domain when an XSM hook existsDaniel De Graaf2013-01-113-55/+35
* xen: use XSM instead of IS_PRIV where duplicatedDaniel De Graaf2013-01-112-9/+0
* xsm: Use the dummy XSM module if XSM is disabledDaniel De Graaf2013-01-101-2/+0
* xen: remove nr_irqs_gsi from generic codeIan Campbell2012-12-191-2/+2
* xen/arch/*: add struct domain parameter to arch_do_domctlDaniel De Graaf2012-12-181-1/+1
* xen: lock target domain in do_domctl common codeDaniel De Graaf2012-12-181-209/+59
* xen: sched_credit: add some tracingDario Faggioli2012-12-181-1/+34
* xen: tracing: introduce per-scheduler trace event IDsDario Faggioli2012-12-181-12/+16
* xen: sched_credit: improve tickling of idle CPUsDario Faggioli2012-12-181-36/+51
* xen: sched_credit: improve picking up the idle CPU for a VCPUDario Faggioli2012-12-181-1/+9
* xen: sched_credit: define and use curr_on_cpu(cpu)Dario Faggioli2012-12-181-8/+7
* xen/arm: use strcmp in device_tree_type_matchesStefano Stabellini2012-12-131-3/+2
* xen: get GIC addresses from DTStefano Stabellini2012-12-131-3/+70
* xen: centralize accounting for domain tot_pagesDan Magenheimer2012-12-103-4/+10
* streamline guest copy operationsJan Beulich2012-12-107-114/+70
* scheduler: fix rate limit range checkingJan Beulich2012-12-102-13/+15
* tighten guest memory accessesJan Beulich2012-12-064-14/+32
* memop: adjust error checking in populate_physmap()Jan Beulich2012-12-061-3/+3
* gnttab_usage_print() should be staticJan Beulich2012-12-061-1/+1
* memop: limit guest specified extent orderJan Beulich2012-12-041-2/+7
* xen: add missing guest address range checks to XENMEM_exchange handlersJan Beulich2012-12-042-0/+13
* gnttab: fix releasing of memory upon switches between versionsJan Beulich2012-12-041-14/+20
* implement vmap()Jan Beulich2012-11-222-0/+205