aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* xen: Remove unused vsscanf/sscanf functionsDaniel De Graaf2012-02-062-240/+0
* flask: Update flask_op hypercall structureDaniel De Graaf2012-02-066-842/+463
* ia64: fix build (next instance)Jan Beulich2012-02-065-9/+20
* Fix x86_32 buildTim Deegan2012-02-021-2/+2
* x86: avoid deadlock after a PCI SERR NMIDavid Vrabel2012-02-022-4/+12
* xsm/flask: Improve domain ID auditing in AVCsDaniel De Graaf2012-02-023-8/+31
* xsm/flask: allow policy booleans to be addressed by nameDaniel De Graaf2012-02-024-37/+207
* xen/xsm: fix incorrect handling of XSM hook returnDaniel De Graaf2012-02-021-1/+1
* xsm/flask: Remove useless back pointersDaniel De Graaf2012-02-022-5/+0
* xsm/flask: Improve error reporting for ocontextsDaniel De Graaf2012-02-021-8/+21
* 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-024-1/+50
* xsm/flask: Use PCI device label for PCI-MSI IRQsDaniel De Graaf2012-02-021-15/+38
* xsm: Add security label to IRQ debug outputDaniel De Graaf2012-02-024-1/+37
* xsm: Add security labels to event-channel dumpDaniel De Graaf2012-02-024-4/+57
* x86/mm: Fix balooning+sharingAndres Lagar-Cavilla2012-02-021-7/+7
* 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-024-5/+21
* 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-024-15/+10
* x86: Use defines for bits of MSR_IA32_DEBUGCTLMSR instead of numbersDietmar Hahn2012-02-013-5/+9
* xen: do not remap pirqs if !is_hvm_pv_evtchn_domainStefano Stabellini2012-01-311-0/+9
* public/physdev.h: Fix __XEN_INTERFACE_VERSION__ typo.Keir Fraser2012-01-311-1/+1
* xenpaging: unify return value in nominate and evictOlaf Hering2012-01-301-5/+2
* xen: Preserve reserved grant entries when switching versionsDaniel De Graaf2012-01-282-8/+57
* xen: use XSM instead of IS_PRIV for getdomaininfoDaniel De Graaf2012-01-282-0/+6
* xen: change virq parameters from int to uint32_tDaniel De Graaf2012-01-284-9/+9
* xen: allow global VIRQ handlers to be delegated to other domainsDaniel De Graaf2012-01-2817-19/+134
* xen: reinstate previously unused XENMEM_remove_from_physmap hypercallDaniel De Graaf2012-01-288-0/+87
* xen: introduce PHYSDEVOP_pirq_eoi_gmfn_v2Stefano Stabellini2012-01-288-6/+34
* vesa: flush lfb after zeroingAndrew Cooper2012-01-281-18/+19
* Console: introduce console=none command line parameterAndrew Cooper2012-01-281-0/+2
* amd iommu: disable iommu emulation on non-iommu systemsWei Wang2012-01-283-2/+12
* Get rid of non-static 'inline' modifiers (gcc 4.2.1 complains)Tim Deegan2012-01-261-2/+2
* Bring OpenBSD stdarg handling in line with FreeBSD caseTim Deegan2012-01-261-3/+1
* 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: Output domain count of paged pages in consoleAndres Lagar-Cavilla2012-01-261-2/+4
* 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-262-33/+33
* x86/mm: use RCU in mem sharing audit list, eliminate global lock completelyAndres Lagar-Cavilla2012-01-263-68/+44
* Add the ability to poll stats about shared memory via the consoleAndres Lagar-Cavilla2012-01-264-2/+27
* x86/mm: New domctl: add a shared page to the physmapAndres Lagar-Cavilla2012-01-262-1/+105
* x86/mm: Check how many mfns are shared, in addition to how many are savedAndres Lagar-Cavilla2012-01-266-6/+40