aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch
Commit message (Expand)AuthorAgeFilesLines
* arm: fix indentation level in startup_cpu_idle_loopIan Campbell2012-02-171-7/+7
* x86/mm: Make sure the event channel is released accuratelyKaixing Hong2012-02-171-0/+3
* x86/mm: Fix two PAE+paging bugsAndres Lagar-Cavilla2012-02-162-4/+14
* x86/mm: Check sharing/paging/access have been enabled before processing a memopAndres Lagar-Cavilla2012-02-164-3/+11
* x86/mm: Fix more ballooning+paging and ballooning+sharing bugsAndres Lagar-Cavilla2012-02-161-2/+5
* x86/mm: Make asserts on types and counts of shared pages more accurateTim Deegan2012-02-162-3/+9
* replace bogus gdprintk() uses with {,d}printk()Jan Beulich2012-02-169-66/+74
* arm: Group remaining dummy symbols somewhat according to functionalityIan Campbell2012-02-151-28/+41
* arm: define max_pageIan Campbell2012-02-153-1/+4
* arm: stub out PoD related p2m functionsIan Campbell2012-02-152-2/+14
* xen: make need_iommu == 0 if !HAS_PASSTHROUGHIan Campbell2012-02-151-2/+0
* arm: Implement arch_get_xen_capsIan Campbell2012-02-153-1/+13
* arm: provide dummy version of steal_page for tmem.Ian Campbell2012-02-152-1/+6
* PM: only include XEN_SYSCTL_{get_pmstat,pm_op} if HAVE_ACPIIan Campbell2012-02-151-2/+0
* arm: Add stub functions instead of using DUMMYIan Campbell2012-02-156-4/+68
* arm: remove some unnecessary symbols from dummy.SIan Campbell2012-02-151-7/+1
* arm: define some more cp15 registersIan Campbell2012-02-151-0/+17
* arm: add a missing local-vars commentIan Campbell2012-02-151-0/+9
* x86: don't allow Dom0 to map MSI-X table writablyJan Beulich2012-02-151-1/+1
* arm: fixup hard tabsIan Campbell2012-02-1318-1431/+1431
* arm: setup MM using information from the device treeDavid Vrabel2012-02-133-32/+91
* arm, device tree: parse the DTB for RAM location and sizeDavid Vrabel2012-02-132-1/+8
* arm: add early_printk()David Vrabel2012-02-132-0/+73
* arm: map device tree blob in initial page tablesDavid Vrabel2012-02-132-2/+12
* arm: link a device tree blob into the xen imageDavid Vrabel2012-02-134-1/+20
* libfdt: add to buildDavid Vrabel2012-02-131-0/+2
* 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-103-7/+11
* Use memops for mem paging, sharing, and access, instead of domctlsAndres Lagar-Cavilla2012-02-107-64/+170
* 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-102-32/+25
* 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-108-42/+70
* x86/mm: Rework locking in the PoD layerAndres Lagar-Cavilla2012-02-104-46/+79
* 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-103-18/+53
* 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
* CONFIG: remove #ifdef __ia64__ from the x86 arch treeAndrew Cooper2012-02-091-5/+1
* CONFIG: remove CONFIG_SMP #ifdefsAndrew Cooper2012-02-097-33/+4
* vpmu: Rename PASSIVE_DOMAIN_ALLOCATEDDietmar Hahn2012-02-092-6/+7
* 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-095-40/+40
* arm: vtimerStefano Stabellini2012-02-094-2/+189
* arm: vgic emulationStefano Stabellini2012-02-096-1/+619
* arm: trap handlersStefano Stabellini2012-02-091-0/+609
* arm: driver for the generic timer for ARMv7Stefano Stabellini2012-02-091-0/+181