summaryrefslogtreecommitdiffstats
path: root/drivers/xen
AgeCommit message (Expand)Author
2018-02-28mm, swap, frontswap: fix THP swap if frontswap enabledHuang Ying
2018-02-22xenbus: track caller request idJoao Martins
2018-01-12Merge tag 'for-linus-4.15-rc8-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-01-10xen/gntdev: Fix partial gntdev_mmap() cleanupRoss Lagerwall
2018-01-10xen/gntdev: Fix off-by-one error when unmapping with holesRoss Lagerwall
2018-01-05Merge tag 'for-linus-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-01-02xen/pvcalls: use GFP_ATOMIC under spin lockWei Yongjun
2017-12-22Merge tag 'for-linus-4.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-12-20xen/balloon: Mark unallocated host memory as UNUSABLEBoris Ostrovsky
2017-12-15Merge tag 'for-linus-4.15-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-12-12xen: XEN_ACPI_PROCESSOR is Dom0-onlyJan Beulich
2017-12-08Merge tag 'for-linus-4.15-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-12-06xen/pvcalls: Fix a check in pvcalls_front_remove()Dan Carpenter
2017-12-06xen/pvcalls: check for xenbus_read() errorsDan Carpenter
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