summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)Author
2021-08-26xen/events: Fix race in set_evtchn_to_irqMaximilian Heyne
2021-07-11xen/events: reset active flag for lateeoi events laterJuergen Gross
2021-06-10xen-pciback: redo VF placement in the virtual topologyJan Beulich
2021-05-26xen-pciback: reconfigure also from backend watch handlerJan Beulich
2021-04-16xen/events: fix setting irq affinityJuergen Gross
2021-04-16xen/evtchn: Change irq_info lock to raw_spinlock_tLuca Fancellu
2021-03-17xen/events: avoid handling the same event on two cpus at the same timeJuergen Gross
2021-03-17xen/events: don't unmask an event channel when an eoi is pendingJuergen Gross
2021-03-17xen/events: reset affinity of 2-level event when tearing it downJuergen Gross
2021-02-23xen-scsiback: don't "handle" error by BUG()Jan Beulich
2021-02-23Xen/gntdev: correct error checking in gntdev_map_grant_pages()Jan Beulich
2021-02-23Xen/gntdev: correct dev_bus_addr handling in gntdev_map_grant_pages()Jan Beulich
2020-12-29xenbus/xenbus_backend: Disallow pending watch messagesSeongJae Park
2020-12-29xen/xenbus: Count pending messages for each watchSeongJae Park
2020-12-29xen/xenbus/xen_bus_type: Support will_handle watch callbackSeongJae Park
2020-12-29xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park
2020-12-29xen/xenbus: Allow watches discard events before queueingSeongJae Park
2020-11-18xen/events: block rogue events for some timeJuergen Gross
2020-11-18xen/events: defer eoi in case of excessive number of eventsJuergen Gross
2020-11-18xen/events: use a common cpu hotplug hook for event channelsJuergen Gross
2020-11-18xen/events: switch user event channels to lateeoi modelJuergen Gross
2020-11-18xen/pciback: use lateeoi irq bindingJuergen Gross
2020-11-18xen/scsiback: use lateeoi irq bindingJuergen Gross
2020-11-18xen/events: add a new "late EOI" evtchn frameworkJuergen Gross
2020-11-18xen/events: fix race in evtchn_fifo_unmask()Juergen Gross
2020-11-18xen/events: add a proper barrier to 2-level uevent unmaskingJuergen Gross
2020-11-18xen/events: avoid removing an event channel while handling itJuergen Gross
2020-11-10xen/events: don't use chip_data for legacy IRQsJuergen Gross
2020-09-12xen/xenbus: Fix granting of vmalloc'd memorySimon Leiner
2020-09-03XEN uses irqdesc::irq_data_common::handler_data to store a per interrupt XEN ...Thomas Gleixner
2020-08-26xen: don't reschedule in preemption off sectionsJuergen Gross
2020-08-21xen/balloon: make the balloon wait interruptibleRoger Pau Monne
2020-08-21xen/balloon: fix accounting in alloc_xenballooned_pages error pathRoger Pau Monne
2020-05-02xen/xenbus: ensure xenbus_map_ring_valloc() returns proper grant statusJuergen Gross
2020-02-28xen: Enable interrupts when calling _cond_resched()Thomas Gleixner
2020-01-29xen, cpu_hotplug: Prevent an out of bounds accessDan Carpenter
2020-01-23xen: let alloc_xenballooned_pages() fail if not enough memory freeJuergen Gross
2020-01-12xen/balloon: fix ballooned page accounting without hotplug enabledJuergen Gross
2019-12-05xen/pciback: Check dev_data before using itRoss Lagerwall
2019-10-17xen/pci: reserve MCFG areas earlierIgor Druzhinin
2019-08-25xen/pciback: remove set but not used variable 'old_state'YueHaibing
2019-08-06xen/swiotlb: fix condition for calling xen_destroy_contiguous_region()Juergen Gross
2019-06-11fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov
2019-06-11xen/pciback: Don't disable PCI_COMMAND on PCI device reset.Konrad Rzeszutek Wilk
2018-12-17xen: xlate_mmu: add missing header to fix 'W=1' warningSrikanth Boddepalli
2018-11-21xen-swiotlb: use actually allocated size on check physical continuousJoe Jin
2018-10-10xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCHN_COL usageJosh Abraham
2018-10-10xen: avoid crash in disable_hotplug_cpuOlaf Hering
2018-10-10xen/manage: don't complain about an empty value in control/sysrq nodeVitaly Kuznetsov
2018-07-03xen: Remove unnecessary BUG_ON from __unbind_from_irq()Boris Ostrovsky