summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* xen: detect uninitialized xenbus in xenbus_initStefano Stabellini2021-12-011-0/+23
* xen: don't continue xenstore initialization in case of errorsStefano Stabellini2021-12-011-1/+3
* xen-pciback: Fix return in pm_ctrl_init()YueHaibing2021-11-261-1/+1
* xen/balloon: add late_initcall_sync() for initial ballooning doneJuergen Gross2021-11-261-23/+63
* xen/balloon: fix cancelled balloon actionJuergen Gross2021-10-131-6/+15
* xen/privcmd: fix error handling in mmap-resource processingJan Beulich2021-10-131-3/+4
* xen/balloon: fix balloon kthread freezingJuergen Gross2021-10-061-2/+2
* xen/balloon: use a kernel thread instead a workqueueJuergen Gross2021-10-061-17/+45
* xen/events: Fix race in set_evtchn_to_irqMaximilian Heyne2021-08-261-6/+14
* xen/events: reset active flag for lateeoi events laterJuergen Gross2021-07-111-4/+19
* xen-pciback: redo VF placement in the virtual topologyJan Beulich2021-06-101-6/+8
* xen-pciback: reconfigure also from backend watch handlerJan Beulich2021-05-261-5/+17
* xen/events: fix setting irq affinityJuergen Gross2021-04-161-2/+2
* xen/evtchn: Change irq_info lock to raw_spinlock_tLuca Fancellu2021-04-142-6/+6
* xen/events: avoid handling the same event on two cpus at the same timeJuergen Gross2021-03-172-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-232-2/+1
* xen: Fix XenStore initialisation for XS_LOCALDavid Woodhouse2021-02-031-0/+31
* xen/privcmd: allow fetching resource sizesRoger Pau Monne2021-02-031-6/+19
* xen: Fix event channel callback via INTX/GSIDavid Woodhouse2021-01-275-33/+68
* xen/gntdev.c: Mark pages as dirtySouptick Joarder2021-01-061-5/+12
* 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/events: block rogue events for some timeJuergen Gross2020-11-052-6/+24
* xen/events: defer eoi in case of excessive number of eventsJuergen Gross2020-11-054-32/+208
* xen/events: use a common cpu hotplug hook for event channelsJuergen Gross2020-11-053-21/+47
* xen/events: switch user event channels to lateeoi modelJuergen Gross2020-11-051-4/+3
* xen/pciback: use lateeoi irq bindingJuergen Gross2020-11-054-20/+56
* xen/pvcallsback: use lateeoi irq bindingJuergen Gross2020-11-051-30/+46
* xen/scsiback: use lateeoi irq bindingJuergen Gross2020-11-051-10/+13
* xen/events: add a new "late EOI" evtchn frameworkJuergen Gross2020-11-051-17/+134
* xen/events: fix race in evtchn_fifo_unmask()Juergen Gross2020-11-051-4/+9
* xen/events: add a proper barrier to 2-level uevent unmaskingJuergen Gross2020-11-051-0/+2
* xen/events: avoid removing an event channel while handling itJuergen Gross2020-11-051-5/+35
* xen/events: don't use chip_data for legacy IRQsJuergen Gross2020-11-051-8/+21
* xen/xenbus: Fix granting of vmalloc'd memorySimon Leiner2020-09-091-2/+8
* XEN uses irqdesc::irq_data_common::handler_data to store a per interrupt XEN ...Thomas Gleixner2020-09-031-8/+8
* xen: don't reschedule in preemption off sectionsJuergen Gross2020-08-261-1/+1
* xen/gntdev: Fix dmabuf import with non-zero sgt offsetOleksandr Andrushchenko2020-08-191-0/+8
* xen/balloon: make the balloon wait interruptibleRoger Pau Monne2020-08-191-2/+4
* xen/balloon: fix accounting in alloc_xenballooned_pages error pathRoger Pau Monne2020-08-191-0/+6
* xen/pvcalls-back: test for errors when calling backend_connect()Juergen Gross2020-06-221-1/+2
* xen/xenbus: ensure xenbus_map_ring_valloc() returns proper grant statusJuergen Gross2020-05-021-1/+8