summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* treewide: kvmalloc() -> kvmalloc_array()Kees Cook2018-06-121-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-3/+3
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-4/+5
* Merge tag 'for-linus-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-082-4/+136
|\
| * xen/store: do not store local values in xen_start_infoRoger Pau Monne2018-05-171-3/+2
| * xen/privcmd: add IOCTL_PRIVCMD_MMAP_RESOURCEPaul Durrant2018-05-141-0/+133
| * xen: Change return type to vm_fault_tSouptick Joarder2018-05-141-1/+1
* | xen-swiotlb: fix the check condition for xen_swiotlb_free_coherentJoe Jin2018-05-181-1/+1
|/
* Merge tag 'for-linus-4.17-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-04-203-6/+7
|\
| * xen: xenbus_dev_frontend: Really return response stringSimon Gaiser2018-04-171-1/+2
| * xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_reg_addJia-Ju Bai2018-04-161-1/+1
| * xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in xen_pcibk_config_quir...Jia-Ju Bai2018-04-161-1/+1
| * xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_device_allocJia-Ju Bai2018-04-161-1/+1
| * xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_init_deviceJia-Ju Bai2018-04-161-1/+1
| * xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_probeJia-Ju Bai2018-04-161-1/+1
* | Merge tag 'for-linus-4.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-04-123-8/+42
|\ \ | |/
| * xen/acpi: off by one in read_acpi_id()Dan Carpenter2018-03-301-3/+3
| * xen/acpi: upload _PSD info for non Dom0 CPUs tooJoao Martins2018-03-211-0/+24
| * xen: xenbus_dev_frontend: Verify body of XS_TRANSACTION_ENDSimon Gaiser2018-03-211-3/+11
| * xen: xenbus: Catch closing of non existent transactionsSimon Gaiser2018-03-211-1/+3
| * xen: xenbus_dev_frontend: Fix XS_TRANSACTION_END handlingSimon Gaiser2018-03-211-1/+1
* | x86/dma: Remove dma_alloc_coherent_mask()Christoph Hellwig2018-03-201-15/+1
|/
* 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
|\ \ \ | |/ /
OpenPOWER on IntegriCloud