summaryrefslogtreecommitdiff
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* 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-162-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-48/+87
* 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-3/+13
* xenbus/xenbus_backend: Disallow pending watch messagesSeongJae Park2021-01-091-0/+7
* xen/xenbus: Count pending messages for each watchSeongJae Park2021-01-091-12/+19
* xen/xenbus/xen_bus_type: Support will_handle watch callbackSeongJae Park2021-01-092-1/+4
* xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park2021-01-093-4/+9
* xen/xenbus: Allow watches discard events before queueingSeongJae Park2021-01-092-1/+7
* xen/events: block rogue events for some timeJuergen Gross2020-11-182-6/+24
* xen/events: defer eoi in case of excessive number of eventsJuergen Gross2020-11-184-32/+208
* xen/events: use a common cpu hotplug hook for event channelsJuergen Gross2020-11-183-20/+47
* xen/events: switch user event channels to lateeoi modelJuergen Gross2020-11-181-4/+3
* xen/pciback: use lateeoi irq bindingJuergen Gross2020-11-184-20/+56
* xen/scsiback: use lateeoi irq bindingJuergen Gross2020-11-181-10/+13
* xen/events: add a new "late EOI" evtchn frameworkJuergen Gross2020-11-181-17/+134
* xen/events: fix race in evtchn_fifo_unmask()Juergen Gross2020-11-181-4/+9
* xen/events: add a proper barrier to 2-level uevent unmaskingJuergen Gross2020-11-181-0/+2
* xen/events: avoid removing an event channel while handling itJuergen Gross2020-11-181-5/+35
* xen/events: don't use chip_data for legacy IRQsJuergen Gross2020-11-101-8/+21
* xen/xenbus: Fix granting of vmalloc'd memorySimon Leiner2020-09-121-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/balloon: make the balloon wait interruptibleRoger Pau Monne2020-08-211-2/+4
* xen/balloon: fix accounting in alloc_xenballooned_pages error pathRoger Pau Monne2020-08-211-0/+6
* xen/xenbus: ensure xenbus_map_ring_valloc() returns proper grant statusJuergen Gross2020-05-021-1/+8
* xen: Enable interrupts when calling _cond_resched()Thomas Gleixner2020-02-281-1/+3
* xen, cpu_hotplug: Prevent an out of bounds accessDan Carpenter2020-01-291-1/+1
* xen/balloon: fix ballooned page accounting without hotplug enabledJuergen Gross2020-01-121-1/+2
* xen/pciback: Check dev_data before using itRoss Lagerwall2019-12-051-1/+2
* mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand2019-11-281-0/+3
* xen/pci: reserve MCFG areas earlierIgor Druzhinin2019-10-171-6/+15
* xen/pciback: remove set but not used variable 'old_state'YueHaibing2019-08-251-2/+1
* xen/swiotlb: fix condition for calling xen_destroy_contiguous_region()Juergen Gross2019-08-061-2/+2
* xen: let alloc_xenballooned_pages() fail if not enough memory freeJuergen Gross2019-08-041-3/+13
* fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2019-06-111-1/+1
* xen/pciback: Don't disable PCI_COMMAND on PCI device reset.Konrad Rzeszutek Wilk2019-06-111-2/+0
* xen: xlate_mmu: add missing header to fix 'W=1' warningSrikanth Boddepalli2018-12-171-0/+1
* Kbuild: use -fshort-wchar globallyArnd Bergmann2018-11-231-3/+0
* xen-swiotlb: use actually allocated size on check physical continuousJoe Jin2018-11-131-0/+6
* xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCHN_COL usageJosh Abraham2018-10-101-1/+1
* xen: avoid crash in disable_hotplug_cpuOlaf Hering2018-10-101-7/+8