summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-4.14b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-076-8/+1262
|\
| * xen: Don't try to call xen_alloc_p2m_entry() on autotranslating guestsBoris Ostrovsky2017-08-311-3/+5
| * xen/events: events_fifo: Don't use {get,put}_cpu() in xen_evtchn_fifo_init()Julien Grall2017-08-311-4/+3
| * xen/pvcalls: use WARN_ON(1) instead of __WARN()Arnd Bergmann2017-08-311-5/+5
| * xen-platform: constify pci_device_id.Arvind Yadav2017-08-311-1/+1
| * xen: introduce a Kconfig option to enable the pvcalls backendStefano Stabellini2017-08-312-0/+13
| * xen/pvcalls: implement writeStefano Stabellini2017-08-311-0/+71
| * xen/pvcalls: implement readStefano Stabellini2017-08-311-0/+85
| * xen/pvcalls: implement the ioworker functionsStefano Stabellini2017-08-311-0/+26
| * xen/pvcalls: disconnect and module_exitStefano Stabellini2017-08-311-0/+53
| * xen/pvcalls: implement release commandStefano Stabellini2017-08-311-0/+68
| * xen/pvcalls: implement poll commandStefano Stabellini2017-08-311-1/+74
| * xen/pvcalls: implement accept commandStefano Stabellini2017-08-311-0/+113
| * xen/pvcalls: implement listen commandStefano Stabellini2017-08-311-0/+21
| * xen/pvcalls: implement bind commandStefano Stabellini2017-08-311-0/+79
| * xen/pvcalls: implement connect commandStefano Stabellini2017-08-311-0/+179
| * xen/pvcalls: implement socket commandStefano Stabellini2017-08-311-0/+27
| * xen/pvcalls: handle commands from the frontendStefano Stabellini2017-08-311-0/+125
| * xen/pvcalls: connect to a frontendStefano Stabellini2017-08-311-0/+82
| * xen/pvcalls: xenbus state handlingStefano Stabellini2017-08-311-0/+155
| * xen/pvcalls: initialize the module and register the xenbus backendStefano Stabellini2017-08-311-0/+22
| * xen/pvcalls: introduce the pvcalls xenbus backendStefano Stabellini2017-08-311-0/+61
* | Merge tag 'driver-core-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-051-24/+20
|\ \
| * | xen: xen-pciback: remove DRIVER_ATTR() usageGreg Kroah-Hartman2017-08-281-24/+20
| |/
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-041-4/+2
|\ \
| * | x86/idt: Simplify alloc_intr_gate()Thomas Gleixner2017-08-291-4/+2
* | | xen/gntdev: update to new mmu_notifier semanticJérôme Glisse2017-08-311-8/+0
|/ /
* | Merge tag 'kbuild-fixes-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-08-241-3/+0
|\ \
| * | Kbuild: use -fshort-wchar globallyArnd Bergmann2017-08-211-3/+0
* | | Merge branch 'stable/for-jens-4.13' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2017-08-161-2/+1
|\ \ \ | |_|/ |/| |
| * | xen: fix bio vec mergingRoger Pau Monne2017-08-151-2/+1
* | | xen/events: Fix interrupt lost during irq_disable and irq_enableLiu Shuo2017-08-111-1/+1
* | | xen: avoid deadlock in xenbusJuergen Gross2017-08-111-1/+2
| |/ |/|
* | xen: dont fiddle with event channel masking in suspend/resumeJuergen Gross2017-07-271-10/+3
* | xen: selfballoon: remove unnecessary static in frontswap_selfshrink()Gustavo A. R. Silva2017-07-271-2/+2
* | xen: Drop un-informative message during bootPunit Agrawal2017-07-271-1/+0
* | xen/balloon: don't online new memory initiallyJuergen Gross2017-07-232-10/+15
* | xen/grant-table: log the lack of grantsWengang Wang2017-07-231-1/+8
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-07-131-27/+9
|\
| * xen/scsiback: Make TMF processing slightly fasterBart Van Assche2017-07-061-1/+1
| * xen/scsiback: Replace a waitqueue and a counter by a completionBart Van Assche2017-07-061-7/+4
| * xen/scsiback: Fix a TMR related use-after-freeBart Van Assche2017-07-061-24/+9
* | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-061-57/+56
|\ \
| * | xen-swiotlb: remove xen_swiotlb_set_dma_maskChristoph Hellwig2017-06-281-12/+0
| * | xen-swiotlb: implement ->mapping_errorChristoph Hellwig2017-06-201-2/+10
| * | xen-swiotlb: consolidate xen_swiotlb_dma_opsChristoph Hellwig2017-06-201-45/+48
* | | Merge tag 'for-linus-4.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-07-065-17/+118
|\ \ \
| * | | xen: avoid deadlock in xenbus driverJuergen Gross2017-06-251-11/+10
| * | | xen: add sysfs node for hypervisor build idJuergen Gross2017-06-151-0/+28
| * | | xen: add sysfs node for guest typeJuergen Gross2017-06-151-0/+34
OpenPOWER on IntegriCloud