aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common
Commit message (Expand)AuthorAgeFilesLines
...
* domctl: replace cpumask_weight() usesJan Beulich2013-08-231-4/+4
* credit1: replace cpumask_empty() usesJan Beulich2013-08-231-4/+3
* credit2: replace cpumask_first() usesJan Beulich2013-08-231-8/+10
* un-alias cpumask_any() from cpumask_first()Jan Beulich2013-08-232-0/+30
* xen: Introduce a helper to read a u32 property in device tree.Chen Baozi2013-08-221-0/+15
* xen: gate split heap code on its own config option rather than !X86Ian Campbell2013-08-201-1/+1
* xen: remove evtchn_upcall_mask from interface on ARMIan Campbell2013-08-202-1/+3
* watchdog: Move watchdog from being x86 specific to common codeAndrew Cooper2013-08-133-3/+3
* libelf: Fix typo in header guard macroPatrick Welche2013-08-081-2/+2
* fix off-by-one mistakes in vm_alloc()Jan Beulich2013-08-051-10/+18
* Don't take the domain lock for p2m operations.Tim Deegan2013-07-291-4/+0
* 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