summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-2/+0
|\
| * isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-2/+0
* | Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-031-4/+4
|\ \
| * | swiotlb: Convert io_default_tlb_mem to static allocationWill Deacon2021-07-231-2/+2
| * | swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncingClaire Chang2021-07-131-1/+1
| * | swiotlb: Update is_swiotlb_buffer to add a struct device argumentClaire Chang2021-07-131-1/+1
| |/
* | Merge tag 'for-linus-5.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-09-023-40/+23
|\ \
| * | drivers/xen/xenbus/xenbus_client.c: fix bugon.cocci warningsJing Yangyang2021-08-301-6/+3
| * | xen: assume XENFEAT_gnttab_map_avail_bits being set for pv guestsJuergen Gross2021-08-301-34/+2
| * | xen: check required Xen featuresJuergen Gross2021-08-301-0/+18
* | | Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-09-021-1/+1
|\ \ \
| * | | xen: swiotlb: return error code from xen_swiotlb_map_sg()Martin Oliveira2021-08-091-1/+1
| | |/ | |/|
* | | Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-012-4/+2
|\ \ \ | |_|/ |/| |
| * | bus: Make remove callback return voidUwe Kleine-König2021-07-212-4/+2
| |/
* | Merge tag 'for-linus-5.14-rc6-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-08-141-7/+15
|\ \ | |/ |/|
| * xen/events: Fix race in set_evtchn_to_irqMaximilian Heyne2021-08-121-6/+14
| * xen/events: remove redundant initialization of variable irqColin Ian King2021-07-211-1/+1
* | Merge tag 'for-linus-5.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-073-28/+21
|\|
| * xen: Use DEVICE_ATTR_*() macroYueHaibing2021-07-053-28/+21
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-021-9/+8
|\ \ | |/ |/|
| * scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke2021-05-311-1/+1
| * scsi: core: Drop message byte helperHannes Reinecke2021-05-311-1/+1
| * scsi: core: Drop the now obsolete driver_byte definitionsHannes Reinecke2021-05-311-2/+2
| * scsi: xen-scsiback: Use DID_ERROR instead of DRIVER_ERRORHannes Reinecke2021-05-311-4/+4
| * scsi: core: Kill DRIVER_SENSEHannes Reinecke2021-05-311-2/+1
* | xen/events: reset active flag for lateeoi events laterJuergen Gross2021-06-241-1/+10
* | xen-pciback: reconfigure also from backend watch handlerJan Beulich2021-05-211-5/+17
* | xen-pciback: redo VF placement in the virtual topologyJan Beulich2021-05-211-6/+8
* | xen/swiotlb: check if the swiotlb has already been initializedStefano Stabellini2021-05-141-0/+5
* | xen/unpopulated-alloc: fix error return code in fill_list()Zhen Lei2021-05-101-1/+3
* | xen/gntdev: fix gntdev_mmap() error exit pathJuergen Gross2021-05-101-1/+3
|/
* Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-041-100/+82
|\
| * swiotlb: dynamically allocate io_tlb_default_memChristoph Hellwig2021-03-191-14/+8
| * swiotlb: move global variables into a new io_tlb_mem structureClaire Chang2021-03-191-1/+1
| * xen-swiotlb: remove the unused size argument from xen_swiotlb_fixupChristoph Hellwig2021-03-171-4/+3
| * xen-swiotlb: split xen_swiotlb_initChristoph Hellwig2021-03-171-54/+70
| * swiotlb: lift the double initialization protection from xen-swiotlbChristoph Hellwig2021-03-171-7/+0
| * xen-swiotlb: remove xen_io_tlb_start and xen_io_tlb_nslabsChristoph Hellwig2021-03-171-32/+25
| * xen-swiotlb: remove xen_set_nslabsChristoph Hellwig2021-03-171-12/+7
| * xen-swiotlb: use io_tlb_end in xen_swiotlb_dma_supportedChristoph Hellwig2021-03-171-8/+2
| * xen-swiotlb: use is_swiotlb_buffer in is_xen_swiotlb_bufferChristoph Hellwig2021-03-171-4/+2
| * swiotlb: split swiotlb_tbl_sync_singleChristoph Hellwig2021-03-171-2/+2
| * swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_singleChristoph Hellwig2021-03-171-2/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-04-281-12/+9
|\ \
| * | scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie2021-03-041-1/+1
| * | scsi: target: xen-scsiback: Convert to new submission APIMike Christie2021-03-041-12/+9
* | | Merge tag 'for-linus-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-268-1089/+4
|\ \ \
| * | | xen-pciback: simplify vpci's find hookJan Beulich2021-04-231-6/+1
| * | | xen: Remove support for PV ACPI cpu/memory hotplugBoris Ostrovsky2021-04-236-1080/+0
| * | | xen/pciback: Fix incorrect type warningsMuhammad Usama Anjum2021-04-231-3/+3