aboutsummaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-30xen/gnttab: Use phys_addr_t to describe the grant frame base addressJulien Grall3-7/+7
2014-01-30xen: swiotlb: handle sizeof(dma_addr_t) != sizeof(phys_addr_t)Ian Campbell2-2/+21
2014-01-30arm/xen: Initialize event channels earlierJulien Grall1-27/+44
2014-01-21xen/pvh: Set X86_CR0_WP and others in CR0 (v2)Roger Pau Monne3-5/+32
2014-01-20MAINTAINERS: add git repository for XenDavid Vrabel1-0/+1
2014-01-10xen/pvh: Use 'depend' instead of 'select'.Konrad Rzeszutek Wilk1-2/+1
2014-01-10xen: delete new instances of __cpuinit usagePaul Gortmaker1-3/+3
2014-01-07xen/fb: allow xenfb initialization for hvm guestsStefano Stabellini1-1/+1
2014-01-07xen/evtchn_fifo: fix error return code in evtchn_fifo_setup()Wei Yongjun1-2/+4
2014-01-07xen-platform: fix error return code in platform_pci_init()Wei Yongjun1-1/+2
2014-01-07xen/pvh: remove duplicated include from enlighten.cWei Yongjun1-1/+0
2014-01-07xen/pvh: Fix compile issues with xen_pvh_domain()Konrad Rzeszutek Wilk1-0/+1
2014-01-07xen: Use dev_is_pci() to check whether it is pci deviceYijing Wang1-1/+1
2014-01-06xen/grant-table: Force to use v1 of grants.Konrad Rzeszutek Wilk1-4/+2
2014-01-06xen/pvh: Support ParaVirtualized Hardware extensions (v3).Mukesh Rathor3-2/+38
2014-01-06xen/pvh: Piggyback on PVHVM XenBus.Mukesh Rathor1-1/+2
2014-01-06xen/pvh: Piggyback on PVHVM for grant driver (v4)Konrad Rzeszutek Wilk3-5/+68
2014-01-06xen/grant: Implement an grant frame array struct (v3).Konrad Rzeszutek Wilk6-13/+75
2014-01-06xen/grant-table: Refactor gnttab_initKonrad Rzeszutek Wilk1-8/+2
2014-01-06xen/grants: Remove gnttab_max_grant_frames dependency on gnttab_init.Konrad Rzeszutek Wilk1-3/+6
2014-01-06xen/pvh: Piggyback on PVHVM for event channels (v2)Mukesh Rathor3-8/+16
2014-01-06xen/pvh: Update E820 to work with PVH (v2)Mukesh Rathor1-2/+20
2014-01-06xen/pvh: Secondary VCPU bringup (non-bootup CPUs)Mukesh Rathor3-19/+42
2014-01-06xen/pvh: Load GDT/GS in early PV bootup code for BSP.Mukesh Rathor1-2/+37
2014-01-06xen/pvh: Setup up shared_info.Mukesh Rathor1-0/+3
2014-01-06xen/pvh/mmu: Use PV TLB instead of native.Mukesh Rathor1-0/+9
2014-01-06xen/pvh: MMU changes for PVH (v2)Mukesh Rathor1-35/+46
2014-01-06xen/mmu: Cleanup xen_pagetable_p2m_copy a bit.Konrad Rzeszutek Wilk1-20/+20
2014-01-06xen/mmu/p2m: Refactor the xen_pagetable_init code (v2).Konrad Rzeszutek Wilk1-33/+37
2014-01-06xen/pvh: Don't setup P2M tree.Konrad Rzeszutek Wilk2-4/+11
2014-01-06xen/pvh: Early bootup changes in PV code (v4).Mukesh Rathor2-20/+46
2014-01-06xen/pvh/x86: Define what an PVH guest is (v3).Mukesh Rathor2-0/+19
2014-01-06xen/p2m: Check for auto-xlat when doing mfn_to_local_pfn.Mukesh Rathor1-1/+6
2014-01-06xen/events: use the FIFO-based ABI if availableDavid Vrabel4-1/+448
2014-01-06xen/x86: set VIRQ_TIMER priority to maximumDavid Vrabel1-0/+1
2014-01-06xen/events: allow event channel priority to be setDavid Vrabel2-0/+22
2014-01-06xen/events: Add the hypervisor interface for the FIFO-based event channelsDavid Vrabel3-10/+72
2014-01-06xen/evtchn: support more than 4096 portsDavid Vrabel4-6/+16
2014-01-06xen/events: add xen_evtchn_mask_all()David Vrabel1-7/+11
2014-01-06xen/events: Refactor evtchn_to_irq array to be dynamically allocatedDavid Vrabel3-55/+149
2014-01-06xen/events: add a evtchn_op for port setupDavid Vrabel2-1/+13
2014-01-06xen/events: allow setup of irq_info to failDavid Vrabel1-65/+91
2014-01-06xen/events: add struct evtchn_ops for the low-level port operationsDavid Vrabel3-16/+84
2014-01-06xen/events: move 2-level specific code into its own fileDavid Vrabel5-362/+442
2014-01-06xen/events: move drivers/xen/events.c into drivers/xen/events/David Vrabel3-1/+5
2014-01-06xen/events: replace raw bit ops with functionsWei Liu1-2/+1
2014-01-06xen/events: introduce test_and_set_mask()Wei Liu1-3/+8
2014-01-06xen/events: remove unnecessary init_evtchn_cpu_bindings()David Vrabel1-22/+0
2014-01-06xen/events: refactor retrigger_dynirq() and resend_irq_on_evtchn()David Vrabel1-18/+9
2014-01-06xen/pci: Fix build on non-x86Ben Hutchings1-0/+2