summaryrefslogtreecommitdiff
path: root/drivers/xen
Commit message (Expand)AuthorAge
...
| * | xen/pvcalls: fix potential endless loop in pvcalls-front.cStefano Stabellini2017-11-15
| * | xen/pvcalls: Add MODULE_LICENSE()Boris Ostrovsky2017-11-15
| * | xen/privcmd: remove unused variable pageidxColin Ian King2017-11-08
| * | xen: select grant interface versionJuergen Gross2017-11-06
| * | xen: add grant interface version dependent constants to gnttab_opsJuergen Gross2017-11-06
| * | xen: limit grant v2 interface to the v1 functionalityJuergen Gross2017-11-06
| * | xen: re-introduce support for grant v2 interfaceJuergen Gross2017-11-06
| * | xen/pvcalls: remove redundant check for irq >= 0Colin Ian King2017-11-03
| * | xen/pvcalls: fix unsigned less than zero error checkColin Ian King2017-11-03
| * | xen/pvcalls-front: mark expected switch fall-throughGustavo A. R. Silva2017-11-03
| * | xen: xenbus_probe_frontend: mark expected switch fall-throughsGustavo A. R. Silva2017-11-03
| * | xen/time: do not decrease steal time after live migration on xenDongli Zhang2017-11-02
| * | xen: introduce a Kconfig option to enable the pvcalls frontendStefano Stabellini2017-10-31
| * | xen/pvcalls: implement release commandStefano Stabellini2017-10-31
| * | xen/pvcalls: implement poll commandStefano Stabellini2017-10-31
| * | xen/pvcalls: implement recvmsgStefano Stabellini2017-10-31
| * | xen/pvcalls: implement sendmsgStefano Stabellini2017-10-31
| * | xen/pvcalls: implement accept commandStefano Stabellini2017-10-31
| * | xen/pvcalls: implement listen commandStefano Stabellini2017-10-31
| * | xen/pvcalls: implement bind commandStefano Stabellini2017-10-31
| * | xen/pvcalls: implement connect commandStefano Stabellini2017-10-31
| * | xen/pvcalls: implement socket command and handle eventsStefano Stabellini2017-10-31
| * | xen/pvcalls: connect to the backendStefano Stabellini2017-10-31
| * | xen/pvcalls: implement frontend disconnectStefano Stabellini2017-10-31
| * | xen/pvcalls: introduce the pvcalls xenbus frontendStefano Stabellini2017-10-31
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-13
|\ \ \
| * | | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-05
| | |/ | |/|
* | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-02
|\ \ \ | |_|/ |/| |
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
| |/
* | Merge tag 'for-linus-4.14c-rc7-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-27
|\ \ | |/ |/|
| * xen: fix booting ballooned down hvm guestJuergen Gross2017-10-26
| * xen/gntdev: avoid out of bounds access in case of partial gntdev_mmap()Juergen Gross2017-10-25
* | Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-29
|\ \ | |/
| * xen-pciback: relax BAR sizing write value checkJan Beulich2017-09-28
* | Merge tag 'for-linus-4.14b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-22
|\ \ | |/ |/|
| * xen: don't compile pv-specific parts if XEN_PV isn't configuredJuergen Gross2017-09-18
* | mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-13
* | Merge tag 'for-linus-4.14b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-07
|\ \ | |/
| * xen: Don't try to call xen_alloc_p2m_entry() on autotranslating guestsBoris Ostrovsky2017-08-31
| * xen/events: events_fifo: Don't use {get,put}_cpu() in xen_evtchn_fifo_init()Julien Grall2017-08-31
| * xen/pvcalls: use WARN_ON(1) instead of __WARN()Arnd Bergmann2017-08-31
| * xen-platform: constify pci_device_id.Arvind Yadav2017-08-31
| * xen: introduce a Kconfig option to enable the pvcalls backendStefano Stabellini2017-08-31
| * xen/pvcalls: implement writeStefano Stabellini2017-08-31
| * xen/pvcalls: implement readStefano Stabellini2017-08-31
| * xen/pvcalls: implement the ioworker functionsStefano Stabellini2017-08-31
| * xen/pvcalls: disconnect and module_exitStefano Stabellini2017-08-31
| * xen/pvcalls: implement release commandStefano Stabellini2017-08-31
| * xen/pvcalls: implement poll commandStefano Stabellini2017-08-31
| * xen/pvcalls: implement accept commandStefano Stabellini2017-08-31