summaryrefslogtreecommitdiffstats
path: root/drivers/xen
AgeCommit message (Expand)AuthorLines
2016-10-06Merge tag 'for-linus-4.9-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-145/+108
2016-09-30xen/pciback: support driver_overrideJuergen Gross-7/+29
2016-09-30xen/pciback: avoid multiple entries in slot listJuergen Gross-8/+31
2016-09-30xen/pciback: simplify pcistub device handlingJuergen Gross-21/+21
2016-09-30xen: Remove event channel notification through Xen PCI platform deviceKarimAllah Ahmed-81/+9
2016-09-30xen/events: Convert to hotplug state machineSebastian Andrzej Siewior-22/+12
2016-08-24xen: rename xen_pmu_init() in sys-hypervisor.cJuergen Gross-6/+6
2016-08-24xenbus: don't look up transaction IDs for ordinary writesJan Beulich-1/+1
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski-7/+7
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-242/+428
2016-07-26mm, frontswap: convert frontswap_enabled to static keyVlastimil Babka-2/+2
2016-07-26xen: add static initialization of steal_clock op to xen_time_opsJuergen Gross-1/+1
2016-07-25xen/evtchn: use xen_vcpu_id mappingVitaly Kuznetsov-1/+2
2016-07-25xen/events: fifo: use xen_vcpu_id mappingVitaly Kuznetsov-1/+1
2016-07-25xen/events: use xen_vcpu_id mapping in events_baseVitaly Kuznetsov-5/+5
2016-07-25x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_opVitaly Kuznetsov-2/+3
2016-07-25xen/evtchn: add IOCTL_EVTCHN_RESTRICTDavid Vrabel-0/+40
2016-07-08xen/acpi: allow xen-acpi-processor driver to load on Xen 4.7Jan Beulich-32/+3
2016-07-08xenbus: simplify xenbus_dev_request_and_reply()Jan Beulich-4/+3
2016-07-08xenbus: don't bail early from xenbus_dev_request_and_reply()Jan Beulich-3/+0
2016-07-07xenbus: don't BUG() on user mode induced conditionJan Beulich-6/+8
2016-07-06xen: support runqueue steal time on xenJuergen Gross-17/+23
2016-07-06xen-pciback: drop superfluous variablesJan Beulich-10/+6
2016-07-06xen-pciback: short-circuit read path used for merging write valuesJan Beulich-4/+2
2016-07-06xen-pciback: use const and unsigned in bar_init()Jan Beulich-2/+2
2016-07-06xen-pciback: simplify determination of 64-bit memory resourceJan Beulich-4/+1
2016-07-06xen-pciback: fold read_dev_bar() into its now single callerJan Beulich-20/+13
2016-07-06xen-pciback: drop rom_init()Jan Beulich-13/+1
2016-07-06xen-pciback: drop unused function parameter of read_dev_bar()Jan Beulich-4/+3
2016-07-06xen: xenbus: Remove create_workqueueBhaktipriya Shridhar-14/+1
2016-07-06xen: xen-pciback: Remove create_workqueueBhaktipriya Shridhar-11/+2
2016-07-06xen: add steal_clock support on x86Juergen Gross-0/+20
2016-07-06xen: use vma_pages().Muhammad Falak R Wani-3/+3
2016-07-06ARM64: XEN: Add a function to initialize Xen specific UEFI runtime servicesShannon Zhao-1/+1
2016-07-06XEN: EFI: Move x86 specific codes to architecture directoryShannon Zhao-139/+34
2016-07-06Xen: ARM: Add support for mapping AMBA device mmioShannon Zhao-0/+43
2016-07-06Xen: ARM: Add support for mapping platform device mmioShannon Zhao-0/+154
2016-07-06Xen: xlate: Use page_to_xen_pfn instead of page_to_pfnShannon Zhao-11/+27
2016-07-06xen/grant-table: Move xlated_setup_gnttab_pages to common placeShannon Zhao-0/+61
2016-06-24xen-pciback: return proper values during BAR sizingJan Beulich-7/+11
2016-06-23xen/pciback: Fix conf_space read/write overlap check.Andrey Grodzovsky-4/+2
2016-06-23xen/balloon: Fix declared-but-not-defined warningRoss Lagerwall-15/+13
2016-05-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-11/+0
2016-05-24Merge tag 'for-linus-4.7-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+6
2016-05-24xen/events: Don't move disabled irqsRoss Lagerwall-2/+4
2016-05-24Xen: don't warn about 2-byte wchar_t in efiArnd Bergmann-0/+1
2016-05-24xen/gntdev: reduce copy batch size to 16David Vrabel-1/+1
2016-05-10target: make close_session optionalChristoph Hellwig-5/+0
2016-05-10target: make ->shutdown_session optionalChristoph Hellwig-6/+0
2016-05-07Merge branch 'linus' into efi/core, to pick up fixesIngo Molnar-12/+24