summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-04-261-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | x86/paravirt: Switch time pvops functions to use static_call()Juergen Gross2021-03-111-1/+2
| |/ /
* | | Merge tag 'for-linus-5.12b-rc7-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-04-091-6/+6
|\ \ \
| * | | xen/evtchn: Change irq_info lock to raw_spinlock_tLuca Fancellu2021-04-071-6/+6
* | | | Merge tag 'for-linus-5.12b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-03-261-2/+2
|\| | | | |_|/ |/| |
| * | xen/x86: make XEN_BALLOON_MEMORY_HOTPLUG_LIMIT depend on MEMORY_HOTPLUGRoger Pau Monne2021-03-241-2/+2
* | | Merge tag 'for-linus-5.12b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-03-125-71/+156
|\| | | |/ |/|
| * Xen/gntdev: don't needlessly use kvcalloc()Jan Beulich2021-03-101-7/+12
| * Xen/gnttab: introduce common INVALID_GRANT_{HANDLE,REF}Jan Beulich2021-03-101-11/+13
| * Xen/gntdev: don't needlessly allocate k{,un}map_ops[]Jan Beulich2021-03-101-9/+14
| * xen/events: avoid handling the same event on two cpus at the same timeJuergen Gross2021-03-101-11/+21
| * xen/events: don't unmask an event channel when an eoi is pendingJuergen Gross2021-03-104-41/+80
| * xen/events: reset affinity of 2-level event when tearing it downJuergen Gross2021-03-103-0/+24
* | Merge tag 'for-linus-5.12b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-02-265-16/+120
|\|
| * xen-front-pgdir-shbuf: don't record wrong grant handle upon errorJan Beulich2021-02-231-2/+9
| * xen: Replace lkml.org links with loreKees Cook2021-02-231-1/+2
| * xen/evtchn: use READ/WRITE_ONCE() for accessing ring indicesJuergen Gross2021-02-231-9/+16
| * xen/evtchn: use smp barriers for user event ringJuergen Gross2021-02-231-2/+2
| * xen/events: add per-xenbus device event statistics and settingsJuergen Gross2021-02-232-2/+91
* | mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCEDavid Hildenbrand2021-02-261-1/+1
|/
* Merge tag 'for-linus-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-02-212-19/+22
|\
| * xen-scsiback: don't "handle" error by BUG()Jan Beulich2021-02-151-2/+2
| * Xen/gntdev: correct error checking in gntdev_map_grant_pages()Jan Beulich2021-02-151-8/+9
| * Xen/gntdev: correct dev_bus_addr handling in gntdev_map_grant_pages()Jan Beulich2021-02-151-11/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2021-02-204-21/+28
|\ \ | |/ |/|
| * xen/events: link interdomain events to associated xenbus deviceJuergen Gross2021-02-114-21/+28
* | Merge tag 'for-linus-5.11-rc8-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-02-122-2/+1
|\ \ | |/ |/|
| * arm/xen: Don't probe xenbus as part of an early initcallJulien Grall2021-02-112-2/+1
* | Merge tag 'for-linus-5.11-rc6-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-01-281-0/+31
|\|
| * xen: Fix XenStore initialisation for XS_LOCALDavid Woodhouse2021-01-271-0/+31
* | Merge tag 'for-linus-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-01-156-39/+94
|\|