aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include
Commit message (Expand)AuthorAgeFilesLines
* xen/arm: clear pending irq queues on do_psci_cpu_onStefano Stabellini2013-05-081-0/+2
* xen/arm: initialize virt_timer and phys_timer with the same values on all vcpusStefano Stabellini2013-05-081-9/+15
* xen/arm: support VCPUOP_register_vcpu_info.Stefano Stabellini2013-05-081-0/+2
* xen: move VCPUOP_register_vcpu_info to common codeStefano Stabellini2013-05-083-3/+6
* xen/gic: EOI irqs on the right pcpuStefano Stabellini2013-05-081-0/+1
* xen/arm: implement smp_call_functionJulien Grall2013-05-083-0/+9
* xen/arm: compile and initialize vmapStefano Stabellini2013-05-084-10/+12
* xen/arm: support for guest SGIStefano Stabellini2013-05-081-6/+9
* xen: move for_each_set_bit to xen/bitops.hStefano Stabellini2013-05-086-15/+15
* xen/arm: basic PSCI support, implement cpu_on and cpu_offStefano Stabellini2013-05-082-0/+26
* xen/arm: trap SMC instructions and inject an UND exceptionIan Campbell2013-05-083-1/+12
* xen/arm: trap guest WFIStefano Stabellini2013-05-082-9/+33
* netif: define XEN_NETIF_NR_SLOTS_MIN in public headerWei Liu2013-05-071-0/+18
* netif: define XEN_NETIF_MAX_TX_SIZE in public headerWei Liu2013-05-071-0/+1
* rename IS_PRIV to is_hardware_domainDaniel De Graaf2013-05-072-14/+30
* common: remove rcu_lock_target_domain_by_idDaniel De Graaf2013-05-071-14/+0
* arm: remove rcu_lock_target_domain_by_id usersDaniel De Graaf2013-05-072-0/+19
* xsm: add hooks for claimDaniel De Graaf2013-05-072-0/+24
* x86: miscellaneous mm.c cleanupJan Beulich2013-05-021-2/+0
* x86: cleanup after making various page table manipulation operations preemptibleJan Beulich2013-05-021-7/+2
* x86: allow Dom0 read-only access to IO-APICsJan Beulich2013-05-022-2/+2
* x86: make vcpu_reset() preemptibleJan Beulich2013-05-023-3/+6
* x86: make vcpu_destroy_pagetables() preemptibleJan Beulich2013-05-022-0/+2
* xen/arm: nuke some stray hard tabs.Ian Campbell2013-05-012-3/+3
* xen: arm: correct platform detection in public header.Ian Campbell2013-04-301-1/+1
* More emacs local variable block fixes.Ian Campbell2013-04-3014-14/+14
* xen: introduce vcpu_blockStefano Stabellini2013-04-301-0/+1
* x86/HVM: move per-vendor function tables into .init.dataJan Beulich2013-04-291-2/+2
* arm: allocate per-PCPU domheap pagetable pagesIan Campbell2013-04-242-1/+7
* arm: parenthesise argument to *_linear_offset macrosIan Campbell2013-04-241-3/+3
* x86: remove IS_PRIV_FOR referencesDaniel De Graaf2013-04-232-0/+12
* x86/hvm: convert access check for nested HVM to XSMDaniel De Graaf2013-04-232-0/+12
* x86/EFI: pass boot services variable info to runtime codeJan Beulich2013-04-222-0/+5
* EFI: update error indicatorsJan Beulich2013-04-221-0/+7
* x86/S3: Fix cpu pool scheduling after suspend/resumeBen Guthro2013-04-191-0/+1
* Merge branch 'staging' of ssh://xenbits.xen.org/home/xen/git/xen into stagingIan Campbell2013-04-181-0/+18
|\
| * x86: fix various issues with handling guest IRQsJan Beulich2013-04-181-0/+18
* | arm: gic: implement IPIs using SGI mechanismIan Campbell2013-04-181-2/+20
|/
* x86/HVM: Call vlapic_set_irq() to delivery virtual interruptYang Zhang2013-04-181-1/+1
* VMX: Add posted interrupt supportingYang Zhang2013-04-184-0/+52
* VMX: Turn on posted interrupt bit in vmcsYang Zhang2013-04-182-0/+9
* VMX: Detect posted interrupt capabilityYang Zhang2013-04-181-0/+6
* Merge branch 'staging' of ssh://xenbits.xen.org/home/xen/git/xen into stagingIan Campbell2013-04-171-3/+3
|\
| * x86: allow VCPUOP_register_vcpu_info to work again on PVHVM guestsKonrad Rzeszutek Wilk2013-04-171-3/+3
* | xen: allow for explicitly specifying node-affinityDario Faggioli2013-04-174-3/+35
* | xen: sched_credit: let the scheduler know about node-affinityDario Faggioli2013-04-171-0/+12
* | xen, libxc: rename xenctl_cpumap to xenctl_bitmapDario Faggioli2013-04-176-10/+10
|/
* VTD: Remove the check for reserved device scope typeYang Zhang2013-04-161-1/+0
* x86/VPMU: Save/restore VPMU only when necessaryBoris Ostrovsky2013-04-151-4/+10
* x86/VPMU: Factor out VPMU common codeBoris Ostrovsky2013-04-152-1/+1