summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)Author
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-11-16Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-11-15xen/pvcalls: fix potential endless loop in pvcalls-front.cStefano Stabellini
2017-11-15xen/pvcalls: Add MODULE_LICENSE()Boris Ostrovsky
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-08xen/privcmd: remove unused variable pageidxColin Ian King
2017-11-06xen: select grant interface versionJuergen Gross
2017-11-06xen: add grant interface version dependent constants to gnttab_opsJuergen Gross
2017-11-06xen: limit grant v2 interface to the v1 functionalityJuergen Gross
2017-11-06xen: re-introduce support for grant v2 interfaceJuergen Gross
2017-11-03xen/pvcalls: remove redundant check for irq >= 0Colin Ian King
2017-11-03xen/pvcalls: fix unsigned less than zero error checkColin Ian King
2017-11-03xen/pvcalls-front: mark expected switch fall-throughGustavo A. R. Silva
2017-11-03xen: xenbus_probe_frontend: mark expected switch fall-throughsGustavo A. R. Silva
2017-11-02xen/time: do not decrease steal time after live migration on xenDongli Zhang
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31xen: introduce a Kconfig option to enable the pvcalls frontendStefano Stabellini
2017-10-31xen/pvcalls: implement release commandStefano Stabellini
2017-10-31xen/pvcalls: implement poll commandStefano Stabellini
2017-10-31xen/pvcalls: implement recvmsgStefano Stabellini
2017-10-31xen/pvcalls: implement sendmsgStefano Stabellini
2017-10-31xen/pvcalls: implement accept commandStefano Stabellini
2017-10-31xen/pvcalls: implement listen commandStefano Stabellini
2017-10-31xen/pvcalls: implement bind commandStefano Stabellini
2017-10-31xen/pvcalls: implement connect commandStefano Stabellini
2017-10-31xen/pvcalls: implement socket command and handle eventsStefano Stabellini
2017-10-31xen/pvcalls: connect to the backendStefano Stabellini
2017-10-31xen/pvcalls: implement frontend disconnectStefano Stabellini
2017-10-31xen/pvcalls: introduce the pvcalls xenbus frontendStefano Stabellini
2017-10-27Merge tag 'for-linus-4.14c-rc7-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-10-26xen: fix booting ballooned down hvm guestJuergen Gross
2017-10-25xen/gntdev: avoid out of bounds access in case of partial gntdev_mmap()Juergen Gross
2017-10-11xen: don't open-code iov_iter_kvec()Al Viro
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook
2017-09-29Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-09-28xen-pciback: relax BAR sizing write value checkJan Beulich
2017-09-22Merge tag 'for-linus-4.14b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-09-18xen: don't compile pv-specific parts if XEN_PV isn't configuredJuergen Gross
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko
2017-09-07Merge tag 'for-linus-4.14b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-09-05Merge tag 'driver-core-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-09-04Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-08-31xen/gntdev: update to new mmu_notifier semanticJérôme Glisse
2017-08-31xen: Don't try to call xen_alloc_p2m_entry() on autotranslating guestsBoris Ostrovsky
2017-08-31xen/events: events_fifo: Don't use {get,put}_cpu() in xen_evtchn_fifo_init()Julien Grall
2017-08-31xen/pvcalls: use WARN_ON(1) instead of __WARN()Arnd Bergmann
2017-08-31xen-platform: constify pci_device_id.Arvind Yadav
2017-08-31xen: introduce a Kconfig option to enable the pvcalls backendStefano Stabellini