aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* xen/arm: get the number of cpus from device treeStefano Stabellini2012-11-191-0/+43
* compat/gnttab: Prevent infinite loop in compat codeIan Jackson2012-11-141-0/+2
* VCPU/timers: Prevent overflow in calculations, leading to DoS vulnerabilityIan Jackson2012-11-141-0/+3
* fix xenctl_cpumap_to_cpumask() buffer size checkMatthew Daley2012-11-131-1/+1
* tmem: Prevent NULL dereference on error caseMatthew Daley2012-11-121-1/+3
* x86: save/restore only partial register state where possibleJan Beulich2012-10-301-1/+5
* xen: sched_sedf: remove an unused stat in SEDFDario Faggioli2012-10-231-5/+2
* xen: sched: introduce a couple of counters in credit2 and SEDFDario Faggioli2012-10-232-0/+9
* xen: sched: generalize scheduling related perfcounter macrosDario Faggioli2012-10-232-69/+62
* xen: remove XEN_GUEST_HANDLE(ulong)Ian Campbell2012-10-171-1/+1
* xen: more XEN_GUEST_HANDLE_PARAM substitutionsStefano Stabellini2012-10-172-1/+2