summaryrefslogtreecommitdiffstats
path: root/drivers/xen
AgeCommit message (Expand)Author
2021-10-13xen/balloon: fix cancelled balloon actionJuergen Gross
2021-10-13xen/privcmd: fix error handling in mmap-resource processingJan Beulich
2021-10-09swiotlb-xen: ensure to issue well-formed XENMEM_exchange requestsJan Beulich
2021-10-09Xen/gntdev: don't ignore kernel unmapping errorJan Beulich
2021-09-30xen/balloon: fix balloon kthread freezingJuergen Gross
2021-09-30xen/balloon: use a kernel thread instead a workqueueJuergen Gross
2021-09-22swiotlb-xen: fix late init retryJan Beulich
2021-09-22swiotlb-xen: avoid double freeJan Beulich
2021-08-14Merge tag 'for-linus-5.14-rc6-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-08-12xen/events: Fix race in set_evtchn_to_irqMaximilian Heyne
2021-07-21xen/events: remove redundant initialization of variable irqColin Ian King
2021-07-07Merge tag 'for-linus-5.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-07-05xen: Use DEVICE_ATTR_*() macroYueHaibing
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-06-24xen/events: reset active flag for lateeoi events laterJuergen Gross
2021-05-31scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke
2021-05-31scsi: core: Drop message byte helperHannes Reinecke
2021-05-31scsi: core: Drop the now obsolete driver_byte definitionsHannes Reinecke
2021-05-31scsi: xen-scsiback: Use DID_ERROR instead of DRIVER_ERRORHannes Reinecke
2021-05-31scsi: core: Kill DRIVER_SENSEHannes Reinecke
2021-05-21xen-pciback: reconfigure also from backend watch handlerJan Beulich
2021-05-21xen-pciback: redo VF placement in the virtual topologyJan Beulich
2021-05-14xen/swiotlb: check if the swiotlb has already been initializedStefano Stabellini
2021-05-10xen/unpopulated-alloc: fix error return code in fill_list()Zhen Lei
2021-05-10xen/gntdev: fix gntdev_mmap() error exit pathJuergen Gross
2021-05-04Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-04-26Merge tag 'for-linus-5.13-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-04-26Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-04-23xen-pciback: simplify vpci's find hookJan Beulich
2021-04-23xen: Remove support for PV ACPI cpu/memory hotplugBoris Ostrovsky
2021-04-23xen/pciback: Fix incorrect type warningsMuhammad Usama Anjum
2021-04-09Merge tag 'for-linus-5.12b-rc7-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-04-07xen/evtchn: Change irq_info lock to raw_spinlock_tLuca Fancellu
2021-03-26Merge tag 'for-linus-5.12b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-03-24xen/x86: make XEN_BALLOON_MEMORY_HOTPLUG_LIMIT depend on MEMORY_HOTPLUGRoger Pau Monne
2021-03-19swiotlb: dynamically allocate io_tlb_default_memChristoph Hellwig
2021-03-19swiotlb: move global variables into a new io_tlb_mem structureClaire Chang
2021-03-17xen-swiotlb: remove the unused size argument from xen_swiotlb_fixupChristoph Hellwig
2021-03-17xen-swiotlb: split xen_swiotlb_initChristoph Hellwig
2021-03-17swiotlb: lift the double initialization protection from xen-swiotlbChristoph Hellwig
2021-03-17xen-swiotlb: remove xen_io_tlb_start and xen_io_tlb_nslabsChristoph Hellwig
2021-03-17xen-swiotlb: remove xen_set_nslabsChristoph Hellwig
2021-03-17xen-swiotlb: use io_tlb_end in xen_swiotlb_dma_supportedChristoph Hellwig
2021-03-17xen-swiotlb: use is_swiotlb_buffer in is_xen_swiotlb_bufferChristoph Hellwig
2021-03-17swiotlb: split swiotlb_tbl_sync_singleChristoph Hellwig
2021-03-17swiotlb: remove the alloc_size parameter to swiotlb_tbl_unmap_singleChristoph Hellwig
2021-03-12Merge tag 'for-linus-5.12b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-03-11x86/paravirt: Switch time pvops functions to use static_call()Juergen Gross
2021-03-10Xen/gntdev: don't needlessly use kvcalloc()Jan Beulich