summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
...
* 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-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/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/pvcalls-back: test for errors when calling backend_connect()Juergen Gross2020-06-201-1/+2
* xen/xenbus: ensure xenbus_map_ring_valloc() returns proper grant statusJuergen Gross2020-05-021-1/+8
* xenbus: req->err should be updated before req->stateDongli Zhang2020-04-021-0/+2
* xenbus: req->body should be updated before req->stateDongli Zhang2020-04-022-3/+8
* xen: Enable interrupts when calling _cond_resched()Thomas Gleixner2020-02-281-1/+3
* xen/balloon: Support xend-based toolstack take twoJuergen Gross2020-02-141-1/+1
* net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet2020-01-271-1/+1
* xen, cpu_hotplug: Prevent an out of bounds accessDan Carpenter2020-01-271-1/+1
* xen/balloon: fix ballooned page accounting without hotplug enabledJuergen Gross2020-01-091-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-12-011-0/+3
* xen/pci: reserve MCFG areas earlierIgor Druzhinin2019-10-111-6/+15
* xen/xenbus: fix self-deadlock after killing user processJuergen Gross2019-10-111-2/+18
* 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/events: fix binding user event channels to cpusJuergen Gross2019-07-312-3/+11
* xen: let alloc_xenballooned_pages() fail if not enough memory freeJuergen Gross2019-07-311-3/+13
* fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2019-06-111-3/+1
* xen/pciback: Don't disable PCI_COMMAND on PCI device reset.Konrad Rzeszutek Wilk2019-06-091-2/+0
* xen/pvcalls: remove set but not used variable 'intf'YueHaibing2019-02-271-2/+0
* pvcalls-back: set -ENOTCONN in pvcalls_conn_back_readStefano Stabellini2019-02-271-3/+4
* xen: Fix x86 sched_clock() interface for xenJuergen Gross2019-01-311-1/+1
* Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"Igor Druzhinin2018-12-171-56/+9
* xen: xlate_mmu: add missing header to fix 'W=1' warningSrikanth Boddepalli2018-12-171-0/+1
* xen/balloon: Support xend-based toolstackBoris Ostrovsky2018-11-131-5/+8
* 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
* xen/manage: don't complain about an empty value in control/sysrq nodeVitaly Kuznetsov2018-10-101-2/+4
* xen/balloon: fix balloon initialization for PVH Dom0Roger Pau Monne2018-09-151-1/+1
* xen/scsiback: add error handling for xenbus_printfZhouyang Jia2018-08-241-3/+13
* xen: add error handling for xenbus_printfZhouyang Jia2018-08-241-3/+15
* xen: Remove unnecessary BUG_ON from __unbind_from_irq()Boris Ostrovsky2018-07-031-2/+0
* xen: xenbus_dev_frontend: Really return response stringSimon Gaiser2018-06-211-1/+2
* xen/acpi: off by one in read_acpi_id()Dan Carpenter2018-05-301-3/+3
* xen: xenbus: use put_device() instead of kfree()Arvind Yadav2018-05-301-1/+4
* xen/pirq: fix error path cleanup when binding MSIsRoger Pau Monne2018-05-301-2/+2
* xen/pvcalls: fix null pointer dereference on map->sockColin Ian King2018-05-301-1/+1
* xen-swiotlb: fix the check condition for xen_swiotlb_free_coherentJoe Jin2018-05-301-1/+1
* xen/grant-table: Use put_page instead of free_pageRoss Lagerwall2018-04-261-2/+2
* xen: xenbus_dev_frontend: Fix XS_TRANSACTION_END handlingSimon Gaiser2018-04-191-1/+1