summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-171-12/+4
|\
| * xen: don't open-code iov_iter_kvec()Al Viro2017-10-111-12/+4
* | Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-1610-35/+1615
|\ \
| * | xen/pvcalls: fix potential endless loop in pvcalls-front.cStefano Stabellini2017-11-151-6/+5
| * | xen/pvcalls: Add MODULE_LICENSE()Boris Ostrovsky2017-11-152-0/+8
| * | xen/privcmd: remove unused variable pageidxColin Ian King2017-11-081-3/+0
| * | xen: select grant interface versionJuergen Gross2017-11-061-2/+33
| * | xen: add grant interface version dependent constants to gnttab_opsJuergen Gross2017-11-061-30/+43
| * | xen: limit grant v2 interface to the v1 functionalityJuergen Gross2017-11-061-150/+0
| * | xen: re-introduce support for grant v2 interfaceJuergen Gross2017-11-061-6/+306
| * | xen/pvcalls: remove redundant check for irq >= 0Colin Ian King2017-11-031-3/+1
| * | xen/pvcalls: fix unsigned less than zero error checkColin Ian King2017-11-031-4/+3
| * | xen/pvcalls-front: mark expected switch fall-throughGustavo A. R. Silva2017-11-031-1/+2
| * | xen: xenbus_probe_frontend: mark expected switch fall-throughsGustavo A. R. Silva2017-11-031-0/+2
| * | xen/time: do not decrease steal time after live migration on xenDongli Zhang2017-11-022-7/+72
| * | xen: introduce a Kconfig option to enable the pvcalls frontendStefano Stabellini2017-10-312-0/+12
| * | xen/pvcalls: implement release commandStefano Stabellini2017-10-312-0/+99
| * | xen/pvcalls: implement poll commandStefano Stabellini2017-10-312-9/+138
| * | xen/pvcalls: implement recvmsgStefano Stabellini2017-10-312-0/+115
| * | xen/pvcalls: implement sendmsgStefano Stabellini2017-10-312-0/+124
| * | xen/pvcalls: implement accept commandStefano Stabellini2017-10-312-0/+148
| * | xen/pvcalls: implement listen commandStefano Stabellini2017-10-312-0/+58
| * | xen/pvcalls: implement bind commandStefano Stabellini2017-10-312-0/+69
| * | xen/pvcalls: implement connect commandStefano Stabellini2017-10-312-0/+160
| * | xen/pvcalls: implement socket command and handle eventsStefano Stabellini2017-10-312-0/+139
| * | xen/pvcalls: connect to the backendStefano Stabellini2017-10-311-0/+132
| * | xen/pvcalls: implement frontend disconnectStefano Stabellini2017-10-311-0/+71
| * | xen/pvcalls: introduce the pvcalls xenbus frontendStefano Stabellini2017-10-311-0/+61
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-1/+1
|\ \ \
| * | | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
| | |/ | |/|
* | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-0223-0/+23
|\ \ \ | |_|/ |/| |
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0223-0/+23
| |/
* | Merge tag 'for-linus-4.14c-rc7-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-272-7/+14
|\ \ | |/ |/|
| * xen: fix booting ballooned down hvm guestJuergen Gross2017-10-261-6/+13
| * xen/gntdev: avoid out of bounds access in case of partial gntdev_mmap()Juergen Gross2017-10-251-1/+1
* | Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-291-1/+10
|\ \ | |/
| * xen-pciback: relax BAR sizing write value checkJan Beulich2017-09-281-1/+10
* | Merge tag 'for-linus-4.14b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-221-63/+67
|\ \ | |/ |/|
| * xen: don't compile pv-specific parts if XEN_PV isn't configuredJuergen Gross2017-09-181-63/+67
* | mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-131-1/+1
* | 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
OpenPOWER on IntegriCloud