aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common
Commit message (Expand)AuthorAgeFilesLines
...
* x86: don't use destroy_xen_mappings() for vunmap()Jan Beulich2013-07-171-0/+6
* use SMP barrier in common code dealing with shared memory protocolsIan Campbell2013-07-048-19/+19
* x86: make map_domain_page_global() a simple wrapper around vmap()Jan Beulich2013-07-041-1/+2
* libelf: abolish obsolete macrosIan Jackson2013-06-143-27/+27
* libelf: check loops for running awayIan Jackson2013-06-143-20/+98
* libelf: use only unsigned integersIan Jackson2013-06-144-47/+51
* libelf: use C99 bool for booleansIan Jackson2013-06-144-9/+9
* libelf: Check pointer references in elf_is_elfbinaryIan Jackson2013-06-142-4/+7
* libelf: check all pointer accessesIan Jackson2013-06-144-14/+123
* libelf: check nul-terminated strings properlyIan Jackson2013-06-142-6/+17
* libelf: introduce macros for memory access and pointer handlingIan Jackson2013-06-143-108/+121
* libelf: move include of <asm/guest_access.h> to top of fileIan Jackson2013-06-141-1/+4
* libelf: abolish elf_sval and elf_access_signedIan Jackson2013-06-141-28/+0
* libelf: add `struct elf_binary*' parameter to elf_load_imageIan Jackson2013-06-141-3/+5
* libelf: abolish libelf-relocate.cIan Jackson2013-06-141-372/+0
* tmem: Don't use map_domain_page for long-life-time pagesKonrad Rzeszutek Wilk2013-06-131-3/+2
* x86: re-enable VCPUOP_register_vcpu_time_memory_areaJan Beulich2013-05-271-2/+0
* hypervisor/xen/tools: Remove the XENMEM_get_oustanding_pages and provide the ...Konrad Rzeszutek Wilk2013-05-143-11/+7
* also move compat mode VCPUOP_register_vcpu_info into common codeJan Beulich2013-05-131-0/+9
* xen/arm: Use hierarchical device tree to retrieve GIC informationJulien Grall2013-05-131-42/+0
* xen/arm: Add helpers to retrieve an interrupt description from the device treeJulien Grall2013-05-131-0/+362
* xen/arm: Add helpers to retrieve an address from the device treeJulien Grall2013-05-131-0/+343
* xen/arm: Add helpers to use the device treeJulien Grall2013-05-131-18/+144
* xen/arm: Create a hierarchical device treeJulien Grall2013-05-131-5/+450
* 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