aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include
Commit message (Expand)AuthorAgeFilesLines
* xen: make need_iommu == 0 if !HAS_PASSTHROUGHIan Campbell2012-02-151-0/+6
* arm: align some register bit definitionsIan Campbell2012-02-151-40/+40
* arm: define some more cp15 registersIan Campbell2012-02-151-0/+18
* arm: fixup hard tabsIan Campbell2012-02-133-174/+174
* arm: setup MM using information from the device treeDavid Vrabel2012-02-133-6/+10
* arm, device tree: parse the DTB for RAM location and sizeDavid Vrabel2012-02-132-3/+38
* arm: add early_printk()David Vrabel2012-02-131-0/+27
* arm: map device tree blob in initial page tablesDavid Vrabel2012-02-131-0/+6
* arm: few missing #defineStefano Stabellini2012-02-132-0/+5
* libfdt: fixup libfdt_env.h for xenDavid Vrabel2012-02-131-0/+2
* x86/mm: New sharing audit memopAndres Lagar-Cavilla2012-02-102-1/+3
* Use memops for mem paging, sharing, and access, instead of domctlsAndres Lagar-Cavilla2012-02-106-75/+113
* x86/mm: Refactor possibly deadlocking get_gfn callsAndres Lagar-Cavilla2012-02-101-0/+60
* Re-order calls to put_gfn() around wait queue invocationsAndres Lagar-Cavilla2012-02-103-3/+11
* x86/mm: Rework locking in the PoD layerAndres Lagar-Cavilla2012-02-101-19/+8
* x86/mm: Make p2m lookups fully synchronized wrt modificationsAndres Lagar-Cavilla2012-02-102-21/+32
* gnttab: miscellaneous fixesJan Beulich2012-02-092-4/+20
* arm: define domain_pirq_to_irqIan Campbell2012-02-091-0/+2
* CONFIG: remove #ifdef __ia64__ from the x86 arch treeAndrew Cooper2012-02-092-14/+0
* CONFIG: remove CONFIG_SMP #ifdefsAndrew Cooper2012-02-094-20/+0
* vpmu: Rename PASSIVE_DOMAIN_ALLOCATEDDietmar Hahn2012-02-091-1/+1
* vpmu: Use macros to access struct vpmu_struct.flagsDietmar Hahn2012-02-091-0/+6
* arm: vtimerStefano Stabellini2012-02-091-0/+7
* arm: vgic emulationStefano Stabellini2012-02-091-0/+30
* arm: driver for the generic timer for ARMv7Stefano Stabellini2012-02-091-0/+26
* arm: pl011 UART driverStefano Stabellini2012-02-091-0/+2
* arm: mm and p2mStefano Stabellini2012-02-095-0/+871
* arm: irqStefano Stabellini2012-02-093-0/+45
* arm: domain_buildStefano Stabellini2012-02-092-1/+3
* arm: domainStefano Stabellini2012-02-091-0/+43
* arm: entry.S and head.SStefano Stabellini2012-02-091-0/+18
* arm: bit manipulation, copy and division librariesStefano Stabellini2012-02-091-0/+3
* arm: header filesStefano Stabellini2012-02-0940-0/+2459
* xen/common/Makefile: introduce HAS_{CPUFREQ,PCI,PASSTHROUGH,NS16550,KEXEC}Stefano Stabellini2012-02-092-0/+2
* x86/AMD: Add support for AMD's OSVW feature in guests.Boris Ostrovsky2012-02-074-0/+11
* xen: Remove unused vsscanf/sscanf functionsDaniel De Graaf2012-02-061-4/+0
* flask: Update flask_op hypercall structureDaniel De Graaf2012-02-061-13/+133
* ia64: fix build (next instance)Jan Beulich2012-02-064-8/+19
* x86: avoid deadlock after a PCI SERR NMIDavid Vrabel2012-02-021-1/+2
* xsm/flask: allow policy booleans to be addressed by nameDaniel De Graaf2012-02-021-1/+4
* xsm: Add xsm_map_domain_pirq hookDaniel De Graaf2012-02-021-0/+6
* xsm: Add security label to IRQ debug outputDaniel De Graaf2012-02-021-0/+7
* xsm: Add security labels to event-channel dumpDaniel De Graaf2012-02-021-0/+6
* x86/mm: Fix paging statsAndres Lagar-Cavilla2012-02-021-2/+4
* x86/mm: Remove p2m_ram_paging_inAndres Lagar-Cavilla2012-02-021-5/+2
* x86: Use defines for bits of MSR_IA32_DEBUGCTLMSR instead of numbersDietmar Hahn2012-02-011-1/+4
* public/physdev.h: Fix __XEN_INTERFACE_VERSION__ typo.Keir Fraser2012-01-311-1/+1
* xen: Preserve reserved grant entries when switching versionsDaniel De Graaf2012-01-281-0/+7
* xen: change virq parameters from int to uint32_tDaniel De Graaf2012-01-283-4/+4
* xen: allow global VIRQ handlers to be delegated to other domainsDaniel De Graaf2012-01-283-3/+23