summaryrefslogtreecommitdiffstats
path: root/drivers/xen
AgeCommit message (Expand)AuthorLines
2017-09-07Merge tag 'for-linus-4.14b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-8/+1262
2017-09-05Merge tag 'driver-core-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-24/+20
2017-09-04Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+2
2017-08-31xen/gntdev: update to new mmu_notifier semanticJérôme Glisse-8/+0
2017-08-31xen: Don't try to call xen_alloc_p2m_entry() on autotranslating guestsBoris Ostrovsky-3/+5
2017-08-31xen/events: events_fifo: Don't use {get,put}_cpu() in xen_evtchn_fifo_init()Julien Grall-4/+3
2017-08-31xen/pvcalls: use WARN_ON(1) instead of __WARN()Arnd Bergmann-5/+5
2017-08-31xen-platform: constify pci_device_id.Arvind Yadav-1/+1
2017-08-31xen: introduce a Kconfig option to enable the pvcalls backendStefano Stabellini-0/+13
2017-08-31xen/pvcalls: implement writeStefano Stabellini-0/+71
2017-08-31xen/pvcalls: implement readStefano Stabellini-0/+85
2017-08-31xen/pvcalls: implement the ioworker functionsStefano Stabellini-0/+26
2017-08-31xen/pvcalls: disconnect and module_exitStefano Stabellini-0/+53
2017-08-31xen/pvcalls: implement release commandStefano Stabellini-0/+68
2017-08-31xen/pvcalls: implement poll commandStefano Stabellini-1/+74
2017-08-31xen/pvcalls: implement accept commandStefano Stabellini-0/+113
2017-08-31xen/pvcalls: implement listen commandStefano Stabellini-0/+21
2017-08-31xen/pvcalls: implement bind commandStefano Stabellini-0/+79
2017-08-31xen/pvcalls: implement connect commandStefano Stabellini-0/+179
2017-08-31xen/pvcalls: implement socket commandStefano Stabellini-0/+27
2017-08-31xen/pvcalls: handle commands from the frontendStefano Stabellini-0/+125
2017-08-31xen/pvcalls: connect to a frontendStefano Stabellini-0/+82
2017-08-31xen/pvcalls: xenbus state handlingStefano Stabellini-0/+155
2017-08-31xen/pvcalls: initialize the module and register the xenbus backendStefano Stabellini-0/+22
2017-08-31xen/pvcalls: introduce the pvcalls xenbus backendStefano Stabellini-0/+61
2017-08-29x86/idt: Simplify alloc_intr_gate()Thomas Gleixner-4/+2
2017-08-28xen: xen-pciback: remove DRIVER_ATTR() usageGreg Kroah-Hartman-24/+20
2017-08-24Merge tag 'kbuild-fixes-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+0
2017-08-21Kbuild: use -fshort-wchar globallyArnd Bergmann-3/+0
2017-08-16Merge branch 'stable/for-jens-4.13' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe-2/+1
2017-08-15xen: fix bio vec mergingRoger Pau Monne-2/+1
2017-08-11xen/events: Fix interrupt lost during irq_disable and irq_enableLiu Shuo-1/+1
2017-08-11xen: avoid deadlock in xenbusJuergen Gross-1/+2
2017-07-27xen: dont fiddle with event channel masking in suspend/resumeJuergen Gross-10/+3
2017-07-27xen: selfballoon: remove unnecessary static in frontswap_selfshrink()Gustavo A. R. Silva-2/+2
2017-07-27xen: Drop un-informative message during bootPunit Agrawal-1/+0
2017-07-23xen/balloon: don't online new memory initiallyJuergen Gross-10/+15
2017-07-23xen/grant-table: log the lack of grantsWengang Wang-1/+8
2017-07-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-27/+9
2017-07-06xen/scsiback: Make TMF processing slightly fasterBart Van Assche-1/+1
2017-07-06xen/scsiback: Replace a waitqueue and a counter by a completionBart Van Assche-7/+4
2017-07-06xen/scsiback: Fix a TMR related use-after-freeBart Van Assche-24/+9
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-57/+56
2017-07-06Merge tag 'for-linus-4.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-17/+118
2017-07-03Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+2
2017-07-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+5
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+1
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds-3/+3
2017-06-28xen-swiotlb: remove xen_swiotlb_set_dma_maskChristoph Hellwig-12/+0
2017-06-25xen: avoid deadlock in xenbus driverJuergen Gross-11/+10