summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-11xen: install xen/gntdev.h and xen/gntalloc.hDavid Vrabel
2014-02-11xen/events: bind all new interdomain events to VCPU0David Vrabel
2014-02-03xen/pvh: set CR4 flags for APsMukesh Rathor
2014-02-03Revert "xen/grant-table: Avoid m2p_override during mapping"Konrad Rzeszutek Wilk
2014-01-31xen/pvh: Fix misplaced kfree from xlated_setup_gnttab_pagesDave Jones
2014-01-31drivers: xen: deaggressive selfballoon driverBob Liu
2014-01-31xen/grant-table: Avoid m2p_override during mappingZoltan Kiss
2014-01-30xen/gnttab: Use phys_addr_t to describe the grant frame base addressJulien Grall
2014-01-30xen: swiotlb: handle sizeof(dma_addr_t) != sizeof(phys_addr_t)Ian Campbell
2014-01-30arm/xen: Initialize event channels earlierJulien Grall
2014-01-21xen/pvh: Set X86_CR0_WP and others in CR0 (v2)Roger Pau Monne
2014-01-20MAINTAINERS: add git repository for XenDavid Vrabel
2014-01-10xen/pvh: Use 'depend' instead of 'select'.Konrad Rzeszutek Wilk
2014-01-10xen: delete new instances of __cpuinit usagePaul Gortmaker
2014-01-07xen/fb: allow xenfb initialization for hvm guestsStefano Stabellini
2014-01-07xen/evtchn_fifo: fix error return code in evtchn_fifo_setup()Wei Yongjun
2014-01-07xen-platform: fix error return code in platform_pci_init()Wei Yongjun
2014-01-07xen/pvh: remove duplicated include from enlighten.cWei Yongjun
2014-01-07xen/pvh: Fix compile issues with xen_pvh_domain()Konrad Rzeszutek Wilk
2014-01-07xen: Use dev_is_pci() to check whether it is pci deviceYijing Wang
2014-01-06xen/grant-table: Force to use v1 of grants.Konrad Rzeszutek Wilk
2014-01-06xen/pvh: Support ParaVirtualized Hardware extensions (v3).Mukesh Rathor
2014-01-06xen/pvh: Piggyback on PVHVM XenBus.Mukesh Rathor
2014-01-06xen/pvh: Piggyback on PVHVM for grant driver (v4)Konrad Rzeszutek Wilk
2014-01-06xen/grant: Implement an grant frame array struct (v3).Konrad Rzeszutek Wilk
2014-01-06xen/grant-table: Refactor gnttab_initKonrad Rzeszutek Wilk
2014-01-06xen/grants: Remove gnttab_max_grant_frames dependency on gnttab_init.Konrad Rzeszutek Wilk
2014-01-06xen/pvh: Piggyback on PVHVM for event channels (v2)Mukesh Rathor
2014-01-06xen/pvh: Update E820 to work with PVH (v2)Mukesh Rathor
2014-01-06xen/pvh: Secondary VCPU bringup (non-bootup CPUs)Mukesh Rathor
2014-01-06xen/pvh: Load GDT/GS in early PV bootup code for BSP.Mukesh Rathor
2014-01-06xen/pvh: Setup up shared_info.Mukesh Rathor
2014-01-06xen/pvh/mmu: Use PV TLB instead of native.Mukesh Rathor
2014-01-06xen/pvh: MMU changes for PVH (v2)Mukesh Rathor
2014-01-06xen/mmu: Cleanup xen_pagetable_p2m_copy a bit.Konrad Rzeszutek Wilk
2014-01-06xen/mmu/p2m: Refactor the xen_pagetable_init code (v2).Konrad Rzeszutek Wilk
2014-01-06xen/pvh: Don't setup P2M tree.Konrad Rzeszutek Wilk
2014-01-06xen/pvh: Early bootup changes in PV code (v4).Mukesh Rathor
2014-01-06xen/pvh/x86: Define what an PVH guest is (v3).Mukesh Rathor
2014-01-06xen/p2m: Check for auto-xlat when doing mfn_to_local_pfn.Mukesh Rathor
2014-01-06xen/events: use the FIFO-based ABI if availableDavid Vrabel
2014-01-06xen/x86: set VIRQ_TIMER priority to maximumDavid Vrabel
2014-01-06xen/events: allow event channel priority to be setDavid Vrabel
2014-01-06xen/events: Add the hypervisor interface for the FIFO-based event channelsDavid Vrabel
2014-01-06xen/evtchn: support more than 4096 portsDavid Vrabel
2014-01-06xen/events: add xen_evtchn_mask_all()David Vrabel
2014-01-06xen/events: Refactor evtchn_to_irq array to be dynamically allocatedDavid Vrabel
2014-01-06xen/events: add a evtchn_op for port setupDavid Vrabel
2014-01-06xen/events: allow setup of irq_info to failDavid Vrabel
2014-01-06xen/events: add struct evtchn_ops for the low-level port operationsDavid Vrabel