summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* xen/events: Fix race in set_evtchn_to_irqMaximilian Heyne2021-08-181-6/+14
* xen/events: reset active flag for lateeoi events laterJuergen Gross2021-07-111-4/+19
* xen-pciback: reconfigure also from backend watch handlerJan Beulich2021-05-261-5/+17
* xen-pciback: redo VF placement in the virtual topologyJan Beulich2021-05-261-6/+8
* xen/gntdev: fix gntdev_mmap() error exit pathJuergen Gross2021-05-191-1/+3
* xen/unpopulated-alloc: fix error return code in fill_list()Zhen Lei2021-05-191-1/+3
* xen/unpopulated-alloc: consolidate pgmap manipulationDan Williams2021-05-191-7/+7
* xen/events: fix setting irq affinityJuergen Gross2021-04-161-2/+2
* xen/evtchn: Change irq_info lock to raw_spinlock_tLuca Fancellu2021-04-141-6/+6
* xen/x86: make XEN_BALLOON_MEMORY_HOTPLUG_LIMIT depend on MEMORY_HOTPLUGRoger Pau Monne2021-03-301-2/+2
* xen/events: avoid handling the same event on two cpus at the same timeJuergen Gross2021-03-171-8/+18
* xen/events: don't unmask an event channel when an eoi is pendingJuergen Gross2021-03-174-49/+88
* xen/events: reset affinity of 2-level event when tearing it downJuergen Gross2021-03-173-0/+24
* xen-scsiback: don't "handle" error by BUG()Jan Beulich2021-02-231-2/+2
* Xen/gntdev: correct error checking in gntdev_map_grant_pages()Jan Beulich2021-02-231-8/+9
* Xen/gntdev: correct dev_bus_addr handling in gntdev_map_grant_pages()Jan Beulich2021-02-231-11/+13
* arm/xen: Don't probe xenbus as part of an early initcallJulien Grall2021-02-172-2/+1
* xen: Fix XenStore initialisation for XS_LOCALDavid Woodhouse2021-02-031-0/+31
* xen: Fix event channel callback via INTX/GSIDavid Woodhouse2021-01-275-33/+68
* xen/privcmd: allow fetching resource sizesRoger Pau Monne2021-01-191-6/+19
* xenbus/xenbus_backend: Disallow pending watch messagesSeongJae Park2020-12-301-0/+7
* xen/xenbus: Count pending messages for each watchSeongJae Park2020-12-301-11/+18
* xen/xenbus/xen_bus_type: Support will_handle watch callbackSeongJae Park2020-12-302-1/+4
* xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park2020-12-303-4/+9
* xen/xenbus: Allow watches discard events before queueingSeongJae Park2020-12-302-1/+5
* 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