aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-03xen/pvcalls: remove redundant check for irq >= 0Colin Ian King1-3/+1
2017-11-03xen/pvcalls: fix unsigned less than zero error checkColin Ian King1-4/+3
2017-11-03xen/pvcalls-front: mark expected switch fall-throughGustavo A. R. Silva1-1/+2
2017-11-03xen: xenbus_probe_frontend: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2017-11-02xen/time: do not decrease steal time after live migration on xenDongli Zhang2-7/+72
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds23-0/+23
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman23-0/+23
2017-10-31xen: introduce a Kconfig option to enable the pvcalls frontendStefano Stabellini2-0/+12
2017-10-31xen/pvcalls: implement release commandStefano Stabellini2-0/+99
2017-10-31xen/pvcalls: implement poll commandStefano Stabellini2-9/+138
2017-10-31xen/pvcalls: implement recvmsgStefano Stabellini2-0/+115
2017-10-31xen/pvcalls: implement sendmsgStefano Stabellini2-0/+124
2017-10-31xen/pvcalls: implement accept commandStefano Stabellini2-0/+148
2017-10-31xen/pvcalls: implement listen commandStefano Stabellini2-0/+58
2017-10-31xen/pvcalls: implement bind commandStefano Stabellini2-0/+69
2017-10-31xen/pvcalls: implement connect commandStefano Stabellini2-0/+160
2017-10-31xen/pvcalls: implement socket command and handle eventsStefano Stabellini2-0/+139
2017-10-31xen/pvcalls: connect to the backendStefano Stabellini1-0/+132
2017-10-31xen/pvcalls: implement frontend disconnectStefano Stabellini1-0/+71
2017-10-31xen/pvcalls: introduce the pvcalls xenbus frontendStefano Stabellini1-0/+61
2017-10-27Merge tag 'for-linus-4.14c-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-7/+14
2017-10-26xen: fix booting ballooned down hvm guestJuergen Gross1-6/+13
2017-10-25xen/gntdev: avoid out of bounds access in case of partial gntdev_mmap()Juergen Gross1-1/+1
2017-10-11xen: don't open-code iov_iter_kvec()Al Viro1-12/+4
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2017-09-29Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+10
2017-09-28xen-pciback: relax BAR sizing write value checkJan Beulich1-1/+10
2017-09-22Merge tag 'for-linus-4.14b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-63/+67
2017-09-18xen: don't compile pv-specific parts if XEN_PV isn't configuredJuergen Gross1-63/+67
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-1/+1
2017-09-07Merge tag 'for-linus-4.14b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds6-8/+1262
2017-09-05Merge tag 'driver-core-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-24/+20
2017-09-04Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+2
2017-08-31xen/gntdev: update to new mmu_notifier semanticJérôme Glisse1-8/+0
2017-08-31xen: Don't try to call xen_alloc_p2m_entry() on autotranslating guestsBoris Ostrovsky1-3/+5
2017-08-31xen/events: events_fifo: Don't use {get,put}_cpu() in xen_evtchn_fifo_init()Julien Grall1-4/+3
2017-08-31xen/pvcalls: use WARN_ON(1) instead of __WARN()Arnd Bergmann1-5/+5
2017-08-31xen-platform: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-31xen: introduce a Kconfig option to enable the pvcalls backendStefano Stabellini2-0/+13
2017-08-31xen/pvcalls: implement writeStefano Stabellini1-0/+71
2017-08-31xen/pvcalls: implement readStefano Stabellini1-0/+85
2017-08-31xen/pvcalls: implement the ioworker functionsStefano Stabellini1-0/+26
2017-08-31xen/pvcalls: disconnect and module_exitStefano Stabellini1-0/+53
2017-08-31xen/pvcalls: implement release commandStefano Stabellini1-0/+68
2017-08-31xen/pvcalls: implement poll commandStefano Stabellini1-1/+74
2017-08-31xen/pvcalls: implement accept commandStefano Stabellini1-0/+113
2017-08-31xen/pvcalls: implement listen commandStefano Stabellini1-0/+21
2017-08-31xen/pvcalls: implement bind commandStefano Stabellini1-0/+79
2017-08-31xen/pvcalls: implement connect commandStefano Stabellini1-0/+179
2017-08-31xen/pvcalls: implement socket commandStefano Stabellini1-0/+27