aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch
Commit message (Expand)AuthorAgeFilesLines
* x86: avoid deadlock after a PCI SERR NMIDavid Vrabel2012-02-021-3/+10
* xen/xsm: fix incorrect handling of XSM hook returnDaniel De Graaf2012-02-021-1/+1
* xsm: Use mapped IRQ not PIRQ in unmap_domain_pirqDaniel De Graaf2012-02-021-1/+1
* xsm: Add xsm_map_domain_pirq hookDaniel De Graaf2012-02-021-1/+1
* xsm: Add security label to IRQ debug outputDaniel De Graaf2012-02-021-0/+8
* x86/mm: Make debug_{gfn, mfn, gref} calls to sharing more useful and correctAndres Lagar-Cavilla2012-02-021-109/+115
* x86/mm: Make sharing ASSERT check more accurateAndres Lagar-Cavilla2012-02-021-1/+4
* x86/mm: Fix paging statsAndres Lagar-Cavilla2012-02-022-2/+16
* x86/mm: Reorder locks used by shadow code in anticipation of synchronized p2m...Andres Lagar-Cavilla2012-02-022-9/+12
* x86/mm: Don't fail to nominate for paging on type flag, rather look at type c...Andres Lagar-Cavilla2012-02-021-2/+2
* x86/mm: Remove p2m_ram_paging_inAndres Lagar-Cavilla2012-02-023-10/+8
* x86: Use defines for bits of MSR_IA32_DEBUGCTLMSR instead of numbersDietmar Hahn2012-02-012-4/+5
* xen: do not remap pirqs if !is_hvm_pv_evtchn_domainStefano Stabellini2012-01-311-0/+9
* xenpaging: unify return value in nominate and evictOlaf Hering2012-01-301-5/+2
* xen: allow global VIRQ handlers to be delegated to other domainsDaniel De Graaf2012-01-284-6/+6
* xen: introduce PHYSDEVOP_pirq_eoi_gmfn_v2Stefano Stabellini2012-01-284-4/+12
* Get rid of non-static 'inline' modifiers (gcc 4.2.1 complains)Tim Deegan2012-01-261-2/+2
* x86/mm: Avoid spurious deadlock panic triggerAndres Lagar-Cavilla2012-01-261-1/+2
* x86/mm: clean use of p2m unlocked queriesAndres Lagar-Cavilla2012-01-265-12/+44
* x86/mm: Properly account for paged out pagesAndres Lagar-Cavilla2012-01-261-1/+2
* x86/mm: Remove stale variable from debugtrace printk in p2m auditAndres Lagar-Cavilla2012-01-261-2/+2
* x86/mm: Allow foreign read-only mappings of shared pagesAndres Lagar-Cavilla2012-01-261-1/+7
* x86/mm: Fix p2m teardown lockingAndres Lagar-Cavilla2012-01-261-2/+2
* x86/mm: Fix paging_loadAndres Lagar-Cavilla2012-01-261-10/+8
* x86/mm: Sharing overhaul style improvementsAndres Lagar-Cavilla2012-01-261-32/+32
* x86/mm: use RCU in mem sharing audit list, eliminate global lock completelyAndres Lagar-Cavilla2012-01-262-68/+43
* Add the ability to poll stats about shared memory via the consoleAndres Lagar-Cavilla2012-01-262-0/+19
* x86/mm: New domctl: add a shared page to the physmapAndres Lagar-Cavilla2012-01-261-0/+103
* x86/mm: Check how many mfns are shared, in addition to how many are savedAndres Lagar-Cavilla2012-01-264-6/+38
* x86/mm: Enforce lock ordering for sharing page locksAndres Lagar-Cavilla2012-01-262-1/+33
* x86/mm: Add per-page locking for memory sharing, when audits are disabledAndres Lagar-Cavilla2012-01-263-94/+252
* x86/mm: Update mem sharing interface to (re)allow sharing of grantsAndres Lagar-Cavilla2012-01-261-9/+48
* x86/mm: Eliminate hash table in sharing code as index of shared mfnsAndres Lagar-Cavilla2012-01-261-271/+262
* xenoprof: Use uint64_t explicitly for internal callsGeorge Dunlap2012-01-261-2/+0
* SVM: Plumb NPT error-code bits into nested-fault access_X arguments.Tim Deegan2012-01-243-8/+8
* Add a GNTTABOP to swap the content of two grant references under lockWei Liu2012-01-241-0/+1
* libelf-loader: introduce elf_load_imageStefano Stabellini2012-01-231-1/+6
* Introduce clear_user and clear_guestStefano Stabellini2012-01-235-0/+354
* xenoprof: Handle 32-bit guest stacks properly in a 64-bit hypervisorGeorge Dunlap2012-01-231-7/+41
* xenoprof: Adjust indentationGeorge Dunlap2012-01-231-44/+44
* x86/vMSI: miscellaneous fixesJan Beulich2012-01-231-26/+33
* x86/hvm: No need to arch_set_info_guest() before restoring per-vcpu HVM state.Keir Fraser2012-01-222-33/+19
* x86/hvm: Fix earlier hvm_load_cpu_ctxt() breakage.Keir Fraser2012-01-201-1/+1
* vpmu: separate architecture specific PMU initialisationDietmar Hahn2012-01-203-37/+58
* x86/hvm: Allow wake up of offline vcpu via nmi-ipiJuergen Gross2012-01-201-0/+9
* xen: Simplify callers of boot_vcpu(). In VCPUOP_up, checkKeir Fraser2012-01-201-5/+1
* x86/mm: refine epte_present testTim Deegan2012-01-191-1/+5
* x86/mm: Don't ASSERT() for a valid mfn on paged p2m entries in guest_physmap_adAndres Lagar-Cavilla2012-01-191-2/+2
* x86/mm: Improve ring management for memory events. Do not lose guest eventsAndres Lagar-Cavilla2012-01-194-109/+306
* x86: Make asmlinkage explicitly a no-op, and avoid usage in arch/x86Keir Fraser2012-01-1513-31/+31