aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* arm: link a device tree blob into the xen imageDavid Vrabel2012-02-134-1/+20
* arm: few missing #defineStefano Stabellini2012-02-132-0/+5
* libfdt: add to buildDavid Vrabel2012-02-133-0/+8
* libfdt: fixup libfdt_env.h for xenDavid Vrabel2012-02-132-17/+12
* libfdt: add version 1.3.0David Vrabel2012-02-1313-0/+3211
* x86/vMCE: MC{G,i}_CTL handling adjustmentsJan Beulich2012-02-133-10/+10
* x86/paging: use clear_guest() for zero-filling guest buffersJan Beulich2012-02-131-20/+30
* x86/mm: New sharing audit memopAndres Lagar-Cavilla2012-02-105-8/+14
* Use memops for mem paging, sharing, and access, instead of domctlsAndres Lagar-Cavilla2012-02-1013-139/+283
* x86/mm: When removing/adding a page from/to the physmap, keep in mind it coul...Andres Lagar-Cavilla2012-02-101-1/+25
* x86/mm: Refactor possibly deadlocking get_gfn callsAndres Lagar-Cavilla2012-02-103-32/+85
* x86/mm: Revert changeset 24582:f6c33cfe7333Andres Lagar-Cavilla2012-02-101-2/+2
* Re-order calls to put_gfn() around wait queue invocationsAndres Lagar-Cavilla2012-02-1013-47/+83
* x86/mm: Rework locking in the PoD layerAndres Lagar-Cavilla2012-02-105-65/+87
* x86/mm: Clean up locking now that p2m lockups are fully synchronizedAndres Lagar-Cavilla2012-02-106-103/+57
* x86/mm: Make p2m lookups fully synchronized wrt modificationsAndres Lagar-Cavilla2012-02-105-39/+85
* gnttab: miscellaneous fixesJan Beulich2012-02-093-8/+25
* arm: copy DTB appended to zImageDavid Vrabel2012-02-091-19/+44
* arm: support zImage format kernels for dom0David Vrabel2012-02-094-56/+221
* arm: makefilesStefano Stabellini2012-02-092-0/+105
* arm: define stub arch_dump_shared_mem_infoIan Campbell2012-02-091-0/+4
* arm: define domain_pirq_to_irqIan Campbell2012-02-091-0/+2
* CONFIG: remove #ifdef __ia64__ from the x86 arch treeAndrew Cooper2012-02-093-19/+1
* CONFIG: remove CONFIG_SMP #ifdefsAndrew Cooper2012-02-0912-55/+4
* vpmu: Rename PASSIVE_DOMAIN_ALLOCATEDDietmar Hahn2012-02-093-7/+8
* vpmu: Remove unnecessary spaces at the end of linesDietmar Hahn2012-02-092-34/+34
* vpmu: Use macros to access struct vpmu_struct.flagsDietmar Hahn2012-02-096-40/+46
* amd iommu: Remove redundant checks from iommu emulation code pathWei Wang2012-02-091-6/+0
* arm: vtimerStefano Stabellini2012-02-095-2/+196
* arm: vgic emulationStefano Stabellini2012-02-097-1/+649
* arm: trap handlersStefano Stabellini2012-02-091-0/+609
* arm: driver for the generic timer for ARMv7Stefano Stabellini2012-02-092-0/+207
* arm: shutdown, smp and smpbootStefano Stabellini2012-02-093-0/+102
* arm: early setup codeStefano Stabellini2012-02-091-0/+206
* arm: pl011 UART driverStefano Stabellini2012-02-093-0/+269
* arm: mm and p2mStefano Stabellini2012-02-099-0/+1491
* arm: irqStefano Stabellini2012-02-094-0/+224
* arm: mmio handlersStefano Stabellini2012-02-092-0/+103
* arm: driver for CoreLink GIC-400 Generic Interrupt ControllerStefano Stabellini2012-02-093-0/+626
* arm: domain_buildStefano Stabellini2012-02-094-1/+222
* arm: domainStefano Stabellini2012-02-092-0/+296
* arm: entry.S and head.SStefano Stabellini2012-02-096-0/+712
* arm: bit manipulation, copy and division librariesStefano Stabellini2012-02-0918-0/+1837
* arm: header filesStefano Stabellini2012-02-0940-0/+2459
* arm: compile tmemStefano Stabellini2012-02-092-2/+5
* xen/common/Makefile: introduce HAS_{CPUFREQ,PCI,PASSTHROUGH,NS16550,KEXEC}Stefano Stabellini2012-02-099-5/+25
* x86: add Ivy Bridge model numbers to model specific MSR handlingJan Beulich2012-02-093-0/+6
* irq: Add extra debugging to help track down why an assertion is failingAndrew Cooper2012-02-071-1/+14
* x86/AMD: Add support for AMD's OSVW feature in guests.Boris Ostrovsky2012-02-079-7/+206
* Fix error recovery path in __gnttab_map_grant_refHaoyu Zhang2012-02-061-2/+3