aboutsummaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
2021-08-14Merge tag 'for-linus-5.14-rc6-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-7/+15
2021-08-12xen/events: Fix race in set_evtchn_to_irqGravatar Maximilian Heyne 1-6/+14
2021-07-21xen/events: remove redundant initialization of variable irqGravatar Colin Ian King 1-1/+1
2021-07-07Merge tag 'for-linus-5.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-28/+21
2021-07-05xen: Use DEVICE_ATTR_*() macroGravatar YueHaibing 3-28/+21
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-9/+8
2021-06-24xen/events: reset active flag for lateeoi events laterGravatar Juergen Gross 1-1/+10
2021-05-31scsi: core: Drop obsolete Linux-specific SCSI status codesGravatar Hannes Reinecke 1-1/+1
2021-05-31scsi: core: Drop message byte helperGravatar Hannes Reinecke 1-1/+1
2021-05-31scsi: core: Drop the now obsolete driver_byte definitionsGravatar Hannes Reinecke 1-2/+2
2021-05-31scsi: xen-scsiback: Use DID_ERROR instead of DRIVER_ERRORGravatar Hannes Reinecke 1-4/+4
2021-05-31scsi: core: Kill DRIVER_SENSEGravatar Hannes Reinecke 1-2/+1
2021-05-21xen-pciback: reconfigure also from backend watch handlerGravatar Jan Beulich 1-5/+17
2021-05-21xen-pciback: redo VF placement in the virtual topologyGravatar Jan Beulich 1-6/+8
2021-05-14xen/swiotlb: check if the swiotlb has already been initializedGravatar Stefano Stabellini 1-0/+5
2021-05-10xen/unpopulated-alloc: fix error return code in fill_list()Gravatar Zhen Lei 1-1/+3
2021-05-10xen/gntdev: fix gntdev_mmap() error exit pathGravatar Juergen Gross 1-1/+3
2021-05-04Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-100/+82
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-12/+9
2021-04-26Merge tag 'for-linus-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 8-1089/+4
2021-04-26Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+2
2021-04-23xen-pciback: simplify vpci's find hookGravatar Jan Beulich 1-6/+1
2021-04-23xen: Remove support for PV ACPI cpu/memory hotplugGravatar Boris Ostrovsky 6-1080/+0
2021-04-23xen/pciback: Fix incorrect type warningsGravatar Muhammad Usama Anjum 1-3/+3
2021-04-09Merge tag 'for-linus-5.12b-rc7-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-6/+6
2021-04-07xen/evtchn: Change irq_info lock to raw_spinlock_tGravatar Luca Fancellu 1-6/+6
2021-03-26Merge tag 'for-linus-5.12b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2021-03-24xen/x86: make XEN_BALLOON_MEMORY_HOTPLUG_LIMIT depend on MEMORY_HOTPLUGGravatar Roger Pau Monne 1-2/+2
2021-03-19swiotlb: dynamically allocate io_tlb_default_memGravatar Christoph Hellwig 1-14/+8
2021-03-19swiotlb: move global variables into a new io_tlb_mem structureGravatar Claire Chang 1-1/+1
2021-03-17xen-swiotlb: remove the unused size argument from xen_swiotlb_fixupGravatar Christoph Hellwig 1-4/+3
2021-03-17xen-swiotlb: split xen_swiotlb_initGravatar Christoph Hellwig 1-54/+70
2021-03-17swiotlb: lift the double initialization protection from xen-swiotlbGravatar Christoph Hellwig 1-7/+0
2021-03-17xen-swiotlb: remove xen_io_tlb_start and xen_io_tlb_nslabsGravatar Christoph Hellwig 1-32/+25
2021-03-17xen-swiotlb: remove xen_set_nslabsGravatar Christoph Hellwig 1-12/+7
2021-03-17xen-swiotlb: use io_tlb_end in xen_swiotlb_dma_supportedGravatar Christoph Hellwig 1-8/+2
2021-03-17xen-swiotlb: use is_swiotlb_buffer in is_xen_swiotlb_bufferGravatar Christoph Hellwig 1-4/+2
2021-03-17swiotlb: split swiotlb_tbl_sync_singleGravatar Christoph Hellwig 1-2/+2
2021-03-17swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_singleGravatar Christoph Hellwig 1-2/+2
2021-03-12Merge tag 'for-linus-5.12b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-71/+156
2021-03-11x86/paravirt: Switch time pvops functions to use static_call()Gravatar Juergen Gross 1-1/+2
2021-03-10Xen/gntdev: don't needlessly use kvcalloc()Gravatar Jan Beulich 1-7/+12
2021-03-10Xen/gnttab: introduce common INVALID_GRANT_{HANDLE,REF}Gravatar Jan Beulich 1-11/+13
2021-03-10Xen/gntdev: don't needlessly allocate k{,un}map_ops[]Gravatar Jan Beulich 1-9/+14
2021-03-10xen/events: avoid handling the same event on two cpus at the same timeGravatar Juergen Gross 1-11/+21
2021-03-10xen/events: don't unmask an event channel when an eoi is pendingGravatar Juergen Gross 4-41/+80
2021-03-10xen/events: reset affinity of 2-level event when tearing it downGravatar Juergen Gross 3-0/+24
2021-03-04scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Gravatar Mike Christie 1-1/+1
2021-03-04scsi: target: xen-scsiback: Convert to new submission APIGravatar Mike Christie 1-12/+9
2021-02-26Merge tag 'for-linus-5.12b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-16/+120