aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-12Merge tag 'stable/for-linus-3.14-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-220/+2
2014-02-11ia64/xen: Remove Xen support for ia64 even morePaul Bolle2-220/+0
2014-02-11xen/events: bind all new interdomain events to VCPU0David Vrabel1-0/+2
2014-02-05Merge tag 'stable/for-linus-3.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-84/+18
2014-02-03Revert "xen/grant-table: Avoid m2p_override during mapping"Konrad Rzeszutek Wilk2-84/+18
2014-01-31Merge tag 'stable/for-linus-3.14-rc0-late-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds4-23/+129
2014-01-31drivers: xen: deaggressive selfballoon driverBob Liu1-0/+22
2014-01-31xen/grant-table: Avoid m2p_override during mappingZoltan Kiss2-18/+84
2014-01-30xen/gnttab: Use phys_addr_t to describe the grant frame base addressJulien Grall1-3/+3
2014-01-30xen: swiotlb: handle sizeof(dma_addr_t) != sizeof(phys_addr_t)Ian Campbell1-2/+20
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds4-16/+12
2014-01-22Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds16-551/+1328
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-01-12Merge branch 'acpi-hotplug'Rafael J. Wysocki2-6/+9
2014-01-12Merge branch 'acpi-cleanup'Rafael J. Wysocki4-10/+3
2014-01-10xen: delete new instances of __cpuinit usagePaul Gortmaker1-3/+3
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: 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: Piggyback on PVHVM XenBus.Mukesh Rathor1-1/+2
2014-01-06xen/pvh: Piggyback on PVHVM for grant driver (v4)Konrad Rzeszutek Wilk2-5/+6
2014-01-06xen/grant: Implement an grant frame array struct (v3).Konrad Rzeszutek Wilk2-10/+58
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 Rathor1-5/+9
2014-01-06xen/events: use the FIFO-based ABI if availableDavid Vrabel4-1/+448
2014-01-06xen/events: allow event channel priority to be setDavid Vrabel1-0/+17
2014-01-06xen/events: Add the hypervisor interface for the FIFO-based event channelsDavid Vrabel1-4/+4
2014-01-06xen/evtchn: support more than 4096 portsDavid Vrabel3-6/+14
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 Vrabel4-362/+440
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
2014-01-06xen: simplify balloon_first_page() with list_first_entry_or_null()Jie Liu1-8/+1
2014-01-06xen: balloon: enable for ARMIan Campbell1-1/+0
2014-01-03xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk1-1/+1
2013-12-20Merge tag 'stable/for-linus-3.13-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-32/+43
2013-12-19Merge branch 'master' into for-nextJiri Kosina11-63/+210
2013-12-13xen/balloon: Seperate the auto-translate logic properly (v2)Stefano Stabellini1-29/+34
2013-12-07Merge branch 'acpi-cleanup' into acpi-hotplugRafael J. Wysocki4-10/+3
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng4-10/+3