aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common
Commit message (Expand)AuthorAgeFilesLines
* sched/arinc653: check for guest data transfer failuresMatthew Daley2013-09-101-2/+11
* console: buffer and show origin of guest PV writesDaniel De Graaf2013-09-101-0/+8
* libelf: add hvm callback vector featureMukesh Rathor2013-09-101-0/+1
* xen: Add new string functionJulien Grall2013-09-101-0/+15
* xen/dts: Don't check the number of address and size cells in process_cpu_nodeJulien Grall2013-09-101-6/+0
* xmalloc: make whole pages xfree() clear the order field (ab)used by xmalloc()Jan Beulich2013-09-091-0/+1
* AMD IOMMU: allow command line overrides for broken IVRS tablesJan Beulich2013-08-291-0/+16
* xen/arm: use defines for boot module indexes instead of open coded numbersIan Campbell2013-08-271-2/+2
* fix gdbstub build c/s c8177e691fAndrew Cooper2013-08-271-1/+1
* 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