summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\|
| * xen: Set platform PCI device INTX affinity to CPU0David Woodhouse2021-01-131-0/+7
| * xen: Fix event channel callback via INTX/GSIDavid Woodhouse2021-01-135-33/+68
| * xen/privcmd: allow fetching resource sizesRoger Pau Monne2021-01-131-6/+19
* | Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-242-99/+117
|\ \
| * | xen/events: Implement irq distributionThomas Gleixner2020-12-151-8/+68
| * | xen/events: Reduce irq_info:: Spurious_cnt storage sizeThomas Gleixner2020-12-151-3/+5
| * | xen/events: Only force affinity mask for percpu interruptsThomas Gleixner2020-12-151-14/+34
| * | xen/events: Use immediate affinity settingThomas Gleixner2020-12-151-26/+9
| * | xen/events: Remove disfunct affinity spreadingThomas Gleixner2020-12-152-42/+1
| * | xen/events: Remove unused bind_evtchn_to_irq_lateeoi()Thomas Gleixner2020-12-151-6/+0
* | | Merge tag 'for-linus-5.11-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-192-1/+2
|\ \ \ | | |/ | |/|
| * | xen/manage: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-161-0/+1
| * | xen: Remove Xen PVH/PVHVM dependency on PCIJason Andryuk2020-12-161-1/+1
* | | Merge tag 'for-linus-5.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-12-166-14/+40
|\| |
| * | xenbus/xenbus_backend: Disallow pending watch messagesSeongJae Park2020-12-141-0/+7
| * | xen/xenbus: Count pending messages for each watchSeongJae Park2020-12-141-11/+18
| * | xen/xenbus/xen_bus_type: Support will_handle watch callbackSeongJae Park2020-12-142-1/+4
| * | xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park2020-12-143-4/+9
| * | xen/xenbus: Allow watches discard events before queueingSeongJae Park2020-12-142-1/+5
* | | xen/unpopulated-alloc: consolidate pgmap manipulationDan Williams2020-12-151-7/+7
|/ /
* | xen: don't use page->lru for ZONE_DEVICE memoryJuergen Gross2020-12-092-16/+69
* | xen: add helpers for caching grant mapping pagesJuergen Gross2020-12-092-49/+83
|/
* swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_singleChristoph Hellwig2020-11-021-2/+1
* Merge tag 'for-linus-5.10b-rc1c-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-254-98/+82
|\
| * xen/events: unmask a fifo event channel only if it was maskedJuergen Gross2020-10-231-0/+3
| * xen/events: only register debug interrupt for 2-level eventsJuergen Gross2020-10-231-4/+6
| * xen/events: make struct irq_info private to events_base.cJuergen Gross2020-10-234-73/+73
| * xen: remove no longer used functionsJuergen Gross2020-10-231-21/+0
* | Merge tag 'for-linus-5.10b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-2011-143/+573
|\|
| * xen/events: block rogue events for some timeJuergen Gross2020-10-202-6/+24
| * xen/events: defer eoi in case of excessive number of eventsJuergen Gross2020-10-204-32/+208
| * xen/events: use a common cpu hotplug hook for event channelsJuergen Gross2020-10-203-21/+47
| * xen/events: switch user event channels to lateeoi modelJuergen Gross2020-10-201-4/+3
| * xen/pciback: use lateeoi irq bindingJuergen Gross2020-10-204-19/+56
| * xen/pvcallsback: use lateeoi irq bindingJuergen Gross2020-10-201-30/+46
| * xen/scsiback: use lateeoi irq bindingJuergen Gross2020-10-201-10/+13
| * xen/events: add a new "late EOI" evtchn frameworkJuergen Gross2020-10-201-17/+134
| * xen/events: fix race in evtchn_fifo_unmask()Juergen Gross2020-10-201-4/+9
| * xen/events: add a proper barrier to 2-level uevent unmaskingJuergen Gross2020-10-201-0/+2
| * xen/events: avoid removing an event channel while handling itJuergen Gross2020-10-201-5/+36
* | xen/xenbus: use apply_to_page_range directly in xenbus_map_ring_pvChristoph Hellwig2020-10-181-14/+16
* | xen/balloon: try to merge system ram resourcesDavid Hildenbrand2020-10-161-1/+1
* | mm/memory_hotplug: prepare passing flags to add_memory() and friendsDavid Hildenbrand2020-10-161-1/+1
* | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-1/+3
|\ \
| * | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-2/+1