summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-4.16a-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-03-091-1/+4
|\
| * xen: xenbus: use put_device() instead of kfree()Arvind Yadav2018-03-081-1/+4
* | Merge tag 'for-linus-4.16a-rc4-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-03-023-6/+11
|\ \ | |/
| * pvcalls-front: 64-bit align flagsStefano Stabellini2018-03-011-3/+8
| * xen/pirq: fix error path cleanup when binding MSIsRoger Pau Monne2018-02-281-2/+2
| * xen/pvcalls: fix null pointer dereference on map->sockColin Ian King2018-02-261-1/+1
* | mm, swap, frontswap: fix THP swap if frontswap enabledHuang Ying2018-02-211-0/+4
|/
* pvcalls-front: wait for other operations to return when release passive socketsStefano Stabellini2018-02-171-0/+6
* pvcalls-front: introduce a per sock_mapping refcountStefano Stabellini2018-02-171-112/+79
* xenbus: track caller request idJoao Martins2018-02-173-0/+5
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-114-12/+12
* Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-02-111-1/+1
|\
| * xen: fix poll misannotationAl Viro2018-02-011-1/+1
* | Merge tag 'for-linus-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-02-092-3/+3
|\ \ | |/ |/|
| * pvcalls-back: do not return error on inet_accept EAGAINStefano Stabellini2018-02-061-1/+1
| * xen/grant-table: Use put_page instead of free_pageRoss Lagerwall2018-02-061-2/+2
* | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-311-1/+1
|\ \
| * | dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig2018-01-101-1/+1
* | | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-304-9/+9
|\ \ \ | |_|/ |/| |
| * | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-284-9/+9
* | | Merge tag 'for-linus-4.15-rc8-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-01-121-4/+4
|\ \ \ | |_|/ |/| |
| * | xen/gntdev: Fix partial gntdev_mmap() cleanupRoss Lagerwall2018-01-101-1/+3
| * | xen/gntdev: Fix off-by-one error when unmapping with holesRoss Lagerwall2018-01-101-3/+1
* | | Merge tag 'for-linus-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-01-051-1/+1
|\ \ \ | |/ /
| * | xen/pvcalls: use GFP_ATOMIC under spin lockWei Yongjun2018-01-021-1/+1
* | | Merge tag 'for-linus-4.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-12-221-9/+56
|\ \ \ | |/ /
| * | xen/balloon: Mark unallocated host memory as UNUSABLEBoris Ostrovsky2017-12-201-9/+56
* | | Merge tag 'for-linus-4.15-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-12-151-1/+1
|\ \ \ | |/ /
| * | xen: XEN_ACPI_PROCESSOR is Dom0-onlyJan Beulich2017-12-121-1/+1
* | | Merge tag 'for-linus-4.15-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-12-081-1/+3
|\ \ \ | |/ / | | / | |/ |/|
| * xen/pvcalls: Fix a check in pvcalls_front_remove()Dan Carpenter2017-12-061-1/+1
| * xen/pvcalls: check for xenbus_read() errorsDan Carpenter2017-12-061-0/+2
* | treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-2/+2
* | 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
OpenPOWER on IntegriCloud