aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-1715-70/+76
* xen: change the limit of nr_extents to UINT_MAX >> MEMOP_EXTENT_SHIFTStefano Stabellini2012-10-171-1/+1
* xen: Add versions of rcu_lock_*_domain without IS_PRIVDaniel De Graaf2012-10-151-0/+21
* More efficient TLB-flush filtering in alloc_heap_pages().Keir Fraser2012-10-151-13/+16
* arm: move get_paddr_function to arch setup.c from device_tree.cIan Campbell2012-10-111-32/+0
* build: Fix build when using -fno-inlineAndrew Cooper2012-10-091-1/+1
* trace: trace hypercalls inside a multicallDavid Vrabel2012-10-033-3/+31
* trace: improve usefulness of hypercall trace recordDavid Vrabel2012-10-031-0/+52
* xen: Remove sched_credit_default_yield optionGeorge Dunlap2012-10-011-7/+2
* x86: slightly improve stack trace on debug buildsJan Beulich2012-09-261-1/+7
* x86: slightly streamline __prepare_to_wait() inline assemblyJan Beulich2012-09-261-5/+3
* printk: prefer %#x et at over 0x%xJan Beulich2012-09-214-13/+13
* tmem: bump pool version to 1 to fix restore issue when tmem enabledZhenzhong Duan2012-09-191-1/+2
* Extra check in grant table code for mapping of shared frameAndres Lagar-Cavilla2012-09-171-3/+6
* x86/hvm: mark save/restore registration code __initJan Beulich2012-09-141-5/+5
* In most of the codebase, use CONFIG_X86 in place of __i386__||__x86_64__Keir Fraser2012-09-123-3/+3
* CONFIG_X86_64 -> CONFIG_X86Keir Fraser2012-09-121-2/+2
* xen: Remove x86_32 build target.Keir Fraser2012-09-124-42/+1