aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch
Commit message (Expand)AuthorAgeFilesLines
* xen: arm: print arm32 not x86_64 in xen info.Ian Campbell2013-01-241-1/+1
* xen: Simplify the space of spaces supported by XENMEM_add_to_physmap(_range)Ian Campbell2013-01-241-1/+5
* xen: arm: do not panic when failing to translate a guest addressIan Campbell2013-01-243-36/+57
* xen: infrastructure to have cross-platform video driversStefano Stabellini2013-01-242-0/+2
* xen/arm: introduce early_ioremapStefano Stabellini2013-01-241-0/+32
* xen/arm: flush the entire dest_va 2MB mappingStefano Stabellini2013-01-241-1/+1
* xen/arm: introduce flush_xen_data_tlb_range_vaStefano Stabellini2013-01-241-4/+4
* x86/mm: remove two files left over from the previous vram patches.Tim Deegan2013-01-241-864/+0
* x86/HVM: generalize IRQ raising on RTC_REG_B writesJan Beulich2013-01-231-5/+10
* x86/HVM: use cached original value in RTC_REG_B writing codeJan Beulich2013-01-231-3/+3
* x86/HVM: fix RTC hour conversionsJan Beulich2013-01-231-8/+7
* x86/HVM: adjust rtc_timer_update()Jan Beulich2013-01-231-12/+17
* x86/HVM: consolidate toggling of RTC IRQJan Beulich2013-01-231-14/+13
* x86/HVM: use RTC_* names instead of literal numbersJan Beulich2013-01-231-3/+4
* x86: support up to 16TbJan Beulich2013-01-234-9/+69
* x86: properly use map_domain_page() in miscellaneous placesJan Beulich2013-01-234-7/+36
* x86: properly use map_domain_page() in nested HVM codeJan Beulich2013-01-234-45/+63
* x86: properly use map_domain_page() during page table manipulationJan Beulich2013-01-236-53/+78
* x86: properly use map_domain_page() during domain creation/destructionJan Beulich2013-01-236-75/+99
* x86: consolidate initialization of PV guest L4 page tablesJan Beulich2013-01-233-23/+16
* x86: properly use map_domain_page() when building Dom0Jan Beulich2013-01-232-26/+64
* x86: re-introduce map_domain_page() et alJan Beulich2013-01-234-22/+491
* x86: extend frame table virtual spaceJan Beulich2013-01-233-7/+6
* x86: introduce virt_to_xen_l1e()Jan Beulich2013-01-232-4/+23
* xen: Do not allow guests to enable nested HVM on themselvesIan Campbell2013-01-231-0/+5
* xen/arch/x86: complete XSM hooks on irq/pirq mappingsDaniel De Graaf2013-01-232-11/+20
* hvm: wire up domctl and xsm hypercallsDaniel De Graaf2013-01-231-0/+4
* x86: restore (optional) forwarding of PCI SERR induced NMI to Dom0Jan Beulich2013-01-221-3/+15
* xen arm: add XSM hooks to arch_memory_opIan Campbell2013-01-211-0/+15
* xen/arm: flush dcache after memcpy'ing the kernel imageStefano Stabellini2013-01-211-0/+1
* arm: use module provided command line for domain 0 command lineIan Campbell2013-01-211-4/+24
* arm: discard boot modules after building domain 0.Ian Campbell2013-01-212-0/+19
* arm: load dom0 kernel from first boot moduleIan Campbell2013-01-212-27/+75
* arm: avoid allocating the heaps over modules or xen itself.Ian Campbell2013-01-211-11/+78
* arm: avoid placing Xen over any modules.Ian Campbell2013-01-211-7/+61
* x86/hvm: fix RTC setting.Tim Deegan2013-01-181-3/+10
* x86/AMD: Enable WC+ memory type on family 10 processorsBoris Ostrovsky2013-01-181-0/+11
* x86: find a better location for the real-mode trampolinePaolo Bonzini2013-01-181-0/+14
* xen: arm: fix assert in select_user_regIan Campbell2013-01-171-1/+1
* xen/arm: initialize the GIC irq properties of interrupts routed to guestsStefano Stabellini2013-01-171-18/+31
* xen/arm: support the ARM generic virtual timerStefano Stabellini2013-01-175-34/+90
* xen: return a per-mapping error from XENMEM_add_to_physmap_range.Ian Campbell2013-01-171-0/+4
* xen: arm: Correct register values and comment in early init_uart.Lars Rasmusson2013-01-171-2/+2
* x86/mm: revert 26399:b0e618cb0233 (multiple vram areas)Tim Deegan2013-01-179-335/+370
* x86: handle both NMI kinds if they occur simultaneouslyJan Beulich2013-01-171-3/+3
* mem_event: Add support for MEM_EVENT_REASON_MSRRazvan Cojocaru2013-01-171-0/+11
* x86/mm: Provide support for multiple frame buffers in HVM guests.Robert Phillips2013-01-1710-370/+1199
* miscellaneous cleanupJan Beulich2013-01-172-18/+13
* x86/EFI: retrieve PCI ROM contents not accessible through BARsJan Beulich2013-01-173-0/+126
* x86: consistently mask floating point exceptionsJan Beulich2013-01-161-1/+3