summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
2021-02-23xen-scsiback: don't "handle" error by BUG()Jan Beulich1-2/+2
2021-02-23Xen/gntdev: correct error checking in gntdev_map_grant_pages()Jan Beulich1-8/+9
2021-02-23Xen/gntdev: correct dev_bus_addr handling in gntdev_map_grant_pages()Jan Beulich1-3/+13
2021-01-09xenbus/xenbus_backend: Disallow pending watch messagesSeongJae Park1-0/+7
2021-01-09xen/xenbus: Count pending messages for each watchSeongJae Park1-12/+19
2021-01-09xen/xenbus/xen_bus_type: Support will_handle watch callbackSeongJae Park2-1/+4
2021-01-09xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park3-4/+9
2021-01-09xen/xenbus: Allow watches discard events before queueingSeongJae Park2-1/+7
2020-11-18xen/events: block rogue events for some timeJuergen Gross2-6/+24
2020-11-18xen/events: defer eoi in case of excessive number of eventsJuergen Gross4-32/+208
2020-11-18xen/events: use a common cpu hotplug hook for event channelsJuergen Gross3-20/+47
2020-11-18xen/events: switch user event channels to lateeoi modelJuergen Gross1-4/+3
2020-11-18xen/pciback: use lateeoi irq bindingJuergen Gross4-20/+56
2020-11-18xen/scsiback: use lateeoi irq bindingJuergen Gross1-10/+13
2020-11-18xen/events: add a new "late EOI" evtchn frameworkJuergen Gross1-17/+134
2020-11-18xen/events: fix race in evtchn_fifo_unmask()Juergen Gross1-4/+9
2020-11-18xen/events: add a proper barrier to 2-level uevent unmaskingJuergen Gross1-0/+2
2020-11-18xen/events: avoid removing an event channel while handling itJuergen Gross1-5/+35
2020-11-10xen/events: don't use chip_data for legacy IRQsJuergen Gross1-8/+21
2020-09-12xen/xenbus: Fix granting of vmalloc'd memorySimon Leiner1-2/+8
2020-09-03XEN uses irqdesc::irq_data_common::handler_data to store a per interrupt XEN ...Thomas Gleixner1-8/+8
2020-08-26xen: don't reschedule in preemption off sectionsJuergen Gross1-1/+1
2020-08-21xen/balloon: make the balloon wait interruptibleRoger Pau Monne1-2/+4
2020-08-21xen/balloon: fix accounting in alloc_xenballooned_pages error pathRoger Pau Monne1-0/+6
2020-05-02xen/xenbus: ensure xenbus_map_ring_valloc() returns proper grant statusJuergen Gross1-1/+8
2020-02-28xen: Enable interrupts when calling _cond_resched()Thomas Gleixner1-1/+3
2020-01-29xen, cpu_hotplug: Prevent an out of bounds accessDan Carpenter1-1/+1
2020-01-12xen/balloon: fix ballooned page accounting without hotplug enabledJuergen Gross1-1/+2
2019-12-05xen/pciback: Check dev_data before using itRoss Lagerwall1-1/+2
2019-11-28mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand1-0/+3
2019-10-17xen/pci: reserve MCFG areas earlierIgor Druzhinin1-6/+15
2019-08-25xen/pciback: remove set but not used variable 'old_state'YueHaibing1-2/+1
2019-08-06xen/swiotlb: fix condition for calling xen_destroy_contiguous_region()Juergen Gross1-2/+2
2019-08-04xen: let alloc_xenballooned_pages() fail if not enough memory freeJuergen Gross1-3/+13
2019-06-11fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov1-1/+1
2019-06-11xen/pciback: Don't disable PCI_COMMAND on PCI device reset.Konrad Rzeszutek Wilk1-2/+0
2018-12-17xen: xlate_mmu: add missing header to fix 'W=1' warningSrikanth Boddepalli1-0/+1
2018-11-23Kbuild: use -fshort-wchar globallyArnd Bergmann1-3/+0
2018-11-13xen-swiotlb: use actually allocated size on check physical continuousJoe Jin1-0/+6
2018-10-10xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCHN_COL usageJosh Abraham1-1/+1
2018-10-10xen: avoid crash in disable_hotplug_cpuOlaf Hering1-7/+8
2018-10-10xen/manage: don't complain about an empty value in control/sysrq nodeVitaly Kuznetsov1-2/+4
2018-08-24xen/scsiback: add error handling for xenbus_printfZhouyang Jia1-3/+13
2018-08-24xen: add error handling for xenbus_printfZhouyang Jia1-3/+15
2018-07-03xen: Remove unnecessary BUG_ON from __unbind_from_irq()Boris Ostrovsky1-2/+0
2018-05-30xen/acpi: off by one in read_acpi_id()Dan Carpenter1-3/+3
2018-05-30xen: xenbus: use put_device() instead of kfree()Arvind Yadav1-1/+4
2018-05-30xen/pirq: fix error path cleanup when binding MSIsRoger Pau Monne1-2/+2
2018-05-30xen/grant-table: Use put_page instead of free_pageRoss Lagerwall1-2/+2
2018-05-30xen-swiotlb: fix the check condition for xen_swiotlb_free_coherentJoe Jin1-1/+1